From 1b7ce1710958fec9838d4df54696de20d87f212a Mon Sep 17 00:00:00 2001 From: JIWOO Date: Fri, 28 Mar 2025 10:46:41 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EC=9E=90=20=EB=A7=88=EC=9D=B4=ED=8E=98=EC=9D=B4?= =?UTF-8?q?=EC=A7=80=20>=20=EC=9E=84=EC=8B=9C=EB=B3=B4=EA=B4=80=20>=20?= =?UTF-8?q?=ED=8E=98=EC=9D=B4=EC=A7=95=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/user/myPage/myMediationTempList.jsp | 44 ++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp index c61c6aa0..eba334d9 100644 --- a/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp +++ b/src/main/webapp/WEB-INF/jsp/_extra/web/user/myPage/myMediationTempList.jsp @@ -39,6 +39,12 @@ function goPage(p_mediType, p_rceptNo){ location.href = "/web/user/mypage/case/01/168/myMediationEdit.do?mediType="+p_mediType+"&rceptNo="+p_rceptNo+"&fileGubun=4801000000"; } + + function goPaging(type, param){ + $("#page").val(param); + $("#frm").attr("action","/web/user/mypage/case/01/169/myMediationList.do?command=temp"); + $("#frm").submit(); + } @@ -126,6 +132,40 @@

※ 사건접수 완료 후 진행상황은 홈페이지 메뉴 분쟁조정 사건조회에서 조회가 가능합니다.

+ +
@@ -164,7 +204,9 @@
- + + +