From 984fc9d606c4c7f2510506aa91adb7bf0b4e48ba Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 3 Jul 2024 09:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=AB=E6=8F=8F=E5=8F=AB?= =?UTF-8?q?=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/request/issueScanRequest.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/issue/request/issueScanRequest.vue b/src/pages/issue/request/issueScanRequest.vue index 46aee81a..d52e0114 100644 --- a/src/pages/issue/request/issueScanRequest.vue +++ b/src/pages/issue/request/issueScanRequest.vue @@ -97,8 +97,6 @@ var labelInfo = data.label; var data = { - productionLineCode:labelInfo.productionLineCode, - workStationCode:labelInfo.workStationCode, itemCode:labelInfo.itemCode, location:labelInfo.location, qty:labelInfo.qty, @@ -107,6 +105,8 @@ }; this.detailSource.subList.push(data) + this.detailSource.productionLineCode=labelInfo.productionLineCode; + this.detailSource.workStationCode=labelInfo.workStationCode; this.detailSource.warehouseCode = labelInfo.warehouseCode; this.detailSource.workshopCode = labelInfo.workshopCode; this.submit();