From ac6ecd32d72890e6ca51a189ba159546b4f3b61e Mon Sep 17 00:00:00 2001
From: gaoshp <291585735@qq.com>
Date: 星期日, 17 八月 2025 11:32:28 +0800
Subject: [PATCH] 添加异常流程

---
 src/views/flowmgr/programexport.vue |   40 +++++++++++++++++++++++++++++++---------
 1 files changed, 31 insertions(+), 9 deletions(-)

diff --git a/src/views/flowmgr/programexport.vue b/src/views/flowmgr/programexport.vue
index 453e0cc..3a60048 100644
--- a/src/views/flowmgr/programexport.vue
+++ b/src/views/flowmgr/programexport.vue
@@ -1,7 +1,7 @@
 <!--
  * @Date: 2025-06-20 20:48:17
- * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com
- * @LastEditTime: 2025-08-11 16:34:15
+ * @LastEditors: gaoshp
+ * @LastEditTime: 2025-08-17 10:17:27
  * @FilePath: /mdmweb/src/views/flowmgr/programexport.vue
 -->
 <template>
@@ -88,17 +88,27 @@
                         prop: 'title',
                     },
                     {
-                        label: '鍥惧彿',
+                        label: '闆剁粍浠跺彿',
                         prop: 'drawingNo',
                     },
                     {
-                        label: '鍥惧彿鐗堟',
-                        prop: 'drawingNoEdition',
+                        label: '宸ュ簭鍙�',
+                        prop: 'processNo',
+                    },
+                    
+                    {
+                        label: '宸ュ簭鐗堟',
+                        prop: 'processEdition',
                     },
                     {
                         label: '宸ュ簭鍚嶇О',
                         prop: 'processName',
                     },
+                    {
+                        label: '鍥惧彿鐗堟',
+                        prop: 'drawingNoEdition',
+                    },
+                    
                     {
                         label: '绋嬪簭鍚嶇О',
                         prop: 'name',
@@ -146,17 +156,26 @@
                         prop: 'title',
                     },
                     {
-                        label: '鍥惧彿',
+                        label: '闆剁粍浠跺彿',
                         prop: 'drawingNo',
                     },
                     {
-                        label: '鍥惧彿鐗堟',
-                        prop: 'drawingNoEdition',
+                        label: '宸ュ簭鍙�',
+                        prop: 'processNo',
+                    },
+                    {
+                        label: '宸ュ簭鐗堟',
+                        prop: 'processEdition',
                     },
                     {
                         label: '宸ュ簭鍚嶇О',
                         prop: 'processName',
                     },
+                    {
+                        label: '鍥惧彿鐗堟',
+                        prop: 'drawingNoEdition',
+                    },
+                    
                     {
                         label: '绋嬪簭鍚嶇О',
                         prop: 'name',
@@ -165,10 +184,12 @@
                     {
                         label: '閫氳繃鏃堕棿',
                         prop: 'createTime',
+                        sortable: true,
                     },
                     {
                         label: '宸插姙鏃堕棿',
                         prop: 'updateTime',
+                        sortable: true,
                     },
                     {
                         label: '閫氳繃鏃堕棿',
@@ -180,6 +201,7 @@
                         valueFormat: 'YYYY-MM-DD HH:mm:ss',
                         searchRange: true,
                         searchSpan: 8,
+                        sortable: true,
                     },
                 ],
             }
@@ -271,7 +293,7 @@
                     {},
                     {ids: this.selection.map(item => item.id)},
                 ).then(res => {
-				    //console.log('status='+res.status)
+				    console.log('status='+res.status)
 					if(res.status == 200){
 					   //console.log(res.data);
 						

--
Gitblit v1.9.3