2022-11-25 12:19 워크플로우에 취하신청 체크 추가
This commit is contained in:
parent
803246c0e3
commit
27b58893f3
@ -575,10 +575,10 @@ $(document).ready(function(){
|
|||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
<!-- 취하종결 체크-->
|
<!-- 취하종결 체크-->
|
||||||
<c:if test="${info.statCd eq '305010'}">
|
<c:if test="${fn:indexOf(info.statCd,'3050')>-1}">
|
||||||
<script>
|
<script>
|
||||||
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
//<!-- 조정진행워크플로우 현재 상태 체크 -->
|
||||||
$("#305050").addClass("status02");
|
$("#3050").addClass("status01");
|
||||||
</script>
|
</script>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|
||||||
|
|||||||
@ -47,7 +47,7 @@
|
|||||||
</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 id="C290">취하신청</p><img src="/kccadrPb/usr/image/workflow/nexticon1.png" alt="다음" style="position:absolute; left: 203px;"><p style="margin-left: 7px;" id="305050">취하종결</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user