간편결제 성공일 경우에만 증빙자료 내용 나오도록 변경

This commit is contained in:
rosewiper 2023-12-14 16:14:16 +09:00
parent 679f95d531
commit ab5c274e66

View File

@ -553,7 +553,9 @@ function getMberGrdChk() {
<td>
<c:choose>
<c:when test="${result.payMethod == 'SPAY'}">
간편결제(증빙서류 발급불가)
<c:if test="${result.pgStatus eq '1'}">
간편결제(증빙서류 발급불가)
</c:if>
</c:when>
<c:otherwise>
<c:if test="${result.pgStatus eq '1'}">
@ -564,9 +566,6 @@ function getMberGrdChk() {
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup02" onclick="javascript:taxValue('${result.moid}');">세금계산서</button>
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup01" onclick="javascript:cashValue('${result.moid}');">현금영수증</button>
</c:if>
<c:if test="${result.payMethod eq 'CELLPHONE'}">
휴대폰결제(증빙서류 발급불가)
</c:if>
<%--<c:if test="${result.rcptType ne '0'}"> --%>
<%-- <button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button> --%>
<%--</c:if> --%>