From d1c4760a3a147dd8638ec9e29f88f76751d604fe Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Mon, 21 Oct 2024 17:36:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=AE=80=E5=8E=86=E6=8E=A5?= =?UTF-8?q?=E5=8F=A3=E5=BC=80=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Services/CommonServices.cs | 48 +++++++++++ Tiobon.Core/Tiobon.Core.Model.xml | 108 +++++++++++++++++++++---- Tiobon.Core/Tiobon.Core.xml | 8 ++ 3 files changed, 150 insertions(+), 14 deletions(-) diff --git a/Tiobon.Core.Services/CommonServices.cs b/Tiobon.Core.Services/CommonServices.cs index 5b48cbd9..ecd5e259 100644 --- a/Tiobon.Core.Services/CommonServices.cs +++ b/Tiobon.Core.Services/CommonServices.cs @@ -1227,6 +1227,54 @@ public partial class CommonServices : BaseServices>, ICommon position = "left" }); break; + + case "F_ResumeMaintenance_All": + result.JM_PageControlT1.Toolbar.Add(new Toolbar() + { + display = true, + fnKey = "TBD5YN", + fnTitle = "推荐", + fnType = "table", + icon = "ess-icon-reject", + position = "left" + }); + result.JM_PageControlT1.Toolbar.Add(new Toolbar() + { + display = true, + fnKey = "TBD6YN", + fnTitle = "标签", + fnType = "table", + icon = "ess-icon-reject", + position = "left" + }); + result.JM_PageControlT1.Toolbar.Add(new Toolbar() + { + display = true, + fnKey = "TBD7YN", + fnTitle = "回收", + fnType = "table", + icon = "ess-icon-reject", + position = "left" + }); + result.JM_PageControlT1.Toolbar.Add(new Toolbar() + { + display = true, + fnKey = "TBD8YN", + fnTitle = "加入人才库", + fnType = "table", + icon = "ess-icon-reject", + position = "left" + }); + result.JM_PageControlT1.Toolbar.Add(new Toolbar() + { + display = true, + fnKey = "TBD9YN", + fnTitle = "加入黑名单", + fnType = "table", + icon = "ess-icon-reject", + position = "left" + }); + break; } #endregion diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml index cbfed457..2f264bd7 100644 --- a/Tiobon.Core/Tiobon.Core.Model.xml +++ b/Tiobon.Core/Tiobon.Core.Model.xml @@ -5975,9 +5975,9 @@ 英文名 - + - 岗位 + 头像 @@ -5990,16 +5990,46 @@ 出生日期 + + + 籍贯 + + 性别 + + + 年龄 + + 学历 + + + 毕业院校 + + + + + 毕业日期 + + + + + 求职状态 + + + + + 岗位 + + 婚姻状况 @@ -6075,11 +6105,6 @@ 最高学历 - - - 毕业日期 - - 证照类型 @@ -6170,6 +6195,21 @@ 是否推荐 + + + 是否住宿 + + + + + 车牌号 + + + + + 标签 + + 状态 @@ -14606,9 +14646,9 @@ 英文名 - + - 岗位 + 头像 @@ -14621,16 +14661,46 @@ 出生日期 + + + 籍贯 + + 性别 + + + 年龄 + + 学历 + + + 毕业院校 + + + + + 毕业日期 + + + + + 求职状态 + + + + + 岗位 + + 婚姻状况 @@ -14706,11 +14776,6 @@ 最高学历 - - - 毕业日期 - - 证照类型 @@ -14801,6 +14866,21 @@ 是否推荐 + + + 是否住宿 + + + + + 车牌号 + + + + + 标签 + + 状态 diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml index fb877468..090c4c84 100644 --- a/Tiobon.Core/Tiobon.Core.xml +++ b/Tiobon.Core/Tiobon.Core.xml @@ -1155,6 +1155,14 @@ + + + 根据条件查询数据 + + 条件 + status + + 简历信息栏位(Controller)