Browse Source

修改bug

chenrui 1 năm trước cách đây
mục cha
commit
44f4e496a4

+ 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 () {