후불제 요금 결제내역 리스트 세금계산서 버튼 처리 수정

- 입금대기 상태인 경우 세금계산서 자동발행 안한 경우 세금계산서 버튼 노출 추가
This commit is contained in:
rosewiper 2023-12-28 12:18:47 +09:00
parent e995a99a45
commit 16d5689697

View File

@ -581,6 +581,12 @@ function getMberGrdChk() {
<c:otherwise>
<c:if test="${result.pgStatus eq '0'}">
<!-- 후불제 회원 입금대기 상태인 경우 처리 -->
<!-- 세금계산서 발행 전 (자동발행 안되어 있는 경우) 세금계산서 버튼 노출 -->
<c:if test="${result.confirmYn eq null || result.confirmYn eq ''}">
<button type="button" class="btnType btnType20" data-tooltip="cashReceipt_popup02" onclick="javascript:taxValue('${result.moid}');">세금계산서</button>
</c:if>
<!-- 발행대기 -->
<c:if test="${result.confirmYn eq 'N'}">
<c:if test="${result.rcptType eq '9'}">