Merge branch '0.8.X' of https://gitee.com/hdka/klp-oa into 0.8.X

This commit is contained in:
砂糖
2025-07-31 11:43:36 +08:00
22 changed files with 145 additions and 166 deletions

View File

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

View File

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

View File

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

View File

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

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`)
},