diff --git a/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/web/ExprnClsrmEndController.java b/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/web/ExprnClsrmEndController.java index 04e80312..1635914e 100644 --- a/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/web/ExprnClsrmEndController.java +++ b/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/web/ExprnClsrmEndController.java @@ -245,7 +245,7 @@ public class ExprnClsrmEndController { //결과보고 파일 존재 유무 체크(4개 모두) String rsltAllYn = "Y"; - if (StringUtil.isEmpty(vEEduAplctVO.getOrgnlRsltAtchFileId()) || StringUtil.isEmpty(vEEduAplctVO.getEvdncPhtAtchFileId()) || StringUtil.isEmpty(vEEduAplctVO.getCpyRsltAtchFileId()) || StringUtil.isEmpty(vEEduAplctVO.getRmtTrnAtchFileId())) { + if (StringUtil.isEmpty(vEEduAplctVO.getOrgnlRsltAtchFileId()) || StringUtil.isEmpty(vEEduAplctVO.getEvdncPhtAtchFileId()) ) { rsltAllYn = "N"; } model.addAttribute("rsltAllYn", rsltAllYn); diff --git a/src/main/webapp/WEB-INF/jsp/oprtn/cpyrgExprnClsrm/oprtnStateMngDetail.jsp b/src/main/webapp/WEB-INF/jsp/oprtn/cpyrgExprnClsrm/oprtnStateMngDetail.jsp index 6f28ec23..cb147cf1 100644 --- a/src/main/webapp/WEB-INF/jsp/oprtn/cpyrgExprnClsrm/oprtnStateMngDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/oprtn/cpyrgExprnClsrm/oprtnStateMngDetail.jsp @@ -539,6 +539,14 @@ + + +

전체 교육인원

+ + + ${info.trgtPrsnlReal}명 + + <%--

사전 설문조사

diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndDetail.jsp index 333af3b9..5390634d 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndDetail.jsp @@ -1161,8 +1161,8 @@ - 교육희망일 - 시간 + 차시 + 일자 학습주제 지도내용 비고 @@ -1172,6 +1172,9 @@ + ${status.count} + + ${list.eduHopeDt} @@ -1180,17 +1183,6 @@ - - - - ${list.strtTm} - ~ - ${list.endTm} - <%-- - - ~ - - --%> - (${list.lrnTm}분) ${list.lrnSbjct} ${list.lrnCn} @@ -1327,7 +1319,7 @@

전체 교육인원

- ${info.trgtPrsnlReal} + ${info.trgtPrsnlReal}명 diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndRslt.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndRslt.jsp index 823f36f4..85fc369c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndRslt.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmEnd/exprnClsrmEndRslt.jsp @@ -294,13 +294,16 @@ if(tmprrYn == 'Y'){ //임시 저장 데이터가 있을 시 테이블 update 처리 var url = ""; } - + var msg = "제출 완료되었습니다."; + if($("#tmprrSave").val() == 'Y'){ + msg = "임시저장되었습니다." + } var sendData = { "eduAplctOrd": $('#eduAplctOrd').val() , "aprvlCd" : $('#aprvlCd').val() //결과제출 - 10, 임시제출 - 230 , "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val() , "innorixFileListVO": data - , "successMsg" : "제출 완료되었습니다." + , "successMsg" : msg } if(fn_innorixCmmAjax(sendData, url) == "OK") @@ -322,15 +325,21 @@ return false; } - if(control2.getFileCount() == 0){ + /* if(control2.getFileCount() == 0){ alert("평가용 결과보고서를 첨부해주세요.") return false; - } + } */ if(control3.getFileCount() == 0){ alert("증빙사진을 첨부해주세요.") return false; } + + if($("#trgtPrsnlRealTxt").val() == ''){ + alert("전체 교육인원을 입력해주세요.") + return false; + } + document.getElementById('aprvlCd').value = '10'; //임시저장 파일이 아닌 새로 추가한 파일만 업로드 처리 @@ -406,6 +415,7 @@ } + document.getElementById('tmprrSave').value = 'Y'; //임시저장일 시 alert을 임시저장되었습니다.로 변경 document.getElementById('aprvlCd').value = '230'; document.getElementById('trgtPrsnlReal').value = $("trgtPrsnlRealTxt").val() //업로드 경로 설정 -upload.jsp에서 uploader.setDirectory(innoDirPath) 식으로 사용 @@ -441,6 +451,7 @@ + " /> @@ -484,7 +495,7 @@
-

필수입력 항목*

평가용 결과보고서
+
평가용 결과보고서
※ 평가용 결과보고서를 제출하지 않을 경우, 심사대상에서 자동 제외
@@ -505,7 +516,7 @@
-

필수입력 항목*

증빙사진
+

필수입력 항목*

증빙사진
※1개 파일로 압축하여 업로드
@@ -547,10 +558,10 @@
-
전체 교육인원
+

필수입력 항목*

전체 교육인원
※ 공문에 기입하는 정보와
동일하게 작성
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRprtDashboard.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRprtDashboard.jsp index ef3301e0..5ff562b8 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRprtDashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRprtDashboard.jsp @@ -295,12 +295,16 @@ var url = ""; } + var msg = "제출 완료되었습니다."; + if($("#tmprrSave").val() == 'Y'){ + msg = "임시저장되었습니다." + } var sendData = { "eduAplctOrd": $('#eduAplctOrd').val() , "aprvlCd" : $('#aprvlCd').val() //결과제출 - 10, 임시제출 - 230 , "trgtPrsnlReal" : $('#trgtPrsnlRealTxt').val() , "innorixFileListVO": data - , "successMsg" : "제출 완료되었습니다." + , "successMsg" : msg } if(fn_innorixCmmAjax(sendData, url) == "OK") @@ -322,15 +326,19 @@ return false; } - if(control2.getFileCount() == 0){ + /* if(control2.getFileCount() == 0){ alert("평가용 결과보고서를 첨부해주세요.") return false; - } + } */ if(control3.getFileCount() == 0){ alert("증빙사진을 첨부해주세요.") return false; } + if($("#trgtPrsnlRealTxt").val() == ''){ + alert("전체 교육인원을 입력해주세요.") + return false; + } document.getElementById('aprvlCd').value = '10'; //임시저장 파일이 아닌 새로 추가한 파일만 업로드 처리 @@ -425,6 +433,7 @@ } + document.getElementById('tmprrSave').value = 'Y'; //임시저장일 시 alert을 임시저장되었습니다.로 변경 document.getElementById('aprvlCd').value = '230'; document.getElementById('trgtPrsnlReal').value = $("trgtPrsnlRealTxt").val() //업로드 경로 설정 -upload.jsp에서 uploader.setDirectory(innoDirPath) 식으로 사용 @@ -441,6 +450,7 @@ + " /> @@ -549,7 +559,7 @@
-

필수입력 항목*

평가용 결과보고서
+
평가용 결과보고서
※ 평가용 결과보고서를 제출하지 않을 경우, 심사대상에서 자동 제외
@@ -570,7 +580,7 @@
-

필수입력 항목*

증빙사진
+

필수입력 항목*

증빙사진
※ 1개 파일로 압축하여 업로드
@@ -612,10 +622,10 @@
-
전체 교육인원
+

필수입력 항목*

전체 교육인원
※ 공문에 기입하는 정보와
동일하게 작성
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRsltDashboard.jsp b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRsltDashboard.jsp index f8666a90..7b43d810 100644 --- a/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRsltDashboard.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRsltDashboard.jsp @@ -536,8 +536,8 @@ - 교육희망일 - 시간 + 차시 + 일자 학습주제 지도내용 비고 @@ -546,6 +546,9 @@ + + ${status.count} + @@ -554,15 +557,7 @@ - - - - - - - ~ - - - (${list.lrnTm}분) + ${list.lrnSbjct} ${list.lrnCn}