Commit b7692aaf authored by liudong1993's avatar liudong1993

1

parent 467ec28c
...@@ -1893,6 +1893,8 @@ ...@@ -1893,6 +1893,8 @@
} else { } else {
id = [43, 48, 56, 53, 245, 246]; id = [43, 48, 56, 53, 245, 246];
} }
let userInfo = this.getLocalStorage();
if(userInfo.RB_Group_id==2){
this.$router.push({ this.$router.push({
name: "ChoiceAddFinancialDocuments", name: "ChoiceAddFinancialDocuments",
query: { query: {
...@@ -1904,6 +1906,19 @@ ...@@ -1904,6 +1906,19 @@
orderObj: JSON.stringify(orderObj) orderObj: JSON.stringify(orderObj)
} }
}); });
}else{
this.$router.push({
name: "ChoiceAddFinancialDocuments",
query: {
Type: 2,
searchTitle: '领队',
companyID: obj.OutBranchId,
path: "",
blank: "y",
orderObj: JSON.stringify(orderObj)
}
});
}
}, },
goDiJieZhiDanValidate: function (obj, num, leadr, cur) { goDiJieZhiDanValidate: function (obj, num, leadr, cur) {
this.apipost('financestatistics_post_GetTravelPrerealContrast', { this.apipost('financestatistics_post_GetTravelPrerealContrast', {
......
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