diff --git a/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmAplct/web/ExprnClsrmAplctController.java b/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmAplct/web/ExprnClsrmAplctController.java index 0d7d452b..9559b664 100644 --- a/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmAplct/web/ExprnClsrmAplctController.java +++ b/src/main/java/kcc/ve/aplct/cpyrgExprnClsrm/exprnClsrmAplct/web/ExprnClsrmAplctController.java @@ -555,7 +555,7 @@ public class ExprnClsrmAplctController { int cnt = vEEduAplctService.selectCntAplctPrd(vEEduAplctVO); model.addAttribute("cnt", cnt); return "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnAplctDashboard"; - }else if("40".equals(Type)) { //type4 - 결과보고 + }else if("40".equals(Type)) { //서류제출 //거래선 파일 정보 가져오기 FileVO fileVO = new FileVO(); @@ -591,7 +591,7 @@ public class ExprnClsrmAplctController { return "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard"; - }else if("50".equals(Type) || "60".equals(Type)){ //type5 - 최종결과 + }else if("50".equals(Type) || "60".equals(Type)){ //운영진행중, 결과보고 완료 FileVO fileVO = new FileVO(); if(vEEduAplctVO.getOrgnlRsltAtchFileId() != null){ @@ -615,7 +615,7 @@ public class ExprnClsrmAplctController { vEEduAplctVO.setRmtTrnAtchFileDetail(fileService.selectFileInf(fileVO)); } return "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnRprtDashboard"; - }else { + }else { //검토중, 운영종료 FileVO fileVO = new FileVO(); if(vEEduAplctVO.getOrgnlRsltAtchFileId() != null){ 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 775b1cab..318841bf 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 @@ -29,6 +29,9 @@ margin-bottom: 0; } + input::placeholder { + font-style: italic; + }
| - + |
@@ -839,6 +847,7 @@
<%-- '">운영 목록으로 이동 --%>
+
|