From 9b5812aca146ea5ddfb876a8b102478ff3b0b1c0 Mon Sep 17 00:00:00 2001 From: "juncheng.li" Date: Wed, 12 Apr 2023 15:04:00 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E5=8F=91=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/store/issueDirect.vue | 35 ++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/fe/PDA/pages/store/issueDirect.vue b/fe/PDA/pages/store/issueDirect.vue index 524bf00fb..13725ecdf 100644 --- a/fe/PDA/pages/store/issueDirect.vue +++ b/fe/PDA/pages/store/issueDirect.vue @@ -310,8 +310,39 @@ // item.arriveDate = balanceItem.arriveDate; // item.produceDate = balanceItem.produceDate; // item.expireDate = balanceItem.expireDate; - - item.labelList.unshift(label) + + // ==================================== + + + label.recommendContainerCode=balanceItem.containerCode; + label.recommendPackingCode=balanceItem.packingCode; + label.recommendSupplierBatch=balanceItem.supplierBatch;; + label.recommendArriveDate=balanceItem.arriveDate; + label.recommendProduceDate=balanceItem.produceDate; + label.recommendExpireDate= balanceItem.expireDate; + + label.recommendLot= balanceItem.lot;; + label.recommendFromLocationCode=balanceItem.locationCode; + label.recommendFromLocationArea=balanceItem.locationArea; + label.recommendFromLocationGroup=balanceItem.locationGroup; + label.recommendFromLocationErpCode=balanceItem.locationErpCode; + label.recommendFromWarehouseCode=localStorage.warehouseCode;; + label.recommendQty= balanceItem.qty; + label.handledContainerCode=balanceItem.containerCode; + label.handledPackingCode=balanceItem.packingCode;; + label.handledSupplierBatch= balanceItem.supplierBatch; + label.handledArriveDate=balanceItem.arriveDate; + label.handledProduceDate=balanceItem.produceDate; + label.handledExpireDate=balanceItem.expireDate; + + label.handledLot = balanceItem.lot; + label.handledToLocationCode = balanceItem.locationCode; + label.handledToLocationArea = balanceItem.locationArea; + label.handledToLocationGroup = balanceItem.locationGroup; + label.handledToLocationErpCode = balanceItem.locationErpCode; + label.handledToWarehouseCode = balanceItem.warehouseCode; + label.handledQty = balanceItem.qty; + item.labelList.unshift(label) }, calcScanCount(item) {