diff --git a/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs b/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs index a578502a..53b6fee0 100644 --- a/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs +++ b/Tiobon.Core.Api/Controllers/Ghrh/Ghrh_ResumeController.cs @@ -313,7 +313,7 @@ public class Ghrh_ResumeController : BaseControllerinput /// 状态,0:暂存;1:提交 /// - [HttpPost, Route("AssessInterview/{id}/{status}")] + [HttpPost, Route("AssessInterview/{id}/{status}/{menuName}")] public async Task AssessInterview(long id, int status, [FromBody] List> input) { return await _service.AssessInterview(id, status, input); diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index f6e42fb7..dcbe3b3e 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -1244,6 +1244,25 @@ public partial class CommonServices : BaseServices>, ICommon icon = "ess-icon-reject", 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()) result.JM_PageControlT1.Toolbar.Add(new Toolbar() { @@ -1368,6 +1387,15 @@ public partial class CommonServices : BaseServices>, ICommon icon = "ess-icon-reject", 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()) result.JM_PageControlT1.Toolbar.Add(new Toolbar() {