2023-11-24 18:16 숙박신청 수정
This commit is contained in:
parent
f863745f3e
commit
02c7e1f4bf
@ -370,16 +370,29 @@ $( document ).ready(function() {
|
||||
신청안함
|
||||
</c:if>
|
||||
<c:if test="${acmdtAplct.sbmtYn eq 'Y'}">
|
||||
<!-- 신청 -->
|
||||
<c:if test="${acmdtAplct.atchFileId ne null}">
|
||||
<c:import url="/cmm/fms/selectBBSFileInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${acmdtAplct.atchFileId}" />
|
||||
</c:import>
|
||||
</c:if>
|
||||
<c:if test="${acmdtAplct.atchFileId eq null}">
|
||||
<button type="button" class="btnType01" data-tooltip="sub35_pop03" onclick="eduAcmdtRegPop();">영수증첨부</button>
|
||||
</c:if>
|
||||
</c:if>
|
||||
<c:choose>
|
||||
<c:when test="${acmdtAplct.aprvlCd eq '10'}">
|
||||
|
||||
<!-- 제출하고, 승인 받은 상태만 신청가능하다. 신청 -->
|
||||
<c:if test="${acmdtAplct.atchFileId ne null}">
|
||||
<c:import url="/cmm/fms/selectBBSFileInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${acmdtAplct.atchFileId}" />
|
||||
</c:import>
|
||||
</c:if>
|
||||
<c:if test="${acmdtAplct.atchFileId eq null}">
|
||||
<button type="button" class="btnType01" data-tooltip="sub35_pop03" onclick="eduAcmdtRegPop();">영수증첨부</button>
|
||||
</c:if>
|
||||
|
||||
</c:when>
|
||||
<c:when test="${acmdtAplct.aprvlCd eq '20'}">
|
||||
<!-- 제출하고, 승인 받은 상태만 신청가능하다. 반려 -->
|
||||
신청(반려)
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
확인중
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:if>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
@ -415,18 +428,32 @@ $( document ).ready(function() {
|
||||
<div class="btn_wrap">
|
||||
<c:if test="${empty acmdtAplct}">
|
||||
신청안함
|
||||
</c:if>
|
||||
</c:if>
|
||||
|
||||
<c:if test="${acmdtAplct.sbmtYn eq 'Y'}">
|
||||
<!-- 신청 -->
|
||||
<c:if test="${acmdtAplct.atchFileId ne null}">
|
||||
<c:import url="/cmm/fms/selectBBSFileInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${acmdtAplct.atchFileId}" />
|
||||
</c:import>
|
||||
</c:if>
|
||||
<c:if test="${acmdtAplct.atchFileId eq null}">
|
||||
<button type="button" class="btnType01" data-tooltip="sub35_pop03" onclick="eduAcmdtRegPop();">영수증첨부</button>
|
||||
</c:if>
|
||||
</c:if>
|
||||
<c:choose>
|
||||
<c:when test="${acmdtAplct.aprvlCd eq '10'}">
|
||||
|
||||
<!-- 제출하고, 승인 받은 상태만 신청가능하다. 신청 -->
|
||||
<c:if test="${acmdtAplct.atchFileId ne null}">
|
||||
<c:import url="/cmm/fms/selectBBSFileInfs.do" charEncoding="utf-8">
|
||||
<c:param name="param_atchFileId" value="${acmdtAplct.atchFileId}" />
|
||||
</c:import>
|
||||
</c:if>
|
||||
<c:if test="${acmdtAplct.atchFileId eq null}">
|
||||
<button type="button" class="btnType01" data-tooltip="sub35_pop03" onclick="eduAcmdtRegPop();">영수증첨부</button>
|
||||
</c:if>
|
||||
|
||||
</c:when>
|
||||
<c:when test="${acmdtAplct.aprvlCd eq '20'}">
|
||||
<!-- 제출하고, 승인 받은 상태만 신청가능하다. 반려 -->
|
||||
신청(반려)
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
확인중
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</c:if>
|
||||
</div>
|
||||
</td>
|
||||
<th scope="row">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user