Commit d32559ab authored by liudong1993's avatar liudong1993

1 春花和服公司权限

parent 1c2a393e
......@@ -1461,6 +1461,16 @@ export default {
}else{
this.BranchStatus=true;
this.msg.BranchId=BranchStatus;
//春花可以查询 日本+和服公司
if(BranchStatus==1218||BranchStatus==1255){
this.BranchStatus=false;
this.msg.StandardCurrencyId=-1;
this.BranchList = this.BranchList.filter(x=>{
if(x.Id==1218 || x.Id==1255){return x;}
else{return;}
});
}
}
let data = res.data.data
data.sharelist.forEach((x, i) => {
......
......@@ -1195,6 +1195,16 @@ export default {
}else{
this.BranchStatus=true;
this.msg.BranchId=BranchStatus;
//春花可以查询 日本+和服公司
if(BranchStatus==1218||BranchStatus==1255){
this.BranchStatus=false;
this.msg.StandardCurrencyId=-1;
this.BranchList = this.BranchList.filter(x=>{
if(x.Id==1218 || x.Id==1255){return x;}
else{return;}
});
}
}
this.columns=[];
let RHeader= res.data.data.RHeader;
......
......@@ -3520,6 +3520,16 @@ export default {
}else{
this.BranchStatus=true;
this.msg.OutBranchId=BranchStatus;
//春花可以查询 日本+和服公司
if(BranchStatus==1218||BranchStatus==1255){
this.BranchStatus=false;
this.msg.StandardCurrencyId=-1;
this.CompanyList = this.CompanyList.filter(x=>{
if(x.Id==1218 || x.Id==1255){return x;}
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