From 0606a6dc5a4c5261d1eabf13a3051df819a60083 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=AA=86=E4=B9=90?= <342503599@qq.com> Date: Wed, 26 Oct 2022 18:00:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9D=90=E6=96=99=E7=AE=A1=E7=90=86(=E4=BD=9C?= =?UTF-8?q?=E4=B8=9A=E4=B8=AD=E5=BF=83)=EF=BC=9Abug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/http.js | 4 ++-- src/views/projectFront/materialManage/materialWeightList.vue | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/assets/js/http.js b/src/assets/js/http.js index 6ea4d4df..bbd8a641 100644 --- a/src/assets/js/http.js +++ b/src/assets/js/http.js @@ -40,10 +40,10 @@ if (process.env.NODE_ENV == 'development') { // axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南 // tag: 本地 // axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地 - // axios.defaults.baseURL = 'http://192.168.34.116:6023/' // 邱平毅本地 + axios.defaults.baseURL = 'http://192.168.34.116:6023/' // 邱平毅本地 // axios.defaults.baseURL = 'http://ue6a4s.natappfree.cc' // 邱平毅vpn本地 // axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋 - axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 + // axios.defaults.baseURL ='http://124.71.67.160:8088/' //中建四局线上 // axios.defaults.baseURL = 'http://192.168.34.125:6023/' //杨意本地 http/1.1 // axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上 // axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地 diff --git a/src/views/projectFront/materialManage/materialWeightList.vue b/src/views/projectFront/materialManage/materialWeightList.vue index 25869ff0..5f344382 100644 --- a/src/views/projectFront/materialManage/materialWeightList.vue +++ b/src/views/projectFront/materialManage/materialWeightList.vue @@ -750,13 +750,15 @@ export default { }, //收/发料 切换 changePoundType() { - this.addEditForm.billType = ""; if (this.addEditForm.poundType == 1) { this.billTypeArr = this.billTypeArr_old.slice(0, 5); + this.addEditForm.billType = ""; } else if (this.addEditForm.poundType == 2) { this.billTypeArr = this.billTypeArr_old.slice(5, 10); + this.addEditForm.billType = ""; } else if (this.addEditForm.poundType == 3) { this.billTypeArr = this.billTypeArr_old.slice(10, 11); + this.addEditForm.billType = ""; } }, //切换确认量类型