From e087ea8520f9c7e54b2f9fe928a45e7b7d82a2c8 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Fri, 5 Dec 2025 15:37:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89=E6=95=88=E6=9C=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/production-inbound/inboundRegister.vue | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index 3b33473..28e2d08 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/src/views/modules/production-inbound/inboundRegister.vue @@ -90,6 +90,15 @@ + + + @@ -356,7 +365,8 @@ export default { wdr: '*', ifsAutoReport: true, // Auto Report of Operation ifsSimplifiedMaterial: true, // Simplified Material Check默认选中 - height: this.parseHeightFromPartNo(row.partNo) // 根据物料编码自动填充高度 + height: this.parseHeightFromPartNo(row.partNo), // 根据物料编码自动填充高度 + ifsExpiryDate: '' // 有效期,传给IFS接口 }; this.processFlag = 2; } catch (error) { @@ -521,6 +531,7 @@ export default { lotSize: item.lotSize, qtyComplete: item.qtyComplete, height: item.height || null, // 高度(mm) + ifsExpiryDate: item.ifsExpiryDate || null, // 有效期 // IFS参数 ifsAutoReport: item.ifsAutoReport ? 'Yes' : 'No', ifsSimplifiedMaterial: item.ifsSimplifiedMaterial ? 'Yes' : 'No',