From 80a8050560fdd4cc18aee57c3ed176a9019dec2a Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期一, 21 七月 2025 21:33:25 +0800
Subject: [PATCH] 1、维修工单与故障报修开发

---
 src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue |   40 ++++------------------------------------
 1 files changed, 4 insertions(+), 36 deletions(-)

diff --git a/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue b/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue
index 7673464..bc37560 100644
--- a/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue
+++ b/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue
@@ -24,39 +24,7 @@
         </a-row>
 
         <a-row>
-          <a-col :span="8">
-            <a-form-model-item label="閴村畾鍛ㄦ湡(骞�)">
-              <a-input-number v-model="model.evaluationPeriod" :min="1" placeholder="璇疯緭鍏ラ壌瀹氬懆鏈�(骞�)" style="width: 100%"/>
-            </a-form-model-item>
-          </a-col>
-        </a-row>
-
-        <a-row>
-          <!--<a-col :span="8">-->
-          <!--<a-form-model-item label="瀹夊叏瑁呯疆妫�鏌�">-->
-          <!--<j-dict-select-tag @change="handleCheckListChange($event,1)" dict-code="yn " type="radio"-->
-          <!--:disabled="model.hasPrecisionCheck=='0'&&model.hasOtherCheck=='0'"-->
-          <!--v-model="model.hasSafetyEquipmentCheck"/>-->
-          <!--</a-form-model-item>-->
-          <!--</a-col>-->
-
-          <!--<a-col :span="8">-->
-          <!--<a-form-model-item label="璁惧绮惧害妫�鏌�">-->
-          <!--<j-dict-select-tag @change="handleCheckListChange($event,2)" dict-code="yn " type="radio"-->
-          <!--:disabled="model.hasSafetyEquipmentCheck=='0'&&model.hasOtherCheck=='0'"-->
-          <!--v-model="model.hasPrecisionCheck"/>-->
-          <!--</a-form-model-item>-->
-          <!--</a-col>-->
-
-          <!--<a-col :span="8">-->
-          <!--<a-form-model-item label="鍏朵粬妫�鏌�">-->
-          <!--<j-dict-select-tag @change="handleCheckListChange($event,3)" dict-code="yn " type="radio"-->
-          <!--:disabled="model.hasPrecisionCheck=='0'&&model.hasSafetyEquipmentCheck=='0'"-->
-          <!--v-model="model.hasOtherCheck"/>-->
-          <!--</a-form-model-item>-->
-          <!--</a-col>-->
-
-          <a-col :span="8" v-for="item in checkList">
+          <a-col :span="8" v-for="item in checkList" :key="item.key">
             <a-form-model-item :label="item.label">
               <j-dict-select-tag @change="handleCheckListChange($event,item.key)" dict-code="yn" type="radio"
                                  :disabled="checkList.filter(i=>i.key!=item.key).every(i=>i.value=='0')"
@@ -213,7 +181,7 @@
               width: 150,
               validateRules: [
                 { required: true, message: '璇疯緭鍏�${title}' },
-                { unique: true, message: '${title}涓嶈兘閲嶅' }
+                { unique: false, message: '${title}涓嶈兘閲嶅' }
               ]
             },
             {
@@ -230,7 +198,7 @@
               placeholder: '璇疯緭鍏�${title}',
               type: JVXETypes.textarea,
               align: 'center',
-              validateRules: [{ required: true, message: '璇疯緭鍏�${title}' }]
+              validateRules: [{ required: false, message: '璇疯緭鍏�${title}' }]
             },
             {
               title: '鍏佸樊鍊�',
@@ -342,7 +310,7 @@
           if (tableData.length == 0) {
             this.$notification.warning({
               message: '娑堟伅',
-              description: hasCheckedCheckList[index].label + '蹇呭~椤逛笉鑳戒负绌�'
+              description: hasCheckedCheckList[index].label + '涓嶈兘涓虹┖'
             })
             return
           }

--
Gitblit v1.9.3