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/static/js/wrkMast/wrkMast.js | 3 ---
1 files changed, 0 insertions(+), 3 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);
--
Gitblit v1.9.1