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;