2022-12-22 13:58 결재 문구 수정

This commit is contained in:
myname 2022-12-22 13:59:02 +09:00
parent bcab09149b
commit 420e0ee2a0

View File

@ -113,7 +113,7 @@
<div class="cont_wrap sub02_1" id="sub">
<div class="inner">
<div class="cont_tit">
<h2>결 목록 조회</h2>
<h2>결 목록 조회</h2>
</div>
<!-- list_top -->
<!-- list_top -->
@ -123,13 +123,13 @@
<div class="detail_search">
<ul>
<li>
<p class="tit_text">결상태</p>
<p class="tit_text">결상태</p>
<div class="check_wrap">
<c:set var="searchStatus" value="${fn:join(adjstConciliatorVO.searchStatusArr, ',') }"/>
<span><input type="checkbox" ${fn:indexOf(searchStatus, '99') ne -1 ? 'checked' : ''} value="99" name="searchStatusArr" id="searchSatus1" ><label for="searchSatus1">전체</label> </span>
<span><input type="checkbox" ${fn:indexOf(searchStatus, '01') ne -1 ? 'checked' : ''} value="01" name="searchStatusArr" id="searchSatus2" ><label for="searchSatus2">결재대기</label></span>
<span><input type="checkbox" ${fn:indexOf(searchStatus, '02') ne -1 ? 'checked' : ''} value="02" name="searchStatusArr" id="searchSatus3" ><label for="searchSatus3">결재진행</label></span>
<span><input type="checkbox" ${fn:indexOf(searchStatus, '03') ne -1 ? 'checked' : ''} value="03" name="searchStatusArr" id="searchSatus4" ><label for="searchSatus4">결완료</label></span>
<span><input type="checkbox" ${fn:indexOf(searchStatus, '03') ne -1 ? 'checked' : ''} value="03" name="searchStatusArr" id="searchSatus4" ><label for="searchSatus4">결완료</label></span>
<span><input type="checkbox" ${fn:indexOf(searchStatus, '04') ne -1 ? 'checked' : ''} value="04" name="searchStatusArr" id="searchSatus5" ><label for="searchSatus5">반려</label></span>
</div>
</li>