소스 검색

修改bug

chenrui 1 년 전
부모
커밋
44f4e496a4
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 2
      src/views/reportData/tireSalesReport/detailList.vue
  2. 1 1
      src/views/reportData/tireSalesReport/list.vue

+ 2 - 2
src/views/reportData/tireSalesReport/detailList.vue

@@ -401,7 +401,7 @@ export default {
       _this.exportLoading = true
       _this.spinning = true
       _this.showExport = true
-      _this.$store.state.app.curActionPermission = 'B_tireSalesReportExport'
+      _this.$store.state.app.curActionPermission = 'B_tireReportExport'
       params.exportFlag = 1
       delete params.time
       hdExportExcel(tireListExport, params, '轮胎明细报表', function () {
@@ -416,7 +416,7 @@ export default {
       _this.exportLoading = true
       _this.spinning = true
       _this.showExport = true
-      _this.$store.state.app.curActionPermission = 'B_tireSalesReportExport'
+      _this.$store.state.app.curActionPermission = 'B_tireReportExport'
       delete params.time
       hdExportExcel(tireOutDetailListExport, params, '轮胎出库明细报表', function () {
         _this.exportLoading = false

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

@@ -341,7 +341,7 @@ export default {
       _this.exportLoading = true
       _this.spinning = true
       _this.showExport = true
-      _this.$store.state.app.curActionPermission = 'B_tireSalesReportExport'
+      _this.$store.state.app.curActionPermission = 'B_tireReportExport'
       params.exportFlag = 0
       delete params.time
       hdExportExcel(tireListExport, params, '轮胎统计报表', function () {