lilei 2 лет назад
Родитель
Сommit
95c28c75ca
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 1
      public/version.json
  2. 1 0
      src/views/chainReportData/chainStockReport/list.vue

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1675667683805
+  "version": 1675736790843
 }

+ 1 - 0
src/views/chainReportData/chainStockReport/list.vue

@@ -338,6 +338,7 @@ export default {
     handleExport () {
       const _this = this
       const params = JSON.parse(JSON.stringify(this.queryParam))
+      params.showCost = this.$hasPermissions('M_ShowAllCost') ? '1' : '0'
       if (params.tenantId) {
         this.exportLoading = true
         _this.spinning = true