diff --git a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java index 481c237a..b9955176 100644 --- a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java +++ b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java @@ -6,7 +6,6 @@ import javax.annotation.Resource; import javax.servlet.http.HttpServletRequest; import org.apache.commons.collections.CollectionUtils; -import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.stereotype.Controller; @@ -19,6 +18,7 @@ import kcc.com.cmm.util.StringUtil; import kcc.kccadr.accdnt.acd.service.AdjstChangeDateVO; import kcc.kccadr.accdnt.adr.service.AdjstDeputyReqVO; import kcc.kccadr.accdnt.ai.service.AdjstIncidentVO; +import kcc.kccadr.accdnt.apm.service.AdjstPayMentVO; import kcc.kccadr.accdnt.ars.service.AdjstReqStatusVO; import kcc.kccadr.accdnt.crtfc.service.CrtfcService; import kcc.kccadr.adjclsmgr.service.AdjClsMgrVO; @@ -170,9 +170,9 @@ public class AdjstExpDetailController { * 조정신청 구분선택 - 안내화면 */ @RequestMapping("/web/kccadr/adjstExpDetail/popup/adjstPayMentDetailPopup.do") - public String adjstPayMentDetailPopup(@ModelAttribute("adjDeputyReqVO") AdjstDeputyReqVO adjDeputyReqVO, ModelMap model) throws Exception { + public String adjstPayMentDetailPopup(@ModelAttribute("adjstPayMentVO") AdjstPayMentVO adjstPayMentVO, ModelMap model) throws Exception { - return null; + return "/web/kccadr/adjstExp/popup/adjstPayMentDetailPopup"; } /** diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstPayMentDetailPopup.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstPayMentDetailPopup.jsp index efd3b760..8b29c5f5 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstPayMentDetailPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstPayMentDetailPopup.jsp @@ -90,11 +90,11 @@ $("*[data-focus='fee_popup_close']").attr("data-focus","fee_"+mlt+"_popup_close"); } - });
@@ -129,18 +129,14 @@ -
-
- 예금주 : 한국저작권위원회
-
- 구매자명 " />
- 메일 " />
-
-
+ 구매자명
+ 메일
+
수수료 납부 금액
+| 신청내용 | +금액 | +
|---|---|
| * + 조정신청 체험 + | +
+ |
+
| 계좌정보 | +
+
+ 가상계좌 : 기업은행 07501740597725 |
+
|---|---|
| 결제금액 | +
+ |
+
신청인
홀길동
+홍길동
대리인
@@ -192,7 +255,7 @@