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