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>
|
||||
<th>
|
||||
일자
|
||||
<button type="button" class="btn_sort">▲</button>
|
||||
<!-- <button type="button" class="btn_sort">▲</button> -->
|
||||
</th>
|
||||
<th>진행현황</th>
|
||||
<th>비고</th>
|
||||
|
||||
@ -160,9 +160,9 @@
|
||||
|
||||
<div class="cont">
|
||||
<div id="tabNav" class="tab_btn tab03">
|
||||
<button class="tab ${info.tabSeq eq '0' ? '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 '0' ? 'on' : ''}">사건일반</button>
|
||||
<button class="tab ${info.tabSeq eq '1' ? 'on' : ''}">사건문서</button>
|
||||
<button class="tab ${info.tabSeq eq '2' ? 'on' : ''}">진행정보</button>
|
||||
</div>
|
||||
<div id="tabContent" class="tab_cont on"></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}" />" />
|
||||
<!-- //cont_tit -->
|
||||
<div class="tab_cont on">
|
||||
<p class="tb_tit">신청 정보</p>
|
||||
<p class="tb_tit">조정 진행 정보</p>
|
||||
<div class="tbType03">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: 15%">
|
||||
<col style="width: 15%">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 30%;">
|
||||
<%-- <col style="width: 15%;"> --%>
|
||||
</colgroup>
|
||||
|
||||
<thead>
|
||||
|
||||
<tr>
|
||||
<th>일자 <button type="button" class="btn_sort">▲</button></th>
|
||||
<th>내용</th>
|
||||
<!-- <th>일자 <button type="button" class="btn_sort">▲</button></th> -->
|
||||
<!-- <th>내용</th> -->
|
||||
<!-- <th>비고</th> -->
|
||||
|
||||
<th>
|
||||
일자
|
||||
<!-- <button type="button" class="btn_sort">▲</button> -->
|
||||
</th>
|
||||
<th>진행현황</th>
|
||||
<th>비고</th>
|
||||
|
||||
</tr>
|
||||
</thead>
|
||||
|
||||
|
||||
@ -199,6 +199,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>문건명</p>
|
||||
</th>
|
||||
<td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user