-
+
<%-- --%>
diff --git a/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp b/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp
index 634cb85b..094ac09e 100644
--- a/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp
+++ b/src/main/webapp/WEB-INF/jsp/kccadr/adjCourtCnctn/adjCourtCnctnList.jsp
@@ -22,6 +22,9 @@ $(document).ready(function(){
$("input[name=ckStsListAll]").attr("checked", true);
+
+ $("input[name=crtLinkHouseAll]").attr("checked", true);
+
fncCheckValue('ckStsList', '${val}')
@@ -70,13 +73,15 @@ function linkPage(pageNo){
function fn_Create(){
var goForm = document.goForm;
+ goForm.action = "
";
goForm.submit();
}
-function fn_goDetail(crtSeq){
+function fn_goDetail(crtSeq, crtCnfrm){
var goForm = document.goForm;
goForm.action = "
";
goForm.crtSeq.value = crtSeq;
+ goForm.crtCnfrm.value = crtCnfrm;
goForm.submit();
}
@@ -156,6 +161,27 @@ function setSearchMonthDate(month) {
+
+
+
+
+ 회부법원
+
+
+
+
+
+
+
+ checked="checked"
+ >
+
+
+
+
+
<%-- --%>
조정상태
@@ -286,7 +312,14 @@ function setSearchMonthDate(month) {
-
+
+
+
+
+
+
+
+
|
@@ -296,15 +329,15 @@ function setSearchMonthDate(month) {
|
- |
- |
- |
- |
- |
- |
- |
- |
- |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
+ |
|
@@ -343,6 +376,8 @@ function setSearchMonthDate(month) {
" method="post">
+
+