삭제 권한 수정

This commit is contained in:
wyh 2025-01-14 17:02:44 +09:00
parent e169178f85
commit f8755c18e3

View File

@ -9747,7 +9747,7 @@ function docOpen(obj) {
<c:if test="${masterData.statePro != '0405000000' && masterData.statePro != '0402000000' && masterData.statePro != '0401000000'}">
<button type="button" id="preStepBtn" class="btn-default btn btn_text btn_46 subgray_border responsive">이전</button>
</c:if>
<c:if test="${masterData.statePro == '0401000000' && masterData.statePro != '0402000000' && memberPosition == '0915000000'}">
<c:if test="${masterData.statePro == '0401000000' && memberPosition == '0915000000'}">
<button type="button" id="deleteInsBtn" class="btn-default btn btn_text btn_46 red_fill responsive">삭제</button>
</c:if>
</div>