후불제 요금 결제내역 리스트 세금계산서 버튼 처리 수정 - 입금대기 상태인 경우 세금계산서 자동발행 안한 경우 세금계산서 버튼 노출 추가
- 입금대기 상태인 경우 세금계산서 자동발행 안한 경우 세금계산서 버튼 노출 추가
@16d56896977e01058bf63512a7ee8b669265f8b9
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
... | ... | @@ -581,6 +581,12 @@ |
| 581 | 581 |
<c:otherwise> |
| 582 | 582 |
<c:if test="${result.pgStatus eq '0'}">
|
| 583 | 583 |
<!-- 후불제 회원 입금대기 상태인 경우 처리 --> |
| 584 |
+ |
|
| 585 |
+ <!-- 세금계산서 발행 전 (자동발행 안되어 있는 경우) 세금계산서 버튼 노출 --> |
|
| 586 |
+ <c:if test="${result.confirmYn eq null || result.confirmYn eq ''}">
|
|
| 587 |
+ <button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup02" onclick="javascript:taxValue('${result.moid}');">세금계산서</button>
|
|
| 588 |
+ </c:if> |
|
| 589 |
+ |
|
| 584 | 590 |
<!-- 발행대기 --> |
| 585 | 591 |
<c:if test="${result.confirmYn eq 'N'}">
|
| 586 | 592 |
<c:if test="${result.rcptType eq '9'}">
|
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?