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