2022-11-17 11:24 apmtab0

This commit is contained in:
myname 2022-11-17 11:26:56 +09:00
parent 95c66973ce
commit 269c442517

View File

@ -495,6 +495,7 @@ $(document).ready(function(){
or list.menuId eq 'A260'
or list.menuId eq 'A320'
or list.menuId eq 'C150'
or list.menuId eq 'C290'
}">
<script>
//<!-- 조정진행워크플로우 체크 -->
@ -564,7 +565,16 @@ $(document).ready(function(){
//<!-- 조정진행워크플로우 현재 상태 체크 -->
//$("#302050").addClass("status02");
</script>
</c:if>
</c:if>
<!-- 취하신청 체크-->
<c:if test="${info.statCd eq 'C290' or info.statCd eq 'A320'}">
<script>
<!-- 조정진행워크플로우 현재 상태 체크 -->
$("#C290").addClass("status02");
</script>
</c:if>
<!-- 워크플로우용 스크립트 끝 -->
</head>
@ -604,17 +614,22 @@ $(document).ready(function(){
개발용 코드 노출 삭제 예정임/${info.statCd}/
<div class="btn_left_box">
<c:choose>
<!-- 1.조정접수 -->
<c:when test="${info.adrNo == null || info.adrNo == ''}">
<button type="button" class="btnType02" onclick="fncReg()">조정접수</button>
</c:when>
<c:otherwise>
<!-- 2.접수결재요청 -->
<!-- 접수결재 요청은 조정접수(10105) 또는 접수결재반려(201090) 후 노출 -->
<c:if test="${info.statCd== KccadrConstants.ADR_RCPT_COMP || info.statCd== KccadrConstants.ADR_RCPT_APPR_RETN}">
<!-- <button type="button" class="btnType02" onclick="fncApp()">접수결재요청</button> -->
<c:if test="${info.statCd== KccadrConstants.ADR_RCPT_COMP || info.statCd== KccadrConstants.ADR_RCPT_APPR_RETN}">
<button type="button" class="btnType02" onclick="fnc_aprvl_pop('201010');">접수결재요청</button>
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_pop('201010');">접수결재요청(고도화)</button> -->
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_step_1('201010');">접수결재요청(개발용)</button> -->
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_step_1('201010');">접수결재요청(old)</button> -->
</c:if>
<!-- 3-1.조정부지정 -->
<!-- 3-2.조정부상세 -->
<!-- 4.배당결재요청 -->
<!-- 조정부 지정은 조정접수결재완료후 노출 접수완료 또는 조정부 반려인경우만.-->
<c:if test="${info.statCd== KccadrConstants.ADR_RCPT_APPR_COMP || info.statCd== KccadrConstants.ADR_DEPT_SLCT_RETN}">
<c:choose>
@ -626,7 +641,6 @@ $(document).ready(function(){
<button type="button" class="btnType02" onclick="fncGo('dtb/dtbDetail.do')">조정부상세</button>
<button type="button" class="btnType02" onclick="fnc_aprvl_pop('202010');">배당결재요청</button>
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_step_1('202010');">배당결재요청</button> -->
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_pop('202010');">배당결재요청(새로운결재선)</button> -->
</c:otherwise>
</c:choose>
</c:if>
@ -640,7 +654,9 @@ $(document).ready(function(){
/${drtInfo.appResultTy}/
-->
<!-- 5-1.기일지정등록 -->
<!-- 5-2.기일지정상세 -->
<!-- 기일지정 (2050..)-->
<!-- 배당결재완료(202050) 또는 기일통지서 반려(205090)인 경우는 기일지정 버튼 표시
<!--기일지정 등록
@ -679,6 +695,8 @@ $(document).ready(function(){
</c:if>
<!-- 6-1.기일변경등록 -->
<!-- 6-2.기일변경상세 -->
<!-- 기일변경 (2040..)-->
<!-- 통지서확인완료(기일지정완료)(205050)인 경우는 기일변경 등록 버튼-->
<!-- 기일조서등록 버튼 표시-->
@ -700,6 +718,7 @@ $(document).ready(function(){
<!-- <button type="button" class="btnType02" onclick="fncGo('dnt/dntAddReg.do')">기일추가</button> -->
</c:if>
<!-- 7.취하신청 사유 -->
<%-- 취하신청이 있을경우 취하신청 사유 팝업_이준호_220322 --%>
<c:if test="${resultEntInfo.apprYn == KccadrConstants.ADR_CNCL_DROP_REQ}">
<button type="button" class="btnType02" onclick="fncEntInfoPop()">취하신청 사유</button>
@ -724,6 +743,8 @@ $(document).ready(function(){
</c:choose>
</c:if>
<!-- 8-1.기일조서 -->
<!-- 8-2.기일조서 상세 -->
<!-- 기일조서 -->
<!--
기일조서
@ -733,9 +754,9 @@ $(document).ready(function(){
<br/>${KccadrConstants.ADR_CNCLTBS_RETN}
<br/>${KccadrConstants.ADR_APP_CHG_APPR}
<br/>/${apmChgDateList}/1
<br/>/${drtInfo}/2 - 기일조서값
-->
<br/>/${apmChgDateList}/1 - 변경기일
<br/>/${drtInfo}/2 - 기일조서값
-->
<!-- 기일변경승인(204050) 또는 기일승인(204050) 인 경우는 기일변경 내용보기 버튼, 취하종결(305010~305090)은 상시 프로세스이므로 제외-->
<!-- public static final String ADR_APP_NTC_APPR = "205050"; // 기일통지서승인(211104 추가)
30 종결 문서 작성 코드
@ -747,12 +768,15 @@ $(document).ready(function(){
(info.statCd== KccadrConstants.ADR_APP_NTC_APPR
|| info.statCd== KccadrConstants.ADR_APP_CHG_APPR
|| fn:indexOf(info.statCd,'30') > -1
|| fn:indexOf(info.statCd,'400000') > -1
)
&&
(info.statCd < KccadrConstants.ADR_CNCLTBS_APPR_REQ || info.statCd > KccadrConstants.ADR_CNCLTBS_RETN)
(info.statCd < KccadrConstants.ADR_CNCLTBS_APPR_REQ
|| info.statCd > KccadrConstants.ADR_CNCLTBS_RETN)
&&
(not empty apmChgDateList || not empty drtInfo)
(not empty apmChgDateList || not empty drtInfo)
&&
(info.statCd != KccadrConstants.ADR_APP_CHG_APPR)
}">
<!--
기일변경승인은 왜 빠지지?
@ -782,15 +806,85 @@ $(document).ready(function(){
</c:choose>
</c:if>
<!-- 기일조서 -->
<!-- 기일변경승인(204050) 또는 기일승인(204050) 인 경우는 기일변경 내용보기 버튼, 취하종결(305010~305090)은 상시 프로세스이므로 제외-->
<!-- public static final String ADR_APP_NTC_APPR = "205050"; // 기일통지서승인(211104 추가)
30 종결 문서 작성 코드
public static final String ADR_CNCLTBS_APPR_REQ = "305010"; // 취하종결통보서 결재요청
public static final String ADR_CNCLTBS_RETN = "305090"; // 취하종결통보서 반려
public static final String ADR_APP_CHG_APPR = "204050"; // 기일변경승인
-->
<c:if test="${
(info.statCd== KccadrConstants.ADR_APP_NTC_APPR
|| info.statCd== KccadrConstants.ADR_APP_CHG_APPR
)
&&
(info.statCd < KccadrConstants.ADR_CNCLTBS_APPR_REQ
|| info.statCd > KccadrConstants.ADR_CNCLTBS_RETN)
&&
(not empty apmChgDateList || not empty drtInfo)
&&
(info.statCd != KccadrConstants.ADR_APP_CHG_APPR)
}">
<!--
기일변경승인은 왜 빠지지?
&&
(info.statCd != KccadrConstants.ADR_APP_CHG_APPR)
-->
<%-- <c:if test="${(info.statCd== KccadrConstants.ADR_APP_NTC_APPR
|| info.statCd== KccadrConstants.ADR_APP_CHG_APPR
|| fn:indexOf(info.statCd,'30') > -1)
&&
(info.statCd < KccadrConstants.ADR_CNCLTBS_APPR_REQ
|| info.statCd > KccadrConstants.ADR_CNCLTBS_RETN)
&&
(not empty apmChgDateList
|| not empty drtInfo)
}"> --%>
<!-- (기존 기일조서값이 없으면 등록, 있으면 기일조서수정) -->
<c:choose>
<c:when test="${empty info.prtclSeq }"><!-- 기일조서 -->
<button type="button" class="btnType02" onclick="fncGo('drt/drtReg.do')">기일조서</button>
<!-- <button type="button" class="btnType02" onclick="fncGo('dnt/dntAddReg.do')"> 기일추가</button> -->
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="fncGo('drt/drtDetail.do')">기일조서 상세</button>
<!-- <button type="button" class="btnType02" onclick="fncGo('dnt/dntAddReg.do')">기일추가</button> -->
</c:otherwise>
</c:choose>
</c:if>
<!-- 기일조서상세 -->
<!--
public static final String ADR_APP_CHG_APPR = "204050"; // 기일변경승인
-->
<c:if test="${
(fn:indexOf(info.statCd,'30') > -1
|| fn:indexOf(info.statCd,'400000') > -1
)
&&
(not empty drtInfo)
&&
(not empty info.prtclSeq)
}">
<!-- (기존 기일조서값이 없으면 등록, 있으면 기일조서수정) -->
<button type="button" class="btnType02" onclick="fncGo('drt/drtDetail.do')">기일조서 상세</button>
</c:if>
<!--
/${drtInfo.appResultTy}/
${info.closeDocTy}
-->
<!-- 9.조정조서 -->
<c:if test="${not empty drtInfo and (info.statCd*1 gt 303000 or info.statCd eq '302050')}">
<c:choose>
<c:when test="${drtInfo.appResultTy eq '10'}"><!-- 성립 -->
<button type="button" class="btnType02" onclick="fncGo('drtCtr/drtCtrReg.do');">조정조서</button>
</c:when>
<!-- 10-1.불성립종결 상세-->
<!-- 10-2.불성립종결 -->
<c:when test="${drtInfo.appResultTy eq '20'}"><!-- 불성립 -->
<c:choose>
<c:when test="${info.closeDocTy eq '70'}"><!-- 불성립 -->
@ -802,6 +896,9 @@ $(document).ready(function(){
</c:choose>
</c:when>
<!-- 11-1.직권조정 상세-->
<!-- 11-2.직권조정 -->
<!-- 12.확정증명원 -->
<c:when test="${drtInfo.appResultTy eq '30'}"><!-- 직권조정 -->
<c:choose>
<c:when test="${info.closeDocTy eq '60' || info.closeDocTy eq '70' || info.closeDocTy eq '80'}"><!-- 직권조정 -->
@ -814,12 +911,16 @@ $(document).ready(function(){
<button type="button" class="btnType02" onclick="fncGo('oad/oadReg.do')">직권조정</button>
</c:otherwise>
</c:choose>
<c:if test="${info.closeDocTy eq '80'}"><!-- 확정증명원 등록완료 -->
<button type="button" class="btnType02" onclick="fncGo('cfrm/cfrmDetail.do');">확정증명원</button>
</c:if>
</c:when>
<!-- 13-1.취하종결 상세-->
<!-- 13-2.취하종결 -->
<c:when test="${drtInfo.appResultTy eq '40'}"><!-- 조정취하 -->
<c:choose>
<c:when test="${info.closeDocTy eq '50'}"><!-- 취하 -->
@ -831,11 +932,16 @@ $(document).ready(function(){
</c:choose>
</c:when>
<!-- 14.다음기일-->
<c:when test="${drtInfo.appResultTy eq '50'}"><!-- 다음기일 -->
<!-- <button type="button" class="btnType02" onclick="fncGo('arm/armReg.do')">다음기일</button> -->
<button type="button" class="btnType02" onclick="fncGo('dnt/dntAddReg.do')"> 다음기일</button>
</c:when>
<!-- 15-1.조정권고안 상세-->
<!-- 15-2.조정권고안 -->
<!-- 16.조정조서 상세 -->
<c:when test="${drtInfo.appResultTy eq '60'}"><!-- 조정권고안 -->
<c:choose>
<c:when test="${info.closeDocTy eq '30' or info.closeDocTy eq '40'}"><!-- 직권조정, 조정조서 작성 되었을 경우 -->
@ -859,7 +965,8 @@ $(document).ready(function(){
</c:choose>
</c:if>
<!-- 17.종결결재 -->
<!-- 종결결재
ADR_JJOSU_APPR_COMP = "304050"; // 조정조서 결재완료
ADR_CNCLTBS_APPR_COMP = "305050"; // 취하종결통보서 결재완료
@ -876,7 +983,9 @@ $(document).ready(function(){
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_pop('309010');">종결결재(새로운결재선)</button> -->
<button type="button" class="btnType02" onclick="fnc_aprvl_pop('309010');">종결결재</button>
</c:if>
<!-- 18-1.불성립종결 상세-->
<!-- 18-2.불성립종결 -->
<!-- 직권조정결정서 확인 완료 후 -->
<!--
public static final String ADR_JKKJS_APPR_REQ = "306010"; // 직권조정결정서 확인요청
@ -896,7 +1005,9 @@ $(document).ready(function(){
</c:otherwise>
</c:choose>
</c:if>
<!-- 19.종결결재-->
<!-- 20.확정증명원 등록 -->
<!-- 확정증명원 버튼처리-->
<c:choose>
<c:when test="${not empty resultCloseDoc}">
@ -915,7 +1026,9 @@ $(document).ready(function(){
</c:if>
<!-- 21-1.불성립종결 상세-->
<!-- 21-2.불성립종결 -->
<!-- 22.조정조서 -->
<!-- 조정권고안 확인 완료 후 -->
<!--
public static final String ADR_KKA_APPR_REQ = "303010"; // 조정권고안 결재요청
@ -938,7 +1051,9 @@ $(document).ready(function(){
</c:if>
<!-- 23-1.취하종결 상세-->
<!-- 23-2.취하종결 -->
<%-- <c:if test="${info.statCd != KccadrConstants.ADR_KJOSU_APPR_COMP
&& info.statCd != KccadrConstants.ADR_CNCLTBS_APPR_REQ}"> --%>
<c:if test="${info.statCd != KccadrConstants.ADR_CNCLTBS_APPR_REQ}">
@ -954,6 +1069,7 @@ $(document).ready(function(){
</c:if>
<!-- 24.경정신청 -->
<!-- 사용자경정신청 시 노출 버튼 (사용자가 경정신청했을경우 버튼 노출되게 수정 필요) -->
<%-- <c:if test="${rpplChgList ne null}">
<button type="button" class="btnType02" onclick="fncGoCorrectDetail()">경정신청</button>
@ -969,157 +1085,7 @@ $(document).ready(function(){
</c:if>
</c:if>
<!-- <br/>
<br/>
아래는 정리대상임
<br/>
<br/> -->
<!-- 기일조서확인완료인경우(302050) 기일지정 버튼 & 기일변경 버튼 & 기일조서등록 버튼 표시-->
<%-- <c:if test="${info.statCd== KccadrConstants.ADR_KJOSU_APPR_COMP}">
<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일지정</button>
<!-- N<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일변경</button> (기존 내용 상세보기) -->
<button type="button" class="btnType02" onclick="fncGo('drt/drtReg.do')">기일조서</button>
<button type="button" class="btnType02" onclick="fncGo('drtCtr/drtCtrReg.do');">조정조서</button>
<button type="button" class="btnType02" onclick="fncGo('ent/entReg.do')">취하종결</button>
<button type="button" class="btnType02" onclick="fncGo('crt/crtReg.do')">불성립종결</button>
<button type="button" class="btnType02" onclick="fncGo('arm/armReg.do')">조정권고안</button>
<button type="button" class="btnType02" onclick="fncGo('oad/oadReg.do')">직권조정</button>
</c:if> --%>
<!-- 조정조서 작성인 경우(304010), (304050), (304090) 조종조서종결요청 추가 필요-->
<%-- <c:if test="${
info.statCd== KccadrConstants.ADR_JJOSU_APPR_REQ
|| info.statCd== KccadrConstants.ADR_JJOSU_APPR_COMP
|| info.statCd== KccadrConstants.ADR_JJOSU_RETN
}">
<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일지정</button>
<!-- N<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일변경</button> (기존 내용 상세보기) -->
<c:choose>
<c:when test="${empty info.prtclSeq }">
<button type="button" class="btnType02" onclick="fncGo('drt/drtReg.do')">기일조서</button> (기존 기일조서값이 없으면 등록, 있으면 기일조서수정)
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="fncGo('drt/drtDetail.do')">기일조서</button> (기존 기일조서값이 없으면 등록, 있으면 기일조서수정)
</c:otherwise>
</c:choose>
<c:if test="${
info.statCd== KccadrConstants.ADR_JJOSU_APPR_REQ
|| info.statCd== KccadrConstants.ADR_JJOSU_RETN
}">
<button type="button" class="btnType02" onclick="fncGo('drtCtr/drtCtrReg.do');">조정조서</button>
</c:if>
<c:if test="${
info.statCd== KccadrConstants.ADR_JJOSU_APPR_COMP
}">
<button type="button" class="btnType02" onclick="fnc_aprvl_step_1('309010');">종결결재</button>
</c:if>
</c:if> --%>
<!-- 취하종결 작성인 경우(305010), (305050), (305090) 조종조서종결요청 추가 필요-->
<%-- <c:if test="${
info.statCd== KccadrConstants.ADR_CNCLTBS_APPR_REQ
|| info.statCd== KccadrConstants.ADR_CNCLTBS_APPR_COMP
|| info.statCd== KccadrConstants.ADR_CNCLTBS_RETN
}">
<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일지정</button>
<!-- N<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일변경</button> (기존 내용 상세보기) -->
<c:choose>
<c:when test="${empty info.prtclSeq }">
<button type="button" class="btnType02" onclick="fncGo('drt/drtReg.do')">기일조서</button> (기존 기일조서값이 없으면 등록, 있으면 기일조서수정)
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="fncGo('drt/drtDetail.do')">기일조서</button> (기존 기일조서값이 없으면 등록, 있으면 기일조서수정)
</c:otherwise>
</c:choose>
<c:if test="${
info.statCd== KccadrConstants.ADR_CNCLTBS_APPR_REQ
|| info.statCd== KccadrConstants.ADR_CNCLTBS_RETN
}">
<button type="button" class="btnType02" onclick="fncGo('ent/entReg.do')">취하종결</button>
</c:if>
<c:if test="${
info.statCd== KccadrConstants.ADR_CNCLTBS_APPR_COMP
}">
<button type="button" class="btnType02" onclick="fnc_aprvl_step_1('309010');">종결결재</button>
</c:if>
</c:if> --%>
<!-- 취하신청이 있는경우 취하신청 사유 팝업 버튼 출력 -->
<%-- <c:if test="${resultEntInfo.apprYn == KccadrConstants.ADR_CNCL_DROP_REQ}">
<button type="button" class="btnType02" onclick="fncEntInfoPop()">취하신청 사유</button>
</c:if> --%>
<!-- 취하신청에 대해서 승인/반려를 했을 때만 취하종결 버튼이 보이도록 처리 -->
<!-- 기일조서확인완료, 취하종결통보서 결재요청, 취하종결통보서 반려 상태가 아닐때 취하신청 승인 및 반려 되었을경우만 보여주도록 함 -->
<%-- <c:if test="${info.statCd != KccadrConstants.ADR_KJOSU_APPR_COMP
&& info.statCd != KccadrConstants.ADR_CNCLTBS_APPR_REQ
&& info.statCd != KccadrConstants.ADR_CNCLTBS_RETN}"> --%>
<!-- 불성립종결 작성인 경우(307010), (307050), (307090) 불성립종결요청 추가 필요-->
<%-- <c:if test="${
info.statCd== KccadrConstants.ADR_BSRTBS_APPR_REQ
|| info.statCd== KccadrConstants.ADR_BSRTBS_APPR_COMP
|| info.statCd== KccadrConstants.ADR_BSRTBS_RETN
}">
<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일지정</button>
<!-- N<button type="button" class="btnType02" onclick="fncGo('dnt/dntDetail.do')">기일변경</button> (기존 내용 상세보기) -->
<c:choose>
<c:when test="${empty info.prtclSeq }">
<button type="button" class="btnType02" onclick="fncGo('drt/drtReg.do')">기일조서</button> (기존 기일조서값이 없으면 등록, 있으면 기일조서수정)
</c:when>
<c:otherwise>
<button type="button" class="btnType02" onclick="fncGo('drt/drtDetail.do')">기일조서</button> (기존 기일조서값이 없으면 등록, 있으면 기일조서수정)
</c:otherwise>
</c:choose>
<c:if test="${
info.statCd== KccadrConstants.ADR_BSRTBS_APPR_REQ
|| info.statCd== KccadrConstants.ADR_BSRTBS_RETN
}">
<button type="button" class="btnType02" onclick="fncGo('crt/crtReg.do')">불성립종결</button>
</c:if>
<c:if test="${
info.statCd== KccadrConstants.ADR_BSRTBS_APPR_COMP
}">
<button type="button" class="btnType02" onclick="fnc_aprvl_step_1('309010');">종결결재</button>
</c:if>
</c:if> --%>
<!-- 조정권고안, 직권조정결정서 추가 필요함-->
<%-- 조정 참관 대리인승인 상세 --%>
<%-- <c:if test="${not empty info.agntSeq && info.agntApprYn == '502010'}">
<button type="button" class="btnType02" onclick="fncGoAgntReqDetail()">조정대리인승인</button>
</c:if> --%>
<!-- 사용자경정신청 시 노출 버튼 (사용자가 경정신청했을경우 버튼 노출되게 수정 필요) -->
<%-- <c:if test="${rpplChgList ne null}">
<button type="button" class="btnType02" onclick="fncGoCorrectDetail()">경정신청</button>
</c:if> --%>
<!--
<c:if test="${
info.statCd gt KccadrConstants.ADR_RCPT_COMP
|| info.statCd le KccadrConstants.ADR_CLOSE_RETN
}">
<c:if test="${info.rpplChgSbmtYn == 'Y'}">
<button type="button" class="btnType02" onclick="fncGoCorrectDetail()">경정신청</button>
</c:if>
</c:if>
-->
<!--
public static final String ADR_JKKJS_APPR_REQ = "306010"; // 직권조정결정서 확인요청
public static final String ADR_JKKJS_APPR_COMP = "306050"; // 직권조정결정서 확인완료
@ -1147,6 +1113,7 @@ $(document).ready(function(){
</c:otherwise>
</c:choose>
<!-- 23.배당전취하종결-->
<%-- 배당전취하종결 버튼 노출
입금완료(ADR_PAY_COMP, 104050)보다 같거나 크고
배당결재요청(ADR_RCPT_DTB_REQ, 202010) 보다 같거나 작은경우
@ -1158,6 +1125,8 @@ $(document).ready(function(){
|| info.statCd eq KccadrConstants.ADR_RCPT_COMP}">
<button type="button" class="btnType02" onclick="fncEntCloseAdrAdminReg();">배당전취하종결</button>
</c:if>
<!-- 24.이의신청-->
<c:if test="${ojctCnt > 0}">
<button type="button" class="btnType02" onclick="fnOjctPop()">이의신청</button>
</c:if>
@ -1175,54 +1144,6 @@ $(document).ready(function(){
<!-- //btn_wrap -->
<jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowJsp.jsp"></jsp:include>
<!--
<div class="work_flow_wrap off">
<div class="work_tit">
<p>조정진행 워크플로우</p>
<button type="button" title="열림" class="btn_open"><i></i></button>
</div>
<div class="work_cont">
<ul class="top_work">
<li class="status01"><p>조정신청 제출</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
<li class="status02"><p>신청서 보완</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
<li><p>조정비용납부</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
<li><p>사건접수</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
<li><p>조정부배정</p><img src="/kccadrPb/usr/image/workflow/nexticon2.png" alt="다음" style="top: 51px; right: 105px;"></li>
</ul>
<ul class="work_2">
<li><p>기일확정</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
<li>
<p>기일통지</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음" style="position: absolute;z-index: 1;top: 8px;left: 203px;">
<ul class="work_3">
<li><p>1차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
<li>
<p>2차 기일 개최<img src="/kccadrPb/usr/image/workflow/nexticon4.png" alt="다음" class="nexticon_4"></p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3">
<ul class="work_4">
<li><p>조정성립</p></li>
<li><p>직권조정<img src="/kccadrPb/usr/image/workflow/nexticon5.png" alt="다음" class="nexticon_5"></p>
<ul class="work_5">
<li><p>이의신청</p></li>
</ul>
</li>
<li><p>조정권고</p></li>
<li><p>쌍방수락여부 확인</p></li>
<li><p>불성립종결</p></li>
</ul>
</li>
<li><p>3차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
<li><p>4차 기일 개최</p></li>
</ul>
</li>
<li style="position: absolute; top: 146px"><p>기일변경</p></li>
<li><p>변론서 및 답변서</p></li>
<li style="width: 450px;"><p>취하신청</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음" style="position:absolute; left: 203px;"><p style="margin-left: 7px;">취하종결</p></li>
</ul>
</div>
</div>
-->
<!-- list_상세 -->
<p class="tb_tit">