증빙서류 발행 전 휴대폰 간이영수증 텍스트 처리

This commit is contained in:
rosewiper 2023-12-14 16:02:31 +09:00
parent 9f19a093c3
commit 679f95d531

View File

@ -564,6 +564,9 @@ function getMberGrdChk() {
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup02" onclick="javascript:taxValue('${result.moid}');">세금계산서</button>
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup01" onclick="javascript:cashValue('${result.moid}');">현금영수증</button>
</c:if>
<c:if test="${result.payMethod eq 'CELLPHONE'}">
휴대폰결제(증빙서류 발급불가)
</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> --%>
<%--</c:if> --%>