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();