浏览代码

个人中心 政治面貌 最高学历 修改为数据字典

新疆体育高职分支
libo 2 年前
父节点
当前提交
53aaf40043
共有 1 个文件被更改,包括 11 次插入18 次删除
  1. +11
    -18
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml

+ 11
- 18
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/UserCenter/Index.cshtml 查看文件

@@ -175,7 +175,7 @@
$.get('/UserCenter/GetStudentInfo', function (ref) {
this.studentInfo = ref.data.userInfo;
this.baseInfo = ref.data.basicInfo;
console.log(ref);
//console.log(ref);

}.bind(this), "json");
},
@@ -236,13 +236,11 @@
},
partyFaceNo: function (value) {
var result;
top.learun.clientdata.getAsync('custmerData', {
sync: true,
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BCdPartyFace',
top.learun.clientdata.getAsync('dataItem', {
key: value,
keyId: 'partyfaceno',
code: 'PolityStatus',
callback: function (_data) {
result = _data['partyface'];
result = _data.text;
}
});
return result;
@@ -508,29 +506,24 @@
},
partyFaceNo: function (value) {
var result;
top.learun.clientdata.getAsync('custmerData', {
sync: true,
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BCdPartyFace',
top.learun.clientdata.getAsync('dataItem', {
key: value,
keyId: 'partyfaceno',
code: 'PolityStatus',
callback: function (_data) {
result = _data['partyface'];
result = _data.text;
}
});
return result;
},
},
HighestRecordNo: function (value) {
var result;
top.learun.clientdata.getAsync('custmerData', {
sync: true,
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'BCdCultureDegree',
top.learun.clientdata.getAsync('dataItem', {
key: value,
keyId: 'culturedegreeno',
code: 'RecordInSchool',
callback: function (_data) {
result = _data.culturedegree;
result = _data.text;
}
});

return result;
},
healthStatusNo: function (value) {


正在加载...
取消
保存