이지우 - 관리자 성인 교육 목록 리포팅 툴 서버별 처리

This commit is contained in:
jiwoo 2024-01-05 17:12:39 +09:00
parent 8962ccf7ef
commit e714bc1e08

View File

@ -409,14 +409,22 @@
<!-- //cont --> <!-- //cont -->
</form:form> </form:form>
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/>
<c:choose>
<c:when test="${isLocal eq 'real'}">
<script src="http://101.79.81.151/ReportingServer/html5/js/crownix-viewer.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://101.79.81.151/ReportingServer/html5/css/crownix-viewer.min.css">
</c:when>
<c:otherwise>
<script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script> <script src="http://119.193.215.98:8093/ReportingServer/html5/js/crownix-viewer.min.js"></script>
<link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css"> <link rel="stylesheet" type="text/css" href="http://119.193.215.98:8093/ReportingServer/html5/css/crownix-viewer.min.css">
<spring:eval expression="@property['Globals.prod.islocal']" var="isLocal"/> </c:otherwise>
</c:choose>
<script> <script>
/* /*
* 오버레이 방식 * 오버레이 방식
*/ */
//function fncCmpltCrtfc(p_prcsAplctPrdOrd, p_eduAplctOrd){
function chkRprtPrint(){ function chkRprtPrint(){
var isLocal = '${isLocal}'; var isLocal = '${isLocal}';
var rsltList = []; var rsltList = [];
@ -439,12 +447,9 @@
}else{ //개발 }else{ //개발
var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service'); var viewer = new m2soft.crownix.Viewer('http://119.193.215.98:8093/ReportingServer/service');
viewer.hideToolbarItem(["save"]); viewer.hideToolbarItem(["save"]);
//viewer.openFile('adult_rslts_20240104.mrd', '/rf [http://192.168.0.12:8086/offedu/ve/aplct/adultVisitEdu/eduAplct/adultRsltRprtListAjax.do?rsltList='+rsltList+']');
viewer.openFile('adult_rslts_20240104.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/adultRsltRprtListAjax.do?rsltList='+rsltList+']'); viewer.openFile('adult_rslts_20240104.mrd', '/rf [http://119.193.215.98:9989/offedu/ve/aplct/adultVisitEdu/eduAplct/adultRsltRprtListAjax.do?rsltList='+rsltList+']');
} }
//viewer.openFile('adult_rslts_20240104.mrd', '/rf [http://192.168.0.12:8086/offedu/ve/aplct/adultVisitEdu/eduAplct/adultRsltRprtListAjax.do?rsltList='+rsltList+']');
} }
</script> </script>