Browse Source

bug修复

chenrui 3 years ago
parent
commit
c5a2eed0e8

+ 1 - 1
src/views/reportData/warehousingOrder/list.vue

@@ -208,7 +208,7 @@ export default {
           const params = _this.queryParam
           const params = _this.queryParam
           _this.exportLoading = true
           _this.exportLoading = true
           _this.spinning = true
           _this.spinning = true
-          hdExportExcel(reportStockPutExport, params, '入库单明细报表', function () {
+          hdExportExcel(reportStockPutExport, params, '入库单报表', function () {
             _this.exportLoading = false
             _this.exportLoading = false
             _this.spinning = false
             _this.spinning = false
           })
           })

+ 1 - 1
src/views/reportData/warehousingOrderDetail/list.vue

@@ -218,7 +218,7 @@ export default {
       const params = this.queryParam
       const params = this.queryParam
       this.exportLoading = true
       this.exportLoading = true
       this.spinning = true
       this.spinning = true
-      hdExportExcel(reportStockPutDetailExport, params, '入库明细报表', function () {
+      hdExportExcel(reportStockPutDetailExport, params, '入库明细报表', function () {
         _this.exportLoading = false
         _this.exportLoading = false
         _this.spinning = false
         _this.spinning = false
       })
       })