From 5af6402e238e8b7c23ebb8f9b138daae557a62d6 Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 25 Jan 2024 17:26:27 +0900 Subject: [PATCH] =?UTF-8?q?2024/01/25=20=ED=8C=9D=EC=97=85=20=EB=8B=AB?= =?UTF-8?q?=EC=9D=84=20=EB=95=8C=20=ED=8F=AC=EC=BB=A4=EC=8B=B1=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../aplct/fndtnEnhanceTrn/eduAplctDetail.jsp | 2 +- .../ve/aplct/fndtnEnhanceTrn/eduAplctList.jsp | 3 ++- .../fndtnEnhanceTrn/popup/eduAplctPop.jsp | 16 +++++++++++++--- .../otsdCprtnPrcs/lctrAplct/lctrAplctReg.jsp | 2 +- .../web/ve/aplct/sspnIdtmt/eduAplctDetail.jsp | 2 +- .../web/ve/aplct/sspnIdtmt/eduAplctList.jsp | 3 ++- .../ve/aplct/sspnIdtmt/popup/eduAplctPop.jsp | 5 ++++- .../aplct/sspnIdtmt/popup/eduAplctPopList.jsp | 18 ++++++++++++++---- .../jsp/web/ve/comm/selectPrcsDetailList.jsp | 6 +++--- 9 files changed, 41 insertions(+), 16 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp index 661d7e92..92b24e30 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/eduAplctDetail.jsp @@ -328,7 +328,7 @@
- --%> - + diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp index 250cf3e9..f01e5138 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/fndtnEnhanceTrn/popup/eduAplctPop.jsp @@ -45,7 +45,10 @@ $(document).ready(function(){ identifier: "searchStartDt", incrementYears:100, } - + setTimeout(function(){ + $('.dBirth .duet-date__input').attr("title","생년월일을 선택하세요."); + + },10) $('#fldSelect').change(function(){ console.log($(this).val()); console.log($(this).val() == '99'); @@ -59,6 +62,13 @@ $(document).ready(function(){ } }) + + $(".tooltip-close").click(function(){ + var activeTarget = $('[data-tooltip-con="target_confirm_popup"]'); + activeTarget.hide(); + $('[data-info="${vEPrcsDetailVO.prcsAplctPrdOrd}"][data-tooltip="target_confirm_popup"]').focus(); + }); + // $('#fld').hide(); }); @@ -157,9 +167,9 @@ $(document).ready(function(){
-