From 2907adc5cea3d3cee48d758e2df7d9f55087cc55 Mon Sep 17 00:00:00 2001
From: jiang <1354748262@qq.com>
Date: 星期五, 26 一月 2024 09:48:30 +0800
Subject: [PATCH] 报工记录表关闭功能

---
 jcdm-ui/src/views/main/bs/orderScheduling/index.vue |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

diff --git a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
index c3ff07b..94b49a6 100644
--- a/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
+++ b/jcdm-ui/src/views/main/bs/orderScheduling/index.vue
@@ -145,6 +145,15 @@
               v-hasPermi="['bs:orderScheduling:export']"
             >瀵煎嚭</el-button>
           </el-col>
+          <el-col :span="1.5">
+            <el-button
+              type="warning"
+              plain
+              icon="el-icon-close"
+              size="mini"
+              @click="handleClose"
+            >鍏抽棴</el-button>
+          </el-col>
           <right-toolbar :showSearch.sync="showSearch" @queryTable="getList"></right-toolbar>
         </el-row>
 
@@ -606,6 +615,11 @@
       this.download('bs/orderScheduling/export', {
         ...this.queryParams
       }, `orderScheduling_${new Date().getTime()}.xlsx`)
+    },
+    /** 杩斿洖鎸夐挳鎿嶄綔 */
+    handleClose() {
+      const obj = { path: "/main/pm/technologyRoute" };
+      this.$tab.closeOpenPage(obj);
     }
   }
 };

--
Gitblit v1.9.3