diff --git a/src/views/modules/recv/qualifiedStorage.vue b/src/views/modules/recv/qualifiedStorage.vue index 3fbc8a9..d38473b 100644 --- a/src/views/modules/recv/qualifiedStorage.vue +++ b/src/views/modules/recv/qualifiedStorage.vue @@ -564,6 +564,7 @@ export default { lotBatchNo: '', // 后端会从HandlingUnit中获取 wdr: '', // 后端会从HandlingUnit中获取 engChgLevel: this.selectedReceipt.engChgLevel || '1', + uom: this.selectedReceipt.uom || '', toLocationNo: this.targetLocationId, qtyToMove: totalQty, qtyArrived: this.selectedReceipt.qtyArrived,