From 2b32ef3a6ab0816c615e86f25a32c65e24171daf Mon Sep 17 00:00:00 2001 From: hylee Date: Thu, 29 Sep 2022 18:32:22 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=ED=8A=9C=ED=86=A0=EB=A6=AC=EC=96=BC?= =?UTF-8?q?=20=EB=B2=84=ED=8A=BC=20=EC=88=98=EC=A0=95=20/=20=EC=B2=B4?= =?UTF-8?q?=ED=97=98=ED=95=98=EA=B8=B0=EC=8B=A0=EC=B2=AD=20-=20=ED=8A=9C?= =?UTF-8?q?=ED=86=A0=EB=A6=AC=EC=96=BC=20=EA=B8=B0=EB=8A=A5=20=EC=A0=81?= =?UTF-8?q?=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kcc/kccadr/adjstExp/web/AdjstExpController.java | 9 +++++++++ .../web/kccadr/adjst/adjstReqRegistInformation.jsp | 2 +- .../web/kccadr/adjstExp/adjstReqRegistInformation.jsp | 11 +++++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java index 15a8a2b5..d902024d 100644 --- a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java +++ b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java @@ -470,5 +470,14 @@ public class AdjstExpController { ModelMap model) throws Exception { return "/web/kccadr/adjstExp/popup/adjstIncidentDetailPop"; } + + /** + * 조정신청 구분선택 - 안내화면 + */ + @RequestMapping("/web/kccadr/adjstExpDetail/popup/adjstReqRegistTutorial.do") + public String adjstReqRegistTutorial() throws Exception { + + return "/web/kccadr/adjst/adjstReqRegistTutorial"; + } } diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp index bbfbd2f7..44af24b8 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistInformation.jsp @@ -79,7 +79,7 @@ function tutorialPop(){

조정신청

- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistInformation.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistInformation.jsp index 4eb0059a..3ba51d90 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistInformation.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistInformation.jsp @@ -61,19 +61,26 @@ $( document ).ready(function(){ //공동인증서 등록화면 이동 function fnGoCrtfc(){ - location.href=""; - } + +function tutorialPop(){ + var form = document.popForm; + commonPopWindowopenForm("/web/kccadr/adjstExpDetail/popup/adjstReqRegistTutorial.do" , "50000", "50000", "tutorialPop", $("#popForm")); +} + +
+

조정신청 체험하기

+