간편결제 현금영수증버튼 노출안되도록 수정

This commit is contained in:
itn 2023-08-28 18:07:19 +09:00
parent f988af6143
commit 7827f55803

View File

@ -464,12 +464,19 @@ function fnSmishingUpdate(flag, id) {
<td <c:if test="${result.smishingYn eq 'Y'}">class="smishing"</c:if> title="<c:out value="${result.resultMsg}"/>"><c:out value="${result.resultMsg}"/></td>
<td <c:if test="${result.smishingYn eq 'Y'}">class="smishing"</c:if> title="<c:out value="${result.rcptTypeTxt}"/>">
<c:choose>
<c:when test="${result.payMethod == 'SPAY'}">
발급불가
</c:when>
<c:otherwise>
<c:if test="${result.rcptType ne ''}">
<c:out value="${result.rcptTypeTxt}"/>
</c:if>
<c:if test="${(result.payMethod ne 'CARD' && result.payMethod ne 'CELLPHONE') && (result.rcptType eq '' || result.rcptType eq null)}">
<input type="button" class="btnType1" onclick="insertRcpt('5','${result.moid}','${result.userId}')" value="현금영수증" style="color:#fff !important;">
</c:if>
</c:otherwise>
</c:choose>
</td>
<td>
<c:if test="${result.smishingYn eq 'Y'}">