lilei 2 年之前
父節點
當前提交
067936ea1d
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1 1
      public/version.json
  2. 2 2
      src/views/salesManagement/productPricing/list.vue

+ 1 - 1
public/version.json

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

+ 2 - 2
src/views/salesManagement/productPricing/list.vue

@@ -124,7 +124,7 @@ export default {
         productTypeSn2: '',
         productTypeSn3: '',
         onlineFalg: undefined,
-        putStockFlag: false
+        putStockFlag: true
       },
       productType: [],
       disabled: false, //  查询、重置按钮是否可操作
@@ -204,7 +204,7 @@ export default {
       this.queryParam.productTypeSn2 = ''
       this.queryParam.productTypeSn3 = ''
       this.queryParam.onlineFalg = undefined
-      this.queryParam.putStockFlag = false
+      this.queryParam.putStockFlag = true
       this.productType = []
       this.$refs.table.refresh(true)
     },