후불제 요금 결제내역 리스트 세금계산서 버튼 처리 수정
- 입금대기 상태인 경우 세금계산서 자동발행 안한 경우 세금계산서 버튼 노출 추가
This commit is contained in:
parent
e995a99a45
commit
16d5689697
@ -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'}">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user