|
|
@ -1244,6 +1244,25 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
icon = "ess-icon-reject", |
|
|
|
icon = "ess-icon-reject", |
|
|
|
position = "left" |
|
|
|
position = "left" |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
if (toolbarRoles.Where(x => x.RoleNo == "RecruitResumeScheduleInterview").Any()) |
|
|
|
|
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
display = true, |
|
|
|
|
|
|
|
fnKey = "TBD25YN", |
|
|
|
|
|
|
|
fnTitle = "安排面试", |
|
|
|
|
|
|
|
fnType = "row", |
|
|
|
|
|
|
|
icon = "ess-icon-reject", |
|
|
|
|
|
|
|
position = "left" |
|
|
|
|
|
|
|
}); |
|
|
|
|
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
display = true, |
|
|
|
|
|
|
|
fnKey = "TBD26YN", |
|
|
|
|
|
|
|
fnTitle = "转入待发offer", |
|
|
|
|
|
|
|
fnType = "row", |
|
|
|
|
|
|
|
icon = "ess-icon-reject", |
|
|
|
|
|
|
|
position = "left" |
|
|
|
|
|
|
|
}); |
|
|
|
if (toolbarRoles.Where(x => x.RoleNo == "RecruitResumeTag").Any()) |
|
|
|
if (toolbarRoles.Where(x => x.RoleNo == "RecruitResumeTag").Any()) |
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
{ |
|
|
|
{ |
|
|
@ -1368,6 +1387,15 @@ public partial class CommonServices : BaseServices<RootEntityTkey<int>>, ICommon |
|
|
|
icon = "ess-icon-reject", |
|
|
|
icon = "ess-icon-reject", |
|
|
|
position = "left" |
|
|
|
position = "left" |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
display = true, |
|
|
|
|
|
|
|
fnKey = "TBD22YN", |
|
|
|
|
|
|
|
fnTitle = "评估", |
|
|
|
|
|
|
|
fnType = "row", |
|
|
|
|
|
|
|
icon = "ess-icon-reject", |
|
|
|
|
|
|
|
position = "left" |
|
|
|
|
|
|
|
}); |
|
|
|
if (toolbarRoles.Where(x => x.RoleNo == "RecruitResumeTag").Any()) |
|
|
|
if (toolbarRoles.Where(x => x.RoleNo == "RecruitResumeTag").Any()) |
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
result.JM_PageControlT1.Toolbar.Add(new Toolbar() |
|
|
|
{ |
|
|
|
{ |
|
|
|