|
|
@@ -31,22 +31,41 @@ var bootstrap = function ($, learun) { |
|
|
|
$("#NewMajorNo").siblings('div').html($("#NewMajorNo").siblings('div').attr('data-title') + '<font face="宋体">*</font>'); |
|
|
|
$("#NewClassNo").siblings('div').html($("#NewClassNo").siblings('div').attr('data-title') + '<font face="宋体">*</font>'); |
|
|
|
$(".NewContainer").show(); |
|
|
|
if (item.id === "01" || item.id === "02") { //降级、转班 |
|
|
|
//$(".NewContainer").find('.contentDiv.zhuanban').removeAttr('readonly'); |
|
|
|
if (item.id === "01") { //留级 |
|
|
|
$(".NewSchool").hide(); |
|
|
|
$(".NewContainer").find('.contentDiv.zhuanban').removeAttr('readonly'); |
|
|
|
$("#NewDeptNo").lrselectSet($("#DeptNo").lrselectGet()); |
|
|
|
$("#NewMajorNo").lrselectSet($("#MajorNo").lrselectGet()); |
|
|
|
$('#OutSchool').val(''); |
|
|
|
} else if (item.id === "02") {//转校 |
|
|
|
$(".NewSchool").show(); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr("isvalid"); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr("checkexpession"); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr('readonly'); |
|
|
|
$(".NewSchool").find('.OutSchool').attr("isvalid", 'yes'); |
|
|
|
$(".NewSchool").find('.OutSchool').attr("checkexpession"); |
|
|
|
$(".NewSchool").find('.OutSchool').attr('readonly'); |
|
|
|
} else if (item.id === "03") { //复学 |
|
|
|
$(".NewSchool").hide(); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr('readonly'); |
|
|
|
$(".NewSchool").find('.OutSchool').attr("isvalid", "Null"); |
|
|
|
$('#OutSchool').val(''); |
|
|
|
} else if (item.id === "04") { //转入 |
|
|
|
$(".NewSchool").hide(); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr('readonly'); |
|
|
|
$(".NewSchool").find('.OutSchool').attr("isvalid", "Null"); |
|
|
|
$('#OutSchool').val(''); |
|
|
|
} |
|
|
|
else if (item.id === "03") { //转专业 |
|
|
|
//$(".NewContainer").find('.contentDiv').removeAttr('readonly'); |
|
|
|
} |
|
|
|
else if (item.id === "04" || item.id === "05") { //退学、休学 |
|
|
|
else { //退学、休学、 |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr("isvalid"); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr("checkexpession"); |
|
|
|
//$(".NewContainer").find('.contentDiv').removeAttr('readonly'); |
|
|
|
$(".NewContainer").find('.contentDiv').removeAttr('readonly'); |
|
|
|
$("#NewDeptNo").siblings('div').html($("#NewDeptNo").siblings('div').attr('data-title')); |
|
|
|
$("#NewMajorNo").siblings('div').html($("#NewMajorNo").siblings('div').attr('data-title')); |
|
|
|
$("#NewClassNo").siblings('div').html($("#NewClassNo").siblings('div').attr('data-title')); |
|
|
|
$(".NewContainer").hide(); |
|
|
|
$(".NewSchool").hide(); |
|
|
|
$('#OutSchool').val(''); |
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|