|
|
@@ -23,7 +23,7 @@ var bootstrap = function ($, learun) { |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/Exam_ArrangeExamTermNew/GetClassTree', |
|
|
|
nodeClick: function (item) { |
|
|
|
ClassNo = item.id; |
|
|
|
page.search({ ClassNo: item.id }); |
|
|
|
page.search({ ClassNo: item.id, AcademicYearNo: $('#AcademicYearNo').lrselectGet(), Semester: $('#Semester').lrselectGet(), LessonNo: $('#LessonNo').lrselectGet(), ClassRoomNo: $('#ClassRoomNo').lrselectGet(), EmpNo: $('#EmpNo').lrselectGet() }); |
|
|
|
} |
|
|
|
}); |
|
|
|
$('.datetime').each(function () { |
|
|
@@ -96,9 +96,11 @@ var bootstrap = function ($, learun) { |
|
|
|
headData: [ |
|
|
|
{ label: '学年', name: 'AcademicYearNo', width: 70, align: "left" }, |
|
|
|
{ label: '学期', name: 'Semester', width: 60, align: "left" }, |
|
|
|
{ label: '考试日期', name: 'ExamDate', width: 100, align: "left", formatter: function (v) { |
|
|
|
return learun.formatDate(v, "yyyy-MM-dd"); |
|
|
|
} }, |
|
|
|
{ |
|
|
|
label: '考试日期', name: 'ExamDate', width: 100, align: "left", formatter: function (v) { |
|
|
|
return learun.formatDate(v, "yyyy-MM-dd"); |
|
|
|
} |
|
|
|
}, |
|
|
|
{ label: '考试时间', name: 'ExamTime', width: 120, align: "left" }, |
|
|
|
{ label: '课程编号', name: 'LessonNo', width: 100, align: "left" }, |
|
|
|
{ label: '课程名称', name: 'LessonName', width: 200, align: "left" }, |
|
|
@@ -112,7 +114,7 @@ var bootstrap = function ($, learun) { |
|
|
|
], |
|
|
|
mainId: 'AETId', |
|
|
|
sidx: 'examdate,examtime,lessonno,classroomname ', |
|
|
|
sord:'asc', |
|
|
|
sord: 'asc', |
|
|
|
isPage: true |
|
|
|
}); |
|
|
|
page.search(); |
|
|
|