2024/01/23 교육대상자확인 팝업 달력 오류 수정
This commit is contained in:
parent
edfff72726
commit
0f5d67af7d
@ -224,7 +224,7 @@ $(document).ready(function(){
|
||||
|
||||
<div class="popup_wrap popType01" tabindex="0" data-tooltip-con="sub36_pop02" data-focus="sub36_pop02" data-focus-prev="sub36_pop02_close">
|
||||
<div class="popup_tit">
|
||||
<p>교육대상자 1확인</p> <button class="btn_popup_close tooltip-close" data-focus="sub36_pop02_close" title="팝업 닫기"><i></i></button>
|
||||
<p>교육대상자 확인</p> <button class="btn_popup_close tooltip-close" data-focus="sub36_pop02_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
|
||||
<div class="popup_cont">
|
||||
@ -250,7 +250,11 @@ $(document).ready(function(){
|
||||
<div class="calendar_wrap">
|
||||
<duet-date-picker identifier="date" id="dBirth" class="" id="" min="1940-01-01"></duet-date-picker>
|
||||
<script>
|
||||
const dBirth = document.querySelector("#dBirth");
|
||||
|
||||
$('.calendar_wrap').each(function(){
|
||||
$(this).find('.duet-date__input').attr('onkeydown','this.value=dateSetting(this.value);');
|
||||
});
|
||||
var dBirth = document.querySelector("#dBirth");
|
||||
var DATE_FORMAT = /^(\d{1,2})\.(\d{1,2})\.(\d{4})$/
|
||||
|
||||
dBirth.dateAdapter = {
|
||||
@ -307,6 +311,9 @@ $(document).ready(function(){
|
||||
identifier: "searchStartDt",
|
||||
name: "eduHopeDt"
|
||||
}
|
||||
dBirth.addEventListener("duetFocus", function (e) {
|
||||
calendarSetting();
|
||||
});
|
||||
</script>
|
||||
</div>
|
||||
<%-- <script src="${pageContext.request.contextPath}/visitEdu/usr/publish/script/duetdatepicker2.js"></script> --%>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user