| | |
| | | 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); |
| | |
| | | </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> |