#
Junjie
14 小时以前 fdeea9571820f8c474872f181bd40dfda996c693
#
2个文件已修改
4 ■■■■ 已修改文件
src/main/webapp/static/js/wrkMast/wrkMast.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/views/wrkMast/wrkMast.html 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);
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>