From bcb62d26caf6ebdc9e09093e79e7c562332090ac Mon Sep 17 00:00:00 2001 From: itn Date: Thu, 29 Jun 2023 14:12:54 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A7=8C=EC=9B=90=EC=9D=B4=ED=95=98=20?= =?UTF-8?q?=ED=99=98=EB=B6=88=EC=8B=A0=EC=B2=AD=20=EA=B0=80=EB=8A=A5?= =?UTF-8?q?=ED=95=98=EB=8F=84=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../webapp/WEB-INF/jsp/uss/ion/pay/RefundRegist.jsp | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/uss/ion/pay/RefundRegist.jsp b/src/main/webapp/WEB-INF/jsp/uss/ion/pay/RefundRegist.jsp index a0a84dc4..256a1474 100644 --- a/src/main/webapp/WEB-INF/jsp/uss/ion/pay/RefundRegist.jsp +++ b/src/main/webapp/WEB-INF/jsp/uss/ion/pay/RefundRegist.jsp @@ -243,11 +243,12 @@ function fn_refund_insert() { // 환불신청금액(환불요청 상태) getRefundMoneySum(); - if (parseInt(10000, 10) > parseInt(document.listForm.refundMoney.value, 10)) { - alert("10,000원 이하 환불 불가입니다."); - return; - } - else if (parseInt(userMoney, 10) < parseInt(document.listForm.refundMoney.value, 10)) { + //if (parseInt(10000, 10) > parseInt(document.listForm.refundMoney.value, 10)) { + // alert("10,000원 이하 환불 불가입니다."); + // return; + //} + + if (parseInt(userMoney, 10) < parseInt(document.listForm.refundMoney.value, 10)) { alert("현재 회원의 보유금액보다 큰 금액을 환불 할 수 없습니다."); return; } @@ -461,7 +462,7 @@ function comma(num){ - 전액환불(10,000원 이하 환불 불가) + 전액환불