From 0c0ce8823492490146a9ad2c471668e51ebb74c2 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Tue, 21 Oct 2025 20:32:39 +0800 Subject: [PATCH] ifsAutoClose --- src/views/modules/production-inbound/inboundRegister.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/production-inbound/inboundRegister.vue b/src/views/modules/production-inbound/inboundRegister.vue index 7835cd0..986f5db 100644 --- a/src/views/modules/production-inbound/inboundRegister.vue +++ b/src/views/modules/production-inbound/inboundRegister.vue @@ -531,7 +531,7 @@ export default { // IFS参数 ifsAutoReport: item.ifsAutoReport ? 'Yes' : 'No', ifsSimplifiedMaterial: item.ifsSimplifiedMaterial ? 'Yes' : 'No', - ifsAutoClose:item.closeCodeDb, + ifsAutoClose:item.closeCodeDb==='Y'?'TRUE':'FALSE', // 处理单元列表 handlingUnitList: this.handlingUnit.map(hu => ({ perQty: hu.perQty,