diff --git a/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java b/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java index 25b5c40e..94290cc1 100644 --- a/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java +++ b/src/main/java/kcc/kccadr/adjst/web/AdjstReqWebController.java @@ -582,7 +582,8 @@ public class AdjstReqWebController { * @ 조정상태를 신청전 - 접수후 - 종결 이렇게 하고 써보자. 다른구조 필요하면 나중에 바꾸지뭐 */ - return "/web/kccadr/adjst/adjstReq1Regist"; +// return "/web/kccadr/adjst/adjstReq1Regist"; + return "redirect:/web/kccadr/adjst/adjstReqRegistInformation.do"; } /** diff --git a/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp b/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp index 2b0cbf0c..10c8fa17 100644 --- a/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/com/webCommonFooter.jsp @@ -62,8 +62,9 @@ function footerSiteLinkPageGo (){ - - + + diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp index 711c7be0..5e0f9f15 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ai/adjstIncidentList.jsp @@ -79,7 +79,6 @@ function fncGoCreate(){ var listForm = document.listForm ; - //listForm.action = ""; // 신청서작성 메뉴 URL로 수정 listForm.action = ""; listForm.submit(); } @@ -227,16 +226,22 @@ <%-- 종결상세 --%> 신청인 - + + + 피신청인 - + + +
신청내용 - + + +
@@ -248,16 +253,22 @@ 신청인 - + + + 피신청인 - + + +
신청내용 - + + +
@@ -270,16 +281,22 @@ 신청인 - + + + 피신청인 - + + +
신청내용 - + + +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ars/adjstReqStatusList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ars/adjstReqStatusList.jsp index baa4058b..1d7053b6 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ars/adjstReqStatusList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/accdnt/ars/adjstReqStatusList.jsp @@ -40,7 +40,7 @@ c c <%@ page contentType="text/html; charset=utf-8"%> function fncGoCreate(){ var listForm = document.listForm ; - listForm.action = ""; + listForm.action = ""; listForm.submit(); }