From 4bbf7a4862b6de0ba5229fda11b28cbb1995dd10 Mon Sep 17 00:00:00 2001 From: jiwoo Date: Mon, 19 Feb 2024 11:46:03 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EC=B2=AD?= =?UTF-8?q?=EC=86=8C=EB=85=84=20=EA=B5=90=EC=9C=A1=ED=99=95=EC=A0=95?= =?UTF-8?q?=EC=95=8C=EB=A6=BC=20=EC=9E=90=EB=8F=99=EC=97=90=EC=84=9C=20?= =?UTF-8?q?=EC=88=98=EB=8F=99=EC=9C=BC=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../oprtn/tngrVisitEdu/eduAplctMngDetail.jsp | 7 ++- .../oprtn/tngrVisitEdu/eduAplctMngList.jsp | 50 +++++++++++++++++-- .../tngrVisitEdu/eduAplct/eduAplctReg.jsp | 24 +++++++-- 3 files changed, 72 insertions(+), 9 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngDetail.jsp index e26291df..1640de6e 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngDetail.jsp @@ -146,8 +146,11 @@ dataType:'json', success:function(returnData){ if(returnData.rsCnt > 0){ + alert("상태가 변경 되었습니다."); + fncGoDetail(); - if(statusVal == VeConstants.APRVL_CD_60 ){ + /* 240219. 메일, sms 자동안내 삭제 */ + /* if(statusVal == VeConstants.APRVL_CD_60 ){ //교육확정 시 SMS, 메일 안내 try{ sendSms( @@ -175,7 +178,7 @@ }else{ alert("상태가 변경 되었습니다."); fncGoDetail(); - } + } */ } }, error:function(request , status, error){ diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngList.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngList.jsp index 215b467e..6dce6c27 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngList.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/tngrVisitEdu/eduAplctMngList.jsp @@ -32,6 +32,7 @@ transition: background-color .1s linear; } +