Browse Source

Merge commit 'e6fd67f413b3b63b3a340f1f6176412e5cca429f' into HEAD

gitadmin 3 years ago
parent
commit
c25c57e910
2 changed files with 2 additions and 1 deletions
  1. 1 1
      public/version.json
  2. 1 0
      src/views/inventoryManagement/inventoryQuery/list.vue

+ 1 - 1
public/version.json

@@ -1,4 +1,4 @@
 {
 {
-    "version": "1.1.1",
+    "version": "1.1.2",
     "message": "发现有新版本发布,确定更新系统?"
     "message": "发现有新版本发布,确定更新系统?"
 }
 }

+ 1 - 0
src/views/inventoryManagement/inventoryQuery/list.vue

@@ -362,6 +362,7 @@ export default {
       } else {
       } else {
         params.zeroQtyFlag = ''
         params.zeroQtyFlag = ''
       }
       }
+      params.productEnabledFlag = params.productEnabledFlag ? '' : '1'
       this.exportLoading = true
       this.exportLoading = true
       _this.spinning = true
       _this.spinning = true
       stockExport(params).then(res => {
       stockExport(params).then(res => {