diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.cshtml index e7f808ccc..7643558b7 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.cshtml @@ -157,7 +157,7 @@
系部
*@ -
+ @*
岗位类别
@@ -176,16 +176,16 @@
聘任时间
-
+
*@
-
人员身份
+
编制类别
参加工作时间
-
+ @*
工龄偏移量(月)
@@ -204,24 +204,24 @@
集团龄(减去偏移量)
-
+
*@
进入教育系统时间
-
+ @*
教龄偏移量(月)
教龄(减去偏移量)
-
+
*@
来校时间
-
+ @*
校龄偏移量(月)
@@ -240,15 +240,15 @@
从教三十年表彰年度
-
+
*@
职称
-
+ @*
职称岗位等级
-
+
*@
职称获得时间
@@ -276,10 +276,10 @@
初始学历
-
+ @*
初始学历获取方式
-
+
*@
最高学位
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.js index 4e18edd7e..c57720db2 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Form.js @@ -49,11 +49,11 @@ var bootstrap = function ($, learun) { $("#GraduateSchoolName").parent().hide(); $("#SubjectSpeciesNo").parent().hide(); $("#ForeignLanguageNo").parent().hide(); - $("#EmpSortNo").parent().hide(); + //$("#EmpSortNo").parent().hide(); $("#EmpFullTimeNo").parent().hide(); //$("#DeptNo").parent().hide(); - $("#TitleOfTechPostNo").parent().hide(); - $("#InSchoolDate").parent().hide(); + //$("#TitleOfTechPostNo").parent().hide(); + //$("#InSchoolDate").parent().hide(); $("#resume").parent().hide(); //$("#Photo").parent().hide(); } @@ -129,24 +129,24 @@ var bootstrap = function ($, learun) { $('#FamilyOriginNo').lrDataSourceSelect({ code: 'BCdFamilyOrigin', value: 'familyoriginno', text: 'familyorigin' }); $('#SubjectSpeciesNo').lrDataSourceSelect({ code: 'BCdSubjectSpecies', value: 'subjectspeciesno', text: 'subjectspecies' }); $('#ForeignLanguageNo').lrDataSourceSelect({ code: 'BCdForeignLanguage', value: 'foreignlanguageno', text: 'foreignlanguagename' }); - $('#EmpSortNo').lrDataItemSelect({ code: 'jsgw' }); + //$('#EmpSortNo').lrDataItemSelect({ code: 'jsgw' }); $('#EmpFullTimeNo').lrDataItemSelect({ code: 'EmpFullTime' }); - $('#ObtainWay').lrDataItemSelect({ code: 'ObtainWay' }); + //$('#ObtainWay').lrDataItemSelect({ code: 'ObtainWay' }); //$('#DeptNo').lrDataSourceSelect({ code: 'CdDeptInfo', value: 'deptno', text: 'deptname' }); - $('#PostRank').lrDataSourceSelect({ code: 'BCdTitleOfTechPost', value: 'titleoftechpostno', text: 'titleoftechpost' }); + //$('#PostRank').lrDataSourceSelect({ code: 'BCdTitleOfTechPost', value: 'titleoftechpostno', text: 'titleoftechpost' }); $('#Photo').lrUploader(); $('#HighestRecord').lrDataSourceSelect({ code: 'BCdCultureDegree', value: 'culturedegreeno', text: 'culturedegree' }); $('#ObtainWayOfHighestRecord').lrDataItemSelect({ code: 'ObtainWay' }); $('#InitialDegree').lrDataSourceSelect({ code: 'BCdDegree', value: 'degreeno', text: 'degreename' }); $('#ObtainWayOfInitialDegree').lrDataItemSelect({ code: 'ObtainWayOfDegree' }); $('#ObtainWayOfHighestDegree').lrDataItemSelect({ code: 'ObtainWayOfDegree' }); - $('#PositionLevel').lrDataItemSelect({ code: 'PositionLevel' }); + //$('#PositionLevel').lrDataItemSelect({ code: 'PositionLevel' }); $('#JobRank').lrDataItemSelect({ code: 'TechnicalPost' }); $('#WorkLevel').lrDataItemSelect({ code: 'TechnicalLevelOfWorker' }); $('#CompilationCategory').lrDataItemSelect({ code: 'CompilationCategory' }); $('#IsInActiveStatus').lrDataItemSelect({ code: 'JobStatus' }); $('#ProfessionalTitle').lrDataItemSelect({ code: 'jszc' }); - $('#ProfessionalTitleLevel').lrDataItemSelect({ code: 'TeacherTitlePostLevel' }); + //$('#ProfessionalTitleLevel').lrDataItemSelect({ code: 'TeacherTitlePostLevel' }); //内容编辑器 ue = UE.getEditor('editor');