|
|
@@ -98,6 +98,7 @@ var bootstrap = function ($, learun) { |
|
|
|
p.AcademicYearNo = $('#AcademicYearNo').lrselectGet(); |
|
|
|
p.Semester = $('#Semester').lrselectGet(); |
|
|
|
p.ClassNo = $('#ClassNo').lrselectGet(); |
|
|
|
p.LessonNo = $('#LessonNo').lrselectGet(); |
|
|
|
if (p.AcademicYearNo == null || p.AcademicYearNo == "") { |
|
|
|
learun.alert.warning("请选择学年!"); |
|
|
|
return; |
|
|
@@ -110,7 +111,6 @@ var bootstrap = function ($, learun) { |
|
|
|
learun.alert.warning("请选择班级!"); |
|
|
|
return; |
|
|
|
} |
|
|
|
//page.search({ ClassRoomNo: ClassRoomNo, AcademicYearNo: $('#AcademicYearNo').lrselectGet(), Semester: $('#Semester').lrselectGet(), LessonNo: $('#LessonNo').lrselectGet(), EmpNo: $('#EmpNo').lrselectGet() }); |
|
|
|
|
|
|
|
//获取教师 |
|
|
|
await new Promise((resolve) => { |
|
|
@@ -141,6 +141,7 @@ var bootstrap = function ($, learun) { |
|
|
|
LessonTemp = temparr; |
|
|
|
|
|
|
|
page.initGird(); |
|
|
|
//page.search({ ClassRoomNo: ClassRoomNo, AcademicYearNo: $('#AcademicYearNo').lrselectGet(), Semester: $('#Semester').lrselectGet(), LessonNo: $('#LessonNo').lrselectGet(), EmpNo: $('#EmpNo').lrselectGet() }); |
|
|
|
page.search(p); |
|
|
|
}); |
|
|
|
}); |
|
|
|