rosewiper 2023-12-28
후불제 요금 결제내역 리스트 세금계산서 버튼 처리 수정 - 입금대기 상태인 경우 세금계산서 자동발행 안한 경우 세금계산서 버튼 노출 추가
 - 입금대기 상태인 경우 세금계산서 자동발행 안한 경우 세금계산서 버튼 노출 추가
@16d56896977e01058bf63512a7ee8b669265f8b9
src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
--- src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
+++ src/main/webapp/WEB-INF/jsp/web/pay/PayListAllAjax.jsp
@@ -581,6 +581,12 @@
 									<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'}">
Add a comment
List