|
@@ -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
|