From f26dfe918b12f528e13c6796d5795e08329b619a Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期一, 23 六月 2025 16:57:38 +0800
Subject: [PATCH] 新增注释

---
 src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchForm.vue |    5 +++++
 src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue |    4 ++--
 src/views/flowable/workflow/FlowTodo.vue                                          |    8 ++++----
 3 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchForm.vue b/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchForm.vue
index b859014..f367676 100644
--- a/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchForm.vue
+++ b/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchForm.vue
@@ -99,6 +99,11 @@
             </a-form-model-item>
           </a-col>
           <a-col :span="24">
+            <a-form-model-item label="棣栨鎰忚" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="inspectionOpinion">
+              <a-textarea v-model="model.inspectionOpinion" rows="4" placeholder="璇疯緭鍏ラ妫�鎰忚" />
+            </a-form-model-item>
+          </a-col>
+          <a-col :span="24">
             <a-form-model-item label="瀹℃壒浜�" :labelCol="labelCol" :wrapperCol="wrapperCol" prop="approver">
               <a-input v-model="model.approver" placeholder="璇疯緭鍏ュ鎵逛汉"  ></a-input>
             </a-form-model-item>
diff --git a/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue b/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue
index 7cab115..9de5595 100644
--- a/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue
+++ b/src/views/dnc/base/modules/ProductStructure/GuideCardBatch/GuideCardBatchList.vue
@@ -67,9 +67,9 @@
 
         <span slot="action" slot-scope="text, record">
 
-          <a v-if="record.flowStatus === '1'" @click="handleEdit(record)">涓婁紶/淇敼淇℃伅</a>
+          <a v-if="record.flowStatus === '0'" @click="handleEdit(record)">涓婁紶/淇敼淇℃伅</a>
 
-          <a-divider v-if="record.flowStatus === '1'" type="vertical" />
+          <a-divider v-if="record.flowStatus === '0'" type="vertical" />
 
           <a @click="handleOpenPrintGuideCardModal(record)">鐢熸垚鏁版帶鍔犲伐绋嬪簭纭琛�</a>
 
diff --git a/src/views/flowable/workflow/FlowTodo.vue b/src/views/flowable/workflow/FlowTodo.vue
index 76b8b69..e70779b 100644
--- a/src/views/flowable/workflow/FlowTodo.vue
+++ b/src/views/flowable/workflow/FlowTodo.vue
@@ -497,7 +497,7 @@
         case 'ggApproval':
           this.handDispatchFileDetial(item)
           break
-        case 'standardized_approval':
+        case 'ncFileSettingProcessApproval':
           this.handStandardizedDetial(item)
           break
         case 'sbdjApproval':
@@ -588,20 +588,20 @@
       let result = parts[0]
       return result
     },
-
+    //DNC-鎸囨淳NC绋嬪簭鑷宠澶�
     handDrDetial(item) {
       this.selectShenpiData = item
       this.$refs.modalFormApproval.clearTableSource()
       this.$refs.modalFormApproval.getAllApproveData(item)
     },
-
+    //DNC-NC绋嬪簭绛炬淳
     handDispatchFileDetial(item) {
       console.log('item----->', item)
       this.selectDispatchFileXqData = item
       this.$refs.modalFormDispatchFileXq.clearTableSource()
       this.$refs.modalFormDispatchFileXq.getAllApproveData(item)
     },
-    //瀹氬瀷瀹℃壒椤甸潰
+    //DNC-瀹氬瀷瀹℃壒椤甸潰
     handStandardizedDetial(item){
       this.selectDispatchFileXqData = item
       this.$refs.StandardizedProcessHandle.clearTableSource()

--
Gitblit v1.9.3