材料管理(作业中心):bug修复

This commit is contained in:
骆乐 2022-10-26 18:00:45 +08:00
parent 550d437f7d
commit 0606a6dc5a
2 changed files with 5 additions and 3 deletions

View File

@ -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/'; //杨思瑞本地

View File

@ -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 = "";
}
},
//