2024-03-19 17:34 기소유예 전화번호 연결 오류 해결

This commit is contained in:
myname 2024-03-19 17:34:56 +09:00
parent aa10b48b65
commit 31d8561e18
2 changed files with 5 additions and 52 deletions

View File

@ -282,6 +282,7 @@
// 대상자 이름, 생년월일, 대상자TB ID
/*
function fncEduReg(trgtNm, dBirth, sspnIdtmtTrgtOrd){
var form = document.regForm;
form.trgtNm.value = trgtNm;
@ -315,6 +316,7 @@
});
}
}
*/
function fncGoDetail(){
var linkForm = document.linkForm ;
@ -334,6 +336,7 @@
}
/*
function fn_confirm(){
var form = document.confirmForm;
@ -382,6 +385,7 @@
});
$('#target_confirm_popup-close').click();
}
*/
function fn_target_confirm_clean(){
$('#trgtNm').val('');
@ -623,54 +627,3 @@
</div>
<!-- 교육대상자 확인 -->
<div class="tooltip-wrap">
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="target_confirm_popup" data-focus="target_confirm_popup" data-focus-prev="target_confirm_popup_close">
<div class="popup_tit">
<p>교육대상자 확인</p>
<button class="btn_popup_close tooltip-close" data-focus="target_confirm_popup_close" title="팝업 닫기"><i></i></button>
</div>
<div class="popup_cont">
<div class="cont_body">
<div class="pop_tb_type01" style="overflow:visible;">
<table>
<caption>교육대상자 확인 - 성명, 주민번호 앞자리등의 정보입력</caption>
<colgroup>
<col style="width:38%;">
<col style="width:auto;">
</colgroup>
<tr>
<th scope="row">성명</th>
<td>
<label for="trgtNm" class="label">성명</label>
<input type="text" id="trgtNm">
</td>
</tr>
<tr>
<th scope="row">주민번호앞자리</th>
<td>
<div class="calendar_wrap">
<!-- <duet-date-picker identifier="date" id="dBirth" class="" id="" min="1940-01-01"></duet-date-picker> -->
</div>
<script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker2.js"></script>
</td>
</tr>
</table>
</div>
<div class="pop_btn_wrap btn_layout01">
<div class="btn_left">
</div>
<div class="btn_center">
<button type="button" class="btnType05" onclick="fn_confirm()">제출</button>
<button type="button" class="btnType02 tooltip-close" id="target_confirm_popup-close" data-focus="target_confirm_popup-close" data-focus-next="target_confirm_popup">취소</button>
</div>
<div class="btn_right">
</div>
</div>
</div>
</div>
</div>
</div>
<!--// 신청 클릭 > 기소유예 대상자 확인 팝업 -->

View File

@ -207,7 +207,7 @@ $(document).ready(function(){
<p>핸드폰</p>
</th>
<td>
<input type="text" class="twoRow" value="${vEPrcsDetailVO.clphone}"/>
<input type="text" class="twoRow" value="${vEPrcsDetailVO.clphone}" readonly/>
</td>
<th scope="row">
<p>이메일</p>