2023-08-07 11:03 체험교실 주석 추가 및 교육확정인 경우 관리자만 수정 가능하도록 작업

This commit is contained in:
myname 2023-08-07 11:04:04 +09:00
parent 2ceff437d0
commit e514c779b5
2 changed files with 5 additions and 2 deletions

View File

@ -423,7 +423,10 @@
<button type="button" class="btn_type01" onclick="fncStatusChange('60'); return false;">교육확정</button> <button type="button" class="btn_type01" onclick="fncStatusChange('60'); return false;">교육확정</button>
<button type="button" class="btn_type02" onclick="fncStatusChange('90'); return false;">교육미확정</button> <button type="button" class="btn_type02" onclick="fncStatusChange('90'); return false;">교육미확정</button>
</c:if> </c:if>
<%--<button type="button" class="btn_type01" onclick="fncGoEdit();">변경</button>--%> <!-- 교육 확정인 경우 관리자만 수정 가능 하도록 -->
<c:if test="${info.aprvlCd eq '60'}">
<button type="button" class="btn_type01" onclick="fncGoEdit();">변경</button>
</c:if>
</div> </div>
<div class="btn_right"> <div class="btn_right">
<button type="button" class="btn_type03" onclick="fncGoList(); return false;">목록</button> <button type="button" class="btn_type03" onclick="fncGoList(); return false;">목록</button>

View File

@ -493,7 +493,7 @@
</c:if> </c:if>
<button type="button" class="btnType06" onclick="fncGoEdit();">수정</button> <button type="button" class="btnType06" onclick="fncGoEdit();">수정</button>
</c:if> </c:if>
<!-- 23.07031 - 신청기간 내 수정 기능 추가 --> <!-- 23.07031 - 신청기간 내 수정 기능 추가 - 요청중일때만 수정 가능 -->
<c:if test="${info.aprvlCd eq VeConstants.STATUS_CD_SBMT and cnt > 0}"> <c:if test="${info.aprvlCd eq VeConstants.STATUS_CD_SBMT and cnt > 0}">
<button type="button" class="btnType06" onclick="fncGoEdit();">수정</button> <button type="button" class="btnType06" onclick="fncGoEdit();">수정</button>
</c:if> </c:if>