Browse Source

原料直发 数量等于库存余额

dev_pda
李俊城 2 years ago
parent
commit
76ff242b63
  1. 4
      fe/PDA/pages/store/deliverRaw.vue

4
fe/PDA/pages/store/deliverRaw.vue

@ -252,7 +252,7 @@
addLabel(item, balanceItem) { addLabel(item, balanceItem) {
let label = this.currentLabel; let label = this.currentLabel;
// label.qty = balanceItem.qty; label.qty = balanceItem.qty;
// label.uom = balanceItem.uom; // label.uom = balanceItem.uom;
// label.locationCode = balanceItem.locationCode; // label.locationCode = balanceItem.locationCode;
// label.locationGroup = balanceItem.locationGroup; // label.locationGroup = balanceItem.locationGroup;
@ -320,7 +320,7 @@
label.recommendQty = balanceItem.qty; label.recommendQty = balanceItem.qty;
label.handledContainerCode = this.currentLabel.containerCode; label.handledContainerCode = this.currentLabel.containerCode;
label.handledPackingCode = this.currentLabel.packingCode; label.handledPackingCode = this.currentLabel.packingCode;
label.handledSupplierBatch = "string", label.handledSupplierBatch = balanceItem.supplierBatch,
label.handledArriveDate = balanceItem.arriveDate; label.handledArriveDate = balanceItem.arriveDate;
label.handledProduceDate = balanceItem.produceDate; label.handledProduceDate = balanceItem.produceDate;
label.handledExpireDate = balanceItem.expireDate; label.handledExpireDate = balanceItem.expireDate;

Loading…
Cancel
Save