이지우 - 성인교육 강사참석확인서 작업중

This commit is contained in:
jiwoo 2023-10-30 11:16:36 +09:00
parent 78087cbd65
commit a7161f52a8
3 changed files with 21 additions and 0 deletions

View File

@ -776,6 +776,8 @@
, d.lctr_plan_atch_file_id AS lctrPlanAtchFileId
, d.user_id AS instrCnfrmId
, (SELECT COUNT(1) FROM ve_edu_chasi_instr_asgnm_hstry WHERE edu_aplct_ord = #eduAplctOrd# AND edu_chasi_ord = #eduChasiOrd#) AS hstryCnt
, b.attend_atch_file_id AS attendAtchFileId
, b.pht_atch_file_id AS phtAtchFileId
FROM ve_edu_chasi a
JOIN ve_edu_aplct b
ON a.edu_aplct_ord = b.edu_aplct_ord

View File

@ -21,12 +21,16 @@
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
<!-- for validator #1 -->
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<%@ taglib prefix="validator" uri="http://www.springmodules.org/tags/commons-validator"%>
<!-- for validator #1 -->
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<spring:eval expression="@property['Globals.Innorix.License']" var="license"/>
<script src="<c:url value='/innorix/innorix_${license}.js' />"></script>
<script src="<c:url value='/js/kccadr/innorixCommon.js' />"></script>
<!-- for validator #2 -->
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
@ -1022,6 +1026,7 @@
<button type="button" class="btnType01 updownRoad" data-tooltip="sub35_pop01" id="ATTEND" onclick="filePopupLayer('ATTEND')" title="팝업 열림">강사 참석 확인서 업로드</button>
</c:otherwise>
</c:choose>
<button type="button" class="btnType01" onclick="location.href='${pageContext.request.contextPath}/cmm/fms/FileDown.do?atchFileId=FILE_000000000015299&amp;fileSn=1'" title="서약서 양식 다운로드">강사 참석 확인서 양식 다운로드</button>
</td>
</tr>

View File

@ -294,6 +294,20 @@ $( document ).ready(function() {
</th>
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.email)}"/></td>
</tr>
<tr>
<th scope="row">
<p>강사 참석 확인서</p>
</th>
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.chrgNm)}"/></td>
</tr>
<tr>
<th scope="row">
<p>교육 사진</p>
</th>
<td colspan="3"><c:out value="${cryptoUtil.decrypt(info.chrgNm)}"/></td>
</tr>
</tbody>
</table>
</div>