간편결제 현금영수증버튼 노출안되도록 수정
This commit is contained in:
parent
f988af6143
commit
7827f55803
@ -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.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}"/>">
|
<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:if test="${result.rcptType ne ''}">
|
||||||
<c:out value="${result.rcptTypeTxt}"/>
|
<c:out value="${result.rcptTypeTxt}"/>
|
||||||
</c:if>
|
</c:if>
|
||||||
<c:if test="${(result.payMethod ne 'CARD' && result.payMethod ne 'CELLPHONE') && (result.rcptType eq '' || result.rcptType eq null)}">
|
<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;">
|
<input type="button" class="btnType1" onclick="insertRcpt('5','${result.moid}','${result.userId}')" value="현금영수증" style="color:#fff !important;">
|
||||||
</c:if>
|
</c:if>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<c:if test="${result.smishingYn eq 'Y'}">
|
<c:if test="${result.smishingYn eq 'Y'}">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user