#
Junjie
2 天以前 fdeea9571820f8c474872f181bd40dfda996c693
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);