From 76ff242b63730c0738bec7665d62113b52232e34 Mon Sep 17 00:00:00 2001 From: "juncheng.li" Date: Wed, 10 May 2023 16:41:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=9F=E6=96=99=E7=9B=B4=E5=8F=91=20?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E7=AD=89=E4=BA=8E=E5=BA=93=E5=AD=98=E4=BD=99?= =?UTF-8?q?=E9=A2=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/store/deliverRaw.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fe/PDA/pages/store/deliverRaw.vue b/fe/PDA/pages/store/deliverRaw.vue index d3d78d1ef..a72d6a61e 100644 --- a/fe/PDA/pages/store/deliverRaw.vue +++ b/fe/PDA/pages/store/deliverRaw.vue @@ -252,7 +252,7 @@ addLabel(item, balanceItem) { let label = this.currentLabel; - // label.qty = balanceItem.qty; + label.qty = balanceItem.qty; // label.uom = balanceItem.uom; // label.locationCode = balanceItem.locationCode; // label.locationGroup = balanceItem.locationGroup; @@ -320,7 +320,7 @@ label.recommendQty = balanceItem.qty; label.handledContainerCode = this.currentLabel.containerCode; label.handledPackingCode = this.currentLabel.packingCode; - label.handledSupplierBatch = "string", + label.handledSupplierBatch = balanceItem.supplierBatch, label.handledArriveDate = balanceItem.arriveDate; label.handledProduceDate = balanceItem.produceDate; label.handledExpireDate = balanceItem.expireDate;