han\hanst 2 months ago
parent
commit
7a2fae795f
  1. 1
      src/views/modules/recv/qualifiedStorage.vue

1
src/views/modules/recv/qualifiedStorage.vue

@ -564,6 +564,7 @@ export default {
lotBatchNo: '', // HandlingUnit lotBatchNo: '', // HandlingUnit
wdr: '', // HandlingUnit wdr: '', // HandlingUnit
engChgLevel: this.selectedReceipt.engChgLevel || '1', engChgLevel: this.selectedReceipt.engChgLevel || '1',
uom: this.selectedReceipt.uom || '',
toLocationNo: this.targetLocationId, toLocationNo: this.targetLocationId,
qtyToMove: totalQty, qtyToMove: totalQty,
qtyArrived: this.selectedReceipt.qtyArrived, qtyArrived: this.selectedReceipt.qtyArrived,

Loading…
Cancel
Save