Pārlūkot izejas kodu

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

西昌缴费二期
zhangli pirms 2 gadiem
vecāks
revīzija
a7f83d4526
3 mainītis faili ar 3 papildinājumiem un 2 dzēšanām
  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 Parādīt failu

@@ -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 Parādīt failu

@@ -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 Parādīt failu

@@ -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 = [];



Notiek ielāde…
Atcelt
Saglabāt