lilei 2 gadi atpakaļ
vecāks
revīzija
83d96b83c5

+ 1 - 1
public/version.json

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

+ 1 - 0
src/views/numsGoodsShelves/shelfMonitoring/list.vue

@@ -265,6 +265,7 @@ export default {
     // 货架  change
     shelfChange (val, obj) {
       this.shelfName = obj && obj.shelfName || ''
+      this.queryParam.shelfSn = val
     },
     //  查询
     handleSearch () {

+ 5 - 0
src/views/salesManagement/salesQuery/chooseCustomModal.vue

@@ -114,6 +114,7 @@
                       :disabled="priceTypeDisabled"
                       id="chooseCustom-priceType"
                       v-model="form.priceType"
+                      @change="changePriceType"
                       allowClear
                       placeholder="请选择价格类型" ></v-select>
                   </a-col>
@@ -283,6 +284,10 @@ export default {
     }
   },
   methods: {
+    changePriceType (v) {
+      this.form.priceType = v
+      this.$refs.ruleForm.clearValidate('priceType')
+    },
     openNewCust () {
       this.isNewCust = true
       setTimeout(() => {

+ 2 - 2
vue.config.js

@@ -211,8 +211,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.0.215:8503/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.0.215:8503/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,