미사용 화면 제거

main
이범준 4 months ago
parent e0d26d96fe
commit 35bf2f4a74

@ -345,35 +345,12 @@
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<form id="IC006M02" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>

@ -1,560 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap" style="">
<w2:keyInfo>
<w2:key id="kbn" name="구분" dataType="text"></w2:key>
<w2:key dataType="text" id="inStDate" name="통행시작일자"></w2:key>
<w2:key dataType="text" id="inEdDate" name="통행종료일자"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="kbn" name="구분" dataType="text"></w2:column>
<w2:column id="inDate" name="통행일자" dataType="date"></w2:column>
<w2:column id="fareOfficeId" name="요금소ID" dataType="text"></w2:column>
<w2:column id="totalQ" name="통행량 총계" dataType="number"></w2:column>
<w2:column id="cltSumQ" name="통행량 징수 소계" dataType="number"></w2:column>
<w2:column id="cltCashSumQ" name="통행량 징수 현금 소계" dataType="number"></w2:column>
<w2:column id="cltCashNormalQ" name="통행량 징수 현금 일반" dataType="number"></w2:column>
<w2:column id="cltCashLightSumQ" name="통행량 징수 현금 경차 소계" dataType="number"></w2:column>
<w2:column id="cltCashLightNormalQ" name="통행량 징수 현금 경차 일반" dataType="number"></w2:column>
<w2:column id="cltCashLightRfidQ" name="통행량 징수 현금 경차 RFID" dataType="number"></w2:column>
<w2:column id="cltCardTotalSumQ" name="통행량 징수 카드 합계 소계" dataType="number"></w2:column>
<w2:column id="cltCardTotalNormalQ" name="통행량 징수 카드 합계 일반" dataType="number"></w2:column>
<w2:column id="cltCardTotalLightQ" name="통행량 징수 카드 합계 경차" dataType="number"></w2:column>
<w2:column id="cltCardTotalRfidQ" name="통행량 징수 카드 합계 RFID" dataType="number"></w2:column>
<w2:column id="cltCardAfterSumQ" name="통행량 징수 카드 선불 소계" dataType="number"></w2:column>
<w2:column id="cltCardAfterNormalQ" name="통행량 징수 카드 선불 일반" dataType="number"></w2:column>
<w2:column id="cltCardAfterLightQ" name="통행량 징수 카드 선불 경차" dataType="number"></w2:column>
<w2:column id="cltCardAfterRfidQ" name="통행량 징수 카드 선불 RFID" dataType="number"></w2:column>
<w2:column id="cltCardBeforeSumQ" name="통행량 징수 카드 후불 소계" dataType="number"></w2:column>
<w2:column id="cltCardBeforeNormalQ" name="통행량 징수 카드 후불 일반" dataType="number"></w2:column>
<w2:column id="cltCardBeforeLightQ" name="통행량 징수 카드 후불 경차" dataType="number"></w2:column>
<w2:column id="cltCardBeforeRfidQ" name="통행량 징수 카드 후불 RFID" dataType="number"></w2:column>
<w2:column id="cltCardRepaySumQ" name="통행량 징수 카드 환불 소계" dataType="number"></w2:column>
<w2:column id="cltCardRepayHalfQ" name="통행량 징수 카드 환불 반액" dataType="number"></w2:column>
<w2:column id="cltCardRepayNormalQ" name="통행량 징수 카드 환불 전액(일반)" dataType="number"></w2:column>
<w2:column id="cltCardRepayRfidQ" name="통행량 징수 카드 환불 전액(경차)" dataType="number"></w2:column>
<w2:column id="cltCouponSumQ" name="통행량 징수 쿠폰 소계" dataType="number"></w2:column>
<w2:column id="cltCouponNormalQ" name="통행량 징수 쿠폰 일반" dataType="number"></w2:column>
<w2:column id="cltCouponLightQ" name="통행량 징수 쿠폰 경차" dataType="number"></w2:column>
<w2:column id="cltCouponRfidQ" name="통행량 징수 쿠폰 RFID" dataType="number"></w2:column>
<w2:column id="noncltExemptNormalQ" name="통행량 미징수 면제 일반" dataType="number"></w2:column>
<w2:column id="noncltExemptRfidQ" name="통행량 미징수 면제 RFID" dataType="number"></w2:column>
<w2:column id="noncltNonpaySumQ" name="통행량 미징수 미납 소계" dataType="number"></w2:column>
<w2:column id="noncltNonpayCashQ" name="통행량 미징수 미납 후납(현금)" dataType="number"></w2:column>
<w2:column id="noncltNonpayPenaltyQ" name="통행량 미징수 미납 고지(과태료)" dataType="number"></w2:column>
<w2:column id="noncltNonpayExemptQ" name="통행량 미징수 미납 면제" dataType="number"></w2:column>
<w2:column id="noncltNonpayNotConfirmQ" name="통행량 미징수 미납 확인불가" dataType="number"></w2:column>
<w2:column id="noncltNonpayNotReadQ" name="통행량 미징수 미납 미판독" dataType="number"></w2:column>
<w2:column id="totalM" name="수입금 총계" dataType="number"></w2:column>
<w2:column id="cachNormalM" name="수입금 현금 일반" dataType="number"></w2:column>
<w2:column id="cachRfidM" name="수입금 현금 RFID" dataType="number"></w2:column>
<w2:column id="cardSumM" name="수입금 카드 소계" dataType="number"></w2:column>
<w2:column id="cardAfterNormalM" name="수입금 카드 선불 일반" dataType="number"></w2:column>
<w2:column id="cardAfterRfidM" name="수입금 카드 선불 RFID" dataType="number"></w2:column>
<w2:column id="cardBeforeNormalM" name="수입금 카드 후불 일반" dataType="number"></w2:column>
<w2:column id="cardBeforeRfidM" name="수입금 카드 후불 RFID" dataType="number"></w2:column>
<w2:column id="cardRepayM" name="수입금 카드 환불" dataType="number"></w2:column>
<w2:column id="fixCntQ" name="수입금 정액권 권수" dataType="number"></w2:column>
<w2:column id="fixAmountSumM" name="수입금 정액권 금액 소계" dataType="number"></w2:column>
<w2:column id="fixAmountNormalSumM" name="수입금 정액권 금액 일반 소계" dataType="number"></w2:column>
<w2:column id="fixAmountNormalNormalM" name="수입금 정액권 금액 일반 일반" dataType="number"></w2:column>
<w2:column id="fixAmountNormalCardM" name="수입금 정액권 금액 일반 카드" dataType="number"></w2:column>
<w2:column id="fixAmountLightSumM" name="수입금 정액권 금액 경차 소계" dataType="number"></w2:column>
<w2:column id="fixAmountLightNormalM" name="수입금 정액권 금액 경차 일반" dataType="number"></w2:column>
<w2:column id="fixAmountLightCardM" name="수입금 정액권 금액 경차 카드" dataType="number"></w2:column>
<w2:column id="cltRate" name="징수율" dataType="number"></w2:column>
<w2:column id="cltDayCnt" name="징수일수" dataType="number"></w2:column>
<w2:column id="preNomalQ" name="일반 사전결제" dataType="number"></w2:column>
<w2:column id="preLightQ" name="감면 사전결제" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList" action="/cfs/income/findIncomeGeneralMngStatList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
/*var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );*/
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_statList);
}
};
fncFormatDateYM = function(value) {
var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
return rtn;
};
fncFormatterFareOfficeId = function(value) {
var rtn = "";
if (value == '1') {
rtn = "1 호";
} else if (value == '3') {
rtn = "3 호";
}
return rtn;
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "감면 및 면제차량 비율현황 총괄보고서_"+com.getCurDtime()+".xlsx";
options.sheetName = "감면 및 면제차량 비율현황 총괄보고서";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_gridView3.advancedExcelDownload( options, info );
};
scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
var kbn = rad_kbn.getValue();
var rtn = "";
if (kbn == '1') {
rtn = data.substr(6, 2) + "일";
} else if (kbn == '2') {
rtn = data.substr(4, 2) + "월";
}
return rtn;
};
scwin.userExpFare = function(chkColID, valColID, chkStr){
var checkArr = statList.getColData( chkColID );
var valueArr = statList.getColData( valColID );
var sum = 0;
for(var i=0; i<checkArr.length; i++) {
if (checkArr[i] == chkStr) {
sum += valueArr[i];
}
}
return sum;
};
scwin.sbm_statList_submitdone = function(e) {
var kbn = rad_kbn.getValue();
//일별,월별,년별 일때 [평일징수, 토요일징수] 정보 보여주기
if (kbn == '3') {
grd_statList.setColumnVisible( 'inDate' , false );
} else {
grd_statList.setColumnVisible( 'inDate' , true );
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70.00px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
<w2:attributes></w2:attributes>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" selectedIndex="0" appearance="full" style="" cols="" rows="1" ref="data:statMap.kbn"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[1]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id="">
</xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inStDate" ref="data:statMap.inStDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inEdDate" ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="감면 및 면제차량 비율현황 총괄보고서" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act print" ev:onclick="scwin.btn_print_onclick" id="btn_print" style="" type="button">
<xf:label><![CDATA[인쇄]]></xf:label>
</xf:trigger>
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" id="grd_gridView3" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 150px;left:3px;top:5px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:104px;" id="column98" value="구분"
blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" style="height:94px;" value="전체"
width="83" colSpan="" rowSpan="4">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" removeBorderStyle="false"
style="height:26px;" value="승용" width="81" colSpan="10" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column54" value="승합"
blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column60" value="택시"
blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column63" value="버스"
blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column66" value="화물"
blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column21" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column19" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column17" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column15" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column13" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column23" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column25" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
</w2:row>
<w2:row style="" id="row3">
<w2:column removeBorderStyle="false" width="60" inputType="text" style="height:68px;" id="column52" value="일반"
blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:26px;" id="column51" value="감면"
blockSelect="false" displayMode="label" colSpan="3" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="81" inputType="text" style="height:26px;" id="column48" value="면제"
blockSelect="false" displayMode="label" colSpan="6" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column42" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column41" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column40" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column39" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column38" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column37" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column36" value=""
blockSelect="false" displayMode="label">
</w2:column>
</w2:row>
<w2:row style="" id="row4">
<w2:column removeBorderStyle="false" width="80" inputType="text" style="height:42px;" id="column88" value="경차"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="81" inputType="text" style="height:42px;" id="column87" value="요일제"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:42px;" id="column86"
value="3종&lt;br/&gt;저공해" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:42px;" id="column85" value="3인이상"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="81" inputType="text" style="height:42px;" id="column84"
value="경형&lt;br/&gt;승합/밴" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="87" inputType="text" style="height:42px;" id="column83" value="장애인"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="77" inputType="text" style="height:42px;" id="column82"
value="1,2종&lt;br/&gt;저공해" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:40px;" id="column81"
value="긴급/&lt;br/&gt;공무/&lt;br/&gt;보도" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:40px;" id="column80"
value="외교/&lt;br/&gt;의전" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column75" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column74" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column73" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column72" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column71" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column70" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column69" value="" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
<w2:row style="" id="row5">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column97" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column96" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column95" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column94" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column93" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column92" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column91" value="" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="inDate" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('cltCardAfterNormalQ','cltCouponNormalQ','cltCouponLightQ','cltCouponRfidQ','noncltNonpayCashQ','noncltNonpayPenaltyQ','noncltNonpayExemptQ','noncltNonpayNotConfirmQ','noncltNonpayNotReadQ','noncltExemptRfidQ','cltCardRepayHalfQ','cltCardRepayNormalQ','cltCardRepayRfidQ','preNomalQ')"
id="total" inputType="expression" removeBorderStyle="false" width="83" displayFormat="#,##0"
excelExpression="SUM('cltCardAfterNormalQ','cltCouponNormalQ','cltCouponLightQ','cltCouponRfidQ','noncltNonpayCashQ','noncltNonpayPenaltyQ','noncltNonpayExemptQ','noncltNonpayNotConfirmQ','noncltNonpayNotReadQ','noncltExemptRfidQ','cltCardRepayHalfQ','cltCardRepayNormalQ','cltCardRepayRfidQ','preNomalQ')"
textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCardAfterNormalQ" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="60">
<xf:input id="pCrudSe" style="display: none;"></xf:input>
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCouponNormalQ" inputType="text" removeBorderStyle="false"
style="text-align:right;" value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCouponLightQ" inputType="text" removeBorderStyle="false"
style="text-align:right;" value="" width="81">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCouponRfidQ" inputType="text" removeBorderStyle="false"
style="text-align:right;" value="" width="75">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="noncltNonpayCashQ" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="noncltNonpayPenaltyQ" inputType="text" removeBorderStyle="false"
style="" value="" width="81">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="noncltNonpayExemptQ" inputType="text" removeBorderStyle="false"
style="" value="" width="87">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="noncltNonpayNotConfirmQ" inputType="text"
removeBorderStyle="false" style="" value="" width="77">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="noncltNonpayNotReadQ" inputType="text" removeBorderStyle="false"
style="" value="" width="70">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="noncltExemptRfidQ" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="cltCardRepayHalfQ" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="cltCardRepayNormalQ" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="cltCardRepayRfidQ" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="preNomalQ" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo1" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo2" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="addressSeqno" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:gBody>
</w2:gridView>
</body>
</html>

@ -1,539 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap" style="">
<w2:keyInfo>
<w2:key id="kbn" name="구분" dataType="text"></w2:key>
<w2:key dataType="text" id="inStDate" name="통행시작일자"></w2:key>
<w2:key dataType="text" id="inEdDate" name="통행종료일자"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="kbn" name="구분" dataType="text"></w2:column>
<w2:column id="inDate" name="통행일자" dataType="date"></w2:column>
<w2:column id="fareOfficeId" name="요금소ID" dataType="text"></w2:column>
<w2:column id="totalQ" name="통행량 총계" dataType="number"></w2:column>
<w2:column id="cltSumQ" name="통행량 징수 소계" dataType="number"></w2:column>
<w2:column id="cltCashSumQ" name="통행량 징수 현금 소계" dataType="number"></w2:column>
<w2:column id="cltCashNormalQ" name="통행량 징수 현금 일반" dataType="number"></w2:column>
<w2:column id="cltCashLightSumQ" name="통행량 징수 현금 경차 소계" dataType="number"></w2:column>
<w2:column id="cltCashLightNormalQ" name="통행량 징수 현금 경차 일반" dataType="number"></w2:column>
<w2:column id="cltCashLightRfidQ" name="통행량 징수 현금 경차 RFID" dataType="number"></w2:column>
<w2:column id="cltCardTotalSumQ" name="통행량 징수 카드 합계 소계" dataType="number"></w2:column>
<w2:column id="cltCardTotalNormalQ" name="통행량 징수 카드 합계 일반" dataType="number"></w2:column>
<w2:column id="cltCardTotalLightQ" name="통행량 징수 카드 합계 경차" dataType="number"></w2:column>
<w2:column id="cltCardTotalRfidQ" name="통행량 징수 카드 합계 RFID" dataType="number"></w2:column>
<w2:column id="cltCardAfterSumQ" name="통행량 징수 카드 선불 소계" dataType="number"></w2:column>
<w2:column id="cltCardAfterNormalQ" name="통행량 징수 카드 선불 일반" dataType="number"></w2:column>
<w2:column id="cltCardAfterLightQ" name="통행량 징수 카드 선불 경차" dataType="number"></w2:column>
<w2:column id="cltCardAfterRfidQ" name="통행량 징수 카드 선불 RFID" dataType="number"></w2:column>
<w2:column id="cltCardBeforeSumQ" name="통행량 징수 카드 후불 소계" dataType="number"></w2:column>
<w2:column id="cltCardBeforeNormalQ" name="통행량 징수 카드 후불 일반" dataType="number"></w2:column>
<w2:column id="cltCardBeforeLightQ" name="통행량 징수 카드 후불 경차" dataType="number"></w2:column>
<w2:column id="cltCardBeforeRfidQ" name="통행량 징수 카드 후불 RFID" dataType="number"></w2:column>
<w2:column id="cltCardRepaySumQ" name="통행량 징수 카드 환불 소계" dataType="number"></w2:column>
<w2:column id="cltCardRepayHalfQ" name="통행량 징수 카드 환불 반액" dataType="number"></w2:column>
<w2:column id="cltCardRepayNormalQ" name="통행량 징수 카드 환불 전액(일반)" dataType="number"></w2:column>
<w2:column id="cltCardRepayRfidQ" name="통행량 징수 카드 환불 전액(경차)" dataType="number"></w2:column>
<w2:column id="cltCouponSumQ" name="통행량 징수 쿠폰 소계" dataType="number"></w2:column>
<w2:column id="cltCouponNormalQ" name="통행량 징수 쿠폰 일반" dataType="number"></w2:column>
<w2:column id="cltCouponLightQ" name="통행량 징수 쿠폰 경차" dataType="number"></w2:column>
<w2:column id="cltCouponRfidQ" name="통행량 징수 쿠폰 RFID" dataType="number"></w2:column>
<w2:column id="noncltExemptNormalQ" name="통행량 미징수 면제 일반" dataType="number"></w2:column>
<w2:column id="noncltExemptRfidQ" name="통행량 미징수 면제 RFID" dataType="number"></w2:column>
<w2:column id="noncltNonpaySumQ" name="통행량 미징수 미납 소계" dataType="number"></w2:column>
<w2:column id="noncltNonpayCashQ" name="통행량 미징수 미납 후납(현금)" dataType="number"></w2:column>
<w2:column id="noncltNonpayPenaltyQ" name="통행량 미징수 미납 고지(과태료)" dataType="number"></w2:column>
<w2:column id="noncltNonpayExemptQ" name="통행량 미징수 미납 면제" dataType="number"></w2:column>
<w2:column id="noncltNonpayNotConfirmQ" name="통행량 미징수 미납 확인불가" dataType="number"></w2:column>
<w2:column id="noncltNonpayNotReadQ" name="통행량 미징수 미납 미판독" dataType="number"></w2:column>
<w2:column id="totalM" name="수입금 총계" dataType="number"></w2:column>
<w2:column id="cachNormalM" name="수입금 현금 일반" dataType="number"></w2:column>
<w2:column id="cachRfidM" name="수입금 현금 RFID" dataType="number"></w2:column>
<w2:column id="cardSumM" name="수입금 카드 소계" dataType="number"></w2:column>
<w2:column id="cardAfterNormalM" name="수입금 카드 선불 일반" dataType="number"></w2:column>
<w2:column id="cardAfterRfidM" name="수입금 카드 선불 RFID" dataType="number"></w2:column>
<w2:column id="cardBeforeNormalM" name="수입금 카드 후불 일반" dataType="number"></w2:column>
<w2:column id="cardBeforeRfidM" name="수입금 카드 후불 RFID" dataType="number"></w2:column>
<w2:column id="cardRepayM" name="수입금 카드 환불" dataType="number"></w2:column>
<w2:column id="fixCntQ" name="수입금 정액권 권수" dataType="number"></w2:column>
<w2:column id="fixAmountSumM" name="수입금 정액권 금액 소계" dataType="number"></w2:column>
<w2:column id="fixAmountNormalSumM" name="수입금 정액권 금액 일반 소계" dataType="number"></w2:column>
<w2:column id="fixAmountNormalNormalM" name="수입금 정액권 금액 일반 일반" dataType="number"></w2:column>
<w2:column id="fixAmountNormalCardM" name="수입금 정액권 금액 일반 카드" dataType="number"></w2:column>
<w2:column id="fixAmountLightSumM" name="수입금 정액권 금액 경차 소계" dataType="number"></w2:column>
<w2:column id="fixAmountLightNormalM" name="수입금 정액권 금액 경차 일반" dataType="number"></w2:column>
<w2:column id="fixAmountLightCardM" name="수입금 정액권 금액 경차 카드" dataType="number"></w2:column>
<w2:column id="cltRate" name="징수율" dataType="number"></w2:column>
<w2:column id="cltDayCnt" name="징수일수" dataType="number"></w2:column>
<w2:column id="preNomalQ" name="일반 사전결제" dataType="number"></w2:column>
<w2:column id="preLightQ" name="감면 사전결제" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList" action="/cfs/income/findIncomeGeneralMngStatList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
/*var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );*/
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_statList);
}
};
fncFormatDateYM = function(value) {
var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
return rtn;
};
fncFormatterFareOfficeId = function(value) {
var rtn = "";
if (value == '1') {
rtn = "1 호";
} else if (value == '3') {
rtn = "3 호";
}
return rtn;
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "과태료 납부 및 고지취소 현황 총괄보고서_"+com.getCurDtime()+".xlsx";
options.sheetName = "과태료 납부 및 고지취소 현황 총괄보고서";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_statList.advancedExcelDownload( options, info );
};
scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
var kbn = rad_kbn.getValue();
var rtn = "";
if (kbn == '1') {
rtn = data.substr(6, 2) + "일";
} else if (kbn == '2') {
rtn = data.substr(4, 2) + "월";
}
return rtn;
};
scwin.userExpFare = function(chkColID, valColID, chkStr){
var checkArr = statList.getColData( chkColID );
var valueArr = statList.getColData( valColID );
var sum = 0;
for(var i=0; i<checkArr.length; i++) {
if (checkArr[i] == chkStr) {
sum += valueArr[i];
}
}
return sum;
};
scwin.sbm_statList_submitdone = function(e) {
var kbn = rad_kbn.getValue();
//일별,월별,년별 일때 [평일징수, 토요일징수] 정보 보여주기
if (kbn == '3') {
grd_statList.setColumnVisible( 'inDate' , false );
} else {
grd_statList.setColumnVisible( 'inDate' , true );
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70.00px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
<w2:attributes></w2:attributes>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" selectedIndex="0" appearance="full" style="" cols="" rows="1" ref="data:statMap.kbn"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[1]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id=""></xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inStDate" ref="data:statMap.inStDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inEdDate" ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="과태료 납부 및 고지취소 현황 총괄보고서" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act print" ev:onclick="scwin.btn_print_onclick" id="btn_print" style="" type="button">
<xf:label><![CDATA[인쇄]]></xf:label>
</xf:trigger>
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" id="grd_statList" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 150px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:78px;" id="column80" value="구분"
blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" style="height:26px;" value="합계"
width="75" colSpan="" rowSpan="3">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" removeBorderStyle="false"
style="height:26px;" value="일반" width="75" colSpan="" rowSpan="3">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column5" inputType="text" removeBorderStyle="false"
style="height:26px;" value="사전통지지" width="300" colSpan="4" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column30" inputType="text" removeBorderStyle="false"
style="height:26px;" value="1차과태료" width="285" colSpan="4" rowSpan="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="280" inputType="text" style="height:26px;" id="column76"
value="2차과태료" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:26px;" id="column42" value="미납"
blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column21" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column19" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column17" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column15" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column13" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column23" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column25" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
</w2:row>
<w2:row style="" id="row3">
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column63" value="소계"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column62" value="가상계죄"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column61"
value="인터넷&lt;br/&gt;납부" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column60"
value="사전등록&lt;br/&gt;결제" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column59" value="소계"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column58" value="가상계죄"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column57"
value="인터넷&lt;br/&gt;납부" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column56"
value="사전등록&lt;br/&gt;결제" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column55" value="소계"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column54" value="가상계죄"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column53" value="인터넷납부"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:40px;" id="column52" value="사전등록결제"
blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column50" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column49" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column48" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column47" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column46" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column45" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column44" value="" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
<w2:row style="" id="row4">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column72" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column71" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column70" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column69" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column68" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column67" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column66" value="" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="inDate" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('cltCouponNormalQ','total1','total2','total3')" id="total" inputType="expression" removeBorderStyle="false"
width="75" displayFormat="#,##0" excelExpression="SUM('cltCouponNormalQ','total1','total2','total3')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCouponNormalQ" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="75">
<xf:input id="pCrudSe" style="display: none;"></xf:input>
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('cltCardBeforeNormalQ','cltCardBeforeLightQ','cltCardBeforeRfidQ')" id="subtotal1" inputType="expression"
removeBorderStyle="false" width="75" displayFormat="#,##0"
excelExpression="SUM('cltCardBeforeNormalQ','cltCardBeforeLightQ','cltCardBeforeRfidQ')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCardBeforeNormalQ" inputType="text" removeBorderStyle="false"
style="text-align:right;" value="" width="75">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCardBeforeLightQ" inputType="text" removeBorderStyle="false"
style="text-align:right;" value="" width="75">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCardBeforeRfidQ" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="75">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('cltCardAfterNormalQ','cltCardAfterLightQ','cltCardAfterRfidQ')" id="subtotal2" inputType="expression"
removeBorderStyle="false" width="75" displayFormat="#,##0"
excelExpression="SUM('cltCardAfterNormalQ','cltCardAfterLightQ','cltCardAfterRfidQ')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCardAfterNormalQ" inputType="text" removeBorderStyle="false"
style="" value="" width="75">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCardAfterLightQ" inputType="text" removeBorderStyle="false"
style="" value="" width="75">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="cltCardAfterRfidQ" inputType="text" removeBorderStyle="false"
style="" value="" width="75">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('cltCardRepayHalfQ','cltCardRepayNormalQ','cltCardRepayRfidQ')" id="subtotal3" inputType="expression"
removeBorderStyle="false" width="75" displayFormat="#,##0"
excelExpression="SUM('cltCardRepayHalfQ','cltCardRepayNormalQ','cltCardRepayRfidQ')" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="" id="cltCardRepayHalfQ" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="" id="cltCardRepayNormalQ" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="75" inputType="text" style="" id="cltCardRepayRfidQ" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="preNomalQ" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo1" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo2" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="addressSeqno" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:gBody>
</w2:gridView>
</body>
</html>

@ -1,408 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap" style="">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
<w2:key id="kbn" name="날짜구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="통행시작일자" dataType="text"></w2:key>
<w2:key id="inEdDate" name="통행종료일자" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="division" name="구분" dataType="text"></w2:column>
<w2:column id="subtotal" name="계" dataType="number"></w2:column>
<w2:column id="ratio" name="비율" dataType="bigDecimal"></w2:column>
<w2:column id="inflowSum" name="유입합계" dataType="number"></w2:column>
<w2:column id="booth1" name="유입1차로" dataType="number"></w2:column>
<w2:column id="booth2" name="유입2차로" dataType="number"></w2:column>
<w2:column id="booth3" name="유입3차로" dataType="number"></w2:column>
<w2:column id="booth4" name="유입4차로" dataType="number"></w2:column>
<w2:column id="booth5" name="유입5차로" dataType="number"></w2:column>
<w2:column id="outflowSum" name="유출합계" dataType="number"></w2:column>
<w2:column id="booth6" name="유출1차로" dataType="number"></w2:column>
<w2:column id="booth7" name="유출2차로" dataType="number"></w2:column>
<w2:column id="booth8" name="유출3차로" dataType="number"></w2:column>
<w2:column id="booth9" name="유출4차로" dataType="number"></w2:column>
<w2:column id="booth10" name="유출5차로" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList" action="/cfs/traffic/findTrafficInoutBoothList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
/*var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );*/
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_statList);
}
};
fncFormatDateYM = function(value) {
var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
return rtn;
};
fncFormatterFareOfficeId = function(value) {
var rtn = "";
if (value == '1') {
rtn = "1 호";
} else if (value == '3') {
rtn = "3 호";
}
return rtn;
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "면제차량 일반차로 이용비율 현황 총괄보고서_"+com.getCurDtime()+".xlsx";
options.sheetName = "면제차량 일반차로 이용비율 현황 총괄보고서";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_statList.advancedExcelDownload( options, info );
};
scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
var kbn = rad_kbn.getValue();
var rtn = "";
if (kbn == '1') {
rtn = data.substr(6, 2) + "일";
} else if (kbn == '2') {
rtn = data.substr(4, 2) + "월";
}
return rtn;
};
scwin.userExpFare = function(chkColID, valColID, chkStr){
var checkArr = statList.getColData( chkColID );
var valueArr = statList.getColData( valColID );
var sum = 0;
for(var i=0; i<checkArr.length; i++) {
if (checkArr[i] == chkStr) {
sum += valueArr[i];
}
}
return sum;
};
scwin.sbm_statList_submitdone = function(e) {
var kbn = rad_kbn.getValue();
//일별,월별,년별 일때 [평일징수, 토요일징수] 정보 보여주기
if (kbn == '3') {
grd_statList.setColumnVisible( 'inDate' , false );
} else {
grd_statList.setColumnVisible( 'inDate' , true );
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70.00px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
<w2:attributes></w2:attributes>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" selectedIndex="0" appearance="full" style="" cols="" rows="1" ref="data:statMap.kbn"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[4]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id=""></xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inStDate" ref="data:statMap.inStDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inEdDate" ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="면제차량 일반차로 이용비율 현황 총괄보고서" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" id="grd_statList" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 150px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column1" inputType="text" rowSpan="2"
style="height:26px;" value="구분" width="150">
</w2:column>
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column3" inputType="text" removeBorderStyle="false"
rowSpan="2" style="height:26px;" value="계" width="150">
</w2:column>
<w2:column removeBorderStyle="false" width="150" inputType="text" style="height:26px;" id="column53" value="유입"
blockSelect="false" displayMode="label" colSpan="3" rowSpan="">
</w2:column>
<w2:column removeBorderStyle="false" width="150" inputType="text" style="height:26px;" id="column56" value="유출"
blockSelect="false" displayMode="label" colSpan="3" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column21" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column19" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column17" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column15" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column13" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column23" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column25" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
</w2:row>
<w2:row id="row3" style="">
<w2:column removeBorderStyle="false" width="150" inputType="text" style="" id="column54" value="비율(%)" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column47" inputType="text" removeBorderStyle="false" style=""
value="일반차로" width="150">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column52" inputType="text" removeBorderStyle="false" style=""
value="면제차로" width="150">
</w2:column>
<w2:column removeBorderStyle="false" width="150" inputType="text" style="" id="column57" value="비율(%)" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column45" inputType="text" removeBorderStyle="false" style=""
value="일반차로" width="150">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column44" inputType="text" removeBorderStyle="false" style=""
value="면제차로" width="150">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column40" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column39" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column38" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column37" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column36" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column35" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column34" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column blockSelect="false" displayMode="label" id="division" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="150">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
excelExpression="SUM('booth3','booth4','booth9','booth10')" expression="SUM('booth1','booth2','booth6','booth7')" id="total"
inputType="expression" removeBorderStyle="false" textAlign="right" width="150">
</w2:column>
<w2:column removeBorderStyle="false" width="150" expression="SUM('booth1','booth2')/SUM('booth1','booth2','booth6','booth7')*100" id="sub1" inputType="expression" blockSelect="false"
displayMode="label" dataType="bigDecimal" displayFormat="##.##" NaNFormat="0">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth1" inputType="text" removeBorderStyle="false" style="text-align:right;" value="" width="150">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth2" inputType="text" removeBorderStyle="false" style="text-align:right;" value="" width="150">
</w2:column>
<w2:column removeBorderStyle="false" width="150" expression="SUM('booth6','booth7')/SUM('booth1','booth2','booth6','booth7')*100" id="sub2" inputType="expression" style="" dataType="bigDecimal" displayFormat="##.##" NaNFormat="0" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth6" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="150">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth7" inputType="text" removeBorderStyle="false" style=""
textAlign="right" value="" width="150">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo1" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo2" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="addressSeqno" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:gBody>
</w2:gridView>
</body>
</html>

@ -1,399 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
<w2:key id="kbn" name="날짜구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="통행시작일자" dataType="text"></w2:key>
<w2:key id="inEdDate" name="통행종료일자" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="division" name="구분" dataType="text"></w2:column>
<w2:column id="subtotal" name="계" dataType="number"></w2:column>
<w2:column id="ratio" name="비율" dataType="bigDecimal"></w2:column>
<w2:column id="inflowSum" name="유입합계" dataType="number"></w2:column>
<w2:column id="booth1" name="유입1차로" dataType="number"></w2:column>
<w2:column id="booth2" name="유입2차로" dataType="number"></w2:column>
<w2:column id="booth3" name="유입3차로" dataType="number"></w2:column>
<w2:column id="booth4" name="유입4차로" dataType="number"></w2:column>
<w2:column id="booth5" name="유입5차로" dataType="number"></w2:column>
<w2:column id="outflowSum" name="유출합계" dataType="number"></w2:column>
<w2:column id="booth6" name="유출1차로" dataType="number"></w2:column>
<w2:column id="booth7" name="유출2차로" dataType="number"></w2:column>
<w2:column id="booth8" name="유출3차로" dataType="number"></w2:column>
<w2:column id="booth9" name="유출4차로" dataType="number"></w2:column>
<w2:column id="booth10" name="유출5차로" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList" action="/cfs/traffic/findTrafficInoutBoothList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
/*var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );*/
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_statList);
}
};
fncFormatDateYM = function(value) {
var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
return rtn;
};
fncFormatterFareOfficeId = function(value) {
var rtn = "";
if (value == '1') {
rtn = "1 호";
} else if (value == '3') {
rtn = "3 호";
}
return rtn;
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "2부제차량 유입 유출 교통량 증감율 현황 총괄보고서_"+com.getCurDtime()+".xlsx";
options.sheetName = "2부제차량 유입 유출 교통량 증감율 현황 총괄보고서";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_statList.advancedExcelDownload( options, info );
};
scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
var kbn = rad_kbn.getValue();
var rtn = "";
if (kbn == '1') {
rtn = data.substr(6, 2) + "일";
} else if (kbn == '2') {
rtn = data.substr(4, 2) + "월";
}
return rtn;
};
scwin.userExpFare = function(chkColID, valColID, chkStr){
var checkArr = statList.getColData( chkColID );
var valueArr = statList.getColData( valColID );
var sum = 0;
for(var i=0; i<checkArr.length; i++) {
if (checkArr[i] == chkStr) {
sum += valueArr[i];
}
}
return sum;
};
scwin.sbm_statList_submitdone = function(e) {
var kbn = rad_kbn.getValue();
//일별,월별,년별 일때 [평일징수, 토요일징수] 정보 보여주기
if (kbn == '3') {
grd_statList.setColumnVisible( 'inDate' , false );
} else {
grd_statList.setColumnVisible( 'inDate' , true );
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70.00px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
<w2:attributes></w2:attributes>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" selectedIndex="0" appearance="full" style="" cols="" rows="1" ref="data:statMap.kbn"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[4]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id=""></xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inStDate" ref="data:statMap.inStDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inEdDate" ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="2부제차량 유입/유출 교통량 증감율 현황 총괄보고서" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" id="grd_statList" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 150px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" style="height:26px;" value="구분"
width="150" colSpan="" rowSpan="2">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" removeBorderStyle="false"
style="height:26px;" value="계" width="150" colSpan="" rowSpan="2">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column7" inputType="text" removeBorderStyle="false"
style="height:26px;" value="유입" width="200" colSpan="2" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column11" inputType="text" removeBorderStyle="false"
style="height:26px;" value="유출" width="200" colSpan="2" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column21" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column19" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column17" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column15" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column13" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column23" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column25" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
</w2:row>
<w2:row style="" id="row3">
<w2:column removeBorderStyle="false" width="200" inputType="text" style="" id="column47" value="홀수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="200" inputType="text" style="" id="column52" value="짝수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="200" inputType="text" style="" id="column45" value="홀수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="200" inputType="text" style="" id="column44" value="짝수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column40" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column39" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column38" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column37" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column36" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column35" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column34" value="" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column blockSelect="false" displayMode="label" id="division" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="150">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('booth3','booth4','booth9','booth10')" id="total" inputType="expression"
removeBorderStyle="false" width="150" displayFormat="#,##0"
excelExpression="SUM('booth3','booth4','booth9','booth10')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth3" inputType="text" removeBorderStyle="false"
style="text-align:right;" value="" displayFormat="#,##0" width="200">
</w2:column>
<w2:column removeBorderStyle="false" width="200" inputType="text" style="" id="booth4" value="" blockSelect="false"
displayMode="label" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth9" inputType="text" removeBorderStyle="false"
style="text-align:right;" displayFormat="#,##0" value="" width="200">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth10" displayFormat="#,##0" inputType="text" removeBorderStyle="false" style=""
value="" width="200" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo1" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo2" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="addressSeqno" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:gBody>
</w2:gridView>
</body>
</html>

@ -1,483 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap" style="">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
<w2:key id="kbn" name="날짜구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="통행시작일자" dataType="text"></w2:key>
<w2:key id="inEdDate" name="통행종료일자" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="division" name="구분" dataType="text"></w2:column>
<w2:column id="subtotal" name="계" dataType="number"></w2:column>
<w2:column id="ratio" name="비율" dataType="bigDecimal"></w2:column>
<w2:column id="inflowSum" name="유입합계" dataType="number"></w2:column>
<w2:column id="booth1" name="유입1차로" dataType="number"></w2:column>
<w2:column id="booth2" name="유입2차로" dataType="number"></w2:column>
<w2:column id="booth3" name="유입3차로" dataType="number"></w2:column>
<w2:column id="booth4" name="유입4차로" dataType="number"></w2:column>
<w2:column id="booth5" name="유입5차로" dataType="number"></w2:column>
<w2:column id="outflowSum" name="유출합계" dataType="number"></w2:column>
<w2:column id="booth6" name="유출1차로" dataType="number"></w2:column>
<w2:column id="booth7" name="유출2차로" dataType="number"></w2:column>
<w2:column id="booth8" name="유출3차로" dataType="number"></w2:column>
<w2:column id="booth9" name="유출4차로" dataType="number"></w2:column>
<w2:column id="booth10" name="유출5차로" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList" action="/cfs/traffic/findTrafficInoutBoothList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
/*var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );*/
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_statList);
}
};
fncFormatDateYM = function(value) {
var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
return rtn;
};
fncFormatterFareOfficeId = function(value) {
var rtn = "";
if (value == '1') {
rtn = "1 호";
} else if (value == '3') {
rtn = "3 호";
}
return rtn;
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "친환경 등급제 차량 교통량 비율현황 총괄보고서_"+com.getCurDtime()+".xlsx";
options.sheetName = "친환경 등급제 차량 교통량 비율현황 총괄보고서";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_statList.advancedExcelDownload( options, info );
};
scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
var kbn = rad_kbn.getValue();
var rtn = "";
if (kbn == '1') {
rtn = data.substr(6, 2) + "일";
} else if (kbn == '2') {
rtn = data.substr(4, 2) + "월";
}
return rtn;
};
scwin.userExpFare = function(chkColID, valColID, chkStr){
var checkArr = statList.getColData( chkColID );
var valueArr = statList.getColData( valColID );
var sum = 0;
for(var i=0; i<checkArr.length; i++) {
if (checkArr[i] == chkStr) {
sum += valueArr[i];
}
}
return sum;
};
scwin.sbm_statList_submitdone = function(e) {
var kbn = rad_kbn.getValue();
//일별,월별,년별 일때 [평일징수, 토요일징수] 정보 보여주기
if (kbn == '3') {
grd_statList.setColumnVisible( 'inDate' , false );
} else {
grd_statList.setColumnVisible( 'inDate' , true );
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70.00px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
<w2:attributes></w2:attributes>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" selectedIndex="0" appearance="full" style="" cols="" rows="1" ref="data:statMap.kbn"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[4]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id=""></xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inStDate" ref="data:statMap.inStDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inEdDate" ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">친환경 등급</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 allOption="true" appearance="minimal" chooseOption="" direction="auto" disabled="false"
disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_tollgate" ref="" style="width: 120px;" submenuSize="auto">
<xf:choices>
<xf:item>
<xf:label><![CDATA[1등급]]></xf:label>
<xf:value><![CDATA[1]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[2등급]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[3등급]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[4등급]]></xf:label>
<xf:value><![CDATA[4]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[5등급]]></xf:label>
<xf:value><![CDATA[5]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1></xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="친환경 등급제 차량 교통량 비율현황 총괄보고서" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act print" ev:onclick="scwin.btn_print_onclick" id="btn_print" style="" type="button">
<xf:label><![CDATA[인쇄]]></xf:label>
</xf:trigger>
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" id="grd_statList" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 150px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column1" inputType="text" rowSpan="2"
style="height:26px;" value="구분" width="100">
</w2:column>
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column3" inputType="text" removeBorderStyle="false"
rowSpan="2" style="height:26px;" value="계" width="100">
</w2:column>
<w2:column blockSelect="false" colSpan="6" displayMode="label" id="column7" inputType="text" removeBorderStyle="false"
rowSpan="" style="height:26px;" value="유입" width="80">
</w2:column>
<w2:column blockSelect="false" colSpan="6" displayMode="label" id="column11" inputType="text" removeBorderStyle="false"
rowSpan="" style="height:26px;" value="유출" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column21" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column19" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column17" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column15" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column13" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column23" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column25" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
</w2:row>
<w2:row id="row3" style="">
<w2:column blockSelect="false" displayMode="label" id="column47" inputType="text" removeBorderStyle="false" style=""
value="소계" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column64" inputType="text" removeBorderStyle="false" style=""
value="1차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column67" inputType="text" removeBorderStyle="false" style=""
value="2차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column61" inputType="text" removeBorderStyle="false" style=""
value="3차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column58" inputType="text" removeBorderStyle="false" style=""
value="4차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column52" inputType="text" removeBorderStyle="false" style=""
value="5차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column45" inputType="text" removeBorderStyle="false" style=""
value="소계" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column44" inputType="text" removeBorderStyle="false" style=""
value="1차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column79" inputType="text" removeBorderStyle="false" style=""
value="2차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column76" inputType="text" removeBorderStyle="false" style=""
value="3차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column73" inputType="text" removeBorderStyle="false" style=""
value="4차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column70" inputType="text" removeBorderStyle="false" style=""
value="5차로" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column40" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column39" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column38" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column37" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column36" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column35" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column34" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column blockSelect="false" displayMode="label" id="division" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('booth1','booth2','booth3','booth4','booth5','booth6','booth7','booth8','booth9','booth10')" id="total" inputType="expression"
removeBorderStyle="false" width="100" displayFormat="#,##0"
excelExpression="SUM('booth1','booth2','booth3','booth4','booth5','booth6','booth7','booth8','booth9','booth10')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('booth1','booth2','booth3','booth4','booth5')" id="subtotal1" inputType="expression"
removeBorderStyle="false" width="80" displayFormat="#,##0"
excelExpression="SUM('booth1','booth2','booth3','booth4','booth5')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth1" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth2" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth3" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth4" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth5" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('booth6','booth7','booth8','booth9','booth10')" id="subtotal2" inputType="expression"
removeBorderStyle="false" width="80" displayFormat="#,##0"
excelExpression="SUM('booth6','booth7','booth8','booth9','booth10')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth6" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth7" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth8" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth9" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth10" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo1" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo2" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="addressSeqno" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:gBody>
</w2:gridView>
</body>
</html>

@ -1,456 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap" style="">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
<w2:key id="kbn" name="날짜구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="통행시작일자" dataType="text"></w2:key>
<w2:key id="inEdDate" name="통행종료일자" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="division" name="구분" dataType="text"></w2:column>
<w2:column id="subtotal" name="계" dataType="number"></w2:column>
<w2:column id="ratio" name="비율" dataType="bigDecimal"></w2:column>
<w2:column id="inflowSum" name="유입합계" dataType="number"></w2:column>
<w2:column id="booth1" name="유입1차로" dataType="number"></w2:column>
<w2:column id="booth2" name="유입2차로" dataType="number"></w2:column>
<w2:column id="booth3" name="유입3차로" dataType="number"></w2:column>
<w2:column id="booth4" name="유입4차로" dataType="number"></w2:column>
<w2:column id="booth5" name="유입5차로" dataType="number"></w2:column>
<w2:column id="outflowSum" name="유출합계" dataType="number"></w2:column>
<w2:column id="booth6" name="유출1차로" dataType="number"></w2:column>
<w2:column id="booth7" name="유출2차로" dataType="number"></w2:column>
<w2:column id="booth8" name="유출3차로" dataType="number"></w2:column>
<w2:column id="booth9" name="유출4차로" dataType="number"></w2:column>
<w2:column id="booth10" name="유출5차로" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList" action="/cfs/traffic/findTrafficInoutBoothList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
/*var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode( sbxOptions );*/
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_statList);
}
};
fncFormatDateYM = function(value) {
var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
return rtn;
};
fncFormatterFareOfficeId = function(value) {
var rtn = "";
if (value == '1') {
rtn = "1 호";
} else if (value == '3') {
rtn = "3 호";
}
return rtn;
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "친환경 등급제 차량 교통량 비율 현황 집계 총괄보고서_"+com.getCurDtime()+".xlsx";
options.sheetName = "친환경 등급제 차량 교통량 비율 현황 집계 총괄보고서";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_statList.advancedExcelDownload( options, info );
};
scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
var kbn = rad_kbn.getValue();
var rtn = "";
if (kbn == '1') {
rtn = data.substr(6, 2) + "일";
} else if (kbn == '2') {
rtn = data.substr(4, 2) + "월";
}
return rtn;
};
scwin.userExpFare = function(chkColID, valColID, chkStr){
var checkArr = statList.getColData( chkColID );
var valueArr = statList.getColData( valColID );
var sum = 0;
for(var i=0; i<checkArr.length; i++) {
if (checkArr[i] == chkStr) {
sum += valueArr[i];
}
}
return sum;
};
scwin.sbm_statList_submitdone = function(e) {
var kbn = rad_kbn.getValue();
//일별,월별,년별 일때 [평일징수, 토요일징수] 정보 보여주기
if (kbn == '3') {
grd_statList.setColumnVisible( 'inDate' , false );
} else {
grd_statList.setColumnVisible( 'inDate' , true );
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70.00px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
<w2:attributes></w2:attributes>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" selectedIndex="0" appearance="full" style="" cols="" rows="1" ref="data:statMap.kbn"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[4]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id=""></xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inStDate" ref="data:statMap.inStDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inEdDate" ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:group class="fr" id="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="친환경 등급제 차량 교통량 비율 현황 집계 총괄보고서" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act print" ev:onclick="scwin.btn_print_onclick" id="btn_print" style="" type="button">
<xf:label><![CDATA[인쇄]]></xf:label>
</xf:trigger>
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
focusMode="row" id="grd_statList" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 150px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column1" inputType="text" rowSpan="2"
style="height:26px;" value="구분" width="100">
</w2:column>
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column3" inputType="text" removeBorderStyle="false"
rowSpan="2" style="height:26px;" value="계" width="100">
</w2:column>
<w2:column blockSelect="false" colSpan="6" displayMode="label" id="column7" inputType="text" removeBorderStyle="false"
rowSpan="" style="height:26px;" value="유입" width="80">
</w2:column>
<w2:column blockSelect="false" colSpan="6" displayMode="label" id="column11" inputType="text" removeBorderStyle="false"
rowSpan="" style="height:26px;" value="유출" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column21" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column19" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column17" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column15" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column13" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column23" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" hidden="true" id="column25" inputType="text"
removeBorderStyle="false" style="height:26px;" value="" width="70">
</w2:column>
</w2:row>
<w2:row id="row3" style="">
<w2:column blockSelect="false" displayMode="label" id="column47" inputType="text" removeBorderStyle="false" style=""
value="소계" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column64" inputType="text" removeBorderStyle="false" style=""
value="1등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column67" inputType="text" removeBorderStyle="false" style=""
value="2등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column61" inputType="text" removeBorderStyle="false" style=""
value="3등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column58" inputType="text" removeBorderStyle="false" style=""
value="4등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column52" inputType="text" removeBorderStyle="false" style=""
value="5등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column45" inputType="text" removeBorderStyle="false" style=""
value="소계" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column44" inputType="text" removeBorderStyle="false" style=""
value="1등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column79" inputType="text" removeBorderStyle="false" style=""
value="2등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column76" inputType="text" removeBorderStyle="false" style=""
value="3등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column73" inputType="text" removeBorderStyle="false" style=""
value="4등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column70" inputType="text" removeBorderStyle="false" style=""
value="5등급" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column40" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column39" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column38" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column37" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column36" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column35" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column34" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column blockSelect="false" displayMode="label" id="division" inputType="text" removeBorderStyle="false"
style="text-align:center;" value="" width="100">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('booth1','booth2','booth3','booth4','booth5','booth6','booth7','booth8','booth9','booth10')" id="total" inputType="expression"
removeBorderStyle="false" width="100" displayFormat="#,##0"
excelExpression="SUM('booth1','booth2','booth3','booth4','booth5','booth6','booth7','booth8','booth9','booth10')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('booth1','booth2','booth3','booth4','booth5')" id="subtotal1" inputType="expression"
removeBorderStyle="false" width="80" displayFormat="#,##0"
excelExpression="SUM('booth1','booth2','booth3','booth4','booth5')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth1" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth2" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth3" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth4" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth5" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" dataType="number" displayMode="label"
expression="SUM('booth6','booth7','booth8','booth9','booth10')" id="subtotal2" inputType="expression"
removeBorderStyle="false" width="80" displayFormat="#,##0"
excelExpression="SUM('booth6','booth7','booth8','booth9','booth10')" textAlign="right">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth6" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth7" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth8" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth9" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth10" inputType="text" removeBorderStyle="false" style=""
value="" width="80">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo1" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="postNo2" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="addressSeqno" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="stAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="edAfterBunji" inputType="text" removeBorderStyle="false" style=""
value="" width="70">
</w2:column>
</w2:row>
</w2:gBody>
</w2:gridView>
</body>
</html>

@ -1,397 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:w2="http://www.inswave.com/websquare"
xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate />
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataList baseNode="list" repeatNode="map" id="resCode" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="year" name="년" dataType="text"></w2:column>
<w2:column id="mon" name="월" dataType="text"></w2:column>
<w2:column id="division" name="구분" dataType="text"></w2:column>
<w2:column id="notifiCnt" name="고지건수" dataType="number"></w2:column>
<w2:column id="notifiPri" name="고지금액" dataType="number"></w2:column>
<w2:column id="paymentCnt" name="납부건수" dataType="number"></w2:column>
<w2:column id="paymentPri" name="납부금액" dataType="number"></w2:column>
<w2:column id="paymentRate" name="납부율" dataType="number"></w2:column>
<w2:column id="nonpayCnt" name="미납건수" dataType="number"></w2:column>
<w2:column id="nonpayPri" name="미납금액" dataType="number"></w2:column>
<w2:column id="cancelCnt" name="취소건수" dataType="number"></w2:column>
<w2:column id="cancelPri" name="취소금액" dataType="number"></w2:column>
<w2:column id="defectCnt" name="결손건수" dataType="number"></w2:column>
<w2:column id="defectPri" name="결손금액" dataType="number"></w2:column>
</w2:columnInfo>
<w2:data></w2:data>
</w2:dataList>
<w2:dataMap baseNode="list" repeatNode="map" id="reqCode" saveRemovedData="true">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소코드" dataType="text"></w2:key>
<w2:key id="dtType" name="날짜형태" dataType="text"></w2:key>
<w2:key id="motionId" name="고지구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="조회시작일" dataType="text"></w2:key>
<w2:key id="inEdDate" name="조회종료일" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
</w2:dataCollection>
<xf:submission id="sub_search" ref='data:json,{"id":"reqCode","key":"param"}' target='data:json,{"id":"resCode","key":"result"}'
action="/cfs/fine/findFinePmList.do" method="post" mediatype="application/json" encoding="UTF-8" mode="asynchronous"
ev:submitdone="scwin.sub_search_submitdone" instance="" replace="" errorHandler="" customHandler="" processMsg="조회중입니다" ev:submit=""
ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
/**
* 화면 내 전역 변수 선언
*/
scwin.idxRowAuthority = 0;
/**
* 초기 스크립트 수행 함수 정의
*/
scwin.onpageload = function() {
var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode(sbxOptions);
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
var result;
var dttype;
result = 'yearMonth';
dttype = "yyyyMM";
ica_inStDate.setCalendarValueType( result);
ica_inEdDate.setCalendarValueType( result);
ica_inStDate.setValue( com.getToday( dttype ) );
ica_inEdDate.setValue( com.getToday( dttype ) );
grd_gridView1.setFooterValue( "column85" , 0 );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
var stDate = ica_inStDate.getValue();
var edDate = ica_inEdDate.getValue();
if(stDate>edDate){
alert("시작일자가 종료일자보다 큽니다.");
return false;
}
$p.executeSubmission( "sub_search" );
};
/**
* 라디오 버튼에 따라 inputCalender에 format을 변경시킨다
*/
scwin.rad_radio1_onchange = function() {
var radioValue = this.getValue();
console.log(radioValue);
var result;
var dttype;
if(radioValue == '01'){
result = 'yearMonth';
dttype = "yyyyMM";
}else if(radioValue == '02'){
result = 'year';
dttype = "yyyy";
}
ica_inStDate.setCalendarValueType( result);
ica_inEdDate.setCalendarValueType( result);
ica_inStDate.setValue( com.getToday( dttype ) );
ica_inEdDate.setValue( com.getToday( dttype ) );
};
scwin.btn_excel_down_onclick = function(e) {
if (statList.getRowCount() == 0) {
com.alert("엑셀다운로드할 정보가 없습니다.");
return;
}
var info = {};
var options = {};
options.fileName = "부과고지및 납부실적_"+com.getCurDtime()+".xlsx";
options.sheetName = "부과고지및 납부실적";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
options.type = "1";
//com.gridDataDownLoad(grd_gridView1, options, info);
//com.fncMakeExcelProvider("FinePmService", "findFinePmList", "cfs.fine.vo.FinePmVO",reqCode,grd_gridView1, options, info);
grd_gridView1.advancedExcelDownload( options , info );
};
scwin.sub_search_submitdone = function(e) {
var notiCnt = grd_gridView1.getFooterData( "column89" , false );
var payCnt = grd_gridView1.getFooterData( "column87" , false );
if(notiCnt == 0 || payCnt == 0){
return false;
} else if(payCnt == 0){
grd_gridView1.setFooterValue( "column85" , 0 );
return false;
}
var result =payCnt/notiCnt*100;
grd_gridView1.setFooterValue( "column85" , result );
};
scwin.btn_prt_onclick = function(e) {
//var json = JSON.stringify(resCode.getRowJSON( 0 ));
//var form_tag = document.getElementById("clipform");
//console.log(json);
//form_tag.inStDate.value = json;
//var url = "/ClipReport4/test.jsp";
//window.open("/ClipReport4/test.jsp","clipform","location=yes,width=1500, height=800");
//form_tag.action=url;
//form_tag.method ="post";
//form_tag.target="clipform";
//form_tag.submit();
var form_tag = document.getElementById("FN053M01");
form_tag.fareOfficeId.value = reqCode.get("fareOfficeId");
form_tag.motionId.value = reqCode.get("motionId");
form_tag.inStDate.value = reqCode.get("inStDate");
form_tag.inEdDate.value = reqCode.get("inEdDate");
form_tag.crfName.value = "FN053M01";
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="FN053M01" method="post" action ="/ClipReport4/reportView.jsp">
<input type ="hidden" name="crfName"></input>
<input type ="hidden" name="fareOfficeId"></input>
<input type ="hidden" name="motionId"></input>
<input type ="hidden" name="inStDate"></input>
<input type ="hidden" name="inEdDate"></input>
</form>
<form id="clipform" method="post" action ="/ClipReport4/test.jsp">
<input type ="hidden" value="IC012M01" name="crfName"></input>
<input type ="hidden" name="inStDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70px;"></xf:group><xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group tagname="col" style="width:230.00px;"></xf:group>
<xf:group tagname="col" style="width:*;"></xf:group>
</xf:group>
<xf:group tagname="tr" style="">
<xf:group tagname="th" class="w2tb_th"><w2:attributes><w2:scope>row</w2:scope></w2:attributes></xf:group><xf:group class="w2tb_th" style="" tagname="th"><xf:select1 appearance="full" cols="" ev:onchange="scwin.rad_radio1_onchange" id="rad_dtType"
ref="data:reqCode.dtType" rows="1" selectedIndex="0" style="" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[01]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[02]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[03]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1></xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자<w2:attributes>
<w2:colspan>1</w2:colspan>
<w2:rowspan>1</w2:rowspan>
</w2:attributes></xf:group>
<xf:group tagname="td" class="w2tb_td"><w2:attributes>
<w2:scope>row</w2:scope>
</w2:attributes><w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" displayFormat=""
focusOnDateSelect="false" footerDiv="false" id="ica_inStDate" ref="data:reqCode.inStDate" renderDiv="true" renderType="component"
style="" weekStartsOn="0">
</w2:inputCalendar><w2:span id="spa_span1" label="~" style=""></w2:span><w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" displayFormat=""
focusOnDateSelect="false" footerDiv="false" id="ica_inEdDate" ref="data:reqCode.inEdDate" renderDiv="true" renderType="component"
style="" weekStartsOn="0">
</w2:inputCalendar></xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes></w2:attributes>
<xf:group style="" id="grp_group1" class="fr">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act exceldown" id="btn_excel_down" type="button" ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
<w2:textbox class="df_tt" id="" label="과태료 납부 및 고지취소 현황" tagname="h2"></w2:textbox>
</xf:group>
<table id="tbl_table3"></table>
<xf:group class="" id="grp_group12" >
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" dataList="data:resCode" defaultCellHeight="" dynamic="true"
fixedColumnWithHidden="true" footerCaption="" footerCaptionAuto="" footerSummary="" id="grd_gridView1" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height: 171px;" readOnly="" class="cm_grid" focusMode="row" ignoreCellClick="false"
ignoreToggleOnDisabled="false" summaryAuto="" useShiftKey="true" visibleRowNum="all">
<w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption>
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:20px;" id="column92" value=""
blockSelect="false" displayMode="label" hidden="true">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column13" inputType="text" removeBorderStyle="false"
style="height:20px;" value="구분" width="90" colSpan="" rowSpan="2">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column11" inputType="text" removeBorderStyle="false"
style="height:20px;" value="고지" width="100" colSpan="2" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column9" inputType="text" removeBorderStyle="false"
style="height:20px;" value="납부" width="100" colSpan="2" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column7" inputType="text" removeBorderStyle="false"
style="height:20px;" value="고지취소" width="70" colSpan="2" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column44" inputType="text" removeBorderStyle="false"
style="height:20px;" value="미납" width="70" colSpan="2" rowSpan="">
</w2:column>
</w2:row>
<w2:row style="" id="row7">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column110" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column107" value="건수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column106" value="비율"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column105" value="건수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column104" value="비율"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column103" value="건수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column102" value="비율"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column101" value="건수"
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column100" value="비율"
blockSelect="false" displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="year" value="" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="division" inputType="text" removeBorderStyle="false"
style="" value="" width="90" readOnly="true">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0" displayMode="label" id="notifiCnt" inputType="number"
removeBorderStyle="false" style="" value="" width="70" readOnly="true" textAlign="right" dataType="number">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0" displayMode="label" id="notifiPri" inputType="number"
removeBorderStyle="false" style="" value="" width="100" readOnly="true" textAlign="right" dataType="number">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0" displayMode="label" id="paymentCnt" inputType="number"
removeBorderStyle="false" style="" value="" width="70" readOnly="true" textAlign="right" dataType="number">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0" displayMode="label" id="paymentPri" inputType="number"
removeBorderStyle="false" style="" value="" width="100" expression="" readOnly="true" textAlign="right" dataType="number">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0.##" displayMode="label" id="paymentRate"
inputType="expression" removeBorderStyle="false" style="" value="" width="70"
expression="SUM('notifiCnt') == 0 ? 0 : SUM('paymentCnt')/SUM('notifiCnt')*100" displayFormatter="" readOnly="true"
textAlign="right" dataType="number" fixColumnWidth="false">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0" displayMode="label" id="nonpayCnt" inputType="expression"
removeBorderStyle="false" style="" value="" width="70" expression="SUM('notifiCnt')-SUM('paymentCnt')" readOnly="true"
textAlign="right" dataType="number" fixColumnWidth="false">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0" displayMode="label" id="nonpayPri" inputType="expression"
removeBorderStyle="false" style="" value="" width="100" expression="SUM('notifiPri')-SUM('paymentPri')" readOnly="true"
textAlign="right" dataType="number" fixColumnWidth="false">
</w2:column>
<w2:column blockSelect="false" displayFormat="#,##0" displayMode="label" id="cancelCnt" inputType="number"
removeBorderStyle="false" style="" value="" width="70" readOnly="true" textAlign="right" dataType="number">
</w2:column>
</w2:row>
</w2:gBody>
<w2:footer style="" id="footer1">
<w2:row style="" id="row6">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column96" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="90" inputType="text" style="" id="column90" value=""
blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column89" value=""
blockSelect="false" displayMode="label" expression="SUM('notifiCnt')" textAlign="right" displayFormat="#,##0" defaultValue=""
depthType="" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column88" value=""
blockSelect="false" displayMode="label" expression="SUM('notifiPri')" textAlign="right" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column87" value=""
blockSelect="false" displayMode="label" expression="SUM('paymentCnt')" textAlign="right" displayFormat="#,##0" defaultValue=""
depthType="" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column86" value=""
blockSelect="false" displayMode="label" expression="SUM('paymentPri')" textAlign="right" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column85" value=""
blockSelect="false" displayMode="label" expression="" textAlign="right" displayFormat="#,##0.##" dataType="number" defaultValue=""
depthType="">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column84" value=""
blockSelect="false" displayMode="label" expression="SUM('nonpayCnt')-SUM('cancelCnt')" textAlign="right" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column83" value=""
blockSelect="false" displayMode="label" expression="SUM('nonpayPri')-SUM('cancelPri')" textAlign="right" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column82" value=""
blockSelect="false" displayMode="label" expression="SUM('cancelCnt')" textAlign="right" displayFormat="#,##0">
</w2:column>
</w2:row>
</w2:footer>
</w2:gridView>
</xf:group>
<w2:span label="※ 미납건수 = 고지건수 - 납부건수 - 고지취소건수 - 결손건수. ※ 납부건수는 전체건수에서 이중 수납건수를 뺀 수량/금액입니다." style="color:#804040;" id="spa_span12"></w2:span></xf:group>
</body>
</html>

@ -175,35 +175,11 @@
}
};
scwin.btn_print_onclick = function(e) {
var form_tag = document.getElementById("IC006M01");
form_tag.inStDate.value = statMap.get("inStDate");
form_tag.inEdDate.value = statMap.get("inEdDate");
var kbn = statMap.get("kbn");
if(kbn == "1")
{
form_tag.crfName.value = "IC006M01_1";
} else if (kbn == "2") {
form_tag.crfName.value = "IC006M01_2";
} else if (kbn == "3") {
form_tag.crfName.value = "IC006M01_3";
}
var url = "/ClipReport4/reportView.jsp";
form_tag.action=url;
form_tag.method ="post";
form_tag.target="clipform";
form_tag.submit();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<form id="TF029M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>

@ -171,7 +171,7 @@
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<form id="TF030M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>

@ -142,7 +142,7 @@
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<form id="TF031M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>

@ -1,396 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ev="http://www.w3.org/2001/xml-events"
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
<head>
<w2:type>DEFAULT</w2:type>
<w2:buildDate/>
<xf:model>
<xf:instance>
<data xmlns="" />
</xf:instance>
<w2:dataCollection baseNode="map">
<w2:dataMap baseNode="map" id="statMap">
<w2:keyInfo>
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
<w2:key id="kbn" name="날짜구분" dataType="text"></w2:key>
<w2:key id="inStDate" name="통행시작일자" dataType="text"></w2:key>
<w2:key id="inEdDate" name="통행종료일자" dataType="text"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
<w2:columnInfo>
<w2:column id="passDate" name="통행일" dataType="text"></w2:column>
<w2:column id="fareOfficeId" name="요금소" dataType="text"></w2:column>
<w2:column id="fareOfficeNm" name="요금소명" dataType="text"></w2:column>
<w2:column id="ecoTotalCnt" name="인식건수" dataType="number"></w2:column>
<w2:column id="ecoGrade1" name="1등급 건수" dataType="number"></w2:column>
<w2:column id="ecoGrade2" name="2등급 건수" dataType="number"></w2:column>
<w2:column id="ecoGrade3" name="3등급 건수" dataType="number"></w2:column>
<w2:column id="ecoGrade4" name="4등급 건수" dataType="number"></w2:column>
<w2:column id="ecoGrade5" name="5등급 건수" dataType="number"></w2:column>
<w2:column id="ecoGrade0" name="미인식 건수" dataType="number"></w2:column>
<w2:column id="totalQ" name="총 통행량" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_statList" ref='data:json,{"id":"statMap","key":"param"}' target="data:json,statList" action="/cfs/traffic/findTrafficEcoGarade.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_statList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//요금소(cfs01)
var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
com.setCfsCommonCode(sbxOptions);
//통행일자
var ymd = com.getToday();
ica_inStDate.setValue( ymd );
ica_inEdDate.setValue( ymd );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_statList);
}
};
scwin.rad_kbn_onchange = function() {
var kbn = rad_kbn.getValue();
if (kbn == '1') {
//일별
ica_inStDate.setCalendarValueType( "yearMonthDate" );
ica_inEdDate.setCalendarValueType( "yearMonthDate" );
ica_inStDate.setValue( com.getToday( "yyyyMMdd" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMMdd" ) );
} else if (kbn == '2') {
//월별
ica_inStDate.setCalendarValueType( "yearMonth" );
ica_inEdDate.setCalendarValueType( "yearMonth" );
ica_inStDate.setValue( com.getToday( "yyyyMM" ) );
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
} else if (kbn == '3') {
//년별
ica_inStDate.setCalendarValueType( "year" );
ica_inEdDate.setCalendarValueType( "year" );
ica_inStDate.setValue( com.getToday( "yyyy" ) );
ica_inEdDate.setValue( com.getToday( "yyyy" ) );
}
};
scwin.btn_excel_down_onclick = function(e) {
if (statList.getRowCount() == 0) {
com.alert("엑셀다운로드할 정보가 없습니다.");
return;
}
//alert("엑셀다운로드");
var info = {};
var options = {};
options.fileName = "친환경등급제 차량 남산터널 교통량 비율_"+com.getCurDtime()+".xlsx";
options.sheetName = "친환경등급제 차량 남산터널 교통량 비율";
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
options.useStyle = "true";
options.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
grd_statList.advancedExcelDownload( options, info );
};
scwin.userExpFare = function(chkColID, valColID, chkStr){
var checkArr = statList.getColData( chkColID );
var valueArr = statList.getColData( valColID );
var sum = 0;
for(var i=0; i<checkArr.length; i++) {
if (checkArr[i] == chkStr) {
sum += valueArr[i];
}
}
return sum;
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="contentWrap" id="" style="">
<form id="IC006M01" method="post" action="/ClipReport4/reportView.jsp">
<input type="hidden" name="crfName"></input>
<input type="hidden" name="kbn"></input>
<input type="hidden" name="inStDate"></input>
<input type="hidden" name="inEdDate"></input>
</form>
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
<xf:group class="tbl_search" id="grp_search" style="">
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:70.00px;"></xf:group>
<xf:group tagname="col" style="width:150.00px;"></xf:group>
<xf:group style="width:200.00px;" tagname="col"></xf:group>
<xf:group style="width:70.00px;" tagname="col"></xf:group>
<xf:group style="width:250.00px;" tagname="col"></xf:group>
<xf:group tagname="col" style="width:*;"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group tagname="th" class="w2tb_th">
요금소
<w2:attributes>
<w2:scope>row</w2:scope>
</w2:attributes>
</xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes>
<w2:scope>row</w2:scope>
</w2:attributes>
<xf:select1 allOption="" appearance="minimal" chooseOption="true" chooseOptionLabel="-전체-" direction="auto"
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_fareOfficeId" ref="data:statMap.fareOfficeId"
style="width:120px;" submenuSize="auto">
<xf:choices></xf:choices>
</xf:select1>
</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<xf:select1 id="rad_kbn" selectedIndex="0" appearance="full" style="" cols="" rows="1" ref="data:statMap.kbn"
ev:onchange="scwin.rad_kbn_onchange" renderType="table">
<xf:choices>
<xf:item>
<xf:label><![CDATA[일별]]></xf:label>
<xf:value><![CDATA[1]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[월별]]></xf:label>
<xf:value><![CDATA[2]]></xf:value>
</xf:item>
<xf:item>
<xf:label><![CDATA[년별]]></xf:label>
<xf:value><![CDATA[3]]></xf:value>
</xf:item>
</xf:choices>
</xf:select1>
<xf:group style="" id=""></xf:group>
</xf:group>
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
<xf:group class="w2tb_td" style="" tagname="td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inStDate" ref="data:statMap.inStDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
<w2:span id="spa_span1" label="~" style=""></w2:span>
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_inEdDate" ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style=""
weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
<xf:group tagname="td" class="w2tb_td">
<w2:attributes></w2:attributes>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_search" style="" type="button">
<xf:label><![CDATA[조회]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group class="defaultbox" id="" style="">
<w2:textbox class="df_tt" id="" label="친환경등급제 차량 남산터널 교통량 비율" style="" tagname="h2"></w2:textbox>
<xf:group class="fr" id="" style="">
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button"
ev:onclick="scwin.btn_excel_down_onclick">
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
<w2:gridView autoFit="allColumn" autoFitMinWidth="" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true" focusMode="row" id="grd_statList" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 170px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
<w2:header id="header1" style="">
<w2:row id="row1" style="">
<w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" style="height:26px;" value="구분" width="120" colSpan="" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" removeBorderStyle="false" style="height:26px;" value="요금소 구분" width="120" colSpan="" rowSpan="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column7" inputType="text" removeBorderStyle="false" style="height:26px;" value="인식 총 대수" width="100" colSpan="" rowSpan="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column88" value="1등급 대수" blockSelect="false" displayMode="label">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="column11" inputType="text" removeBorderStyle="false" style="height:26px;" value="1등급 비율" width="100" colSpan="" rowSpan="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column89" value="2등급 대수" blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column56" value="2등급 비율" blockSelect="false" displayMode="label" colSpan="" rowSpan="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column90" value="3등급 대수" blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column74" value="3등급 비율" blockSelect="false" displayMode="label" colSpan="" rowSpan="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column91" value="4등급 대수" blockSelect="false" displayMode="label">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column92" value="4등급 비율" blockSelect="false" displayMode="label">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column93" value="5등급 대수" blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column62" value="5등급 비율" blockSelect="false" displayMode="label" colSpan="" rowSpan="">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column94" value="총 통행량" blockSelect="false" displayMode="label">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column95" value="미인식대수" blockSelect="false" displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody id="gBody1" style="">
<w2:row id="row2" style="">
<w2:column blockSelect="false" displayMode="label" id="passDate" inputType="text" removeBorderStyle="false" style="" value="" width="120">
</w2:column>
<w2:column blockSelect="false" dataType="" displayMode="label" expression="" id="fareOfficeNm" inputType="text" removeBorderStyle="false" width="120" displayFormat="" excelExpression="" textAlign="">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="ecoTotalCnt" inputType="text" removeBorderStyle="false" style="" value="" displayFormat="#,##0" width="100" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="ecoGrade1" value="" blockSelect="false" displayMode="label" displayFormat="#,##0" textAlign="right" dataType="number">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="booth9" inputType="expression" removeBorderStyle="false" style="" displayFormat="##.#0" value="" width="100" textAlign="right" dataType="number" expression="SUM('ecoGrade1') == 0 ? 0 : SUM('ecoGrade1') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column blockSelect="false" displayMode="label" id="ecoGrade2" displayFormat="#,##0" inputType="text" removeBorderStyle="false" style="" value="" width="100" textAlign="right" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column58" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#0" expression="SUM('ecoGrade2') == 0 ? 0 : SUM('ecoGrade2') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="ecoGrade3" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column76" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#0" expression="SUM('ecoGrade3') == 0 ? 0 : SUM('ecoGrade3') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="ecoGrade4" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column70" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#0" expression="SUM('ecoGrade4') == 0 ? 0 : SUM('ecoGrade4') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="ecoGrade5" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column64" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="##.#0" expression="SUM('ecoGrade5') == 0 ? 0 : SUM('ecoGrade5') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="totalQ" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="ecoGrade0" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
</w2:column>
</w2:row>
</w2:gBody>
<w2:footer style="" id="footer1">
<w2:row style="" id="row5">
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column126" value="합계" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
</w2:column>
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column125" value="전체" blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column124" value="" blockSelect="false" displayMode="label" expression="SUM('ecoTotalCnt')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column123" value="" blockSelect="false" displayMode="label" expression="SUM('ecoGrade1')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column122" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('ecoGrade1') == 0 ? 0 : SUM('ecoGrade1') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column121" value="" blockSelect="false" displayMode="label" expression="SUM('ecoGrade2')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column120" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('ecoGrade2') == 0 ? 0 : SUM('ecoGrade2') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column119" value="" blockSelect="false" displayMode="label" expression="SUM('ecoGrade3')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column118" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('ecoGrade3') == 0 ? 0 : SUM('ecoGrade3') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column117" value="" blockSelect="false" displayMode="label" expression="SUM('ecoGrade4')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column116" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('ecoGrade4') == 0 ? 0 : SUM('ecoGrade4') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column115" value="" blockSelect="false" displayMode="label" expression="SUM('ecoGrade5')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column114" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('ecoGrade5') == 0 ? 0 : SUM('ecoGrade5') / SUM('ecoTotalCnt') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column113" value="" blockSelect="false" displayMode="label" expression="SUM('totalQ')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column112" value="" blockSelect="false" displayMode="label" expression="SUM('ecoGrade0')" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
</w2:row>
<w2:row style="" id="row6">
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column140" value="1호 합계" blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column139" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoTotalCnt','01')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column138" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade1','01')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column137" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade1','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade1','01') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','01') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column136" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade2','01')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column135" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade2','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade2','01') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','01') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column134" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade3','01')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column133" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade3','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade3','01') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','01') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column132" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade4','01')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column131" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade4','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade4','01') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','01') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column130" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade5','01')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column129" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade5','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade5','01') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','01') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column128" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','totalQ','01')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column127" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade0','01')">
</w2:column>
</w2:row>
<w2:row style="" id="row4">
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column110" value="3호 합계" blockSelect="false" displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column109" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoTotalCnt','03')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column108" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade1','03')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column107" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade1','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade1','03') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','03') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column106" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade2','03')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column105" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade2','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade2','03') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','03') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column104" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade3','03')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column103" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade3','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade3','03') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','03') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column102" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade4','03')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column101" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade4','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade4','03') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','03') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column100" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade5','03')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column99" value="" blockSelect="false" displayMode="label" displayFormat="##.#0" dataType="number" textAlign="right" expression="scwin.userExpFare('fareOfficeId','ecoGrade5','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','ecoGrade5','03') / scwin.userExpFare('fareOfficeId','ecoTotalCnt','03') *100">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column98" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','totalQ','03')">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column97" value="" blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0" expression="scwin.userExpFare('fareOfficeId','ecoGrade0','03')">
</w2:column>
</w2:row>
</w2:footer>
</w2:gridView><w2:span id="spa_span2" label="※본 화면의 통계정보는 2020년 1월부터 생성됨" style="font-weight:bold;font-size:10pt;"></w2:span></xf:group>
</body>
</html>
Loading…
Cancel
Save