diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/PayFee/PayFee.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/PayFee/PayFee.js index 81eebed9e..2a85df13b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/PayFee/PayFee.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/EducationalAdministration/StuInfoFresh/PayFee/PayFee.js @@ -40,7 +40,7 @@ begin = ''; end = ''; multipleData = data || {}; - multipleData.EmpNo = learun.storage.get('userinfo').baseinfo.account; + //multipleData.EmpNo = learun.storage.get('userinfo').baseinfo.account; page.grid.reload(); } }); @@ -54,7 +54,7 @@ lclass: 'lr-list', loadData: function (param, callback, $page) {// 列表加载后台数据 var empno = { - EmpNo: learun.storage.get('userinfo').baseinfo.account + //EmpNo: learun.storage.get('userinfo').baseinfo.account }; var _postParam = { pagination: { @@ -71,7 +71,7 @@ if (param.begin && param.end) { _postParam.queryJson = JSON.stringify({ StartTime: param.begin, EndTime: param.end }); } - learun.httpget(config.webapi + 'StuInfoFresh/pagelist', _postParam, (data) => { + learun.httpget(config.webapi + 'StuInfoFresh/pageList', _postParam, (data) => { $page.find('.lr-badge').text('0'); if (data) { $page.find('.lr-badge').text(data.records); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html index 622203ef0..fb97d5bd2 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.html @@ -56,10 +56,10 @@
-
上传照片
+
-
说明:近期两寸免冠正面彩色照小于100K
+
自然信息
@@ -78,7 +78,7 @@
联系电话 - +
diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js index 02242c932..843db5afa 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Mobile/www/pages/welcome/welcome.js @@ -1,7 +1,7 @@ (function () { - var colDataItemArr = ['GenderNo', 'PartyFaceNo']; - var colDataItemCode = ['usersex', 'PolityStatus']; - + var colDataItemArr = ['GenderNo']; + var colDataItemCode = ['usersex']; + var page = { isScroll: false, init: function ($page) { @@ -31,10 +31,10 @@ '政治面貌' + '
' + '' + - '
' + - '身份证号' + - '' + - '
' + + //'
' + + //'身份证号' + + //'' + + //'
' + '
' + ''; var EmergePeopleHtml = '
' + @@ -113,12 +113,22 @@ } }); } - + if (id == "PartyFaceNo") { + learun.clientdata.get('sourceData', { + code: 'BCdPartyFace', + key: data['StuInfoFreshEntity']['' + id + ''], + keyId: 'partyfaceno', + callback: function (data, op) { + $("#PartyFaceNo").html(data.partyface); + } + }); + } } else if (dom.tagName.toLowerCase() == "input") { $('#' + id).val(data['StuInfoFreshEntity']['' + id + '']); } } } + $("#Birthday").html($("#Birthday").text().substr(0, $("#Birthday").text().indexOf(' '))); //头像 $('#PhotoImg').attr('src', config.web + data['Url']); //家庭成员 @@ -148,10 +158,10 @@ //'' + '
' + '
' + - '
' + - '身份证号' + - '' + - '
' + + //'
' + + //'身份证号' + + //'' + + //'
' + '
' + '
'; $('#StuInfoFreshFamily').append(html); @@ -232,8 +242,10 @@ //政治面貌 $.each($page.find('[name="Politicy"]'), function (i, item) { $page.find(item).lrpickerex({ - code: 'PolityStatus', - type: 'dataItem' + code: 'BCdPartyFace', + type: 'sourceData', + ivalue: 'partyfaceno', + itext: 'partyface' }); //赋值 $(item).lrpickerSet($(item).attr('value')); diff --git a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs index 486eb6066..36524c0dd 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs +++ b/Learun.Framework.Ultimate V7/Learun.Application.WebApi/Modules/StuInfoFreshApi.cs @@ -128,7 +128,6 @@ namespace Learun.Application.WebApi.Modules StuInfoFreshFamilyList = stuInfoFreshIBLL.GetStuInfoFreshFamilyList(StuInfoFreshEntity.ID).ToList(); StuInfoFreshEmergePeopleList = stuInfoFreshIBLL.GetStuInfoFreshEmergePeopleList(StuInfoFreshEntity.ID).ToList(); StuInfoFreshEntity.IsCompleteInfo = StuInfoFreshFamilyList.Any() ? "已完善" : "未完善"; - } var result = new