Commit d9fd993f authored by youjie's avatar youjie

优化入驻

parent 678af1b5
......@@ -398,14 +398,13 @@
}
if(this.datas.CompanyStatus==1){
this.disabled2 = true
// this.disabled2 = true
}
if(this.model.ExistBrandId>0){
this.disabled2 = true
this.disabled3 = true
// this.disabled2 = true
// this.disabled3 = true
}
this.BrandClassName = data.ClassName;
}else{
this.model.CompanyId = this.datas.CompanyId
}
......
......@@ -664,11 +664,10 @@ export default {
this.disabled = true;
}
if (this.datas.CompanyStatus == 1) {
this.disabled2 = true;
// this.disabled2 = true;
}
if (this.model.ExistCarrierId > 0) {
this.disabled2 = true;
this.glCarrierName = this.model.CarrierName;
// this.disabled2 = true;
}
} else {
this.model.CompanyId = this.datas.CompanyId;
......
......@@ -483,12 +483,12 @@
}
if(this.datas.CompanyStatus==1){
this.disabled2 = true
// this.disabled2 = true
}
if(this.model.ExistBrandId>0){
this.disabled2 = true
this.disabled3 = true
// this.disabled2 = true
// this.disabled3 = true
}
}else{
this.model.CompanyId = this.datas.CompanyId
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment