간편결제 성공일 경우에만 증빙자료 내용 나오도록 변경
@ab5c274e664841c9630ca5026246e150c177a23d
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
... | ... | @@ -553,7 +553,9 @@ |
| 553 | 553 |
<td> |
| 554 | 554 |
<c:choose> |
| 555 | 555 |
<c:when test="${result.payMethod == 'SPAY'}">
|
| 556 |
- 간편결제(증빙서류 발급불가) |
|
| 556 |
+ <c:if test="${result.pgStatus eq '1'}">
|
|
| 557 |
+ 간편결제(증빙서류 발급불가) |
|
| 558 |
+ </c:if> |
|
| 557 | 559 |
</c:when> |
| 558 | 560 |
<c:otherwise> |
| 559 | 561 |
<c:if test="${result.pgStatus eq '1'}">
|
... | ... | @@ -563,9 +565,6 @@ |
| 563 | 565 |
<c:if test="${result.btnChk eq 'Y'}">
|
| 564 | 566 |
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup02" onclick="javascript:taxValue('${result.moid}');">세금계산서</button>
|
| 565 | 567 |
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup01" onclick="javascript:cashValue('${result.moid}');">현금영수증</button>
|
| 566 |
- </c:if> |
|
| 567 |
- <c:if test="${result.payMethod eq 'CELLPHONE'}">
|
|
| 568 |
- 휴대폰결제(증빙서류 발급불가) |
|
| 569 | 568 |
</c:if> |
| 570 | 569 |
<%--<c:if test="${result.rcptType ne '0'}"> --%>
|
| 571 | 570 |
<%-- <button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button> --%>
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?