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

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