Bläddra i källkod

成绩录入状态查询列表加课程编号,修复全院班级成绩查看不能选择

黑艺新账号
dao 6 månader sedan
förälder
incheckning
316a5923d0
4 ändrade filer med 7 tillägg och 4 borttagningar
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/AllScoreQueryIndex.js
  2. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/StuScoreStat.js
  3. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/StuScoreStat.js
  4. +2
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPassTwo/StuScoreStat.js

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/AllScoreQueryIndex.js Visa fil

@@ -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,


+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScore/StuScoreStat.js Visa fil

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


+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPass/StuScoreStat.js Visa fil

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


+ 2
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/EducationalAdministration/Views/StuScoreNotPassTwo/StuScoreStat.js Visa fil

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


Laddar…
Avbryt
Spara