From 16e688b6dff86e4593b948be11c2622b84c70205 Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Wed, 18 Dec 2024 10:13:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E6=8E=A8=E8=8D=90=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E9=87=8C=E9=9D=A2=20=E5=8A=A0=E3=80=90=E5=AE=89=E6=8E=92?= =?UTF-8?q?=E9=9D=A2=E8=AF=95=E3=80=91=20=E5=92=8C=E3=80=90=E8=BD=AC?= =?UTF-8?q?=E5=85=A5=E5=BE=85=E5=8F=91offer=E3=80=91=E6=8C=89=E9=92=AE?= =?UTF-8?q?=EF=BC=8C=E5=BE=85=E9=9D=A2=E8=AF=95=E5=88=97=E8=A1=A8=E6=96=B0?= =?UTF-8?q?=E5=A2=9E=E3=80=90=E8=AF=84=E4=BC=B0=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controllers/Ghrh/Ghrh_ResumeController.cs | 2 +- Tiobon.Core.Services/CommonServices.cs | 28 +++++++++++++++++++ 2 files changed, 29 insertions(+), 1 deletion(-) 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() {