From 316a5923d004fa998e4ff2b4d19fb8f65106a4bf Mon Sep 17 00:00:00 2001 From: dao Date: Tue, 7 May 2024 13:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E7=BB=A9=E5=BD=95=E5=85=A5=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E6=9F=A5=E8=AF=A2=E5=88=97=E8=A1=A8=E5=8A=A0=E8=AF=BE?= =?UTF-8?q?=E7=A8=8B=E7=BC=96=E5=8F=B7=EF=BC=8C=E4=BF=AE=E5=A4=8D=E5=85=A8?= =?UTF-8?q?=E9=99=A2=E7=8F=AD=E7=BA=A7=E6=88=90=E7=BB=A9=E6=9F=A5=E7=9C=8B?= =?UTF-8?q?=E4=B8=8D=E8=83=BD=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Views/StuScore/AllScoreQueryIndex.js | 2 +- .../EducationalAdministration/Views/StuScore/StuScoreStat.js | 3 ++- .../Views/StuScoreNotPass/StuScoreStat.js | 3 ++- .../Views/StuScoreNotPassTwo/StuScoreStat.js | 3 ++- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/AllScoreQueryIndex.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/AllScoreQueryIndex.js index e5181dd65..47509db0b 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/AllScoreQueryIndex.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/AllScoreQueryIndex.js @@ -195,7 +195,7 @@ var bootstrap = function ($, learun) { ]; var headDatas = headData.concat(LessonTemp); - $("#gridtable")[0].dfop = undefined; + //$("#gridtable")[0].dfop = undefined; $('#gridtable').lrAuthorizeJfGridLei({ url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetScoreListByClassNo', headData: headDatas, diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/StuScoreStat.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/StuScoreStat.js index 921ec5ccc..0aaac32ea 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/StuScoreStat.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/StuScoreStat.js @@ -71,7 +71,7 @@ var bootstrap = function ($, learun) { } }, { - label: "课程类型", name: "LessonTypeId", width: 200, align: "left", + label: "课程类型", name: "LessonTypeId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('custmerData', { url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', @@ -83,6 +83,7 @@ var bootstrap = function ($, learun) { }); } }, + { label: "课程编号", name: "LessonNo", width: 100, align: "left" }, { label: "课程名称", name: "LessonName", width: 200, align: "left" }, { label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, { label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/StuScoreStat.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/StuScoreStat.js index 071e3b9ec..7345597d7 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/StuScoreStat.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/StuScoreStat.js @@ -71,7 +71,7 @@ var bootstrap = function ($, learun) { } }, { - label: "课程类型", name: "LessonTypeId", width: 200, align: "left", + label: "课程类型", name: "LessonTypeId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('custmerData', { url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', @@ -83,6 +83,7 @@ var bootstrap = function ($, learun) { }); } }, + { label: "课程编号", name: "LessonNo", width: 100, align: "left" }, { label: "课程名称", name: "LessonName", width: 200, align: "left" }, { label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, { label: "代课教师姓名", name: "EmpName", width: 100, align: "left" }, diff --git a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPassTwo/StuScoreStat.js b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPassTwo/StuScoreStat.js index c8c1c1a78..882f662c9 100644 --- a/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPassTwo/StuScoreStat.js +++ b/Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPassTwo/StuScoreStat.js @@ -71,7 +71,7 @@ var bootstrap = function ($, learun) { } }, { - label: "课程类型", name: "LessonTypeId", width: 200, align: "left", + label: "课程类型", name: "LessonTypeId", width: 100, align: "left", formatterAsync: function (callback, value, row, op, $cell) { learun.clientdata.getAsync('custmerData', { url: '/LR_SystemModule/DataSource/GetDataTable?code=' + 'CdLessonType', @@ -83,6 +83,7 @@ var bootstrap = function ($, learun) { }); } }, + { label: "课程编号", name: "LessonNo", width: 100, align: "left" }, { label: "课程名称", name: "LessonName", width: 200, align: "left" }, { label: "代课教师编号", name: "EmpNo", width: 100, align: "left" }, { label: "代课教师姓名", name: "EmpName", width: 100, align: "left" },