diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp index 00db6ad9..2d5fcb54 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctCfnMngDetail.jsp @@ -28,6 +28,7 @@ 교육과정관리 + @@ -230,6 +231,31 @@ form.action = ""; openPopupAndSubmitForm('popupForm', 'popupForm', 900, 1200); } + + function chkSnd(type){ + var chkLen = $(detailForm).find("input[name=chk]:checked").length; + + if(chkLen == 0){ + alert("선택된 항목이 없습니다."); + return; + } + + $('input:checkbox[name="chk"]:checked').each(function() { + + if(type == "sms"){ + sendSms( + $(this).data('clphone'), + $("#smsMsg").val(), + $(this).val(), + $(this).data('userid'), + "N" + ); + } + + }); + alert("발송되었습니다."); + + } @@ -484,7 +510,8 @@ + value="${list.eduAplctOrd}" data-info="${list.sspnIdtmtTrgtOrd }" data-userid="" + data-clphone="" title="Check" type="checkbox"/> ()() @@ -538,6 +565,45 @@ + +
+

교육신청자 알림정보

+
+
+ + + + + + + + + + + + +
+

SMS 내용

+
+
+ + +
+ +
+
diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctPrdMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctPrdMngDetail.jsp index a7b0c7ac..adc66de8 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctPrdMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cndtnSspnIdtmt/cndtnEduPrcsAplctPrdMngDetail.jsp @@ -253,55 +253,7 @@ } - function chkSnd(type){ - var chkLen = $(detailForm).find("input[name=chk]:checked").length; - - if(chkLen == 0){ - alert("선택된 항목이 없습니다."); - return; - } - - $('input:checkbox[name="chk"]:checked').each(function() { - - if(type == "sms"){ - alert("문자"); - - - /* sendSms( - $(this).data('instrphone'), - "교육운영 관리 시스템입니다." + $(this).data('instrnm')+"님의 " + $(this).data('date') + " 교육 강사료는 " + $(this).data('instrfeesum') +"입니다.", - $(this).val().split('@')[0], - $(this).data('userid'), - "N" - ); */ - - }else{ - alert("메일"); - - - /* sendEmail( - $(this).data('instrphone'), - "교육운영 관리 시스템입니다." + $(this).data('instrnm')+"님의 " + $(this).data('date') + " 교육 강사료는 " + $(this).data('instrfeesum') +"입니다.", - $(this).val().split('@')[0], - $(this).data('userid'), - "N" - ); */ - } - - /* sendSms( - $(this).data('instrphone'), - "교육운영 관리 시스템입니다." + $(this).data('instrnm')+"님의 " + $(this).data('date') + " 교육 강사료는 " + $(this).data('instrfeesum') +"입니다.", - $(this).val().split('@')[0], - $(this).data('userid'), - "N" - ); - */ - - - }); - alert("발송되었습니다."); - - } + @@ -554,7 +506,6 @@ - " /> @@ -605,46 +556,6 @@
- -
-

교육신청자 알림정보

-
-
- - - - - - - - - - - - -
-

이메일 답변 내용

-
-
- - - -
-

0/1000 byte

-
-