Browse Source

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

新疆体育高职分支
libo 2 years ago
parent
commit
53aaf40043
1 changed files with 11 additions and 18 deletions
  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 View File

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


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

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


Loading…
Cancel
Save