From 5f1864a5749cb839076a8098323bb273ef3cd3ad Mon Sep 17 00:00:00 2001 From: subsub Date: Thu, 21 Mar 2024 14:20:56 +0900 Subject: [PATCH] =?UTF-8?q?2024/03/21=20[=EC=9B=B9=EC=A0=91=EA=B7=BC?= =?UTF-8?q?=EC=84=B1=20=EC=88=98=EC=A0=95]=20=EC=B2=B4=ED=97=98=ED=95=98?= =?UTF-8?q?=EA=B8=B0=20=ED=8E=98=EC=9D=B4=EC=A7=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/kccadr/adjst/adjstReqRegistStep1.jsp | 2 +- .../web/kccadr/adjst/adjstReqRegistStep2.jsp | 6 +- .../kccadr/adjstExp/adjstReqRegistStep1.jsp | 2 +- .../kccadr/adjstExp/adjstReqRegistStep2.jsp | 11 +++- .../jsp/web/kccadr/adjstExp/docIssReqList.jsp | 10 +++- .../adjstExp/popup/adjstIncidentDetailPop.jsp | 1 + .../adjstReqStatusTabDetail.jsp | 18 +++--- .../kccadr/adjstExpDetail/docIssReqRegist.jsp | 4 +- .../expAdjstChangeDateCreate.jsp | 2 +- .../expAdjstDeputyReqCreate.jsp | 11 ++-- .../kccadr/adjstExpDetail/expCorReqCreate.jsp | 55 +++++++++---------- .../webapp/kccadrPb/usr/script/content.js | 7 ++- 12 files changed, 73 insertions(+), 56 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp index c526a7e4..053afa40 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep1.jsp @@ -326,7 +326,7 @@ function fn_countryCodeToggle(){
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp index 0da1f4a7..a9b7d58e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjst/adjstReqRegistStep2.jsp @@ -51,7 +51,9 @@ // 페이지 로드 데이터 셋팅 AdjstReq.step2Onload(); - + $("#addPerson").on("click",function(){ + boardCaptionToggle02(); + }) /* 피 신청인 조회 버튼 Function $('.respondentSch').on('click', function(e){ @@ -413,7 +415,7 @@
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep1.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep1.jsp index 1a285e56..5d1b8a37 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep1.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep1.jsp @@ -295,7 +295,7 @@ $( document ).ready(function(){
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep2.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep2.jsp index 0f8dd5c5..38096018 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep2.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/adjstReqRegistStep2.jsp @@ -51,6 +51,9 @@ // 페이지 로드 데이터 셋팅 AdjstReq.step2Onload(); + $("#addPersonExp").on("click",function(){ + boardCaptionToggle02(); + }) function vali(val){ @@ -86,8 +89,9 @@ document.STEP8.submit(); }); - }); + + @@ -127,7 +131,7 @@
- +
@@ -155,7 +159,8 @@ - + + diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/docIssReqList.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/docIssReqList.jsp index acc13c7f..d00c2e9a 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/docIssReqList.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/docIssReqList.jsp @@ -45,6 +45,14 @@ + + + + + + + + @@ -69,7 +77,7 @@
-
+ ~
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp index 61a5fccb..2ce3a615 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExp/popup/adjstIncidentDetailPop.jsp @@ -124,6 +124,7 @@

피신청인 정보

+ diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstReqStatusTabDetail.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstReqStatusTabDetail.jsp index a05a9518..08941f1e 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstReqStatusTabDetail.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/adjstReqStatusTabDetail.jsp @@ -326,21 +326,21 @@ resInfo--%>
- +
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp index 3e9646e6..83e632d1 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/docIssReqRegist.jsp @@ -89,8 +89,8 @@
diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstChangeDateCreate.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstChangeDateCreate.jsp index 86b4533c..1dab4a0c 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstChangeDateCreate.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstChangeDateCreate.jsp @@ -327,7 +327,7 @@ --> diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstDeputyReqCreate.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstDeputyReqCreate.jsp index be1985f1..50240e94 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstDeputyReqCreate.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expAdjstDeputyReqCreate.jsp @@ -33,13 +33,14 @@ $("input[name=rpplRltnTy]").on("click",function(){ if($(this).is(":checked")){ $("input[name=rpplRltnTy]").prop("checked" , false); - $(this).closest("td").find("input[type=text]").prop("disabled", true); + $(this).closest("td").find("input[type=text]").prop("readonly", true); $(this).closest("td").find("input[type=text]").val(""); $(this).prop("checked" , true); - $(this).next().next().prop("disabled", false); + $(this).next().next().prop("readonly", false); + $(this).next().next().removeClass("read-only"); }else{ $(this).next().next().val(""); - $(this).next().next().prop("disabled", true); + $(this).next().next().prop("readonly", true); } }); @@ -371,9 +372,9 @@ checked > - + checked> - + diff --git a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expCorReqCreate.jsp b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expCorReqCreate.jsp index f405eb13..31dee441 100644 --- a/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expCorReqCreate.jsp +++ b/src/main/webapp/WEB-INF/jsp/web/kccadr/adjstExpDetail/expCorReqCreate.jsp @@ -294,9 +294,9 @@ @@ -305,25 +305,24 @@

필수입력 항목*

피신청인 이름

- + - @@ -332,14 +331,14 @@

이메일

- + - + diff --git a/src/main/webapp/kccadrPb/usr/script/content.js b/src/main/webapp/kccadrPb/usr/script/content.js index 9338b84e..c985f8c9 100644 --- a/src/main/webapp/kccadrPb/usr/script/content.js +++ b/src/main/webapp/kccadrPb/usr/script/content.js @@ -297,8 +297,8 @@ function boardCaptionToggle02(){ var subTit = $(".cont_tit h2").text(); var itmText = ""; $(".tbType01").each(function(idx,tb){ - var thLength = $(tb).find("tbody>tr>th").length; - $(tb).find("tbody>tr>th").each(function(index,item){ + var thLength = $(tb).find("tbody>tr>th:visible").length; + $(tb).find("tbody>tr>th:visible").each(function(index,item){ itmText += $(item).text(); if (index === thLength - 1) { //마지막 th일 경우 - ,가 들어가면 안됨. @@ -324,7 +324,8 @@ function boardCaptionToggle02(){ } } - }else{ + } + else{ if($(tb).find("input,select,textarea").length > 0){ if($(tb).children("caption").length == 0){ $(tb).prepend(""+subTit + " : " + itmText + "등의 정보입력");