From 5ed99168d07b05f05edc0a755ef171cc97a85413 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Thu, 21 Nov 2024 18:19:46 +0800 Subject: [PATCH] =?UTF-8?q?YT-1189=E7=9B=B4=E6=8E=A5=E7=89=A9=E6=96=99?= =?UTF-8?q?=E9=9A=94=E7=A6=BB=EF=BC=8C=E6=95=B0=E9=87=8F=E5=8D=95=E4=BD=8D?= =?UTF-8?q?=E5=BA=94=E6=98=BE=E7=A4=BA=E4=B8=AD=E6=96=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/inventoryMove/coms/comMoveRecord.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/inventoryMove/coms/comMoveRecord.vue b/src/pages/inventoryMove/coms/comMoveRecord.vue index 3199956d..6371a5bb 100644 --- a/src/pages/inventoryMove/coms/comMoveRecord.vue +++ b/src/pages/inventoryMove/coms/comMoveRecord.vue @@ -287,12 +287,14 @@ this.toLocationInfo = location; }, getScanResult(result, managementTypeParams) { + console.log(222,result) this.fromWarehouseCode =result.fromWarehouseCode this.managementType = managementTypeParams if (this.showOnePop) { if (this.isJustReplay) { this.$refs.okToHoldRecordPackRef.itemCode = result.label.itemCode this.$refs.okToHoldRecordPackRef.batch = result.label.batch + this.$refs.okToHoldRecordPackRef.uom = result.package.uom this.getResult = result //存储接受的结果 this.$refs.scanPopup.closeScanPopup() } else { @@ -546,6 +548,7 @@ } else if (fromWitch == 'itemCodeScanMsg') { result.fromLocationCode = this.fromLocationCode this.$refs.scanPopup.getScanResult(result) + console.log(result) } }, // 清除来源库位