2022-12-01 15:21 워크플로우 관리자 화면 수정
This commit is contained in:
parent
10aee19e7f
commit
c95f6de7da
@ -1837,7 +1837,7 @@ $(document).ready(function(){
|
||||
</div>
|
||||
<!-- //btn_wrap -->
|
||||
|
||||
<jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowJsp.jsp"></jsp:include>
|
||||
<jsp:include page="/WEB-INF/jsp/web/kccadr/kccadrCom/workFlowAdmJsp.jsp"></jsp:include>
|
||||
|
||||
<!--
|
||||
<div class="work_flow_wrap off">
|
||||
|
||||
@ -0,0 +1,53 @@
|
||||
<%@ page contentType="text/html;charset=UTF-8"%>
|
||||
|
||||
|
||||
|
||||
<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"> ==>과거 빨간색
|
||||
<li class="status02"> ==>현재 파란색
|
||||
<li> ==>진행전 검은색
|
||||
-->
|
||||
<li id="101010"><p>조정신청 제출</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
|
||||
<li id="101011" class="status01"><p>신청서 보완</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
|
||||
<li id="104050"><p>조정비용납부</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
|
||||
<li id="101050"><p>사건접수</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음"></li>
|
||||
<li id="202050"><p>조정부배정</p><img src="/kccadrPb/usr/image/workflow/nexticon2.png" alt="다음" style="top: 51px; right: 105px;"></li>
|
||||
</ul>
|
||||
<ul class="work_2">
|
||||
<li id="205050"><p>기일확정</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
|
||||
<li>
|
||||
<p id="A260">기일통지</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 id="302010">1차 기일 개최<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 id="3040"><p>조정성립</p></li>
|
||||
<li id="3060"><p>직권조정<img src="/kccadrPb/usr/image/workflow/nexticon5.png" alt="다음" class="nexticon_5"></p>
|
||||
<ul class="work_5">
|
||||
<li id="3061"><p>이의신청</p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li id="3030"><p>조정권고</p></li>
|
||||
<li><p>쌍방수락여부 확인</p></li>
|
||||
<li id="3070"><p>불성립종결</p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
<p id="302012">2차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3">
|
||||
</li>
|
||||
<li><p id="302013">3차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
|
||||
<li><p id="302014">4차 기일 개최</p></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li style="position: absolute; top: 146px" id="204050"><p>기일변경</p></li>
|
||||
<li><p id="C150">변론서 및 답변서</p></li>
|
||||
<li style="width: 450px;"><p id="C290">취하신청</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음" style="position:absolute; left: 203px;"><p style="margin-left: 7px;" id="3050">취하종결</p></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user