|
|
@@ -92,7 +92,20 @@ var bootstrap = function ($, learun) { |
|
|
|
value: 'value', |
|
|
|
text: 'text' |
|
|
|
}); |
|
|
|
|
|
|
|
$('#EmpNo').lrselect({ |
|
|
|
placeholder: "请选择老师", |
|
|
|
allowSearch: true, |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetEmpNoData', |
|
|
|
value: 'value', |
|
|
|
text: 'text' |
|
|
|
}); |
|
|
|
$('#ClassRoomNo').lrselect({ |
|
|
|
placeholder: "请选择教室", |
|
|
|
allowSearch: true, |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetElectiveClassRoomNoData', |
|
|
|
value: 'value', |
|
|
|
text: 'text' |
|
|
|
}); |
|
|
|
}, |
|
|
|
// 初始化列表 |
|
|
|
initGird: function () { |
|
|
@@ -104,6 +117,11 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "学期", name: "Semester", width: 80, align: "left" }, |
|
|
|
{ label: "课程编号", name: "LessonNo", width: 100, align: "left" }, |
|
|
|
{ label: "课程名称", name: "LessonName", width: 150, align: "left" }, |
|
|
|
{ label: "节次", name: "LessonSection", width: 100, align: "left" }, |
|
|
|
{ label: "教室编号", name: "ClassRoomNo", width: 100, align: "left" }, |
|
|
|
{ label: "教室", name: "ClassRoomName", width: 100, align: "left" }, |
|
|
|
{ label: "教师编号", name: "EmpNo", width: 100, align: "left" }, |
|
|
|
{ label: "教师名称", name: "EmpName", width: 150, align: "left" }, |
|
|
|
{ label: "平时成绩占比", name: "OrdinaryScoreScale", width: 100, align: "left" }, |
|
|
|
{ label: "期中成绩占比", name: "TermInScoreScale", width: 100, align: "left" }, |
|
|
|
{ label: "期末成绩占比", name: "TermEndScoreScale", width: 100, align: "left" }, |
|
|
|