|
|
|
@ -10,7 +10,7 @@ layui.define(['form', 'laydate', 'table', 'xmSelect', 'teacherOpenCourseSchedule
|
|
|
|
|
sessionTagList = [];
|
|
|
|
|
window.classList = Common.postAjax('/jlw/teacherOpenCourseScheduleSessionClass/levelList.json').data;
|
|
|
|
|
var teacherOpenCourseScheduleSessionId = $("input[name='teacherOpenCourseScheduleSessionId']").val();//排课id
|
|
|
|
|
var classData = Common.getAjax('/jlw/schoolClass/getValues.json').data;//上课班级多选框data
|
|
|
|
|
var classData = Common.getAjax('/jlw/schoolClass/getValues.json?universitySystemId=TODO姚丹,这里要获取教师所在的专业ID').data;//上课班级多选框data
|
|
|
|
|
|
|
|
|
|
// 是否多个教室
|
|
|
|
|
var isMultipleSessionClass = function() {
|
|
|
|
|