From f76fb528e75985375863a48c2a091a5e44212739 Mon Sep 17 00:00:00 2001 From: ndbs Date: Wed, 27 Nov 2024 16:52:29 +0800 Subject: [PATCH] --- .../Views/StuInfoBasic/Index.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js index 1b03b03c5..fa9c3c31d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuInfoBasic/Index.js @@ -110,7 +110,7 @@ var bootstrap = function ($, learun) { param: { strWhere: "1=1 AND CheckMark=1 order by classno desc" } }); } - } + } } }); @@ -497,7 +497,7 @@ var bootstrap = function ($, learun) { } }); } - }, + }, { label: "学习形式", name: "StudyModality", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('dataItem', { @@ -556,7 +556,7 @@ var bootstrap = function ($, learun) { formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('dataItem', { key: value, - code: 'BCdCountry', + code: 'StudyWay', callback: function (_data) { callback(_data.text); } @@ -631,7 +631,7 @@ var bootstrap = function ($, learun) { } }, { - label: "招生对象", name: "RecruitObject", width: 100, align: "left", + label: "招生对象", name: "RecruitObject", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('dataItem', { key: value, @@ -674,7 +674,7 @@ var bootstrap = function ($, learun) { formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('dataItem', { key: value, - code: 'RecruitCooperateType', + code: 'RecruitCooperateForm', callback: function (_data) { callback(_data.text); }