From 574e883f969029adbbf11bca6b4eca184161384c Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 4 Nov 2025 10:25:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=87=E8=B4=AD=E5=90=88=E6=A0=BC=E5=85=A5?= =?UTF-8?q?=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production-inbound/inboundRegister.vue | 5 ++--- src/views/modules/recv/qualifiedStorage.vue | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index 2c5b84d..effcf1b 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/src/views/modules/production-inbound/inboundRegister.vue @@ -351,11 +351,10 @@ export default { unCompleteQty: parseFloat(row.lotSize) - parseFloat(row.qtyComplete), sequenceNoNew: nextSequence, batchNo: `${row.orderNo}-${row.releaseNo}-${row.sequenceNo}-${nextSequence}`, - locationNo: 'AS', + locationNo: '', serialNo: '*', wdr: '*', - engChgLevel: '1', - ifsAutoReport: false, // Auto Report of Operation + ifsAutoReport: true, // Auto Report of Operation ifsSimplifiedMaterial: true, // Simplified Material Check默认选中 height: this.parseHeightFromPartNo(row.partNo) // 根据物料编码自动填充高度 }; diff --git a/src/views/modules/recv/qualifiedStorage.vue b/src/views/modules/recv/qualifiedStorage.vue index 7754acc..3fbc8a9 100644 --- a/src/views/modules/recv/qualifiedStorage.vue +++ b/src/views/modules/recv/qualifiedStorage.vue @@ -563,6 +563,7 @@ export default { locationNo: '', // 后端会从HandlingUnit中获取 lotBatchNo: '', // 后端会从HandlingUnit中获取 wdr: '', // 后端会从HandlingUnit中获取 + engChgLevel: this.selectedReceipt.engChgLevel || '1', toLocationNo: this.targetLocationId, qtyToMove: totalQty, qtyArrived: this.selectedReceipt.qtyArrived,