支持导出表格

This commit is contained in:
2025-07-31 10:07:37 +08:00
parent 28260b7cc9
commit b063ccefd4
9 changed files with 17 additions and 17 deletions

View File

@@ -418,7 +418,7 @@ export default {
},
/** 导出按钮操作 */
handleExport() {
this.download('klp/stockIo/export', {
this.download('wms/stockIo/export', {
...this.queryParams
}, `stockIo_${new Date().getTime()}.xlsx`)
},

View File

@@ -457,7 +457,7 @@ export default {
this.reset();
},
handleExport() {
this.download('klp/stockIoDetail/export', {
this.download('wms/stockIoDetail/export', {
...this.queryParams
}, `stockIoDetail_${new Date().getTime()}.xlsx`)
},