From dfac6da87aa9c9530b40f2d9f9f34ccf94aa76e7 Mon Sep 17 00:00:00 2001 From: Kana Date: Wed, 24 Jan 2024 18:21:30 +0900 Subject: [PATCH] =?UTF-8?q?=ED=94=8C=EB=9E=9C=20=EB=AA=A8=EB=8B=AC=20?= =?UTF-8?q?=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/views/modal/planin_add.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/WEB-INF/views/modal/planin_add.jsp b/src/main/webapp/WEB-INF/views/modal/planin_add.jsp index e7f2e4e..cc9afd3 100644 --- a/src/main/webapp/WEB-INF/views/modal/planin_add.jsp +++ b/src/main/webapp/WEB-INF/views/modal/planin_add.jsp @@ -24,7 +24,7 @@ function goTable(){ alert("제품명을 입력하세요"); return false; } - + if(!$("#input_num").val()){ alert("수량을 입력하세요"); return false;