From 385e27c9b88f33088bb9dc5e81801c8e9de7e187 Mon Sep 17 00:00:00 2001
From: lyh <925863403@qq.com>
Date: 星期四, 21 八月 2025 18:11:18 +0800
Subject: [PATCH] 430详情点进流转节点与流程图

---
 src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue b/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
index b699384..11a9a89 100644
--- a/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
+++ b/src/views/flowable/workflow/InspectionOrder/InspectionOrderHandle.vue
@@ -153,24 +153,23 @@
                 <a-tab-pane key='3' tab='娴佺▼鍥�'>
                   <img :src="imageSrc" v-if="imageSrc"/>
                 </a-tab-pane>
+
+                <a-tab-pane key='4' tab='娴佽浆鑺傜偣'>
+                  <a-card>
+                    <a-timeline style="padding:0 1% 0 12%" >
+                      <a-timeline-item color='white' v-for="(item,index1) in hitaskDataSource" :key="index1">
+                        <div class="bottom">
+                          <p>澶勭悊浜猴細{{item.assignee_dictText}}</p>
+                          <p v-if="index1 !==0">澶勭悊鏃堕暱锛歿{item.duration}}</p>
+                          <p v-if="item.name !== '鎻愪氦鐢宠'">澶勭悊绫诲瀷锛歿{item.sequenceFlowName}}</p>
+                          <p v-if="item.description != null">澶勭悊鎰忚锛歿{item.description}}</p>
+                          <div class="left_qiu"><span>{{item.taskName}}</span></div>
+                        </div>
+                      </a-timeline-item>
+                    </a-timeline>
+                  </a-card>
+                </a-tab-pane>
               </template>
-
-              <a-tab-pane key='4' tab='娴佽浆鑺傜偣'>
-                <a-card>
-                  <a-timeline style="padding:0 1% 0 12%" >
-                    <a-timeline-item color='white' v-for="(item,index1) in hitaskDataSource" :key="index1">
-                      <div class="bottom">
-                        <p>澶勭悊浜猴細{{item.assignee_dictText}}</p>
-                        <p v-if="index1 !==0">澶勭悊鏃堕暱锛歿{item.duration}}</p>
-                        <p v-if="item.name !== '鎻愪氦鐢宠'">澶勭悊绫诲瀷锛歿{item.sequenceFlowName}}</p>
-                        <p v-if="item.description != null">澶勭悊鎰忚锛歿{item.description}}</p>
-                        <div class="left_qiu"><span>{{item.taskName}}</span></div>
-                      </div>
-                    </a-timeline-item>
-                  </a-timeline>
-                </a-card>
-              </a-tab-pane>
-
 
               <a-button
                 v-if="activeTabKey=='1'||activeTabKey=='2'"
@@ -432,6 +431,7 @@
         this.model = Object.assign({}, record)
         this.getDayInspectionOrderListByApi(record.id)
         this.getWeekInspectionOrderListByApi(record.standardId)
+        this.getFlowChartImageByApi(record)
         this.getFlowTaskListByApi(record)
       },
 

--
Gitblit v1.9.3