간편결제 관련 문구 수정

This commit is contained in:
itn 2023-08-14 14:40:30 +09:00
parent 001997045b
commit 8ee188612d

View File

@ -499,7 +499,7 @@ function getMberGrdChk() {
</c:choose> --%>
</td>
<td>
<c:out value="${result.payMethodTxt}"/>
<c:out value="${result.payMethodTxt}"/><c:if test="${result.payMethod == 'SPAY'}">(<c:out value="${result.cardName}"/>)</c:if>
<c:if test="${result.pgCode == 'VBANK'}">
(<c:out value="${result.vbankNum}"/>)
</c:if>
@ -517,6 +517,11 @@ function getMberGrdChk() {
</td>
--%>
<td>
<c:choose>
<c:when test="${result.payMethod == 'SPAY'}">
간편결제(증빙서류 발급불가)
</c:when>
<c:otherwise>
<c:if test="${result.pgStatus eq '1'}">
<!-- 발행전 -->
<c:if test="${result.confirmYn eq null || result.confirmYn eq ''}">
@ -569,6 +574,8 @@ function getMberGrdChk() {
<button type="button" class="btnType btnType20" onclick="fnPrintReceipt('<c:out value="${result.tid}"/>', '<c:out value="${result.pgCode}"/>', '<c:out value="${result.svcId}"/>', '<c:out value="${result.mrctTrdNo}"/>', '<c:out value="${result.trdNo}"/>', '<c:out value="${result.regDate}"/>'); return false;">카드전표</button>
</c:if>
</c:if>
</c:otherwise>
</c:choose>
</td>
</tr>
</c:forEach>