This commit is contained in:
chenjianan
2019-03-30 11:31:39 +08:00
parent 7c61b37ea7
commit 37172ad4f7
4 changed files with 29 additions and 8 deletions

View File

@@ -49,7 +49,18 @@ export function ExchangeOut(listNumber) {
}
})
}
// 滞货件出库
export function backlogPart(...params) {
return request({
url: '',
method: 'post',
data: {
type: '2',
name: '采购管理_滞货件出库_修改数据',
param: `领料单明细流水号=${params[0]}&出库数量=${params[1]}&滞货物料与货位对照流水号=${params[2]}`
}
})
}
// 外购件零件出库
export function PurchasePart(listNumber, data1, data2, data3, data4, data5, data6) {
return request({