Commit 46650934 authored by youjie's avatar youjie

no message

parent cc38ce86
......@@ -1973,7 +1973,7 @@
};
let fullPath =`/ChoiceAddFinancialDocuments?Type=${2}&templateID=${JSON.stringify(id)}&companyID=${obj.OutBranchId}&orderObj=${JSON.stringify(orderObj)}&blank=y&tab=领队报账`;
let userInfo = this.getLocalStorage();
if(userinfo.RB_Group_id!=2){
if(userInfo&&userInfo.RB_Group_id!=2){
orderObj.CostType=0;
fullPath =`/ChoiceAddFinancialDocuments?Type=${2}&searchTitle=报账&companyID=${obj.OutBranchId}&orderObj=${JSON.stringify(orderObj)}&blank=y&tab=领队报账`;
}
......
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