做了几个组件

This commit is contained in:
砂糖
2025-07-18 15:25:07 +08:00
parent 1ef306f163
commit a7502dd45a
15 changed files with 1329 additions and 189 deletions

View File

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