From a12c23959b2540eaa69c47f3f5ba0a012f4d972f Mon Sep 17 00:00:00 2001 From: myname Date: Mon, 18 Dec 2023 11:40:15 +0900 Subject: [PATCH] =?UTF-8?q?2023-12-18=2011:39=20=EC=A7=80=EC=97=AD?= =?UTF-8?q?=EB=B3=84=20=EA=B0=95=EC=9D=98=EA=B3=A0=EB=82=98=EB=A6=AC=20?= =?UTF-8?q?=EC=84=A4=EC=A0=95=20=ED=8C=9D=EC=97=85=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oprtn/tngrVisitEdu/advAreaLctrMngList.jsp | 29 ++++++++++++------- 1 file changed, 19 insertions(+), 10 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp index d428ab6a..3a774a72 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/advAreaLctrMngList.jsp @@ -502,31 +502,36 @@ alert("회차관리 대상 년도를 선택해주세요."); return false; } - document.listForm.yr.value = p_stngYr; + document.popup2Form.yr.value = p_stngYr; //document.listForm.authorCode.value = vAuthorCode; - document.listForm.action = ""; - window.open("#", "_aplctPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1000px"); - document.listForm.target = "_aplctPrdPop"; - document.listForm.submit(); + document.popup2Form.action = ""; + window.open("#", "_aplctPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1000px"); + document.popup2Form.target = "_aplctPrdPop"; + document.popup2Form.submit(); } //강의가능기간 팝업 function fncLctrPrdPopup() { - var p_rndsOrd = $("#rndsOrd").val(); + var p_rndsOrd = $("#listForm #rndsOrd").val(); if(p_rndsOrd==''){ alert("강의가능기간 대상 회차를 선택해주세요."); return false; } + + document.popup2Form.rndsOrd.value = p_rndsOrd; + + var p_stngYr = $("#listForm #stngYr").val(); - document.listForm.yr.value = p_stngYr; + document.popup2Form.yr.value = p_stngYr; + //document.listForm.rndsOrd.value = p_rndsOrd; //document.listForm.authorCode.value = vAuthorCode; - document.listForm.action = ""; + document.popup2Form.action = ""; window.open("#", "_lctrPrdPop", "scrollbars = no, top=100px, left=100px, height=800px, width=1100px"); - document.listForm.target = "_lctrPrdPop"; - document.listForm.submit(); + document.popup2Form.target = "_lctrPrdPop"; + document.popup2Form.submit(); } //마감처리/해제 @@ -607,6 +612,10 @@ 신청관리 +
+ + +