diff --git a/utils/getData1.js b/utils/getData1.js index c2227c3..1d52746 100644 --- a/utils/getData1.js +++ b/utils/getData1.js @@ -107,7 +107,7 @@ export const getCheckDocumentInfo = (bcode) => request({ // 确认盘点 export const materialBoxInventoryConfirm = (obj) => request({ url:'api/pda/largeMaterialBox/materialBoxInventoryConfirm', - data: {obj} + data: obj }) // 根据载具号或点位获取库存数量_copy-getInvInfoQty