Browse Source

YT-953编辑,包装数量、标包数应显示

intex
zhang_li 2 weeks ago
parent
commit
c8cfcbe1dc
  1. 4
      src/pages/inventoryMove/coms/comMoveRecord.vue

4
src/pages/inventoryMove/coms/comMoveRecord.vue

@ -406,6 +406,8 @@
newDetail.managementTypeParams = managementTypeParams;
newDetail.fromLocationCode = result.fromLocationCode
newDetail.handleQty = Number(result.label.qty)
newDetail.packQty = balance.packQty;
newDetail.packUnit = balance.packUnit;
itemp.subList.push(newDetail);
this.detailSource.push(itemp)
@ -447,6 +449,8 @@
newDetail.toLocationCode = this.toLocationCode;
newDetail.managementTypeParams = managementTypeParams;
newDetail.fromLocationCode = result.fromLocationCode
newDetail.packQty = balance.packQty;
newDetail.packUnit = balance.packUnit;
item.subList.push(newDetail);
this.clearFromLocation()
this.$refs.okToHoldRecordPackRef.handleQty = 0

Loading…
Cancel
Save