lilei 2 tahun lalu
induk
melakukan
067936ea1d
2 mengubah file dengan 3 tambahan dan 3 penghapusan
  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)
     },