Browse Source

[ST24PRJ-570] [MD개선][BOS] 기획전관리 > 코너시작/종료일 벨리데이션 개선

jmh 4 years ago
parent
commit
1a4644ed0e
1 changed files with 3 additions and 2 deletions
  1. 3 2
      src/main/webapp/WEB-INF/views/marketing/PlanCornerListForm.html

+ 3 - 2
src/main/webapp/WEB-INF/views/marketing/PlanCornerListForm.html

@@ -308,7 +308,8 @@
 				mcxDialog.alert('진행기간 시작일자는 종료일자보다 클 수 없습니다.');
 				result = false;
 			}
-
+			
+			/* 21.12.03 제외요청 처리
 			if (Number(data.startSearchDate.replaceAll("-", "")) < Number(_today.replaceAll("-", "")) && data.crud == 'C') {
 				mcxDialog.alert('시작일자는 오늘포함 이후로 등록해주세요.');
 				result = false;
@@ -328,7 +329,7 @@
 			if (eddt[0].replaceAll("-", "") < data.endSearchDate.replaceAll("-", "")) {
 				mcxDialog.alert("기획전 종료일보다 코너종료일이 클 수 없습니다.");
 				result = false;
-			}
+			}*/
 
 			if (result) {
 				data.dispStdt = data.startSearchDate + ' ' + data.startSearchTime;