Browse Source

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

李磊 2 tháng trước cách đây
mục cha
commit
2c937bdd70

+ 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