政治面貌
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js
index dd35c99f9..20578acca 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfo/Index.js
@@ -47,28 +47,20 @@ var bootstrap = function ($, learun) {
}
});
$('#RegionNo').lrselect();
- //校区
- $('#F_CompanyId').lrDataSourceSelect({
- code: 'company', value: 'f_companyid', text: 'f_fullname',
- select: function (item) {
- if (!!item) {
- // 部门
- $('#F_DepartmentId').lrselectRefresh({
- type: 'tree',
- // 是否允许搜索
- allowSearch: true,
- // 访问数据接口地址
- url: top.$.rootUrl + '/LR_OrganizationModule/Department/GetTree',
- // 访问数据接口参数
- param: { companyId: item.f_companyid, parentId: '0' }
- });
- }
- }
- });
//政治面貌
$('#PartyFaceNo').lrDataSourceSelect({ code: 'BCdPartyFace', value: 'partyfaceno', text: 'partyface' });
//文化程度
$('#CultureDegreeNo').lrDataSourceSelect({ code: 'BCdCultureDegree', value: 'culturedegreeno', text: 'culturedegree' });
+
+
+ //民族
+ $('#NationalityNo').lrDataSourceSelect({ code: 'BCdNationality', value: 'nationalityno', text: 'nationality' });
+ //性别
+ $('#GenderNo').lrDataItemSelect({ code: 'usersexbit' });
+ //学位
+ $('#DegreeNo').lrDataSourceSelect({ code: 'BCdDegree', value: 'degreeno', text: 'degreename' });
+ //职称
+ $('#ProfessionalTitle').lrDataItemSelect({ code: 'jszc' });
// 部门选择
$('#F_DepartmentId').lrselect();
// 刷新
@@ -137,7 +129,7 @@ var bootstrap = function ($, learun) {
learun.layerForm({
id: 'formView',
title: '查看',
- url: top.$.rootUrl + '/EducationalAdministration/EmpInfo/Form?keyValue=' + keyValue+'&isView='+true,
+ url: top.$.rootUrl + '/EducationalAdministration/EmpInfo/Form?keyValue=' + keyValue + '&isView=' + true,
width: 1162,
height: 600,
btn: null
@@ -552,7 +544,7 @@ var bootstrap = function ($, learun) {
}
},
{
- label: "聘任职称", name: "TitleOfTechPostNo", width: 100, align: "left",
+ label: "岗位名称", name: "TitleOfTechPostNo", width: 100, align: "left",
formatterAsync: function (callback, value, row, op, $cell) {
learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BCdTitleOfTechPost',
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfoEnternal/FormAdd.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfoEnternal/FormAdd.cshtml
index e4d38c31f..f21e7877b 100644
--- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfoEnternal/FormAdd.cshtml
+++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/EmpInfoEnternal/FormAdd.cshtml
@@ -11,9 +11,9 @@
-
数字化校园-宿舍
-
-
+
数字化校园-教师注册
+
+
@@ -34,10 +34,10 @@