diff --git a/Tiobon.Core.Services/Ghre/Ghre_RequestServices.cs b/Tiobon.Core.Services/Ghre/Ghre_RequestServices.cs
index b2dfa774..24447225 100644
--- a/Tiobon.Core.Services/Ghre/Ghre_RequestServices.cs
+++ b/Tiobon.Core.Services/Ghre/Ghre_RequestServices.cs
@@ -282,6 +282,7 @@ FROM Ghre_Request A
YearMonth1 YearMonthLabel,
DeptName,
TrainClass,
+ TrainCategory,
TrainLevel,
InOrOut
FROM (SELECT A.Id,
@@ -293,6 +294,7 @@ FROM Ghre_Request A
ISNULL (B.DeptId, D.DeptId) DeptId,
ISNULL (A.RequestNum, 1) RequestNum,
A.TrainClass,
+ A.TrainCategory,
A.CourseSource,
A.RequestSource,
TrainLevel,
@@ -307,6 +309,7 @@ FROM Ghre_Request A
YearMonth1,
DeptName,
TrainClass,
+ TrainCategory,
TrainLevel,
InOrOut) A
ORDER BY {filter.orderBy}";
@@ -319,6 +322,7 @@ FROM Ghre_Request A
YearMonth1 YearMonthLabel,
DeptName,
TrainClass,
+ TrainCategory,
TrainLevel,
InOrOut
FROM (SELECT A.Id,
@@ -331,8 +335,9 @@ FROM Ghre_Request A
ISNULL (B.DeptName, D.DeptName) DeptName,
ISNULL (B.DeptId, D.DeptId) DeptId,
ISNULL (A.RequestNum, 1) RequestNum,
- A.TrainClass, A.CourseSource,
-
+ A.TrainClass,
+ A.TrainCategory,
+ A.CourseSource,
TrainLevel,
A.RequestSource,
A.InOrOut,
@@ -346,6 +351,7 @@ FROM Ghre_Request A
YearMonth1,
DeptName,
TrainClass,
+ TrainCategory,
TrainLevel,
InOrOut) A
ORDER BY {filter.orderBy}";
@@ -354,6 +360,7 @@ FROM Ghre_Request A
result.ForEach(async x =>
{
x.TrainClassLabel = await GetParaLabel("TrainingRequestTrainClass", x.TrainClass);
+ x.TrainCategory = await GetParaLabel("TrainingCategory", x.TrainCategory);
x.TrainLevelLabel = await GetParaLabel("TrainingRequestTrainLevel", x.TrainLevel);
x.InOrOutLabel = await GetParaLabel("CourseInOrOut", x.InOrOut);
x.TeacherClassLabel = await GetParaLabel("TrainingTeacherType", x.InOrOut);
diff --git a/Tiobon.Core/Tiobon.Core.Model.xml b/Tiobon.Core/Tiobon.Core.Model.xml
index 2c356a5e..87724ead 100644
--- a/Tiobon.Core/Tiobon.Core.Model.xml
+++ b/Tiobon.Core/Tiobon.Core.Model.xml
@@ -14465,6 +14465,286 @@
DeptDataType
+
+
+ 考核期间 (Dto.Base)
+
+
+
+
+ 期间编号
+
+
+
+
+ 期间名称
+
+
+
+
+ 考核周期类别ID
+
+
+
+
+ 考核周期类别
+
+
+
+
+ 考核阶段数
+
+
+
+
+ 阶段名称
+
+
+
+
+ 当期类别
+
+
+
+
+ 当期是否启用
+
+
+
+
+ 期间开始日
+
+
+
+
+ 期间结束日
+
+
+
+
+ 员工填写开始日
+
+
+
+
+ 员工填写结束日
+
+
+
+
+ 主管填写开始日
+
+
+
+
+ 主管填写结束日
+
+
+
+
+ 人员状态基准日
+
+
+
+
+ 前置期间
+
+
+
+
+ 备注
+
+
+
+
+ 排序
+
+
+
+
+ 默认标志
+
+
+
+
+ 预留字段1
+
+
+
+
+ 预留字段2
+
+
+
+
+ 预留字段3
+
+
+
+
+ 预留字段4
+
+
+
+
+ 预留字段5
+
+
+
+
+ 预留字段6
+
+
+
+
+ 预留字段7
+
+
+
+
+ 预留字段8
+
+
+
+
+ 预留字段9
+
+
+
+
+ 预留字段10
+
+
+
+
+ 预留字段11
+
+
+
+
+ 预留字段12
+
+
+
+
+ 内置
+
+
+
+
+ 考核周期类别 (Dto.Base)
+
+
+
+
+ 类别编号
+
+
+
+
+ 类别名称
+
+
+
+
+ 多语编号
+
+
+
+
+ 考核阶段数
+
+
+
+
+ 考核阶段名称
+
+
+
+
+ 集团数据归属ID
+
+
+
+
+ 备注
+
+
+
+
+ 排序
+
+
+
+
+ 默认标志
+
+
+
+
+ 预留字段1
+
+
+
+
+ 预留字段2
+
+
+
+
+ 预留字段3
+
+
+
+
+ 预留字段4
+
+
+
+
+ 预留字段5
+
+
+
+
+ 预留字段6
+
+
+
+
+ 预留字段7
+
+
+
+
+ 预留字段8
+
+
+
+
+ 预留字段9
+
+
+
+
+ 预留字段10
+
+
+
+
+ 预留字段11
+
+
+
+
+ 预留字段12
+
+
+
+
+ 内置
+
+
Ghrs_Attachment (Dto.Base)
@@ -16552,6 +16832,16 @@
Ghro_Dept (Dto.EditInput)
+
+
+ 考核期间 (Dto.EditInput)
+
+
+
+
+ 考核周期类别 (Dto.EditInput)
+
+
Ghrs_Attachment (Dto.EditInput)
@@ -17148,6 +17438,16 @@
Ghro_Dept (Dto.InsertInput)
+
+
+ 考核期间 (Dto.InsertInput)
+
+
+
+
+ 考核周期类别 (Dto.InsertInput)
+
+
Ghrs_Attachment (Dto.InsertInput)
@@ -31847,6 +32147,286 @@
DeptDataType
+
+
+ 考核期间 (Model)
+
+
+
+
+ 期间编号
+
+
+
+
+ 期间名称
+
+
+
+
+ 考核周期类别ID
+
+
+
+
+ 考核周期类别
+
+
+
+
+ 考核阶段数
+
+
+
+
+ 阶段名称
+
+
+
+
+ 当期类别
+
+
+
+
+ 当期是否启用
+
+
+
+
+ 期间开始日
+
+
+
+
+ 期间结束日
+
+
+
+
+ 员工填写开始日
+
+
+
+
+ 员工填写结束日
+
+
+
+
+ 主管填写开始日
+
+
+
+
+ 主管填写结束日
+
+
+
+
+ 人员状态基准日
+
+
+
+
+ 前置期间
+
+
+
+
+ 备注
+
+
+
+
+ 排序
+
+
+
+
+ 默认标志
+
+
+
+
+ 预留字段1
+
+
+
+
+ 预留字段2
+
+
+
+
+ 预留字段3
+
+
+
+
+ 预留字段4
+
+
+
+
+ 预留字段5
+
+
+
+
+ 预留字段6
+
+
+
+
+ 预留字段7
+
+
+
+
+ 预留字段8
+
+
+
+
+ 预留字段9
+
+
+
+
+ 预留字段10
+
+
+
+
+ 预留字段11
+
+
+
+
+ 预留字段12
+
+
+
+
+ 内置
+
+
+
+
+ 考核周期类别 (Model)
+
+
+
+
+ 类别编号
+
+
+
+
+ 类别名称
+
+
+
+
+ 多语编号
+
+
+
+
+ 考核阶段数
+
+
+
+
+ 考核阶段名称
+
+
+
+
+ 集团数据归属ID
+
+
+
+
+ 备注
+
+
+
+
+ 排序
+
+
+
+
+ 默认标志
+
+
+
+
+ 预留字段1
+
+
+
+
+ 预留字段2
+
+
+
+
+ 预留字段3
+
+
+
+
+ 预留字段4
+
+
+
+
+ 预留字段5
+
+
+
+
+ 预留字段6
+
+
+
+
+ 预留字段7
+
+
+
+
+ 预留字段8
+
+
+
+
+ 预留字段9
+
+
+
+
+ 预留字段10
+
+
+
+
+ 预留字段11
+
+
+
+
+ 预留字段12
+
+
+
+
+ 内置
+
+
Ghrs_Attachment (Model)
@@ -36633,6 +37213,36 @@
修改信息
+
+
+ 考核期间(Dto.View1)
+
+
+
+
+ 创建信息
+
+
+
+
+ 修改信息
+
+
+
+
+ 考核周期类别(Dto.View1)
+
+
+
+
+ 创建信息
+
+
+
+
+ 修改信息
+
+
Ghrs_Attachment(Dto.View)
diff --git a/Tiobon.Core/Tiobon.Core.xml b/Tiobon.Core/Tiobon.Core.xml
index 3eab8aa5..1e290c27 100644
--- a/Tiobon.Core/Tiobon.Core.xml
+++ b/Tiobon.Core/Tiobon.Core.xml
@@ -2175,6 +2175,16 @@
Ghro_Dept(Controller)
+
+
+ 考核期间(Controller)
+
+
+
+
+ 考核周期类别(Controller)
+
+
Ghrs_Attachment(Controller)