diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PM_FamilySituation/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PM_FamilySituation/Form.cshtml
index 1d8c3ebe3..fc13eae7c 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PM_FamilySituation/Form.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/PM_FamilySituation/Form.cshtml
@@ -13,7 +13,7 @@
@**@
+ 学期*
+
+ *@
-
+
接收人员*
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/IndexManagement.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/IndexManagement.js
index 39aaa98dc..2210f615b 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/IndexManagement.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Views/MP_ManagementPlan/IndexManagement.js
@@ -177,18 +177,22 @@ var bootstrap = function ($, learun) {
headData: [
{ label: "年度", name: "MPAcademicYearNo", width: 100, align: "left" },
//{ label: "学期", name: "MPSemester", width: 100, align: "left" },
+ //2021-03-29 客户要求改成1、2、3
+ //{
+ // label: "月份", name: "MPMonth", width: 100, align: "left",
+ // formatterAsync: function (callback, value, row, op, $cell) {
+ // learun.clientdata.getAsync('dataItem',
+ // {
+ // key: value,
+ // code: 'MPMonth',
+ // callback: function (_data) {
+ // callback(_data.text);
+ // }
+ // });
+ // }
+ //},
{
- label: "月份", name: "MPMonth", width: 100, align: "left",
- formatterAsync: function (callback, value, row, op, $cell) {
- learun.clientdata.getAsync('dataItem',
- {
- key: value,
- code: 'MPMonth',
- callback: function (_data) {
- callback(_data.text);
- }
- });
- }
+ label: "月份",name: "MPMonth",width: 100,align: "left"
},
{
label: "部门", name: "MPDepartment", width: 250, align: "left",
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_FamilySituation/PM_FamilySituationEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_FamilySituation/PM_FamilySituationEntity.cs
index 659caa4c8..d45434864 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_FamilySituation/PM_FamilySituationEntity.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_FamilySituation/PM_FamilySituationEntity.cs
@@ -38,7 +38,7 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// 出生日期
///
[Column("BIRTHDAY")]
- public DateTime? Birthday { get; set; }
+ public string Birthday { get; set; }
///
/// 政治面貌
///
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_TechnicalPost/PM_TechnicalPostEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_TechnicalPost/PM_TechnicalPostEntity.cs
index 80d5d6b91..241c4f2da 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_TechnicalPost/PM_TechnicalPostEntity.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_TechnicalPost/PM_TechnicalPostEntity.cs
@@ -43,12 +43,12 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// 取得时间
///
[Column("GETTIME")]
- public DateTime? GetTime { get; set; }
+ public string GetTime { get; set; }
///
/// 聘任时间
///
[Column("APPOINTMENTTIME")]
- public DateTime? AppointmentTime { get; set; }
+ public string AppointmentTime { get; set; }
///
/// 发证机关
///
diff --git a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_WorkerTechnology/PM_WorkerTechnologyEntity.cs b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_WorkerTechnology/PM_WorkerTechnologyEntity.cs
index 5ff38f90f..ef13cc443 100644
--- a/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_WorkerTechnology/PM_WorkerTechnologyEntity.cs
+++ b/Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.TwoDevelopment/EducationalAdministration/PM_WorkerTechnology/PM_WorkerTechnologyEntity.cs
@@ -43,12 +43,12 @@ namespace Learun.Application.TwoDevelopment.EducationalAdministration
/// 取得时间
///
[Column("GETTIME")]
- public DateTime? GetTime { get; set; }
+ public string GetTime { get; set; }
///
/// 聘任时间
///
[Column("APPOINTMENTTIME")]
- public DateTime? AppointmentTime { get; set; }
+ public string AppointmentTime { get; set; }
///
/// 发证机关
///