2024-06-27 16:46 실무역량 강화 마감시 취소 버튼 삭제처리함
This commit is contained in:
parent
8e0a1d765a
commit
e3744a4c50
@ -379,7 +379,7 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="btn_center">
|
||||
<c:if test="${(info.aprvlCd eq '10' or info.aprvlCd eq '20') and info.ddlnCd ne '20'}">
|
||||
<c:if test="${(info.aprvlCd eq '10' or info.aprvlCd eq '20') and info.ddlnCd ne '20' and info.ddlnCd ne '10'}">
|
||||
<button type="button" class="btnType05" onclick="fncCancelUser('${infoAplctOrd.eduAplctOrd}', '${infoAplctOrd.prcsOrd}', '2-1')">교육취소</button>
|
||||
</c:if>
|
||||
</div>
|
||||
|
||||
@ -564,6 +564,11 @@ $(document).ready(function(){
|
||||
<c:if test="${loginVO != null }">
|
||||
<!-- 접수상태 -->
|
||||
<td class="ddlnCdStts">
|
||||
<c:choose>
|
||||
<c:when test="${'10' eq list.ddlnCd}">
|
||||
<kc:code codeId="VEA004" code="${list.ddlnCd}"/>
|
||||
</c:when>
|
||||
</c:choose>
|
||||
<%-- <c:choose> --%>
|
||||
<%-- <c:when test="${not empty list.aprvlCd}"> --%>
|
||||
<%-- <kc:code codeId="VE0003" code="${list.aprvlCd}"/> --%>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user