diff --git a/src/main/java/kcc/kccadr/accdnt/ars/service/AdjstReqStatusVO.java b/src/main/java/kcc/kccadr/accdnt/ars/service/AdjstReqStatusVO.java index 80f46b68..ed19bc4c 100644 --- a/src/main/java/kcc/kccadr/accdnt/ars/service/AdjstReqStatusVO.java +++ b/src/main/java/kcc/kccadr/accdnt/ars/service/AdjstReqStatusVO.java @@ -48,6 +48,10 @@ public class AdjstReqStatusVO extends AdjstIncidentVO { private String pageExpIndex; private String expCode; + + private String pageType; + + public String getAdrSn() { return adrSn; @@ -263,5 +267,13 @@ public class AdjstReqStatusVO extends AdjstIncidentVO { this.expCode = expCode; } + public String getPageType() { + return pageType; + } + + public void setPageType(String pageType) { + this.pageType = pageType; + } + } diff --git a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java index 19881484..15a8a2b5 100644 --- a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java +++ b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpController.java @@ -32,6 +32,7 @@ import kcc.com.uss.ion.pwm.service.MainzoneVO; import kcc.com.uss.ion.pwm.service.PopupManageVO; import kcc.com.uss.ion.pwm.service.PopupzoneVO; import kcc.kccadr.accdnt.ai.service.AdjstIncidentVO; +import kcc.kccadr.accdnt.ars.service.AdjstReqStatusVO; import kcc.kccadr.accdnt.crtfc.service.CrtfcService; import kcc.kccadr.adjst.service.AdjstReqService; import kcc.kccadr.adjst.service.AdjstReqVO; @@ -111,6 +112,8 @@ public class AdjstExpController { System.out.println("adjstReqVO.getStep() :: " + adjstReqVO.getStep()); model.addAttribute("loginNextUrl", adjstReqVO.getLoginNextUrl()); model.addAttribute("step", adjstReqVO.getStep()); + model.addAttribute("searchStatus", adjstReqVO.getSearchStatus()); + return "/web/kccadr/adjstExp/SsoLoginUsr"; } @@ -457,4 +460,15 @@ public class AdjstExpController { adjstReqVO.setRpplRealAddr(rpplRealAddr); adjstReqVO.setRpplRealAddrDtl(rpplRealAddrDtl); } + + + /** + * 조정진행 상세 POPUP 화면 + */ + @RequestMapping("/web/kccadr/adjstExpDetail/popup/adjstIncidentDetailPop.do") + public String adjstIncidentDetailPop(@ModelAttribute("adjstReqStatusVO") AdjstReqStatusVO adjstReqStatusVO, + ModelMap model) throws Exception { + return "/web/kccadr/adjstExp/popup/adjstIncidentDetailPop"; + } + } diff --git a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java index 1175ec21..9e57976c 100644 --- a/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java +++ b/src/main/java/kcc/kccadr/adjstExp/web/AdjstExpDetailController.java @@ -84,6 +84,17 @@ public class AdjstExpDetailController { return "/web/kccadr/adjstExpDetail/adjstReqStatusDetail"; } + /** + * 조정진행 상세 화면 + */ + @RequestMapping("/web/kccadr/adjstExpDetail/adjstIncidentDetail.do") + public String adjstIncidentDetail(@ModelAttribute("adjstReqStatusVO") AdjstReqStatusVO adjstReqStatusVO, + ModelMap model) throws Exception { + return "/web/kccadr/adjstExpDetail/adjstIncidentDetail"; + } + + + /** * 조정진행 상세 Tab 조정상세 화면 */ diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/SsoLoginUsr.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/SsoLoginUsr.jsp index 6a84f761..33659bcf 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/SsoLoginUsr.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/SsoLoginUsr.jsp @@ -68,6 +68,7 @@ function usrIdPassFind(choose){ + 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 5d952cc3..16bb4998 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 @@ -43,7 +43,6 @@ function linkPage(pageNo){ var listForm = document.listForm ; listForm.pageIndex.value = pageNo ; -// listForm.action = ""; listForm.action = ""; listForm.submit(); } @@ -55,47 +54,36 @@ listForm.submit(); } - function fncGoingDetail(adrSeq, adrSn){ + function fncGoingDetail(type){ + /* + *type + * A :신청 + * B :진행 + * C :종결 + */ + var listForm = document.listForm ; - listForm.action = ""; - listForm.submit(); - } - - function fncCloseDetail(adrSeq, adrSn){ - var listForm = document.listForm ; - listForm.adrSeq.value = adrSeq; - listForm.adrSn.value = adrSn; - listForm.action = ""; + listForm.action = ""; +// listForm.pageType.value = type; listForm.submit(); } function fncGoCreate(){ var listForm = document.listForm ; - //listForm.action = ""; // 신청서작성 메뉴 URL로 수정 listForm.action = ""; listForm.submit(); } - function fncSecurityPop(adrSeq,edtTy,edtSn) { - commonPopLayeropen( - "/web/kccadr/accdnt/ai/popup/adjstIncidentReqViewPop.do" - , 550 - , 600 - , {adrSeq : adrSeq, edtTy : edtTy, edtSn : edtSn} - , "N" - , "securityPop" - ); - } - function fncRejectCnPop(adrSeq,rejectCn) { - commonPopLayeropen( - "/web/kccadr/accdnt/ai/popup/adjstIncidentRejectCnPop.do" - , 550 - , 300 - , {adrSeq : adrSeq, rejectCn : rejectCn} - , "N" - , "rejectCnPop" - ); - } + + $(document).ready(function(){ + + $($('.td_num').get().reverse()).each(function(index, item){ + console.log($(item).text(index+1)); + }); + + }); + + @@ -104,12 +92,14 @@ " /> " /> " /> + +
@@ -121,10 +111,10 @@
- - - - + + + +
@@ -160,80 +150,225 @@ - - - 2 - - - 접수일자 -

2021-11-21

- + + + + + + 접수일자 +

2021-11-21

+ 신청인 - 홍길동 + 홍길동 피신청인 - 김길동 외1명 + 김길동 외1명 신청내용 - 미술저작물 + 미술저작물 - - 조정부 -

합의1부

- - - 기일 -

-

- - - 조정차수 -

1차

- - - 조정상태 -

조정진행중

- - - - - 1 - - - 접수일자 -

2021-12-06

- + + 조정부 +

합의1부

+ + + 기일 +

-

+ + + 조정차수 +

1차

+ + + 조정상태 +

작성중

+ + + + + + 접수일자 +

2021-12-06

+ + + 신청인 + 박영희 + + + 피신청인 + 김철수 + + + 신청내용 + 어문저작물 + + + 조정부 +

조정1부

+ + + 기일 +

-

+ + + 조정차수 +

1차

+ + + 조정상태 +

제출완료

+ + +
+ + + + + + 접수일자 +

2021-11-21

+ 신청인 - 박영희 + 홍길동 피신청인 - 김철수 + 김길동 외1명 신청내용 - 어문저작물 + 미술저작물 - - 조정부 -

조정1부

- - - 기일 -

-

- - - 조정차수 -

1차

- - - 조정상태 + + 조정부 +

합의1부

+ + + 기일 +

-

+ + + 조정차수 +

1차

+ + + 조정상태 +

조정진행중

+ + + + + + 접수일자 +

2021-12-06

+ + + 신청인 + 박영희 + + + 피신청인 + 김철수 + + + 신청내용 + 어문저작물 + + + 조정부 +

조정1부

+ + + 기일 +

-

+ + + 조정차수 +

1차

+ + + 조정상태

조정진행중

- - + + +
+ + + + + + 접수일자 +

2021-11-21

+ + + 신청인 + 홍길동 + + + 피신청인 + 김길동 + + + 신청내용 + 미술저작물 + + + 조정부 +

합의1부

+ + + 기일 +

-

+ + + 조정차수 +

1차

+ + + 조정상태 +

조정종결

+ + + + + + 접수일자 +

2021-12-06

+ + + 신청인 + 박영희 + + + 피신청인 + 김철수 + + + 신청내용 + 어문저작물 + + + 조정부 +

조정1부

+ + + 기일 +

-

+ + + 조정차수 +

1차

+ + + 조정상태 +

조정종결

+ + +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/mainExpPage.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/mainExpPage.jsp index 01cf37bb..56dfb6cc 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/mainExpPage.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/mainExpPage.jsp @@ -96,9 +96,22 @@ function goExpPage(num) { var actionUrl = ""; - if(num==1){//접수페이지 + if(num==1) + {//접수페이지 goUrl = ""; - } else{ + } + else if(num==4) + {// 열랍 발급 + goUrl = ""; + frm.searchStatus.value = 'C'; + } + else if(num==5) + { + return false; + } + else + { +// return false; goUrl = "" } @@ -390,5 +403,6 @@ function goExpPage(num) {
+
\ No newline at end of file diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp new file mode 100644 index 00000000..61a5fccb --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp @@ -0,0 +1,172 @@ + +<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%> +<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%> +<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%> +<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %> + +<% pageContext.setAttribute("replaceChar", "\n"); %> +<% +/** + * @Class Name : srcAdmNoPop.jsp + * @Description : 조정접수 + * @Modification Information + * @ + * @ 수정일 수정자 수정내용 + * @ ------- -------- --------------------------- + * @ 2022.08.16 이준호 최초 생성 + * @author 이준호 + * @since 2022.08.16 + * @version 1.0 + * @see + * + */ +%> + + +관련인 정보 + + + + + + + + +
+ +
+ + diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstIncidentDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstIncidentDetail.jsp new file mode 100644 index 00000000..c60c5180 --- /dev/null +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstIncidentDetail.jsp @@ -0,0 +1,226 @@ +<%@ page contentType="text/html; charset=utf-8"%> +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> +<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%> +<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%> +<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%> +<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %> +<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> +<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %> +<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%> + +<% pageContext.setAttribute("replaceChar", "\n"); %> + + + + +조정사건 상세 + + + +<%-- --%> + + + + + +" /> +" /> +" /> + + +
+ +
+ + + + + +
+
+ +
+
+
+

[체험] 조정사건 상세

+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
조정사건 상세 정보 : 신청인 분류, 저작물 유형, 신청인 이름, 대리인 이름, 피신청인 이름등의 정보제공
+

신청인 분류

+
+

개인

+
+

저작물 유형

+
+

저작인접물

+
+

신청인

+
+

홀길동

+
+

대리인

+
+

+
+

피신청인 1

+
+

김길동

+
+
+ +
+
+
+ +
+
+ + +
+
+

조정신청 내용

+
+ + + + + + + + + + + + + + + + + + + + + + + + +
조정신청 내용 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보제공
+

저작물 종류

+
+

+ 미술저작물 +

+
+

신청취지

+
+

[체험] 신청취지 내용 입니다.

+
+

신청원인

+
+

[체험] 신청원인 내용 입니다.

+
+

첨부파일

+
+ +
+
+ +
+
+
+ +
+
+ +
+
+ +