요금결제내역 화면 간이영수증 버튼 삭제
- 휴대폰 결제인 경우 : 휴대폰결제(증빙서류 발급불가) 로 표시
This commit is contained in:
parent
1bd73a7589
commit
9f19a093c3
@ -565,7 +565,7 @@ function getMberGrdChk() {
|
||||
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup01" onclick="javascript:cashValue('${result.moid}');">현금영수증</button>
|
||||
</c:if>
|
||||
<%--<c:if test="${result.rcptType ne '0'}"> --%>
|
||||
<button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button>
|
||||
<%-- <button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button> --%>
|
||||
<%--</c:if> --%>
|
||||
</c:if>
|
||||
|
||||
@ -573,7 +573,8 @@ function getMberGrdChk() {
|
||||
<c:if test="${result.payMethod eq 'CELLPHONE'}">
|
||||
<!-- 22.12.09 휴대폰결제는 현금영수증 제외 -->
|
||||
<%-- <button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup01" onclick="javascript:cashValue('${result.moid}');">현금영수증</button> --%>
|
||||
<button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button>
|
||||
<%-- <button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button> --%>
|
||||
휴대폰결제(증빙서류 발급불가)
|
||||
</c:if>
|
||||
|
||||
</c:if>
|
||||
@ -597,13 +598,14 @@ function getMberGrdChk() {
|
||||
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup01" onclick="javascript:cashValue('${result.moid}');">현금영수증</button>
|
||||
</c:if>
|
||||
|
||||
<button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button>
|
||||
<%-- <button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button> --%>
|
||||
</c:if>
|
||||
|
||||
<!-- 휴대폰결제 -->
|
||||
<c:if test="${result.payMethod eq 'CELLPHONE'}">
|
||||
<!-- 22.12.09 휴대폰결제는 현금영수증 제외 -->
|
||||
<button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button>
|
||||
<%-- <button type="button" class="btnType btnType20" onclick="fnSimpRecip('<c:out value="${result.tid}"/>','<c:out value="${result.moid}"/>'); return false;">간이영수증</button> --%>
|
||||
휴대폰결제(증빙서류 발급불가)
|
||||
</c:if>
|
||||
</c:if>
|
||||
</c:if>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user