diff --git a/src/views/modules/eam/eamFeedBack.vue b/src/views/modules/eam/eamFeedBack.vue index 46e9dd8..c4f1d85 100644 --- a/src/views/modules/eam/eamFeedBack.vue +++ b/src/views/modules/eam/eamFeedBack.vue @@ -60,7 +60,7 @@ - + - + 查询 新增 - + 设备编码 @@ -234,7 +234,7 @@ - + 故障编码 @@ -243,16 +243,16 @@ - - - 问题代码 - - - - - - - + + + + + + + + + + @@ -260,7 +260,7 @@ - + @@ -268,7 +268,7 @@ - + @@ -276,7 +276,7 @@ - + @@ -286,7 +286,7 @@ 故障图片 - + @@ -329,7 +329,7 @@ }, watch: { "saveModalData.bu"(newV, oldV) { - if (newV.includes('RFID')) { + if (newV.includes('RFID') && this.saveModalData.repairReportingType !== 'TPM红牌') { this.saveModalData.repairType = '换线专家组' } else { this.saveModalData.repairType = '设备维修组' @@ -821,6 +821,10 @@ repairReportingTypeChange () { this.saveModalData.defectID = '' this.saveModalData.defectDesc = '' + if (this.saveModalData.repairReportingType === 'TPM红牌') { + this.saveModalData.defectID = '***' + this.saveModalData.repairType = '设备维修组' + } }, // 新增模态框 diff --git a/src/views/modules/sys/language/common-language-list.vue b/src/views/modules/sys/language/common-language-list.vue index a0a2c3d..ff19285 100644 --- a/src/views/modules/sys/language/common-language-list.vue +++ b/src/views/modules/sys/language/common-language-list.vue @@ -13,8 +13,12 @@ - + +