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" },