간편결제 현금영수증버튼 노출안되도록 수정
@7827f558035210ca4681b8a1efee160c7c139127
--- src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayList.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/pay/PayList.jsp
... | ... | @@ -464,12 +464,19 @@ |
| 464 | 464 |
|
| 465 | 465 |
<td <c:if test="${result.smishingYn eq 'Y'}">class="smishing"</c:if> title="<c:out value="${result.resultMsg}"/>"><c:out value="${result.resultMsg}"/></td>
|
| 466 | 466 |
<td <c:if test="${result.smishingYn eq 'Y'}">class="smishing"</c:if> title="<c:out value="${result.rcptTypeTxt}"/>">
|
| 467 |
- <c:if test="${result.rcptType ne ''}">
|
|
| 468 |
- <c:out value="${result.rcptTypeTxt}"/>
|
|
| 469 |
- </c:if> |
|
| 470 |
- <c:if test="${(result.payMethod ne 'CARD' && result.payMethod ne 'CELLPHONE') && (result.rcptType eq '' || result.rcptType eq null)}">
|
|
| 471 |
- <input type="button" class="btnType1" onclick="insertRcpt('5','${result.moid}','${result.userId}')" value="현금영수증" style="color:#fff !important;">
|
|
| 472 |
- </c:if> |
|
| 467 |
+ <c:choose> |
|
| 468 |
+ <c:when test="${result.payMethod == 'SPAY'}">
|
|
| 469 |
+ 발급불가 |
|
| 470 |
+ </c:when> |
|
| 471 |
+ <c:otherwise> |
|
| 472 |
+ <c:if test="${result.rcptType ne ''}">
|
|
| 473 |
+ <c:out value="${result.rcptTypeTxt}"/>
|
|
| 474 |
+ </c:if> |
|
| 475 |
+ <c:if test="${(result.payMethod ne 'CARD' && result.payMethod ne 'CELLPHONE') && (result.rcptType eq '' || result.rcptType eq null)}">
|
|
| 476 |
+ <input type="button" class="btnType1" onclick="insertRcpt('5','${result.moid}','${result.userId}')" value="현금영수증" style="color:#fff !important;">
|
|
| 477 |
+ </c:if> |
|
| 478 |
+ </c:otherwise> |
|
| 479 |
+ </c:choose> |
|
| 473 | 480 |
</td> |
| 474 | 481 |
<td> |
| 475 | 482 |
<c:if test="${result.smishingYn eq 'Y'}">
|
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?