lilei 2 anni fa
parent
commit
f3c282e110
2 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 1 1
      public/version.json
  2. 1 0
      src/views/salesManagement/salesQueryNew/list.vue

+ 1 - 1
public/version.json

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

+ 1 - 0
src/views/salesManagement/salesQueryNew/list.vue

@@ -536,6 +536,7 @@ export default {
     handleExport () {
       const _this = this
       const params = this.queryParam
+      params.showDiscountAmountFlag = this.showDiscount ? 1 : 0
       this.exportLoading = true
       _this.spinning = true
       salesExport(params).then(res => {