2025-10-23 16:56 설문 및 이수증 출력 수정
This commit is contained in:
parent
bb780aa1ec
commit
568eaa97f5
@ -896,10 +896,14 @@
|
|||||||
1 = 1 /*
|
1 = 1 /*
|
||||||
AND b.respond_id = a.user_id */
|
AND b.respond_id = a.user_id */
|
||||||
AND a.edu_aplct_ord = b.edu_aplct_ord
|
AND a.edu_aplct_ord = b.edu_aplct_ord
|
||||||
AND b.EDU_CHASI_ORD IS NULL )aa ,
|
AND (b.EDU_CHASI_ORD IS NULL or b.EDU_CHASI_ORD = '')
|
||||||
|
)aa ,
|
||||||
lettnqestnrinfo bb
|
lettnqestnrinfo bb
|
||||||
WHERE
|
WHERE
|
||||||
|
/*
|
||||||
aa.qustnr_tmplat_id = bb.qustnr_tmplat_id
|
aa.qustnr_tmplat_id = bb.qustnr_tmplat_id
|
||||||
|
*/
|
||||||
|
1=1
|
||||||
AND aa.qestnr_id = bb.qestnr_id
|
AND aa.qestnr_id = bb.qestnr_id
|
||||||
GROUP BY
|
GROUP BY
|
||||||
aa.EDU_APLCT_ORD ,
|
aa.EDU_APLCT_ORD ,
|
||||||
|
|||||||
@ -27,6 +27,7 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
|
||||||
|
|
||||||
<%-- <script type="text/javascript" src="<c:url value='/js/ve/tmapJS.js'/>"></script> --%>
|
<%-- <script type="text/javascript" src="<c:url value='/js/ve/tmapJS.js'/>"></script> --%>
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
@ -130,6 +131,5 @@
|
|||||||
</script>
|
</script>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@ -141,6 +141,42 @@
|
|||||||
, "Y"
|
, "Y"
|
||||||
, "QustnrList"
|
, "QustnrList"
|
||||||
);
|
);
|
||||||
|
}
|
||||||
|
|
||||||
|
//이수증 출력
|
||||||
|
function fncPrintCert(
|
||||||
|
id //aplctOrd
|
||||||
|
, chId //chasiOrd
|
||||||
|
, p_site_id_cd //10,20,30
|
||||||
|
, p_action //select, insert
|
||||||
|
, p_qustnrTmplatId //select, insert
|
||||||
|
, p_qestnrId //select, insert
|
||||||
|
, p_qustnrRespondId //select, insert
|
||||||
|
){
|
||||||
|
|
||||||
|
paramObj = {
|
||||||
|
"eduAplctOrd" : id
|
||||||
|
,"eduChasiOrd" : chId
|
||||||
|
,"siteIdCd" : p_site_id_cd
|
||||||
|
,"siteId" : "60" //설문정보를 위해서 설문지의 대상값을 넣는다. VE0011 10-청소년, 20-성인,30-체험, 40-외부, 50-기반, 60-기소
|
||||||
|
|
||||||
|
,"action" : p_action
|
||||||
|
|
||||||
|
,"qustnrTmplatId" : p_qustnrTmplatId
|
||||||
|
,"qestnrId" : p_qestnrId
|
||||||
|
,"qustnrRespondId" : p_qustnrRespondId
|
||||||
|
};
|
||||||
|
|
||||||
|
commonPopLayeropen(
|
||||||
|
//"${pageContext.request.contextPath}/web/ve/aplct/cpyrgExprnClsrm/scholInfo/popup/qustnrPopList.do"
|
||||||
|
"${pageContext.request.contextPath}/web/ve/aplct/cpyrgExprnClsrm/scholInfo/popup/certPopList.do"
|
||||||
|
, 800
|
||||||
|
, 700
|
||||||
|
, paramObj
|
||||||
|
, "Y"
|
||||||
|
, "QustnrList"
|
||||||
|
);
|
||||||
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -141,7 +141,43 @@
|
|||||||
, "Y"
|
, "Y"
|
||||||
, "QustnrList"
|
, "QustnrList"
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//이수증 출력
|
||||||
|
function fncPrintCert(
|
||||||
|
id //aplctOrd
|
||||||
|
, chId //chasiOrd
|
||||||
|
, p_site_id_cd //10,20,30
|
||||||
|
, p_action //select, insert
|
||||||
|
, p_qustnrTmplatId //select, insert
|
||||||
|
, p_qestnrId //select, insert
|
||||||
|
, p_qustnrRespondId //select, insert
|
||||||
|
){
|
||||||
|
|
||||||
|
paramObj = {
|
||||||
|
"eduAplctOrd" : id
|
||||||
|
,"eduChasiOrd" : chId
|
||||||
|
,"siteIdCd" : p_site_id_cd
|
||||||
|
,"siteId" : "60" //설문정보를 위해서 설문지의 대상값을 넣는다. VE0011 10-청소년, 20-성인,30-체험, 40-외부, 50-기반, 60-기소
|
||||||
|
|
||||||
|
,"action" : p_action
|
||||||
|
|
||||||
|
,"qustnrTmplatId" : p_qustnrTmplatId
|
||||||
|
,"qestnrId" : p_qestnrId
|
||||||
|
,"qustnrRespondId" : p_qustnrRespondId
|
||||||
|
};
|
||||||
|
|
||||||
|
commonPopLayeropen(
|
||||||
|
//"${pageContext.request.contextPath}/web/ve/aplct/cpyrgExprnClsrm/scholInfo/popup/qustnrPopList.do"
|
||||||
|
"${pageContext.request.contextPath}/web/ve/aplct/cpyrgExprnClsrm/scholInfo/popup/certPopList.do"
|
||||||
|
, 800
|
||||||
|
, 700
|
||||||
|
, paramObj
|
||||||
|
, "Y"
|
||||||
|
, "QustnrList"
|
||||||
|
);
|
||||||
|
|
||||||
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<!-- content -->
|
<!-- content -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user