2022-12-02 12:33 관리자 조정상태값 변경

This commit is contained in:
myname 2022-12-02 12:33:45 +09:00
parent 64d329ca55
commit c1734ca51b

View File

@ -361,7 +361,40 @@
<p><c:out value="${item.adrSn}" /></p>
</td>
<td>
<c:choose>
<c:when test="${
item.statCd eq '101010'
or item.statCd eq '101050'
or item.statCd eq '104050'
or item.statCd eq '102050'
or item.statCd eq '103050'
or item.statCd eq '201050'
or item.statCd eq '201010'
or item.statCd eq '202010'
or item.statCd eq '202050'
or item.statCd eq '202090'
or item.statCd eq '204010'
or item.statCd eq '204050'
or item.statCd eq '204090'
or item.statCd eq '205010'
or item.statCd eq '205050'
or item.statCd eq '205090'
}">
<p class="status_ing">
<kc:code codeId="CC022" code="${item.statCd}"/>
</p>
</c:when>
<c:when test="${item.statCdTx eq '' || item.statCdTx eq null }"></c:when>
<c:when test="${item.statCd eq '104010'}">
<p class="status_cmp">
@ -374,6 +407,7 @@
</p>
</c:otherwise>
</c:choose>
</td>
</tr>
<%-- <tr>