|
|
@@ -23,7 +23,7 @@ var bootstrap = function ($, learun) { |
|
|
|
//}); |
|
|
|
//异动类型下拉不显示复学、学籍关键信息更改、转入/进、; |
|
|
|
$('#StuChangeType').lrselect({ |
|
|
|
data: [{ text: '留级', id: '01' }, { text: '转出/校', id: '02' }, { text: '退学', id: '05' }, { text: '休学', id: '06' }, { text: '转班', id: '07' }, { text: '转专业', id: '08' }], |
|
|
|
data: [{ text: '留级', id: '01' }, { text: '转出/校', id: '02' }, { text: '退学', id: '05' }, { text: '休学', id: '06' }, { text: '转班', id: '07' }, { text: '转专业', id: '08' },{ text: '保留学籍', id: '10' }], |
|
|
|
select: function (item) { |
|
|
|
if (item != null && item != undefined) { |
|
|
|
var StuNo = $('#StuNo').val(); |
|
|
@@ -68,7 +68,7 @@ var bootstrap = function ($, learun) { |
|
|
|
$("#OutSchool").siblings('div').html($("#OutSchool").siblings('div').attr('data-title') + '<font face="宋体">*</font>'); |
|
|
|
$(".NewSchool").show(); |
|
|
|
} |
|
|
|
else if (item.id === "05" || item.id === "06") { //退学、休学、 |
|
|
|
else if (item.id === "05" || item.id === "06" || item.id === "10") { //退学、休学、 |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr("isvalid"); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr("checkexpession"); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr('readonly'); |
|
|
|