간편결제 문구 추가
@9e624f25b5f1308d892c5445d69926fd0af09694
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
... | ... | @@ -343,7 +343,13 @@ |
| 343 | 343 |
</table> |
| 344 | 344 |
<div class="excel_middle"> |
| 345 | 345 |
<div class="select_btnWrap clearfix"> |
| 346 |
- <div class="add_text2">※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회 가능합니다.</div> |
|
| 346 |
+ <div class="add_text2" style="line-height: 1.2em;"> |
|
| 347 |
+ ※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다. |
|
| 348 |
+ <!-- |
|
| 349 |
+ <br /> |
|
| 350 |
+ ※ 간편결제 영수증은 결제하신 서비스를 통해 제공됩니다. |
|
| 351 |
+ --> |
|
| 352 |
+ </div> |
|
| 347 | 353 |
<div> |
| 348 | 354 |
<button type="button" class="excel_btn" onclick="javascript:payExcelDownload();"> |
| 349 | 355 |
<i class="downroad"></i>엑셀 다운로드 |
... | ... | @@ -514,7 +520,7 @@ |
| 514 | 520 |
<c:if test="${result.rcptType eq '0'}">
|
| 515 | 521 |
<p class="fwRg c_002c9a">간이영수증 발행완료</p> |
| 516 | 522 |
</c:if> |
| 517 |
- <c:if test="${result.payMethod == 'CARD' || result.payMethod == 'SPAY'}">
|
|
| 523 |
+ <c:if test="${result.payMethod == 'CARD'}">
|
|
| 518 | 524 |
<button type="button" class="btnType btnType20" onclick="fnPrintReceipt('<c:out value="${result.tid}"/>', '<c:out value="${result.pgCode}"/>', '<c:out value="${result.svcId}"/>', '<c:out value="${result.mrctTrdNo}"/>', '<c:out value="${result.trdNo}"/>', '<c:out value="${result.regDate}"/>'); return false;">카드전표</button>
|
| 519 | 525 |
</c:if> |
| 520 | 526 |
</c:if> |
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?