From bab149b744f2d4715e1d77fa31c9db9a541ccfda Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Fri, 6 Dec 2024 09:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E7=89=A9=E6=96=99=E9=9A=94?= =?UTF-8?q?=E7=A6=BB=E6=95=B0=E9=87=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inventoryMove/coms/comMoveRecord.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index c85f9806..1227f3c7 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -304,6 +304,7 @@ if (checkDirectoryItemExist(this.itemStatusList, itemStatus)) { this.$refs.okToHoldRecordPackRef.itemCode = result.label.itemCode this.$refs.okToHoldRecordPackRef.batch = result.label.batch + this.$refs.okToHoldRecordPackRef.handleQty = result.label.qty this.$refs.okToHoldRecordPackRef.uom = result.balance ? result.balance.uom : "" this.getResult = result //存储接受的结果 this.$refs.scanPopup.closeScanPopup() @@ -326,12 +327,9 @@ this.showErrorMessage('未查找到物料【' + result.label.itemCode + '】'); } }) - - + } else { this.getScanResultAfterBatch(result, managementTypeParams) - - } } else { if (managementTypeParams == "BY_BATCH" || managementTypeParams == "BY_QUANTITY") {