|
|
@@ -39,7 +39,7 @@ var bootstrap = function ($, learun) { |
|
|
|
}); |
|
|
|
$('#ClassNo').lrDataSourceSelect({ code: 'bjsj', value: 'classno', text: 'classname' }); |
|
|
|
$('#FinishSchoolMark').lrselect({ |
|
|
|
data: [{ text: "准许毕业", value: "1" }, { text: "待准许", value: "0" }], |
|
|
|
data: [{ text: "已毕业", value: "2" },{ text: "准许毕业", value: "1" }, { text: "待准许", value: "0" }], |
|
|
|
text: "text", |
|
|
|
value: "value" |
|
|
|
}) |
|
|
@@ -62,7 +62,7 @@ var bootstrap = function ($, learun) { |
|
|
|
$('#lr_store').on('click', function () { |
|
|
|
learun.layerConfirm('1.毕业生归档必须在6-8月份进行; <br> 2.归档后的学生信息如:操行、奖惩、成绩、毕业证书等只有通过毕业生信息管理才能查询或打印;<br> 3.毕业学生的账户将自动取消;<br> 4.学生所占的床位也将自动退掉;<br> 5.学生所在的班级置为已毕业班级;<br> 6.归档操作后不可撤消,请谨慎操作!', function (res) { |
|
|
|
if (res) { |
|
|
|
learun.httpAsync('post', top.$.rootUrl + '/EducationalAdministration/StuInfoBasic/StuStore', { keyValue: keyValue }, function () { |
|
|
|
learun.httpAsync('post', top.$.rootUrl + '/EducationalAdministration/StuInfoBasic/StuStore', {}, function () { |
|
|
|
refreshGirdData(); |
|
|
|
}); |
|
|
|
} |
|
|
|