Ver a proveniência

修复新生信息管理-是否完善信息显示不正确问题;优化新生领取用品查询条件;

西昌缴费二期
zhangli há 2 anos
ascendente
cometimento
a7f83d4526
3 ficheiros alterados com 3 adições e 2 eliminações
  1. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/GetKeyIndex.js
  2. +1
    -2
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js
  3. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js

+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/GetKeyIndex.js Ver ficheiro

@@ -19,6 +19,7 @@ var bootstrap = function ($, learun) {
var keyword = $('#txt_Keyword').val();
page.search({ keyword: keyword });
});
$('#PerfectStatus').lrDataItemSelect({
code: "PerfectStatus", placeholder: "请选完善状态"
});


+ 1
- 2
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoFresh/Index.js Ver ficheiro

@@ -177,10 +177,9 @@ var bootstrap = function ($, learun) {
{ label: '姓名', name: 'StuName', width: 100, align: "left" },
{
label: '是否完善信息', name: 'ID', width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) {

learun.clientdata.getAsync('custmerData', {
url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'DirectRelatives',
key: row.ID,
key: value,
keyId: 'stuinfofreshid',
callback: function (_data) {
var a = _data['id'];


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/LR_Content/script/lr-form.js Ver ficheiro

@@ -390,6 +390,7 @@
dfop.param.itemCode = op.code;
dfop.param.parentId = op.parentId || '0';
dfop.allowSearch = op.allowSearch;
dfop.placeholder = op.placeholder;

var list = [];



Carregando…
Cancelar
Guardar