From d56173e860fb5334209fc7d0f6e3db67d2c6dae3 Mon Sep 17 00:00:00 2001 From: hylee Date: Fri, 30 Sep 2022 12:38:07 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=EC=B2=B4=ED=97=98=ED=95=98=EA=B8=B0?= =?UTF-8?q?=20=EB=AA=A9=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/web/kccadr/adjstExp/adjstIncidentList.jsp | 2 +- .../web/kccadr/adjstExp/adjstReqRegistStep3.jsp | 14 ++++++++++++-- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstIncidentList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstIncidentList.jsp index 16bb4998..3fdf1368 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstIncidentList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstIncidentList.jsp @@ -104,7 +104,7 @@
-

[체험] 조정사건 목록

+

[체험] 조정사건 목록

diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep3.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep3.jsp index c939bc27..10805f13 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep3.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep3.jsp @@ -79,6 +79,14 @@ $( document ).ready(function(){ }); +function fncGoList(status) { + var linkForm = document.expGoDetail; + linkForm.searchStatus.value = status; + linkForm.action = ""; + linkForm.submit(); +} + + @@ -212,7 +220,7 @@ $( document ).ready(function(){
- +
@@ -220,7 +228,9 @@ $( document ).ready(function(){
-
+ + + <%-- --%> <%-- --%>