2023/08/29 1. 튜토리얼 이미지 수정 2. 나의 조정사건 목록 페이지 수정

This commit is contained in:
subsub 2023-08-29 11:43:07 +09:00
parent 9389608889
commit f9e38fbb41
8 changed files with 7 additions and 7 deletions

View File

@ -139,7 +139,7 @@
<option value="4" ${adjstIncidentVO.searchCondition eq '4' ? 'selected' : '' }>피신청인명</option> <option value="4" ${adjstIncidentVO.searchCondition eq '4' ? 'selected' : '' }>피신청인명</option>
<option value="5" ${adjstIncidentVO.searchCondition eq '5' ? 'selected' : '' }>신청내용</option> <option value="5" ${adjstIncidentVO.searchCondition eq '5' ? 'selected' : '' }>신청내용</option>
<c:if test="${adjstIncidentVO.searchStatus ne 'B'}"> <c:if test="${adjstIncidentVO.searchStatus ne 'B'}">
<option value="6" ${adjstIncidentVO.searchCondition eq '6' ? 'selected' : '' }>조정상태</option> <option value="6" ${adjstIncidentVO.searchCondition eq '6' ? 'selected' : '' }>진행상태</option>
</c:if> </c:if>
</select> </select>
@ -202,7 +202,7 @@
<th scope="col">조정부<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th> <th scope="col">조정부<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th>
<th scope="col">기일<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th> <th scope="col">기일<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th>
<th scope="col">조정차수<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th> <th scope="col">조정차수<%--<button type="button" class="sort sortBtn" id="sort_REQ_CN1"></button>--%></th>
<th scope="col">조정상태<%--<button type="button" class="sort sortBtn" id="sort_STAT_CD"></button>--%></th> <th scope="col">진행상태<%--<button type="button" class="sort sortBtn" id="sort_STAT_CD"></button>--%></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
@ -319,7 +319,7 @@
<p><c:out value="${empty list.adrSn ? '-' : list.adrSn}"/>${empty list.adrSn ? '' : '차'}</p> <p><c:out value="${empty list.adrSn ? '-' : list.adrSn}"/>${empty list.adrSn ? '' : '차'}</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>
<c:choose> <c:choose>
<c:when test="${(list.statCd eq KccadrConstants.ADR_UPDT_APPR) or (list.statCd eq KccadrConstants.ADR_SUPP_REQ)}"> <c:when test="${(list.statCd eq KccadrConstants.ADR_UPDT_APPR) or (list.statCd eq KccadrConstants.ADR_SUPP_REQ)}">
<button class="status_scrq" data-tooltip="sch_${list.adrSeq}_popup" onclick="fncSecurityPop('${list.adrSeq}','${list.edtTy}','${list.edtSn}')" title="팝업 열림" style="cursor: pointer"><kc:code codeId="CC022" code="${list.statCd}"/></button> <button class="status_scrq" data-tooltip="sch_${list.adrSeq}_popup" onclick="fncSecurityPop('${list.adrSeq}','${list.edtTy}','${list.edtSn}')" title="팝업 열림" style="cursor: pointer"><kc:code codeId="CC022" code="${list.statCd}"/></button>
@ -396,7 +396,7 @@
<!-- 하단 버튼 --> <!-- 하단 버튼 -->
<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>
<!-- //하단 버튼 --> <!-- //하단 버튼 -->

View File

@ -112,7 +112,7 @@
<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> --%>
<h2>[체험] 조정사건 목록</h2> <h2>[체험] 나의 조정사건 목록</h2>
</div> </div>
<!-- list_top --> <!-- list_top -->
@ -154,7 +154,7 @@
<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>
@ -299,7 +299,7 @@
<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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 94 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 106 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 111 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 91 KiB