Commit b7692aaf authored by liudong1993's avatar liudong1993

1

parent 467ec28c
...@@ -1893,17 +1893,32 @@ ...@@ -1893,17 +1893,32 @@
} else { } else {
id = [43, 48, 56, 53, 245, 246]; id = [43, 48, 56, 53, 245, 246];
} }
this.$router.push({ let userInfo = this.getLocalStorage();
name: "ChoiceAddFinancialDocuments", if(userInfo.RB_Group_id==2){
query: { this.$router.push({
Type: 2, name: "ChoiceAddFinancialDocuments",
templateID: JSON.stringify(id), query: {
companyID: obj.OutBranchId, Type: 2,
path: "", templateID: JSON.stringify(id),
blank: "y", companyID: obj.OutBranchId,
orderObj: JSON.stringify(orderObj) path: "",
} blank: "y",
}); 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