|
|
|
@ -159,6 +159,11 @@ layui.define(['form', 'laydate', 'table', 'xmSelect', 'teacherOpenCourseSchedule
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
form.on('select(select_teacherId)', function (obj) {
|
|
|
|
|
classData = Common.getAjax('/jlw/schoolClass/getValues.json',{teacherId: obj.value}).data;//上课班级多选框data
|
|
|
|
|
//Lib.getCourseInfo($("select[name='courseInfoId_1']"), obj.value, 1);
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
/*重置点击事件*/
|
|
|
|
|
$("#resetClick").click(function () {
|
|
|
|
|
layer.load();
|
|
|
|
@ -202,6 +207,7 @@ layui.define(['form', 'laydate', 'table', 'xmSelect', 'teacherOpenCourseSchedule
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
//设置时间弹窗
|
|
|
|
|
$("#setTime").click(function () {
|
|
|
|
|
layer.open({
|
|
|
|
|