change
This commit is contained in:
@@ -105,9 +105,9 @@ export const getCheckDocumentInfo = (bcode) => request({
|
||||
data: {bill_code: bcode}
|
||||
})
|
||||
// 确认盘点
|
||||
export const materialBoxInventoryConfirm = (bcode) => request({
|
||||
export const materialBoxInventoryConfirm = (obj) => request({
|
||||
url:'api/pda/largeMaterialBox/materialBoxInventoryConfirm',
|
||||
data: {}
|
||||
data: {obj}
|
||||
})
|
||||
// 根据载具号或点位获取库存数量_copy-getInvInfoQty
|
||||
|
||||
|
||||
Reference in New Issue
Block a user