From 7a2fae795f99a4b7735f6aed19678b224b72f0d5 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Wed, 19 Nov 2025 12:31:45 +0800 Subject: [PATCH] uom --- src/views/modules/recv/qualifiedStorage.vue | 1 + 1 file changed, 1 insertion(+) 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,