Explorar el Código

Merge branch 'develop_temp' of http://git.chelingzhu.com/jianguan-web/qpls-md-html into develop_yh04

lilei hace 3 años
padre
commit
3f2e862fd9
Se han modificado 2 ficheros con 2 adiciones y 1 borrados
  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.0.9",
+    "version": "1.1.2",
     "message": "发现有新版本发布,确定更新系统?"
 }

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

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