#
Junjie
7 天以前 494d383f5d48d8986ec2890fb37eb3973ac487fe
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);