diff --git a/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt03010-main.jsp b/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt03010-main.jsp index b6f87b6d..5e5e27a6 100644 --- a/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt03010-main.jsp +++ b/src/main/webapp/WEB-INF/jsp/fims/mngt/mngt03010-main.jsp @@ -30,12 +30,12 @@
입력일자 - ~ - @@ -166,8 +166,8 @@ searchForm.find("input[type='hidden']").val(""); searchForm.find("select").each(function(){ $(this).find("option:eq(0)").prop("selected", true); }); - $P.$findn("schInputDateFrom").datepicker('setDate', DateSupport.getAddDay(-7)); - $P.$findn("schInputDateTo").datepicker('setDate', TODAY()); + $P.$findn("schInputYmdFrom").datepicker('setDate', DateSupport.getAddDay(-7)); + $P.$findn("schInputYmdTo").datepicker('setDate', TODAY()); } // 검색 버튼 이벤트