Commit 09349457 authored by youjie's avatar youjie

no message

parent 883f3184
......@@ -1167,8 +1167,9 @@ export default {
query: {
PeriodId: GetDetail.ReFinanceId,
// UserId:item.UserId,
// RB_Branch_Id:item.RB_Branch_Id,
// RB_Department_Id:item.RB_Department_Id,
// RB_Branch_Id: GetDetail.RB_Branch_Id,
// RB_Department_Id: GetDetail.RB_Department_Id,
OutBranchId: stringify(GetDetail.RB_Branch_Id),
// EmployeeId:GetDetail.AccountEmployeeId,
// PeriodsId:GetDetail.OPPeriodsId,
......
......@@ -208,6 +208,9 @@
if (this.$route.query.RB_Department_Id && this.$route.query.RB_Department_Id > 0) {
this.msg.RB_Department_Id = Number(this.$route.query.RB_Department_Id)
}
if(this.$route.query.OutBranchId){
this.msg.OutBranchId = Number(this.$route.query.OutBranchId)
}
}
if (ActionMenuCode.indexOf('home_CommissionSeeAll') != -1) { //是否有看所有人的权限
this.disabled = false;
......
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