2022-09-30 11:03 워크플로우 수정
This commit is contained in:
parent
8e688e50ed
commit
b8fb67effa
@ -141,6 +141,8 @@ public class AdrHstryMgrServiceImpl implements AdrHstryMgrService {
|
|||||||
if (adrHstryMgrVOTmp1.getMenuId().equals("201050") //접수결재완료 취소
|
if (adrHstryMgrVOTmp1.getMenuId().equals("201050") //접수결재완료 취소
|
||||||
|| adrHstryMgrVOTmp1.getMenuId().equals("202050") //조정부지정완료 취소
|
|| adrHstryMgrVOTmp1.getMenuId().equals("202050") //조정부지정완료 취소
|
||||||
|| adrHstryMgrVOTmp1.getMenuId().equals("205050") //기일통지서완료 취소
|
|| adrHstryMgrVOTmp1.getMenuId().equals("205050") //기일통지서완료 취소
|
||||||
|
|| adrHstryMgrVOTmp1.getMenuId().equals("302050") //기일조서완료취소
|
||||||
|
|| adrHstryMgrVOTmp1.getMenuId().equals("305050") //취하종결취소
|
||||||
) { //결재완료인 경우는 앞단과 연관된 액션이 많아서, 결재완료 이후 값만 삭제처리하도록 대상을 가져온다.
|
) { //결재완료인 경우는 앞단과 연관된 액션이 많아서, 결재완료 이후 값만 삭제처리하도록 대상을 가져온다.
|
||||||
tlist = adrHstryMgrDAO.selectCancelListGt(adrHstryMgrVO);
|
tlist = adrHstryMgrDAO.selectCancelListGt(adrHstryMgrVO);
|
||||||
|
|
||||||
|
|||||||
@ -310,10 +310,12 @@ $(document).ready(function(){
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- 워크플로우용 스크립트 시작 -->
|
<!-- 워크플로우용 스크립트 시작 -->
|
||||||
|
<!-- A320 취하신청 -->
|
||||||
<c:forEach var="list" items="${list_mgr}" varStatus="status">
|
<c:forEach var="list" items="${list_mgr}" varStatus="status">
|
||||||
<c:if test="${fn:length(list.menuId) eq '6'
|
<c:if test="${fn:length(list.menuId) eq '6'
|
||||||
or list.menuId eq 'A260'
|
or list.menuId eq 'A260'
|
||||||
or list.menuId eq 'C150'
|
or list.menuId eq 'A320'
|
||||||
|
or list.menuId eq 'C150'
|
||||||
}">
|
}">
|
||||||
<script>
|
<script>
|
||||||
//<!-- 조정진행워크플로우 체크 -->
|
//<!-- 조정진행워크플로우 체크 -->
|
||||||
@ -321,7 +323,7 @@ $(document).ready(function(){
|
|||||||
</script>
|
</script>
|
||||||
<c:set var="lastMenuId">${list.menuId}</c:set>
|
<c:set var="lastMenuId">${list.menuId}</c:set>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
|
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -329,7 +331,6 @@ $(document).ready(function(){
|
|||||||
$("#${lastMenuId}").addClass("status02");
|
$("#${lastMenuId}").addClass("status02");
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 신청서 보완 체크시-->
|
<!-- 신청서 보완 체크시-->
|
||||||
@ -339,6 +340,52 @@ $(document).ready(function(){
|
|||||||
$("#101011").addClass("status02");
|
$("#101011").addClass("status02");
|
||||||
</script>
|
</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 사건접수진행시 체크-->
|
||||||
|
<c:if test="${info.statCd eq '201010'
|
||||||
|
or info.statCd eq '201050'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#101050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 조정부배당진행시 체크-->
|
||||||
|
<c:if test="${info.statCd eq '202010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#202050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 기일진행시 체크-->
|
||||||
|
<c:if test="${info.statCd eq '205010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#205050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 취하종결 체크-->
|
||||||
|
<c:if test="${info.statCd eq '305010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#305050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 조정권고안 체크-->
|
||||||
|
<c:if test="${info.statCd eq '302010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
//$("#302050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
<!-- 워크플로우용 스크립트 끝 -->
|
<!-- 워크플로우용 스크립트 끝 -->
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
@ -99,9 +99,11 @@
|
|||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
<!-- 워크플로우용 스크립트 시작 -->
|
<!-- 워크플로우용 스크립트 시작 -->
|
||||||
|
<!-- A320 취하신청 -->
|
||||||
<c:forEach var="list" items="${list_mgr}" varStatus="status">
|
<c:forEach var="list" items="${list_mgr}" varStatus="status">
|
||||||
<c:if test="${fn:length(list.menuId) eq '6'
|
<c:if test="${fn:length(list.menuId) eq '6'
|
||||||
or list.menuId eq 'A260'
|
or list.menuId eq 'A260'
|
||||||
|
or list.menuId eq 'A320'
|
||||||
or list.menuId eq 'C150'
|
or list.menuId eq 'C150'
|
||||||
}">
|
}">
|
||||||
<script>
|
<script>
|
||||||
@ -118,7 +120,6 @@
|
|||||||
$("#${lastMenuId}").addClass("status02");
|
$("#${lastMenuId}").addClass("status02");
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<!-- 신청서 보완 체크시-->
|
<!-- 신청서 보완 체크시-->
|
||||||
@ -128,6 +129,52 @@
|
|||||||
$("#101011").addClass("status02");
|
$("#101011").addClass("status02");
|
||||||
</script>
|
</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 사건접수진행시 체크-->
|
||||||
|
<c:if test="${info.statCd eq '201010'
|
||||||
|
or info.statCd eq '201050'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#101050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 조정부배당진행시 체크-->
|
||||||
|
<c:if test="${info.statCd eq '202010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#202050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 기일진행시 체크-->
|
||||||
|
<c:if test="${info.statCd eq '205010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#205050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 취하종결 체크-->
|
||||||
|
<c:if test="${info.statCd eq '305010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
$("#305050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
|
|
||||||
|
|
||||||
|
<!-- 조정권고안 체크-->
|
||||||
|
<c:if test="${info.statCd eq '302010'}">
|
||||||
|
<script>
|
||||||
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
|
//$("#302050").addClass("status02");
|
||||||
|
</script>
|
||||||
|
</c:if>
|
||||||
<!-- 워크플로우용 스크립트 끝 -->
|
<!-- 워크플로우용 스크립트 끝 -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
<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;">
|
<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">
|
<ul class="work_3">
|
||||||
<li><p>1차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
|
<li id="302010"><p>1차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
|
||||||
<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">
|
<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">
|
<ul class="work_4">
|
||||||
@ -34,18 +34,20 @@
|
|||||||
<li><p>이의신청</p></li>
|
<li><p>이의신청</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><p>조정권고</p></li>
|
<li id="302050"><p>조정권고</p></li>
|
||||||
<li><p>쌍방수락여부 확인</p></li>
|
<li><p>쌍방수락여부 확인</p></li>
|
||||||
<li><p>불성립종결</p></li>
|
<li><p>불성립종결</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li><p>3차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
|
<li><p>3차 기일 개최</p><img src="/kccadrPb/usr/image/workflow/nexticon3.png" alt="다음" class="nexticon_3"></li>
|
||||||
<li><p>4차 기일 개최</p></li>
|
<li><p>4차 기일 개최</p></li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
<li style="position: absolute; top: 146px" id="204050"><p>기일변경</p></li>
|
<li style="position: absolute; top: 146px" id="204050"><p>기일변경</p></li>
|
||||||
<li><p id="C150">변론서 및 답변서</p></li>
|
<li><p id="C150">변론서 및 답변서</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>
|
<li style="width: 450px;"><p id="A320">취하신청</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음" style="position:absolute; left: 203px;">
|
||||||
|
<p style="margin-left: 7px;" id="305050">취하종결</p></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user