材料管理(作业中心):bug修复
This commit is contained in:
parent
550d437f7d
commit
0606a6dc5a
@ -40,10 +40,10 @@ if (process.env.NODE_ENV == 'development') {
|
|||||||
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
|
// axios.defaults.baseURL = 'http://124.71.178.44:100/' // 河南
|
||||||
// tag: 本地
|
// tag: 本地
|
||||||
// axios.defaults.baseURL = 'http://192.168.34.174:6023/' // 老大本地
|
// 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://ue6a4s.natappfree.cc' // 邱平毅vpn本地
|
||||||
// axios.defaults.baseURL = 'http://139.9.66.234:6324/' // 河南春笋
|
// 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://192.168.34.125:6023/' //杨意本地 http/1.1
|
||||||
// axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上
|
// axios.defaults.baseURL ='http://47.97.202.104:6023/' //金林湾线上
|
||||||
// axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地
|
// axios.defaults.baseURL = 'http://192.168.34.231:6023/'; //杨思瑞本地
|
||||||
|
|||||||
@ -750,13 +750,15 @@ export default {
|
|||||||
},
|
},
|
||||||
//收/发料 切换
|
//收/发料 切换
|
||||||
changePoundType() {
|
changePoundType() {
|
||||||
this.addEditForm.billType = "";
|
|
||||||
if (this.addEditForm.poundType == 1) {
|
if (this.addEditForm.poundType == 1) {
|
||||||
this.billTypeArr = this.billTypeArr_old.slice(0, 5);
|
this.billTypeArr = this.billTypeArr_old.slice(0, 5);
|
||||||
|
this.addEditForm.billType = "";
|
||||||
} else if (this.addEditForm.poundType == 2) {
|
} else if (this.addEditForm.poundType == 2) {
|
||||||
this.billTypeArr = this.billTypeArr_old.slice(5, 10);
|
this.billTypeArr = this.billTypeArr_old.slice(5, 10);
|
||||||
|
this.addEditForm.billType = "";
|
||||||
} else if (this.addEditForm.poundType == 3) {
|
} else if (this.addEditForm.poundType == 3) {
|
||||||
this.billTypeArr = this.billTypeArr_old.slice(10, 11);
|
this.billTypeArr = this.billTypeArr_old.slice(10, 11);
|
||||||
|
this.addEditForm.billType = "";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//切换确认量类型
|
//切换确认量类型
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user