瀏覽代碼

Merge branch 'develop_yh56_4' of jianguan-web/qpls-md-html into pre-release

李磊 2 月之前
父節點
當前提交
2c937bdd70
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      public/version.json
  2. 1 1
      src/views/salesManagement/salesQueryNew/chooseProductModal.vue

+ 1 - 1
public/version.json

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

+ 1 - 1
src/views/salesManagement/salesQueryNew/chooseProductModal.vue

@@ -425,7 +425,7 @@ export default {
   },
   computed: {
     hasVaild () {
-      return !!(this.queryParam.productCode || this.queryParam.productName || this.queryParam.brandSn || this.queryParam.productTypeSn1 || this.queryParam.warehouseSn || this.queryParam.existStockFlag || this.queryParam.vinCode)
+      return !!(this.queryParam.productCode || this.queryParam.productOrigCode || this.queryParam.productName || this.queryParam.brandSn || this.queryParam.productTypeSn1 || this.queryParam.warehouseSn || this.queryParam.existStockFlag || this.queryParam.vinCode)
     },
     columns () {
       const _this = this