From dc08a0f526a2709ec45503ddc34e433c3a36297b Mon Sep 17 00:00:00 2001 From: jiwoo Date: Tue, 12 Dec 2023 15:10:54 +0900 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=A7=80=EC=9A=B0=20-=20=EC=82=AC?= =?UTF-8?q?=EC=9A=A9=EC=9E=90=20=EC=A0=80=EC=9E=91=EA=B6=8C=20=EC=B2=B4?= =?UTF-8?q?=ED=97=98=EA=B5=90=EC=8B=A4=20>=20=EC=84=9C=EB=A5=98=EC=A0=9C?= =?UTF-8?q?=EC=B6=9C(=EC=B0=A8=EC=8B=9C=EB=B3=84=20=EA=B3=84=ED=9A=8D=20?= =?UTF-8?q?=EC=97=85=EB=A1=9C=EB=93=9C)=20>=20=ED=94=8C=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=8A=A4=ED=99=80=EB=8D=94=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/ExprnClsrmAplctController.java | 6 +++--- .../exprnClsrmEnd/exprnClsrmEndDetail.jsp | 11 +++++++---- .../exprnClsrmInfo/exprnDocumentDashboard.jsp | 19 ++++++++++++++----- 3 files changed, 24 insertions(+), 12 deletions(-) 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; + }
@@ -548,11 +556,11 @@
- + + - - + @@ -697,7 +705,7 @@
- + @@ -839,6 +847,7 @@
<%-- --%> +