|
|
|
|
@ -38,7 +38,8 @@
|
|
|
|
|
// cmpltNoFormat(document.getElementById('cmpltNum'));
|
|
|
|
|
|
|
|
|
|
if('${info.exprnClsrnCd}' == '02'){
|
|
|
|
|
$('input[name="eClsrnYear"]').attr('disabled',true);
|
|
|
|
|
/* $('input[name="eClsrnYear"]').attr('disabled',true); */
|
|
|
|
|
$('input[name="eClsrnYear"]').attr("onclick", "return false;")
|
|
|
|
|
$('input[name="eClsrnYear"]').prop('checked',false);
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
@ -46,9 +47,11 @@
|
|
|
|
|
function oprtnYn(){
|
|
|
|
|
var radioVal = $('input[name="exprnClsrnCd"]:checked').val();
|
|
|
|
|
if(radioVal == "01"){
|
|
|
|
|
$('input[name="eClsrnYear"]').attr('disabled',false);
|
|
|
|
|
/* $('input[name="eClsrnYear"]').attr('disabled',false); */
|
|
|
|
|
$('input[name="eClsrnYear"]').removeAttr("onclick")
|
|
|
|
|
}else{
|
|
|
|
|
$('input[name="eClsrnYear"]').attr('disabled',true);
|
|
|
|
|
/* $('input[name="eClsrnYear"]').attr('disabled',true); */
|
|
|
|
|
$('input[name="eClsrnYear"]').attr("onclick", "return false;")
|
|
|
|
|
$('input[name="eClsrnYear"]').prop('checked',false);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
@ -548,7 +551,8 @@
|
|
|
|
|
|
|
|
|
|
$('input[name=exprnClsrnCd][value='+info.exprnClsrnCd+']').prop('checked', true);
|
|
|
|
|
if(info.exprnClsrnCd == '02'){
|
|
|
|
|
$('input[name="eClsrnYear"]').attr('disabled',true);
|
|
|
|
|
/* $('input[name="eClsrnYear"]').attr('disabled',true); */
|
|
|
|
|
$('input[name="eClsrnYear"]').attr("onclick", "return false;")
|
|
|
|
|
}
|
|
|
|
|
$('input[name=eClsrnYear]').prop('checked',false);
|
|
|
|
|
if(isNotEmpty(info.exprnClsrnYear)){
|
|
|
|
|
@ -560,10 +564,10 @@
|
|
|
|
|
|
|
|
|
|
$('input[name=exprnClsrnAplct][value='+info.exprnClsrnAplct+']').prop('checked', true);
|
|
|
|
|
if(info.exprnClsrnAplct == '04'){
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('disabled' , false);
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('readonly' , false);
|
|
|
|
|
$("#exprnClsrnAplctCn").val(info.exprnClsrnAplctCn);
|
|
|
|
|
}else{
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('disabled' , true);
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('readonly' , true);
|
|
|
|
|
$("#exprnClsrnAplctCn").val('');
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -587,9 +591,9 @@
|
|
|
|
|
function fncEtcInputEnable(thisObj){
|
|
|
|
|
$("#exprnClsrnAplctCn").val('');
|
|
|
|
|
if($(thisObj).val() == '04'){
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('disabled' , false);
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('readonly' , false);
|
|
|
|
|
}else{
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('disabled' , true);
|
|
|
|
|
$("#exprnClsrnAplctCn").prop('readonly' , true);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@ -668,11 +672,11 @@
|
|
|
|
|
<p>학교구분</p>
|
|
|
|
|
</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="radio" id="scholDivCd01" name="scholDivCd" value="10" disabled="disabled" <c:if test="${info.scholDivCd eq '10' }">checked</c:if>> <label class="" for="scholDivCd01">초등</label>
|
|
|
|
|
<input type="radio" id="scholDivCd012" name="scholDivCd" value="20" disabled="disabled" <c:if test="${info.scholDivCd eq '20' }">checked</c:if>> <label class="" for="scholDivCd012">중등</label>
|
|
|
|
|
<input type="radio" id="scholDivCd0123" name="scholDivCd" value="30" disabled="disabled" <c:if test="${info.scholDivCd eq '30' }">checked</c:if>> <label class="" for="scholDivCd0123">고등</label>
|
|
|
|
|
<input type="radio" id="scholDivCd01234" name="scholDivCd" value="40" disabled="disabled" <c:if test="${info.scholDivCd eq '40' }">checked</c:if>> <label class="" for="scholDivCd01234">특수</label>
|
|
|
|
|
<input type="radio" id="scholDivCd012345" name="scholDivCd" value="50" disabled="disabled" <c:if test="${info.scholDivCd eq '50' }">checked</c:if>> <label class="" for="scholDivCd012345">기타</label>
|
|
|
|
|
<input type="radio" id="scholDivCd01" name="scholDivCd" value="10" onclick="return false;" <c:if test="${info.scholDivCd eq '10' }">checked</c:if>> <label class="" for="scholDivCd01">초등</label>
|
|
|
|
|
<input type="radio" id="scholDivCd012" name="scholDivCd" value="20" onclick="return false;" <c:if test="${info.scholDivCd eq '20' }">checked</c:if>> <label class="" for="scholDivCd012">중등</label>
|
|
|
|
|
<input type="radio" id="scholDivCd0123" name="scholDivCd" value="30" onclick="return false;" <c:if test="${info.scholDivCd eq '30' }">checked</c:if>> <label class="" for="scholDivCd0123">고등</label>
|
|
|
|
|
<input type="radio" id="scholDivCd01234" name="scholDivCd" value="40" onclick="return false;" <c:if test="${info.scholDivCd eq '40' }">checked</c:if>> <label class="" for="scholDivCd01234">특수</label>
|
|
|
|
|
<input type="radio" id="scholDivCd012345" name="scholDivCd" value="50" onclick="return false;" <c:if test="${info.scholDivCd eq '50' }">checked</c:if>> <label class="" for="scholDivCd012345">기타</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
@ -680,10 +684,10 @@
|
|
|
|
|
<p>학교지역특성</p>
|
|
|
|
|
</th>
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<input type="checkbox" id="islandsYn" name="islandsYn" value="Y" disabled="disabled" <c:if test="${info.islandsYn eq 'Y' }">checked</c:if>><label for="islandsYn"> 도서지역</label>
|
|
|
|
|
<input type="checkbox" id="remoteYn" name="remoteYn" value="Y" disabled="disabled" <c:if test="${info.remoteYn eq 'Y' }">checked</c:if>><label for="remoteYn"> 벽지지역</label>
|
|
|
|
|
<input type="checkbox" id="clsCmbtYn" name="clsCmbtYn" value="Y" disabled="disabled" <c:if test="${info.clsCmbtYn eq 'Y' }">checked</c:if>><label for="clsCmbtYn"> 접적지역</label>
|
|
|
|
|
<input type="checkbox" id="ppulDclnYn" name="ppulDclnYn" value="Y" disabled="disabled" <c:if test="${info.ppulDclnYn eq 'Y' }">checked</c:if>><label for="ppulDclnYn"> 인구감소지역</label>
|
|
|
|
|
<input type="checkbox" id="islandsYn" name="islandsYn" value="Y" onclick="return false;" <c:if test="${info.islandsYn eq 'Y' }">checked</c:if>><label for="islandsYn"> 도서지역</label>
|
|
|
|
|
<input type="checkbox" id="remoteYn" name="remoteYn" value="Y" onclick="return false;" <c:if test="${info.remoteYn eq 'Y' }">checked</c:if>><label for="remoteYn"> 벽지지역</label>
|
|
|
|
|
<input type="checkbox" id="clsCmbtYn" name="clsCmbtYn" value="Y" onclick="return false;" <c:if test="${info.clsCmbtYn eq 'Y' }">checked</c:if>><label for="clsCmbtYn"> 접적지역</label>
|
|
|
|
|
<input type="checkbox" id="ppulDclnYn" name="ppulDclnYn" value="Y" onclick="return false;" <c:if test="${info.ppulDclnYn eq 'Y' }">checked</c:if>><label for="ppulDclnYn"> 인구감소지역</label>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
@ -843,7 +847,7 @@
|
|
|
|
|
<td colspan="3">
|
|
|
|
|
<ve:radio codeId="VE0030" name="exprnClsrnAplct" id="exprnClsrnAplct" selectedValue="${empty info.exprnClsrnAplct ? '01' : info.exprnClsrnAplct}" onChange="fncEtcInputEnable(this)"/>
|
|
|
|
|
<label for="exprnClsrnAplctCn" class="label">신청경로 기타설명</label>
|
|
|
|
|
<input type="text" value="${info.exprnClsrnAplctCn}" size="25" id="exprnClsrnAplctCn" name="exprnClsrnAplctCn" ${info.exprnClsrnAplct eq '04' ? '' : 'disabled'}>
|
|
|
|
|
<input type="text" value="${info.exprnClsrnAplctCn}" size="25" id="exprnClsrnAplctCn" name="exprnClsrnAplctCn" ${info.exprnClsrnAplct eq '04' ? '' : 'readonly'}>
|
|
|
|
|
</td>
|
|
|
|
|
</tr>
|
|
|
|
|
</tbody>
|
|
|
|
|
|