이지우 - 관리자 성인 신청서 출력 시 강의료지급기관, 대상, 인원 항목 추가

This commit is contained in:
jiwoo 2024-02-02 16:40:25 +09:00
parent 8aadeaaf88
commit 820fac6efa

View File

@ -118,10 +118,6 @@
<td> <td>
<ve:code codeId="VE0012" code="${info.insttDivCd}"/> <ve:code codeId="VE0012" code="${info.insttDivCd}"/>
</td> </td>
<th scope="row">
<p>교육매체</p>
</th>
<td>${info.eduMd}</td>
</tr> </tr>
<c:choose> <c:choose>
@ -131,7 +127,12 @@
<p>교육매체</p> <p>교육매체</p>
</th> </th>
<td colspan="3"> <td colspan="3">
<c:if test="${info.eduMdCd eq '99' }">
<c:out value="${info.eduMd}"/> <c:out value="${info.eduMd}"/>
</c:if>
<c:if test="${info.eduMdCd ne '99' }">
<ve:code codeId="VEA015" code="${info.eduMdCd}"/>
</c:if>
</td> </td>
</tr> </tr>
</c:when> </c:when>
@ -141,7 +142,7 @@
<p>주소</p> <p>주소</p>
</th> </th>
<td colspan="3"> <td colspan="3">
(${info.post}) ${info.addr} ${info.addrDetail} (${info.post}) ${info.addr}&nbsp;&nbsp;${info.addrDetail}
</td> </td>
</tr> </tr>
</c:otherwise> </c:otherwise>
@ -187,7 +188,7 @@
</tr> </tr>
<tr> <tr>
<th scope="row"> <th scope="row">
<p>신청상태${info.aprvlCd}</p> <p>신청상태</p>
</th> </th>
<td colspan="3"> <td colspan="3">
<c:choose> <c:choose>
@ -227,6 +228,12 @@
</c:choose> </c:choose>
</td> </td>
</tr> </tr>
<tr>
<th scope="row">
<p>강의료지급기관</p>
</th>
<td colspan="3"><ve:code codeId="VEA016" code="${info.feeInsttCd}"/></td>
</tr>
<c:if test="${info.aprvlCd eq '30'}"> <c:if test="${info.aprvlCd eq '30'}">
<tr> <tr>
<th scope="row"> <th scope="row">
@ -281,8 +288,8 @@
<fmt:formatDate value="${endTm}" pattern="kk:mm"/> <fmt:formatDate value="${endTm}" pattern="kk:mm"/>
(${list.lrnTm}분) (${list.lrnTm}분)
</td> </td>
<td><c:out value="${list.trgt}" /></td> <td><c:out value="${info.eduTrgt}" /></td>
<td><c:out value="${list.prsnl}" /></td> <td><c:out value="${info.eduPrsnl}" /></td>
</tr> </tr>
</c:forEach> </c:forEach>
</tbody> </tbody>