견문 판단기준 변경 요청.

master
강석 최 2022-04-27 14:46:24 +09:00
parent 83f343bbb0
commit d3e233f0bf
1 changed files with 22 additions and 37 deletions

View File

@ -44,35 +44,6 @@
<table class="tbl_list" width="100%" border="0" cellpadding="0" cellspacing="0" summary="게시판 목록을 확인 할 수 있습니다.">
<caption class="hidden">게시판 목록</caption>
<colgroup>
<c:if test="${dutiesCode == 2}">
<col width="150">
<col width="170">
<col width="60">
<col width="*">
<col width="80">
<col width="180">
<col width="30">
<col width="150">
</c:if>
<c:if test="${dutiesCode == 3}">
<col width="150">
<col width="170">
<col width="60">
<col width="*">
<col width="80">
<col width="80">
<col width="15">
<col width="15">
<col width="15">
<col width="15">
<col width="15">
<col width="15">
<col width="15">
<col width="15">
<col width="80">
</c:if>
</colgroup>
<thead>
<tr>
<th align="center"><span class="order" value="in_regdate"><spring:message code="board.header.regdate" /><img src="/images/cmmn/blank_1x1.png" /></span></th>
@ -134,14 +105,28 @@
<c:if test="${dutiesCode >= 2}">
<td align="center"><input type="checkbox" class="cbInSeq" name="reportList[${status.index}].inSeq" value="${result.inSeq}"/></td>
<c:if test="${dutiesCode == 3}">
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="1"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="2"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="3"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="4"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="5"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="6"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="7"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="8" checked="checked"/></td>
<c:choose>
<c:when test="${result.inRegdate<='2021-04-30 23:59:59'}">
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="1"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="2"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="3"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="4"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="5"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="6"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="7" checked="checked"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="8" disabled/></td>
</c:when>
<c:otherwise>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="1"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="2" disabled/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="3"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="4"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="5" disabled/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="6"/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="7" disabled/></td>
<td align="center"><input type="radio" name="reportList[${status.index}].inJudge" value="8" checked="checked"/></td>
</c:otherwise>
</c:choose>
<c:if test="${myGroupCode ne 3}">
<td align="center"><input type="checkbox" name="reportList[${status.index}].inReport" value="1"/></td>
</c:if>