|
|
@@ -2486,6 +2486,10 @@
|
|
|
$("#CouponForm .buttonSpan").hide(); //행추가,삭제버튼
|
|
|
}
|
|
|
|
|
|
+ if($("#CouponForm input[name=rdoDcWay]:checked").val() == 'G240_10'){
|
|
|
+ $("#CouponForm .maxDcAmtArea").hide();
|
|
|
+ }
|
|
|
+
|
|
|
// 사용가능고객구분 체크박스 체크 제거
|
|
|
$('#CouponForm input:checkbox[name=usableCustGbArr]').prop('checked', false);
|
|
|
if(cpnCustGbList.length > 0){
|