|
|
@@ -36,6 +36,8 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
$('#Semester').lrDataItemSelect({ code: 'Semester' }); |
|
|
|
$("#MajorNo").lrselect(); |
|
|
|
$('#EmpNo').lrDataSourceSelect({ code: 'teacheruserdata', value: 'f_encode', text: 'f_realname' }); |
|
|
|
|
|
|
|
$('#LessonNo').lrselect({ |
|
|
|
placeholder: "请选择课程", |
|
|
|
allowSearch: true, |
|
|
@@ -212,7 +214,8 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "人数", name: "StuNum", width: 80, align: "left" }, |
|
|
|
{ label: "上机课时", name: "PracticeHour", width: 80, align: "left" }, |
|
|
|
{ label: "课程区别码", name: "PartCode", width: 80, align: "left" }, |
|
|
|
{ label: "班级", name: "TeachClassNo", width: 80, align: "left" }, |
|
|
|
{ label: "班级编号", name: "TeachClassNo", width: 80, align: "left" }, |
|
|
|
{ label: "班级名称", name: "TeachClassName", width: 80, align: "left" }, |
|
|
|
{ |
|
|
|
label: "教师", name: "EmpNo", width: 80, align: "left", |
|
|
|
formatterAsync: function (callback, value, row, op, $cell) { |
|
|
|