From 829eddf0ae2c4192beef0611ddc3f176196aba11 Mon Sep 17 00:00:00 2001 From: dyy <807692433@qq.com> Date: Thu, 7 Jul 2022 14:14:41 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=E8=A1=A5?= =?UTF-8?q?=E8=80=83=E5=90=8D=E5=8D=95=E6=9F=A5=E7=9C=8B=E6=96=B0=EF=BC=9A?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=AD=A6=E4=B9=A0=E5=BD=A2=E5=BC=8F=E5=92=8C?= =?UTF-8?q?=E5=BC=82=E5=8A=A8=E7=B1=BB=E5=9E=8B=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuScoreNotPass/IndexUnpass.js | 23 +++++++++++++++++++ .../StuScoreNotPass/InputScoreIndex.cshtml | 3 --- .../StuScoreNotPass/StuScoreNotPassEntity.cs | 2 ++ .../StuScoreNotPass/StuScoreNotPassService.cs | 2 +- 4 files changed, 26 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/IndexUnpass.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/IndexUnpass.js index fe1cc34db..5574e1b7d 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/IndexUnpass.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/IndexUnpass.js @@ -128,6 +128,29 @@ var bootstrap = function ($, learun) { { label: "平时成绩", name: "OrdinaryScore2", width: 150, align: "left" }, { label: "期末成绩", name: "TermEndScore2", width: 150, align: "left" }, { label: "成绩", name: "Score2", width: 150, align: "left" }, + { + label: "学习形式", name: "StudyModality", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { + learun.clientdata.getAsync('dataItem', { + key: value, + code: 'StudyModality', + callback: function (_data) { + callback(_data.text); + } + }); + } + }, + { + label: "异动类型", name: "MoveType", width: 100, align: "left", + formatterAsync: function (callback, value, row, op, $cell) { + learun.clientdata.getAsync('dataItem', { + key: value, + code: 'StuChangeType', + callback: function (_data) { + callback(_data.text); + } + }); + } + }, ], mainId: 'ID', isPage: true, diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/InputScoreIndex.cshtml b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/InputScoreIndex.cshtml index dd1e7a67d..87d030286 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/InputScoreIndex.cshtml +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/InputScoreIndex.cshtml @@ -90,9 +90,6 @@ 提交教务处 去审核成绩 -