变更询价状态

This commit is contained in:
chenjianan
2019-05-27 10:12:25 +08:00
parent 139431e6fe
commit 5fca117bc0
3 changed files with 48 additions and 6 deletions

View File

@@ -1,5 +1,17 @@
import request from '@/utils/request'
// 查询库存数
export function changeInquiryStatus(num) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '采购管理_询价状态_修改数据',
param: `组件零件流水号组=${num}`
}
})
}
// 查询库存数
export function searchInventoryNum(pageCurrent, pageSize, check1, val1, check2, val2, check3, val3, check4, state1, state2) {
return request({