Commit 1b0135df authored by liudong1993's avatar liudong1993

1

parent 928422e5
...@@ -1474,11 +1474,11 @@ export default { ...@@ -1474,11 +1474,11 @@ export default {
this.msg.BranchId=BranchStatus; this.msg.BranchId=BranchStatus;
//春花可以查询 日本+和服公司 //春花可以查询 日本+和服公司
if(BranchStatus==1218||BranchStatus==1255){ if(BranchStatus==1218||BranchStatus==1255||BranchStatus==1258){
this.BranchStatus=false; this.BranchStatus=false;
this.msg.StandardCurrencyId=-1; this.msg.StandardCurrencyId=-1;
this.BranchList = this.BranchList.filter(x=>{ this.BranchList = this.BranchList.filter(x=>{
if(x.Id==1218 || x.Id==1255){return x;} if(x.Id==1218 || x.Id==1255|| x.Id==1258){return x;}
else{return;} else{return;}
}); });
} }
......
...@@ -1197,11 +1197,11 @@ export default { ...@@ -1197,11 +1197,11 @@ export default {
this.msg.BranchId=BranchStatus; this.msg.BranchId=BranchStatus;
//春花可以查询 日本+和服公司 //春花可以查询 日本+和服公司
if(BranchStatus==1218||BranchStatus==1255){ if(BranchStatus==1218||BranchStatus==1255||BranchStatus==1258){
this.BranchStatus=false; this.BranchStatus=false;
this.msg.StandardCurrencyId=-1; this.msg.StandardCurrencyId=-1;
this.BranchList = this.BranchList.filter(x=>{ this.BranchList = this.BranchList.filter(x=>{
if(x.Id==1218 || x.Id==1255){return x;} if(x.Id==1218 || x.Id==1255|| x.Id==1258){return x;}
else{return;} else{return;}
}); });
} }
......
...@@ -3563,11 +3563,11 @@ export default { ...@@ -3563,11 +3563,11 @@ export default {
this.msg.OutBranchId=BranchStatus; this.msg.OutBranchId=BranchStatus;
//春花可以查询 日本+和服公司 //春花可以查询 日本+和服公司
if(BranchStatus==1218||BranchStatus==1255){ if(BranchStatus==1218||BranchStatus==1255||BranchStatus==1258){
this.BranchStatus=false; this.BranchStatus=false;
this.msg.StandardCurrencyId=-1; this.msg.StandardCurrencyId=-1;
this.CompanyList = this.CompanyList.filter(x=>{ this.CompanyList = this.CompanyList.filter(x=>{
if(x.Id==1218 || x.Id==1255){return x;} if(x.Id==1218 || x.Id==1255|| x.Id==1258){return x;}
else{return;} else{return;}
}); });
} }
......
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