소스 검색

bug修复

chenrui 4 년 전
부모
커밋
c5a2eed0e8
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/reportData/warehousingOrder/list.vue
  2. 1 1
      src/views/reportData/warehousingOrderDetail/list.vue

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

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

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

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