|
|
@@ -36,14 +36,16 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
$('#Semester').lrDataItemSelect({ code: 'Semester' }); |
|
|
|
$("#MajorNo").lrselect(); |
|
|
|
$('#LessonNo').lrselect({ |
|
|
|
placeholder: "请选择课程", |
|
|
|
allowSearch: true, |
|
|
|
url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetLessonNoDataOfAllWithNo', |
|
|
|
value: 'value', |
|
|
|
text: 'text', |
|
|
|
maxHeight: 200 |
|
|
|
}); |
|
|
|
|
|
|
|
$('#LessonNo').lrDataSourceSelect({ code: 'LessonInfo', value: 'lessonno', text: 'lessonname' }); |
|
|
|
//$('#LessonNo').lrselect({ |
|
|
|
// placeholder: "请选择课程", |
|
|
|
// allowSearch: true, |
|
|
|
// url: top.$.rootUrl + '/EducationalAdministration/StuScore/GetLessonNoDataOfAllWithNo', |
|
|
|
// value: 'value', |
|
|
|
// text: 'text', |
|
|
|
// maxHeight: 200 |
|
|
|
//}); |
|
|
|
// 刷新 |
|
|
|
$('#lr_refresh').on('click', function () { |
|
|
|
location.reload(); |
|
|
|