2022-11-16 11:32 수정 사항 작업
This commit is contained in:
parent
c9646e8eb3
commit
95c66973ce
@ -100,7 +100,7 @@ function fncCancelDo(p_a, p_b){
|
|||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
일자
|
일자
|
||||||
<button type="button" class="btn_sort">▲</button>
|
<!-- <button type="button" class="btn_sort">▲</button> -->
|
||||||
</th>
|
</th>
|
||||||
<th>진행현황</th>
|
<th>진행현황</th>
|
||||||
<th>비고</th>
|
<th>비고</th>
|
||||||
|
|||||||
@ -160,9 +160,9 @@
|
|||||||
|
|
||||||
<div class="cont">
|
<div class="cont">
|
||||||
<div id="tabNav" class="tab_btn tab03">
|
<div id="tabNav" class="tab_btn tab03">
|
||||||
<button class="tab ${info.tabSeq eq '0' ? 'on' : ''}">조정 사건 일반</button>
|
<button class="tab ${info.tabSeq eq '0' ? 'on' : ''}">사건일반</button>
|
||||||
<button class="tab ${info.tabSeq eq '1' ? 'on' : ''}">조정 종결 정보</button>
|
<button class="tab ${info.tabSeq eq '1' ? 'on' : ''}">사건문서</button>
|
||||||
<button class="tab ${info.tabSeq eq '2' ? 'on' : ''}">신청 정보</button>
|
<button class="tab ${info.tabSeq eq '2' ? 'on' : ''}">진행정보</button>
|
||||||
</div>
|
</div>
|
||||||
<div id="tabContent" class="tab_cont on"></div>
|
<div id="tabContent" class="tab_cont on"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -26,21 +26,30 @@ function fn_egov_downFile(atchFileId, fileSn){
|
|||||||
<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}" />" />
|
||||||
<!-- //cont_tit -->
|
<!-- //cont_tit -->
|
||||||
<div class="tab_cont on">
|
<div class="tab_cont on">
|
||||||
<p class="tb_tit">신청 정보</p>
|
<p class="tb_tit">조정 진행 정보</p>
|
||||||
<div class="tbType03">
|
<div class="tbType03">
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col style="width: 15%">
|
|
||||||
<col style="width: 15%">
|
<col style="width: 15%">
|
||||||
<col style="width: auto;">
|
<col style="width: auto;">
|
||||||
|
<col style="width: 30%;">
|
||||||
<%-- <col style="width: 15%;"> --%>
|
<%-- <col style="width: 15%;"> --%>
|
||||||
</colgroup>
|
</colgroup>
|
||||||
|
|
||||||
<thead>
|
<thead>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>일자 <button type="button" class="btn_sort">▲</button></th>
|
<!-- <th>일자 <button type="button" class="btn_sort">▲</button></th> -->
|
||||||
<th>내용</th>
|
<!-- <th>내용</th> -->
|
||||||
|
<!-- <th>비고</th> -->
|
||||||
|
|
||||||
|
<th>
|
||||||
|
일자
|
||||||
|
<!-- <button type="button" class="btn_sort">▲</button> -->
|
||||||
|
</th>
|
||||||
|
<th>진행현황</th>
|
||||||
<th>비고</th>
|
<th>비고</th>
|
||||||
|
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
|
||||||
|
|||||||
@ -199,6 +199,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row">
|
<th scope="row">
|
||||||
|
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||||
<p>문건명</p>
|
<p>문건명</p>
|
||||||
</th>
|
</th>
|
||||||
<td>
|
<td>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user