2022-10-26 16:55 되돌리기 버튼 및 화면 수정
This commit is contained in:
parent
5ef6610bc2
commit
758d6d53b9
@ -17,6 +17,11 @@
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<script src="/kccadrPb/usr/script/popup.js"></script>
|
||||
<script type="text/javaScript" language="javascript">
|
||||
$( document ).ready(function(){
|
||||
//var p_backTd =$('#backTd');
|
||||
//alert(p_backTd.length);
|
||||
});
|
||||
|
||||
|
||||
function fncCancelDo(p_a, p_b){
|
||||
|
||||
@ -159,8 +164,10 @@ function fncCancelDo(p_a, p_b){
|
||||
<colgroup>
|
||||
<col style="width: 15%">
|
||||
<col style="width: auto;">
|
||||
<!--
|
||||
<col style="width: 15%;">
|
||||
<col style="width: 7%;">
|
||||
-->
|
||||
<col style="width: 7%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
@ -170,25 +177,46 @@ function fncCancelDo(p_a, p_b){
|
||||
<!-- <button type="button" class="btn_sort">▲</button> -->
|
||||
</th>
|
||||
<th>진행현황</th>
|
||||
<th>백업</th>
|
||||
<!--
|
||||
<th>비고1</th>
|
||||
<th>비고2</th>
|
||||
<th>비고3</th>
|
||||
-->
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
||||
<c:forEach var="list" items="${list_mgr}" varStatus="status">
|
||||
|
||||
<c:if test="${fn:length(list.menuId) eq 6}">
|
||||
<c:if test="${list.menuId*1 gt 200000 and list.menuId*1 ne 201090}">
|
||||
|
||||
<c:set var="lastCount" value="${status.count}"/>
|
||||
|
||||
</c:if>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
|
||||
<c:forEach var="list" items="${list_mgr}" varStatus="status">
|
||||
|
||||
<c:if test="${not fn:contains(list.menuId,'V')}">
|
||||
<c:if test="${fn:length(list.menuId) eq 6}">
|
||||
<c:if test="${list.menuId*1 gt 200000 and list.menuId*1 ne 201090}">
|
||||
|
||||
|
||||
|
||||
<%-- <c:if test="${not fn:contains(list.menuId,'V')}"> --%>
|
||||
|
||||
<tr>
|
||||
<td>
|
||||
<p><c:out value="${list.frstRegistPnttm}" /></p>
|
||||
</td>
|
||||
<!--
|
||||
<td class="td_info">
|
||||
<p><c:out value="${list.menuNm}" /></p>
|
||||
</td>
|
||||
<td>
|
||||
-->
|
||||
<td style="text-align:left;">
|
||||
<p>
|
||||
<c:out value="${list.aCodeNm}" />
|
||||
<c:if test="${empty list.aCodeNm}">
|
||||
@ -196,7 +224,8 @@ function fncCancelDo(p_a, p_b){
|
||||
</c:if>
|
||||
|
||||
</p>
|
||||
</td>
|
||||
</td>
|
||||
<!--
|
||||
<td>
|
||||
<p>
|
||||
<c:if test="${not empty list.menuId}">
|
||||
@ -205,18 +234,22 @@ function fncCancelDo(p_a, p_b){
|
||||
|
||||
</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>
|
||||
<c:if test="${fn:length(list.menuId) eq 6}">
|
||||
<c:if test="${list.menuId*1 gt 200000 and list.menuId*1 ne 201090}">
|
||||
-->
|
||||
<td id="backTd">
|
||||
|
||||
<p>
|
||||
<c:if test="${lastCount eq status.count}">
|
||||
<a href="javascript:fncCancelDo('${list.adrSeq}','${list.adrHstryMgrSeq}');">되돌리기</a>
|
||||
</c:if>
|
||||
|
||||
</c:if>
|
||||
|
||||
</p>
|
||||
</td>
|
||||
</tr>
|
||||
</c:if>
|
||||
<%-- </c:if> --%>
|
||||
|
||||
</c:if>
|
||||
</c:if>
|
||||
|
||||
</c:forEach>
|
||||
<c:if test="${empty list_mgr}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user