2023-11-15 15:36 성인강사 강의 설정 주석 처리
This commit is contained in:
parent
8c4f7706be
commit
f0e0475fd8
@ -645,6 +645,9 @@
|
||||
</c:if> --%>
|
||||
<!-- 승인 상태이며 수정요청 없으며, 강의설정 요청이 없는 경우 강의설정 가능-->
|
||||
<%-- <c:if test="${info.aprvlCd eq '20' and empty vEInstrMdfyRqstList}"> --%>
|
||||
|
||||
<!-- 강의설정은 지원안함 2023-11-15 -->
|
||||
<!--
|
||||
<c:if test="${info.aprvlCd eq '20'}">
|
||||
|
||||
<c:if test="${sbmtCnt == 0}">
|
||||
@ -662,6 +665,7 @@
|
||||
</c:if>
|
||||
|
||||
</c:if>
|
||||
-->
|
||||
<!-- 요청 중 또는 취소가 아니고 다른 요청 항목이 없을 시 수정 요청 가능 -->
|
||||
<c:if test="${info.aprvlCd ne '10' and info.aprvlCd ne '40' and empty vEInstrMdfyRqstList}">
|
||||
<button class="btnType06 btn_list" onclick="fncMdfy(); return false;">정보 수정 </button>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user