From 494d383f5d48d8986ec2890fb37eb3973ac487fe Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期六, 21 三月 2026 20:12:07 +0800
Subject: [PATCH] #
---
src/main/webapp/static/js/wrkMast/wrkMast.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/static/js/wrkMast/wrkMast.js b/src/main/webapp/static/js/wrkMast/wrkMast.js
index bb926fb..adfe52f 100644
--- a/src/main/webapp/static/js/wrkMast/wrkMast.js
+++ b/src/main/webapp/static/js/wrkMast/wrkMast.js
@@ -235,6 +235,9 @@
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