|
|
@ -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; |
|
|
|