From d550a6e47053fc9cdc73942a91d927c77f2dc0ee Mon Sep 17 00:00:00 2001 From: myname Date: Wed, 14 Feb 2024 17:55:06 +0900 Subject: [PATCH] =?UTF-8?q?2024-02-14=2017:54=20=EC=B2=B4=ED=97=98?= =?UTF-8?q?=EA=B5=90=EC=8B=A4=20=EC=B5=9C=EC=86=8C=EC=B0=A8=EC=8B=9C=20?= =?UTF-8?q?=EC=A0=9C=ED=95=9C=203=EC=B0=A8=EC=8B=9C=EB=A1=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../exprnClsrmInfo/exprnDocumentDashboard.jsp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp index 01177cbc..914cb8db 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard.jsp @@ -314,6 +314,11 @@ alert('차시별 운영계획 정보를 등록해주세요.'); return false; } + + if(trObj.length < 3){ + alert('최소 3차시 이상 작성해서 등록해주세요.'); + return false; + } var flag = true;