出入库
This commit is contained in:
@@ -509,7 +509,7 @@
|
||||
return
|
||||
}
|
||||
try {
|
||||
let res = await easOutInBillUpdate(this.checkData)
|
||||
let res = await easOutInBillUpdate(this.crType, this.checkData)
|
||||
if (res.code === 1) {
|
||||
this.disabled1 = false
|
||||
this.checkData = []
|
||||
|
||||
@@ -45,9 +45,9 @@ export const easOutInBillDetailPage = (djid, page, size) => request({
|
||||
}
|
||||
})
|
||||
// 3.审核出入库单据
|
||||
export const easOutInBillUpdate = (arr) => request({
|
||||
export const easOutInBillUpdate = (type, arr) => request({
|
||||
url:'api/easOutInBill/audit',
|
||||
type: 1,
|
||||
type: type,
|
||||
data: arr
|
||||
})
|
||||
// 4.查询出单据明细库位
|
||||
|
||||
Reference in New Issue
Block a user