From 1dbb5bb85691cc48a0f6f64c999e91729d4ad22d Mon Sep 17 00:00:00 2001
From: yangys <y_ys79@sina.com>
Date: 星期五, 19 九月 2025 00:17:04 +0800
Subject: [PATCH] 优化审批界面

---
 src/views/flow/todolist.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/flow/todolist.vue b/src/views/flow/todolist.vue
index 576535d..f149360 100644
--- a/src/views/flow/todolist.vue
+++ b/src/views/flow/todolist.vue
@@ -208,7 +208,7 @@
                         emptyValues :["1",'2'],
                         dicData: [
                             {
-                                label: '杞﹀簥',
+                                label: '鏁版帶杞﹀簥',
                                 value: '1',
                             },
                             {
@@ -892,7 +892,7 @@
 
                 let atts = this.$refs.todolistLeft.tableData;
                 let otherFileCOunt = atts.filter(att => att.program === false).length;
-                if(otherFileCOunt == 0){
+                if(otherFileCOunt == 0 && programOnMachine != 'Y'){
                     let confirResult = await this.$confirm('鏂囦欢鍒楄〃涓棤鍏朵粬鏂囦欢锛岀‘璁よ鎻愪氦鍚楋紵', '', {
                         confirmButtonText: this.$t('submitText'),
                         cancelButtonText: this.$t('cancelText'),

--
Gitblit v1.9.3