From 5b8f976d985591af8cb13d023e42e743d22df8b5 Mon Sep 17 00:00:00 2001 From: hylee Date: Thu, 14 Mar 2024 11:52:30 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=EA=B3=B5=EA=B0=9C=EB=A9=94=EB=AA=A8?= =?UTF-8?q?=20=EB=A1=9C=EA=B7=B8=EC=9D=B8=ED=95=9C=20=EA=B4=80=EB=A6=AC?= =?UTF-8?q?=EC=9E=90=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsp/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup.jsp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup.jsp index 4519b0fc..e88e2173 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/popup/cnclStatusPopup.jsp @@ -44,12 +44,13 @@ function fn_updateCnclUpdate() { var v_msg = $('#rmrks').val(); - if(!v_msg){ + /* if(!v_msg){ alert("메모를 입력해 주세요"); return false; - } + } */ - window.opener.fn_popup_submit_cmmAjax(v_msg); +// window.opener.fn_popup_submit_cmmAjax(v_msg); + opener.parent.fn_popup_submit_cmmAjax(v_msg); // self.close(); }