|
|
@@ -76,6 +76,7 @@ var bootstrap = function ($, learun) { |
|
|
|
$('#ClassNo').lrDataSourceSelect({ |
|
|
|
code: 'bjsj', value: 'classno', text: 'classname' |
|
|
|
}); |
|
|
|
$('#IsSlow').lrDataItemSelect({ code: 'YesOrNoInt' }); |
|
|
|
$('#LessonNo').lrDataSourceSelect({ |
|
|
|
code: 'LessonInfo', value: 'lessonno', text: 'lessonname' |
|
|
|
}); |
|
|
@@ -124,6 +125,11 @@ var bootstrap = function ($, learun) { |
|
|
|
{ label: "平时成绩", name: "OrdinaryScore2", width: 150, align: "left" }, |
|
|
|
{ label: "期末成绩", name: "TermEndScore2", width: 150, align: "left" }, |
|
|
|
{ label: "成绩", name: "Score2", width: 150, align: "left" }, |
|
|
|
{ |
|
|
|
label: '是否缓考', name: 'IsSlow', width: 100, align: "left", formatter: function (cellvalue) { |
|
|
|
return cellvalue == true ? "是" : "否"; |
|
|
|
} |
|
|
|
}, |
|
|
|
], |
|
|
|
mainId: 'ID', |
|
|
|
isPage: true, |
|
|
|