From a4674a75bfffc500a049beafb74daaec50c8f87f Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期四, 17 七月 2025 17:46:06 +0800
Subject: [PATCH] 三保工单审批流程

---
 src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue |   16 +++++-----------
 1 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue b/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue
index 88c3ee9..5587c8f 100644
--- a/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue
+++ b/src/views/flowable/workflow/TechnicalStatusEvaluation/TechnicalStatusEvaluationApprovalModal.vue
@@ -180,7 +180,7 @@
           <!--鍙充晶瀹℃壒鍒�-->
           <a-col :span="6" class="scroll-col"
                  v-if="model.evaluationStatus&&model.evaluationStatus!='UNDER_EVALUATION'&&model.evaluationStatus!='WAIT_EVALUATION'">
-            <a-tabs v-if="disableSubmit||displayRepairerFlag">
+            <a-tabs v-if="displayRepairerFlag">
               <a-tab-pane tab="缁翠慨宸ョ‘璁�">
                 <a-row>
                   <a-col :span="24">
@@ -215,7 +215,7 @@
               </a-tab-pane>
             </a-tabs>
 
-            <a-tabs v-if="disableSubmit||displayRepairLeaderFlag">
+            <a-tabs v-if="displayRepairLeaderFlag">
               <a-tab-pane tab="缁翠慨瀹や富浠荤‘璁�">
                 <a-row>
                   <a-col :span="24">
@@ -236,8 +236,7 @@
               </a-tab-pane>
             </a-tabs>
 
-            <a-tabs
-              v-if="disableSubmit||displayTechnicianFlag">
+            <a-tabs v-if="displayTechnicianFlag">
               <a-tab-pane tab="宸ヨ壓鍛樼‘璁�">
                 <a-row>
                   <a-col :span="24">
@@ -257,8 +256,7 @@
               </a-tab-pane>
             </a-tabs>
 
-            <a-tabs
-              v-if="disableSubmit||displayTechnicalLeaderFlag">
+            <a-tabs v-if="displayTechnicalLeaderFlag">
               <a-tab-pane tab="浣跨敤鍗曚綅鎶�鏈富绠$‘璁�">
                 <a-row>
                   <a-col :span="24">
@@ -279,7 +277,7 @@
               </a-tab-pane>
             </a-tabs>
 
-            <a-tabs v-if="disableSubmit||displayInspectorFlag">
+            <a-tabs v-if="displayInspectorFlag">
               <a-tab-pane tab="璁惧妫�楠屽憳纭">
                 <a-row>
                   <a-col :span="24">
@@ -531,7 +529,6 @@
        */
       async handleDetail(record) {
         this.model = {}
-        this.visible = true
         this.detail.safetyEquipmentCheckList = this.detail.precisionCheckList = this.detail.otherCheckList = []
         this.handleTabToFirstTable()
         this.getBasicInformationByApi(record)
@@ -543,7 +540,6 @@
        * @param record 涓婚〉闈㈠垪琛ㄨ璁板綍
        */
       recordDetail(record) {
-        this.visible = true
         this.detail.safetyEquipmentCheckList = this.detail.precisionCheckList = this.detail.otherCheckList = []
         this.model = Object.assign({}, record)
         this.handleTabToFirstTable()
@@ -697,7 +693,6 @@
         this.$nextTick(() => {
           for (let index = 1; index <= 3; index++) {
             if (this.$refs['editableDetailTable' + index]) {
-              console.log('index----------', index)
               this.activeTabKey = index
               break
             }
@@ -713,7 +708,6 @@
         if (this.$refs['editableDetailTable' + this.activeTabKey]) this.$refs['editableDetailTable' + this.activeTabKey].clearValidate()
         this.activeTabKey = tabKey
       },
-
 
       handleEvaluationResultChange(value) {
         if (value == 'QUALIFIED') this.model.evaluationReason = ''

--
Gitblit v1.9.3