Ver Fonte

쿠폰수정

bin2107 há 5 anos atrás
pai
commit
3099e042d0

+ 4 - 0
src/main/webapp/WEB-INF/views/marketing/CouponPopupForm.html

@@ -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){