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; } +