From 9e15be3c8906fbe858011f312bfdb42c8a8e88f7 Mon Sep 17 00:00:00 2001 From: HappyITN Date: Fri, 14 Oct 2022 16:17:35 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A1=B0=EC=83=81=ED=9D=AC=20=EB=A0=88?= =?UTF-8?q?=EB=93=9C=EB=A7=88=EC=9D=B8=20#2833,=20#2834=20=EC=9D=98?= =?UTF-8?q?=EA=B2=AC=20=EB=93=B1=EB=A1=9D,=20=EC=9D=98=EA=B2=AC=20-=20?= =?UTF-8?q?=EC=9E=90=EC=A3=BC=EC=93=B0=EB=8A=94=20=EC=9D=98=EA=B2=AC=20?= =?UTF-8?q?=EB=AA=A9=EB=A1=9D=20=ED=8C=9D=EC=97=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/AdjstConciliatorController.java | 11 +- .../jsp/web/kccadr/adjcclt/adjstDrtDetail.jsp | 38 +++++-- .../adjcclt/popup/adjstOpinionsPopList.jsp | 106 ++++++++++++++++++ .../kccadr/kccadrCom/kccadrConstantsJsp.jsp | 19 ++++ src/main/webapp/kccadrPb/usr/css/content.css | 8 ++ 5 files changed, 173 insertions(+), 9 deletions(-) create mode 100644 src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/popup/adjstOpinionsPopList.jsp diff --git a/src/main/java/kcc/kccadr/adjcclt/web/AdjstConciliatorController.java b/src/main/java/kcc/kccadr/adjcclt/web/AdjstConciliatorController.java index 2428c8ba..e855f85e 100644 --- a/src/main/java/kcc/kccadr/adjcclt/web/AdjstConciliatorController.java +++ b/src/main/java/kcc/kccadr/adjcclt/web/AdjstConciliatorController.java @@ -365,7 +365,16 @@ public class AdjstConciliatorController { model.addAttribute("info", info); return "/web/kccadr/adjcclt/adjstDrtDetail"; - } + } + + /** + * 기일조서 상세 > 자주쓰는 의견 목록 팝업 + */ + @RequestMapping("/web/kccadr/adjcclt/popup/adjstOpinionsPopList.do") + public String adjstOpinionsPopList(@ModelAttribute("adjstConciliatorVO") AdjstConciliatorVO adjstConciliatorVO, ModelMap model) throws Exception { +// model.addAttribute("info", adjstConciliatorService.selectAdjstRecommendationCommentDetail(adjstConciliatorVO)); + return "/web/kccadr/adjcclt/popup/adjstOpinionsPopList"; + } /** * 조정사건 목록 화면 diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/adjstDrtDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/adjstDrtDetail.jsp index 5692c3f4..4591ac15 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/adjstDrtDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjcclt/adjstDrtDetail.jsp @@ -12,6 +12,7 @@ 기일조서 상세 + + + + + + + + +" /> +" /> + + + + + diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/kccadrCom/kccadrConstantsJsp.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/kccadrCom/kccadrConstantsJsp.jsp index 92e6a2a0..6aa91599 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/kccadrCom/kccadrConstantsJsp.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/kccadrCom/kccadrConstantsJsp.jsp @@ -1223,6 +1223,25 @@ var AdjstReq = { , "adjstHostoryPop" ); }, + opinionsAdjstPopList : function(paramObj){ + if(paramObj == undefined || paramObj == ''){ + paramObj = { + pageIndex : 1, + searchKeyword : "", + searchCondition : "", + pageUnit : 5 + }; + } + // 이전신청데이터 팝업 호출.. + commonPopLayeropen( + "/web/kccadr/adjcclt/popup/adjstOpinionsPopList.do" + , 500 + , 600 + , paramObj + , "N" + , "adjstOpinionsPop" + ); + }, openExamplePop : function(exmpCd){ /* - 01 : 신청취지 diff --git a/src/main/webapp/kccadrPb/usr/css/content.css b/src/main/webapp/kccadrPb/usr/css/content.css index dee55cd3..a64c3e61 100644 --- a/src/main/webapp/kccadrPb/usr/css/content.css +++ b/src/main/webapp/kccadrPb/usr/css/content.css @@ -242,6 +242,7 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .tb_list01 tbody .td_tit a{color: #222; font-weight: 400;} .tb_list01 tbody .td_date p{overflow: visible; text-overflow: unset; white-space: normal;} .tb_list01 tbody .hover_content_box {left:-10px;top:50px;} +.tb_list01 tbody .td_tit02 {font-weight:400;color:#222;text-align:left;} .tb_list01 .td_status p,.tb_list01 .td_status a,.tb_list01 .td_status button{display: inline-block; width: auto; padding: 4.5px 10px; box-sizing: border-box; border-radius: 20px; border: 1px solid #ccc; background-color: #fff; line-height: 1.2; font-size: 16px} .tb_list01 .td_status .status_write{border: 1px solid #1b6fcd; color: #1b6fcd;} @@ -303,6 +304,13 @@ table .label{position: absolute;width: 1px; height: 1px; margin: 0; border: none .tbType01 td .check_wrap input[type="checkbox"],.tbType01 td .radio_wrap input[type="radio"]{vertical-align: middle;} .tbType01 td input:read-only,.tbType01 td input:disabled,.tbType01 td button:disabled,.tbType01 td select:disabled{background-color: #eee !important; color: #aaa !important; font-size: 16px;} +.tbType01 tbody .opinion .text {line-height:20px;text-align:right;} +.tbType01 tbody .opinion .text input {width:20px;height:20px;margin:0;} +.tbType01 tbody .opinion .text input + label {line-height:24px;vertical-align:top;} +.tbType01 tbody .opinion .box {overflow:hidden;margin:10px 0 0;} +.tbType01 tbody .opinion .box textarea {float:left;width:calc(100% - 100px);} +.tbType01 tbody .opinion .box .btnType09 {width:90px;height:120px;} + .tbType02{border-top: 1px solid #000; width: 100%; text-align: center; margin-bottom: 20px; table-layout: fixed;} .tbType02 thead tr{background-color: #f3f3f3; border-bottom: 0.01em solid #d5d5d5;} .tbType02 thead th{font-size: 16px; height: 55px; color: #222; vertical-align: middle;}