From e0c1c8c7e4b6e5cb9af2810ef7303a264c31481d Mon Sep 17 00:00:00 2001 From: xiangxy Date: Fri, 19 Sep 2025 11:21:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/getData1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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