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',