이준호 전자조정시스템 고도화 커밋

- 조정진행 목록에서 종결 탭 주석처리
This commit is contained in:
LJH 2022-11-21 14:54:56 +09:00
parent 4b663b2731
commit 9979e01acd
2 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@
<button type="button" onclick="fncStatusList(''); return false;" class="tab ${empty adjstIncidentVO.searchStatus ? 'on' : '' }">전체</button>
<button type="button" onclick="fncStatusList('A'); return false;" class="${adjstIncidentVO.searchStatus eq 'A'? 'on' : '' } tab">신청</button>
<button type="button" onclick="fncStatusList('B'); return false;" class="${adjstIncidentVO.searchStatus eq 'B' ? 'on' : '' } tab">진행</button>
<button type="button" onclick="fncStatusList('C'); return false;" class="${adjstIncidentVO.searchStatus eq 'C' ? 'on' : '' } tab">종결</button>
<%-- <button type="button" onclick="fncStatusList('C'); return false;" class="${adjstIncidentVO.searchStatus eq 'C' ? 'on' : '' } tab">종결</button> --%>
</div>
<div class="list_util">
<label for="searchCondition">검색조건 선택</label>

View File

@ -122,7 +122,7 @@
<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('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 class="list_util"></div>
</div>