From 5e9fb57f959d6cccbb3a3c56d0ccdd241855ad06 Mon Sep 17 00:00:00 2001 From: zhaowei <zhaowei> Date: 星期五, 11 七月 2025 16:06:07 +0800 Subject: [PATCH] 1、技术鉴定工单页面基础功能 2、新增技术鉴定设备选择组件 3、 --- src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue | 36 ++---------------------------------- 1 files changed, 2 insertions(+), 34 deletions(-) diff --git a/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue b/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue index 5b00280..bc37560 100644 --- a/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue +++ b/src/views/eam/base/modules/EamTechnicalStatusEvaluationStandardModal.vue @@ -23,40 +23,8 @@ </a-col> </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')" @@ -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