2022-12-06 15:41 사용자/관리자 리스트 조정상태 값 수정

This commit is contained in:
myname 2022-12-06 15:41:29 +09:00
parent 7b90490b38
commit 21e17f7653
2 changed files with 26 additions and 2 deletions

View File

@ -361,7 +361,21 @@
<p><c:out value="${item.adrSn}" /></p> <p><c:out value="${item.adrSn}" /></p>
</td> </td>
<td> <td>
<c:choose>
<c:when test="${item.statCd eq '104010'}">
<p class="status_cmp">
<c:out value="${item.statCdTx}" />
</p>
</c:when>
<c:otherwise>
<p class="status_ing">
<kc:code codeId="CC013" code="${item.statCd}"/>
</p>
</c:otherwise>
</c:choose>
<!--
<c:choose> <c:choose>
<c:when test="${ <c:when test="${
@ -407,6 +421,7 @@
</p> </p>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
-->
</td> </td>
</tr> </tr>

View File

@ -306,7 +306,9 @@
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<p class="status_write"> <p class="status_write">
<kc:code codeId="CC022" code="${list.statCd}"/>
<!--
<c:choose> <c:choose>
<c:when test="${ <c:when test="${
list.statCd eq '101010' list.statCd eq '101010'
@ -332,6 +334,10 @@
or list.statCd eq '205050' or list.statCd eq '205050'
or list.statCd eq '205090' or list.statCd eq '205090'
or list.statCd eq '302010'
or list.statCd eq '302050'
or list.statCd eq '302090'
}"> }">
<kc:code codeId="CC022" code="${list.statCd}"/> <kc:code codeId="CC022" code="${list.statCd}"/>
@ -339,6 +345,7 @@
<c:when test="${not empty list.codeNm}"> <c:when test="${not empty list.codeNm}">
${list.codeNm} ${list.codeNm}
/<kc:code codeId="CC022" code="${list.statCd}"/>
</c:when> </c:when>
@ -346,7 +353,9 @@
<kc:code codeId="CC022" code="${list.statCd}"/> <kc:code codeId="CC022" code="${list.statCd}"/>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose>
-->
</p> </p>
</c:otherwise> </c:otherwise>