간편결제 문구 추가
This commit is contained in:
parent
1dedfdb068
commit
9e624f25b5
@ -343,7 +343,13 @@ $(document).on("click", "#chkAll", function(e) {
|
|||||||
</table>
|
</table>
|
||||||
<div class="excel_middle">
|
<div class="excel_middle">
|
||||||
<div class="select_btnWrap clearfix">
|
<div class="select_btnWrap clearfix">
|
||||||
<div class="add_text2">※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회 가능합니다.</div>
|
<div class="add_text2" style="line-height: 1.2em;">
|
||||||
|
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다.
|
||||||
|
<!--
|
||||||
|
<br />
|
||||||
|
※ 간편결제 영수증은 결제하신 서비스를 통해 제공됩니다.
|
||||||
|
-->
|
||||||
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<button type="button" class="excel_btn" onclick="javascript:payExcelDownload();">
|
<button type="button" class="excel_btn" onclick="javascript:payExcelDownload();">
|
||||||
<i class="downroad"></i>엑셀 다운로드
|
<i class="downroad"></i>엑셀 다운로드
|
||||||
@ -514,7 +520,7 @@ $(document).on("click", "#chkAll", function(e) {
|
|||||||
<c:if test="${result.rcptType eq '0'}">
|
<c:if test="${result.rcptType eq '0'}">
|
||||||
<p class="fwRg c_002c9a">간이영수증 발행완료</p>
|
<p class="fwRg c_002c9a">간이영수증 발행완료</p>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${result.payMethod == 'CARD' || result.payMethod == 'SPAY'}">
|
<c:if test="${result.payMethod == 'CARD'}">
|
||||||
<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>
|
<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>
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:if>
|
</c:if>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user