From fdeea9571820f8c474872f181bd40dfda996c693 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期日, 22 三月 2026 09:52:16 +0800
Subject: [PATCH] #
---
src/main/webapp/views/wrkMast/wrkMast.html | 1 -
src/main/webapp/static/js/wrkMast/wrkMast.js | 3 ---
2 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index adfe52f..bb926fb 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -235,9 +235,6 @@
saveVisibleColumns(this.visibleColumnKeys);
this.scheduleTableLayout();
},
- openBatchOutPage: function () {
- window.open(baseUrl + "/views/wrkBatchOut/wrkBatchOut.html", "_blank");
- },
handleRowCommand: function (command, row) {
if (command === "complete") {
this.completeTask(row);
diff --git a/src/main/webapp/views/wrkMast/wrkMast.html b/src/main/webapp/views/wrkMast/wrkMast.html
index c9dc25c..64f066f 100644
--- a/src/main/webapp/views/wrkMast/wrkMast.html
+++ b/src/main/webapp/views/wrkMast/wrkMast.html
@@ -319,7 +319,6 @@
</div>
<el-button slot="reference" size="small" plain icon="el-icon-setting">鍒楄缃�</el-button>
</el-popover>
- <el-button size="small" type="primary" plain icon="el-icon-s-promotion" @click="openBatchOutPage">鎵归噺鍑哄簱</el-button>
<el-button size="small" plain icon="el-icon-refresh" :loading="loading" @click="loadList">鍒锋柊</el-button>
</div>
</div>
--
Gitblit v1.9.1