From c2b2258be4c9be2b44d1cf8097d7c4e78a4fad76 Mon Sep 17 00:00:00 2001 From: leebj Date: Fri, 8 Nov 2024 13:17:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=AC=B8=EC=9E=90=EC=A0=84=EC=86=A1=EA=B4=80?= =?UTF-8?q?=EB=A6=AC=20=ED=99=94=EB=A9=B4=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/fims/mngt/mngt03010-main.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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()); } // 검색 버튼 이벤트