2022-11-07 17:40 체험등록 오류 사항 수정
This commit is contained in:
parent
e0acf86c7f
commit
96a5b2d6a4
@ -279,6 +279,8 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
function sendDlvInfoPop() {
|
function sendDlvInfoPop() {
|
||||||
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoPop.do", '580', '350', "dlvInfoPop", $('#dlvpop'));
|
commonPopWindowopenForm("/kccadr/adjPgrMgr/dlvinfo/popup/dlvInfoPop.do", '580', '350', "dlvInfoPop", $('#dlvpop'));
|
||||||
}
|
}
|
||||||
@ -370,10 +372,57 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//결재선 팝업 - 고도화
|
||||||
|
function fnc_aprvl_pop(param){
|
||||||
|
var pop = document.pop;
|
||||||
|
pop.sbmtTyCd.value=param;
|
||||||
|
|
||||||
|
//commonPopWindowopenForm("/kccadr/adjReqMgOff/popup/adjReqMgrOffAppReqPop.do", '1000', '700', "entInfoPop", $('#pop'));
|
||||||
|
|
||||||
|
if (param=='201010'){ //20, 30, 40
|
||||||
|
commonPopWindowopenForm("/kccadr/advcAprvl/popup/advcAprvlReqPop.do", '1000', '700', "entInfoPop", $('#pop'));
|
||||||
|
//commonPopWindowopenForm("/kccadr/advcAprvl/popup/advcAprvlReqPop502030.do", '1000', '700', "entInfoPop502030", $('#pop'));
|
||||||
|
|
||||||
|
}else if (param=='202010'){ //30
|
||||||
|
commonPopWindowopenForm("/kccadr/advcAprvl/popup/advcAprvlReqPop30.do", '1000', '700', "entInfoPop30", $('#pop'));
|
||||||
|
|
||||||
|
}else if (param=='204010'
|
||||||
|
|| param=='205010'
|
||||||
|
|| param=='302010'
|
||||||
|
|| param=='303010'
|
||||||
|
|| param=='304010'
|
||||||
|
|| param=='305010'
|
||||||
|
|| param=='306010'
|
||||||
|
|| param=='307010'
|
||||||
|
){ //50
|
||||||
|
//204010, 307010, 305010, 304010, 303010, 306010, 302010, 205010
|
||||||
|
commonPopWindowopenForm("/kccadr/advcAprvl/popup/advcAprvlReqPop50.do", '1000', '700', "entInfoPop50", $('#pop'));
|
||||||
|
|
||||||
|
}else if (param=='309010'){ //50, 20, 30
|
||||||
|
commonPopWindowopenForm("/kccadr/advcAprvl/popup/advcAprvlReqPop502030.do", '1000', '700', "entInfoPop502030", $('#pop'));
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
//결재 팝업이후 처리 내용
|
||||||
|
function fnc_aprvl_pop_ret(param){
|
||||||
|
//updtDntSbmt(); //SBMT_YN='Y'로 처리
|
||||||
|
fncGoList(); //조정진행목록으로
|
||||||
|
}
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
<!-- 고도화로 추가됨 -->
|
||||||
|
<form id="pop" name="pop" method="post">
|
||||||
|
<input type="hidden" id="adrSeq" name="adrSeq" value="<c:out value="${info.adrSeq}" />" />
|
||||||
|
<input type="hidden" id="adrSn" name="adrSn" value="<c:out value="${info.adrSn}" />" />
|
||||||
|
<input type="hidden" id="adrNo" name="adrNo" value="<c:out value="${info.adrNo}" />" />
|
||||||
|
|
||||||
|
<!-- 고도화로 추가됨 -->
|
||||||
|
<input type="hidden" id="sbmtTyCd" name="sbmtTyCd" value=""/>
|
||||||
|
|
||||||
|
</form>
|
||||||
<form id="dlvpop" name="dlvpop" method="post">
|
<form id="dlvpop" name="dlvpop" method="post">
|
||||||
<input type="hidden" id="adrNo" name="adrNo" value="<c:out value="${info.adrNo}" />" />
|
<input type="hidden" id="adrNo" name="adrNo" value="<c:out value="${info.adrNo}" />" />
|
||||||
<input type="hidden" id="adrSn" name="adrSn" value="<c:out value="${info.adrSn }" />" />
|
<input type="hidden" id="adrSn" name="adrSn" value="<c:out value="${info.adrSn }" />" />
|
||||||
@ -796,6 +845,8 @@
|
|||||||
<!-- 기일조서결재반려(302090) 또는 기일조서결재반려(302090) 인 경우에만 결재요청이 보인다. -->
|
<!-- 기일조서결재반려(302090) 또는 기일조서결재반려(302090) 인 경우에만 결재요청이 보인다. -->
|
||||||
<c:if test="${info.statCd eq '302090' or info.statCd*1 lt 300000}">
|
<c:if test="${info.statCd eq '302090' or info.statCd*1 lt 300000}">
|
||||||
<button type="button" class="btnType02" onclick="fnc_aprvl_step_1('302010');">결재요청</button>
|
<button type="button" class="btnType02" onclick="fnc_aprvl_step_1('302010');">결재요청</button>
|
||||||
|
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_pop('302010');">결재요청(새로운결재선)</button> -->
|
||||||
|
<button type="button" class="btnType02" onclick="fnc_aprvl_pop('302010');">결재요청</button>
|
||||||
<button type="button" class="btnType06" onclick="fncUpd()">수정</button>
|
<button type="button" class="btnType06" onclick="fncUpd()">수정</button>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- <button type="button" class="btnType06" onclick="fncDlv()">송달조회</button> -->
|
<!-- <button type="button" class="btnType06" onclick="fncDlv()">송달조회</button> -->
|
||||||
|
|||||||
@ -1,429 +1,429 @@
|
|||||||
<%@ page contentType="text/html; charset=utf-8"%>
|
<%@ page contentType="text/html; charset=utf-8"%>
|
||||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||||
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
||||||
<%
|
<%
|
||||||
response.setHeader("Cache-Control","no-store");
|
response.setHeader("Cache-Control","no-store");
|
||||||
response.setHeader("Pragma","no-cache");
|
response.setHeader("Pragma","no-cache");
|
||||||
response.setDateHeader("Expires",0);
|
response.setDateHeader("Expires",0);
|
||||||
if (request.getProtocol().equals("HTTP/1.1")) response.setHeader("Cache-Control", "no-cache");
|
if (request.getProtocol().equals("HTTP/1.1")) response.setHeader("Cache-Control", "no-cache");
|
||||||
%>
|
%>
|
||||||
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="ko">
|
<html lang="ko">
|
||||||
<head>
|
<head>
|
||||||
<title>조정사건 목록</title>
|
<title>조정사건 목록</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
||||||
<link rel="stylesheet" href="/kccadrPb/usr/datepicker/classic.css">
|
<link rel="stylesheet" href="/kccadrPb/usr/datepicker/classic.css">
|
||||||
<link rel="stylesheet" href="/kccadrPb/usr/datepicker/classic.date.css">
|
<link rel="stylesheet" href="/kccadrPb/usr/datepicker/classic.date.css">
|
||||||
|
|
||||||
<script src="/kccadrPb/usr/script/popup.js"></script>
|
<script src="/kccadrPb/usr/script/popup.js"></script>
|
||||||
<script src="/kccadrPb/usr/datepicker/picker.js"></script>
|
<script src="/kccadrPb/usr/datepicker/picker.js"></script>
|
||||||
<script src="/kccadrPb/usr/datepicker/picker.date.js"></script>
|
<script src="/kccadrPb/usr/datepicker/picker.date.js"></script>
|
||||||
<script src="/kccadrPb/usr/datepicker/legacy.js"></script>
|
<script src="/kccadrPb/usr/datepicker/legacy.js"></script>
|
||||||
<script src="/kccadrPb/usr/datepicker/ko_KR.js"></script>
|
<script src="/kccadrPb/usr/datepicker/ko_KR.js"></script>
|
||||||
<script type="text/javaScript" language="javascript">
|
<script type="text/javaScript" language="javascript">
|
||||||
|
|
||||||
function fncStatusList(status){
|
function fncStatusList(status){
|
||||||
document.listForm.searchStatus.value = status;
|
document.listForm.searchStatus.value = status;
|
||||||
document.listForm.searchCondition.value = '';
|
document.listForm.searchCondition.value = '';
|
||||||
document.listForm.searchKeyword.value = '';
|
document.listForm.searchKeyword.value = '';
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
function fncGoList(){
|
function fncGoList(){
|
||||||
linkPage(1);
|
linkPage(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
function linkPage(pageNo){
|
function linkPage(pageNo){
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.pageIndex.value = pageNo ;
|
listForm.pageIndex.value = pageNo ;
|
||||||
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
|
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstIncidentList.do'/>";
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncGoDetail(adrSeq){
|
function fncGoDetail(adrSeq){
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.adrSeq.value = adrSeq;
|
listForm.adrSeq.value = adrSeq;
|
||||||
listForm.action = "<c:url value='/web/kccadr/accdnt/ai/adjstIncidentDetail.do'/>";
|
listForm.action = "<c:url value='/web/kccadr/accdnt/ai/adjstIncidentDetail.do'/>";
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncGoingDetail(type){
|
function fncGoingDetail(type){
|
||||||
/*
|
/*
|
||||||
*type
|
*type
|
||||||
* A :신청
|
* A :신청
|
||||||
* B :진행
|
* B :진행
|
||||||
* C :종결
|
* C :종결
|
||||||
*/
|
*/
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.action = "<c:url value='/web/kccadr/adjstExpDetail/adjstIncidentDetail.do'/>";
|
listForm.action = "<c:url value='/web/kccadr/adjstExpDetail/adjstIncidentDetail.do'/>";
|
||||||
if(type == undefined)
|
if(type == undefined)
|
||||||
{
|
{
|
||||||
listForm.pageType.value = '';
|
listForm.pageType.value = '';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
listForm.pageType.value = type;
|
listForm.pageType.value = type;
|
||||||
}
|
}
|
||||||
|
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
function fncGoCreate(){
|
function fncGoCreate(){
|
||||||
var listForm = document.listForm ;
|
var listForm = document.listForm ;
|
||||||
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstReqRegistInformation.do'/>";
|
listForm.action = "<c:url value='/web/kccadr/adjstExp/adjstReqRegistInformation.do'/>";
|
||||||
listForm.submit();
|
listForm.submit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
|
||||||
$($('.td_num').get().reverse()).each(function(index, item){
|
$($('.td_num').get().reverse()).each(function(index, item){
|
||||||
console.log($(item).text(index+1));
|
console.log($(item).text(index+1));
|
||||||
});
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<form:form id="listForm" name="listForm" commandName="adjstIncidentVO" onsubmit="return false;" method="post">
|
<form:form id="listForm" name="listForm" commandName="adjstIncidentVO" onsubmit="return false;" method="post">
|
||||||
<input type="hidden" name="pageIndex" value="<c:out value='${adjstIncidentVO.pageIndex}' default='1' />"/>
|
<input type="hidden" name="pageIndex" value="<c:out value='${adjstIncidentVO.pageIndex}' default='1' />"/>
|
||||||
<input type="hidden" name="searchSortCnd" value="<c:out value="${adjstIncidentVO.searchSortCnd}" />" />
|
<input type="hidden" name="searchSortCnd" value="<c:out value="${adjstIncidentVO.searchSortCnd}" />" />
|
||||||
<input type="hidden" name="searchSortOrd" value="<c:out value="${adjstIncidentVO.searchSortOrd}" />" />
|
<input type="hidden" name="searchSortOrd" value="<c:out value="${adjstIncidentVO.searchSortOrd}" />" />
|
||||||
<input type="hidden" name="searchStatus" value="<c:out value="${adjstIncidentVO.searchStatus}" />" />
|
<input type="hidden" name="searchStatus" value="<c:out value="${adjstIncidentVO.searchStatus}" />" />
|
||||||
<input type="hidden" name="pageType" id="pageType" value="" />
|
<input type="hidden" name="pageType" id="pageType" value="" />
|
||||||
<input type="hidden" name="searchCondition" value="" />
|
<input type="hidden" name="searchCondition" value="" />
|
||||||
<input type="hidden" name="searchKeyword" value="" />
|
<input type="hidden" name="searchKeyword" value="" />
|
||||||
<input type="hidden" name="adrSeq" value="" />
|
<input type="hidden" name="adrSeq" value="" />
|
||||||
<input type="hidden" name="adrSn" value="" />
|
<input type="hidden" name="adrSn" value="" />
|
||||||
<input type="hidden" name="step" value="4" />
|
<input type="hidden" name="step" value="4" />
|
||||||
|
|
||||||
<c:set var="searchStatus" value="${adjstIncidentVO.searchStatus }" />
|
<c:set var="searchStatus" value="${adjstIncidentVO.searchStatus }" />
|
||||||
<!-- cont -->
|
<!-- cont -->
|
||||||
<div class="cont_wrap sub02_1" id="sub">
|
<div class="cont_wrap sub02_1" id="sub">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<div class="cont_tit">
|
<div class="cont_tit">
|
||||||
<h2>[체험] 조정사건 목록<c:out value="${adjstIncidentVO.searchStatus = null ? 'A' : adjstIncidentVO.searchStatus}" /></h2>
|
<h2>[체험] 조정사건 목록<c:out value="${adjstIncidentVO.searchStatus == null ? 'A' : adjstIncidentVO.searchStatus}" /></h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- list_top -->
|
<!-- list_top -->
|
||||||
<div class="list_top">
|
<div class="list_top">
|
||||||
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
<!-- <p>총 건수 : <span>204</span>건</p> -->
|
||||||
<div class="tab_wrap">
|
<div class="tab_wrap">
|
||||||
<button type="button" onclick="fncStatusList(''); return false;" class="tab ${empty searchStatus ? 'on' : '' }">전체</button>
|
<button type="button" onclick="fncStatusList(''); return false;" class="tab ${empty searchStatus ? 'on' : '' }">전체</button>
|
||||||
<button type="button" onclick="fncStatusList('A'); return false;" class="${searchStatus eq 'A'? 'on' : '' } tab">신청</button>
|
<button type="button" onclick="fncStatusList('A'); return false;" class="${searchStatus eq 'A'? 'on' : '' } tab">신청</button>
|
||||||
<button type="button" onclick="fncStatusList('B'); return false;" class="${searchStatus eq 'B' ? 'on' : '' } tab">진행</button>
|
<button type="button" onclick="fncStatusList('B'); return false;" class="${searchStatus eq 'B' ? 'on' : '' } tab">진행</button>
|
||||||
<button type="button" onclick="fncStatusList('C'); return false;" class="${searchStatus eq 'C' ? 'on' : '' } tab">종결</button>
|
<button type="button" onclick="fncStatusList('C'); return false;" class="${searchStatus eq 'C' ? 'on' : '' } tab">종결</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="list_util"></div>
|
<div class="list_util"></div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //list_top -->
|
<!-- //list_top -->
|
||||||
|
|
||||||
<!-- list -->
|
<!-- list -->
|
||||||
<div class="tb_list01">
|
<div class="tb_list01">
|
||||||
<table>
|
<table>
|
||||||
<caption>조정사건 목록 : 번호, 접수일자, 신청인, 피신청인, 신청내용, 조정부, 기일, 조정차수,
|
<caption>조정사건 목록 : 번호, 접수일자, 신청인, 피신청인, 신청내용, 조정부, 기일, 조정차수,
|
||||||
조정상태등의 정보제공</caption>
|
조정상태등의 정보제공</caption>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 80px;">
|
<col style="width: 80px;">
|
||||||
<col style="width: 12%;">
|
<col style="width: 12%;">
|
||||||
<col style="width: 12%;">
|
<col style="width: 12%;">
|
||||||
<col style="width: 12%;">
|
<col style="width: 12%;">
|
||||||
<col style="width: auto;">
|
<col style="width: auto;">
|
||||||
<col style="width: 12%;">
|
<col style="width: 12%;">
|
||||||
<col style="width: 12%;">
|
<col style="width: 12%;">
|
||||||
<col style="width: 12%;">
|
<col style="width: 12%;">
|
||||||
<col style="width: 140px;">
|
<col style="width: 140px;">
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">번호</th>
|
<th scope="col">번호</th>
|
||||||
<th scope="col">접수일자</th>
|
<th scope="col">접수일자</th>
|
||||||
<th scope="col">신청인</th>
|
<th scope="col">신청인</th>
|
||||||
<th scope="col">피신청인</th>
|
<th scope="col">피신청인</th>
|
||||||
<th scope="col">신청내용</th>
|
<th scope="col">신청내용</th>
|
||||||
<th scope="col">조정부</th>
|
<th scope="col">조정부</th>
|
||||||
<th scope="col">기일</th>
|
<th scope="col">기일</th>
|
||||||
<th scope="col">조정차수</th>
|
<th scope="col">조정차수</th>
|
||||||
<th scope="col">조정상태</th>
|
<th scope="col">조정상태</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<!-- 전체 // 신청 목록 -->
|
<!-- 전체 // 신청 목록 -->
|
||||||
<c:if test="${searchStatus eq '' || searchStatus eq 'A' }">
|
<c:if test="${searchStatus eq '' || searchStatus eq 'A' }">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"></td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-11-21</p>
|
<p>2021-11-21</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>합의1부</p>
|
<p>합의1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">작성중</p>
|
<p class="status_write">작성중</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"></td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-12-06</p>
|
<p>2021-12-06</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">박영희</a>
|
<a href="#none" onclick="fncGoingDetail();">박영희</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">김철수</a>
|
<a href="#none" onclick="fncGoingDetail();">김철수</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">어문저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">어문저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>조정1부</p>
|
<p>조정1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">제출완료</p>
|
<p class="status_write">제출완료</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- 전체 // 진행 목록 -->
|
<!-- 전체 // 진행 목록 -->
|
||||||
<c:if test="${searchStatus eq '' || searchStatus eq 'B' }">
|
<c:if test="${searchStatus eq '' || searchStatus eq 'B' }">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"></td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-11-21</p>
|
<p>2021-11-21</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>합의1부</p>
|
<p>합의1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">조정진행중</p>
|
<p class="status_write">조정진행중</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"></td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-11-21</p>
|
<p>2021-11-21</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
<a href="#none" onclick="fncGoingDetail();">김길동 외1명</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>합의1부</p>
|
<p>합의1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">조정진행중</p>
|
<p class="status_write">조정진행중</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"></td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-12-06</p>
|
<p>2021-12-06</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('S');">박영희</a>
|
<a href="#none" onclick="fncGoingDetail('S');">박영희</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('S');">김철수</a>
|
<a href="#none" onclick="fncGoingDetail('S');">김철수</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail('S');">어문저작물</a>
|
<a href="#none" onclick="fncGoingDetail('S');">어문저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>조정1부</p>
|
<p>조정1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">수수료납부요청</p>
|
<p class="status_write">수수료납부요청</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:if>
|
</c:if>
|
||||||
<!-- 전체 // 종결 목록 -->
|
<!-- 전체 // 종결 목록 -->
|
||||||
<c:if test="${searchStatus eq '' || searchStatus eq 'C' }">
|
<c:if test="${searchStatus eq '' || searchStatus eq 'C' }">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"></td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-11-21</p>
|
<p>2021-11-21</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
<a href="#none" onclick="fncGoingDetail();">홍길동</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">김길동</a>
|
<a href="#none" onclick="fncGoingDetail();">김길동</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">미술저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>합의1부</p>
|
<p>합의1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">조정종결</p>
|
<p class="status_write">조정종결</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td class="td_num"></td>
|
<td class="td_num"></td>
|
||||||
<td class="td_date">
|
<td class="td_date">
|
||||||
<span class="read_only m_th_text">접수일자</span>
|
<span class="read_only m_th_text">접수일자</span>
|
||||||
<p>2021-12-06</p>
|
<p>2021-12-06</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_subscriber">
|
<td class="td_subscriber">
|
||||||
<span class="m_th_text">신청인</span>
|
<span class="m_th_text">신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">박영희</a>
|
<a href="#none" onclick="fncGoingDetail();">박영희</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_respondent">
|
<td class="td_respondent">
|
||||||
<span class="m_th_text">피신청인</span>
|
<span class="m_th_text">피신청인</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">김철수</a>
|
<a href="#none" onclick="fncGoingDetail();">김철수</a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_tit">
|
<td class="td_tit">
|
||||||
<span class="read_only m_th_text">신청내용</span>
|
<span class="read_only m_th_text">신청내용</span>
|
||||||
<a href="#none" onclick="fncGoingDetail();">어문저작물</a>
|
<a href="#none" onclick="fncGoingDetail();">어문저작물</a>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정부</span>
|
<span class="m_th_text">조정부</span>
|
||||||
<p>조정1부</p>
|
<p>조정1부</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">기일</span>
|
<span class="m_th_text">기일</span>
|
||||||
<p>-</p>
|
<p>-</p>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<span class="m_th_text">조정차수</span>
|
<span class="m_th_text">조정차수</span>
|
||||||
<p>1차</p>
|
<p>1차</p>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_status">
|
<td class="td_status">
|
||||||
<span class="read_only m_th_text">조정상태</span>
|
<span class="read_only m_th_text">조정상태</span>
|
||||||
<p class="status_write">조정종결</p>
|
<p class="status_write">조정종결</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</c:if>
|
</c:if>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<!-- //list -->
|
<!-- //list -->
|
||||||
|
|
||||||
<!-- 하단 버튼 -->
|
<!-- 하단 버튼 -->
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<button class="btnType09" onclick="fncGoCreate()">등록</button>
|
<button class="btnType09" onclick="fncGoCreate()">등록</button>
|
||||||
</div>
|
</div>
|
||||||
<!-- //하단 버튼 -->
|
<!-- //하단 버튼 -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</form:form>
|
</form:form>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user