You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

340 lines
19 KiB
XML

<?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="paramMap" style="">
<w2:keyInfo>
<w2:key dataType="text" id="passDate" name="검색년도"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataList baseNode="list" id="overFareList" repeatNode="map" saveRemovedData="true" style="">
<w2:columnInfo>
<w2:column id="passDate" name="기간" dataType="text"></w2:column>
<w2:column id="totalCnt" name="총발생 건수" dataType="number"></w2:column>
<w2:column id="totalAmount" name="총발생 금액" dataType="number"></w2:column>
<w2:column id="repayCnt" name="환불 건수" dataType="number"></w2:column>
<w2:column id="repayAmount" name="환불 금액" dataType="number"></w2:column>
<w2:column id="taxesCnt" name="시세입 건수" dataType="number"></w2:column>
<w2:column id="taxesAmount" name="시세입 금액" dataType="number"></w2:column>
<w2:column id="nonCnt" name="미조치 건수" dataType="number"></w2:column>
<w2:column id="nonAmount" name="미조치 금액" dataType="number"></w2:column>
<w2:column id="titleRate" name="년도(비율%)" dataType="text"></w2:column>
<w2:column id="totalCntRate" name="총발생 건수 비율" dataType="number"></w2:column>
<w2:column id="totalAmountRate" name="총발생 금액 비율" dataType="number"></w2:column>
<w2:column id="repayCntRate" name="환불 건수 비율" dataType="number"></w2:column>
<w2:column id="repayAmountRate" name="환불 금액 비율" dataType="number"></w2:column>
<w2:column id="taxesCntRate" name="시세입 건수 비율" dataType="number"></w2:column>
<w2:column id="taxesAmountRate" name="시세입 금액 비율" dataType="number"></w2:column>
<w2:column id="nonCntRate" name="미조치 건수 비율" dataType="number"></w2:column>
<w2:column id="nonAmountRate" name="미조치 금액 비율" dataType="number"></w2:column>
</w2:columnInfo>
</w2:dataList>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_overFareList" ref='data:json,{"id":"paramMap","key":"param"}' target='data:json,overFareList' action="/cfs/income/findIncomeOverFareCollectStatList.do" method="post"
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sbm_overFareList_submitdone" ev:submiterror="" abortTrigger="">
</xf:submission>
</xf:model>
<script type="text/javascript" lazy="false"><![CDATA[
scwin.onpageload = function() {
//검색년도
spn_passDate.setValue( com.getToday("yyyy") );
};
scwin.onpageunload = function() {
};
scwin.btn_search_onclick = function(e) {
//alert("조회");
if (com.validateGroup(grp_search) === false) {
return;
} else {
com.executeSubmission(sbm_overFareList);
}
};
scwin.sbm_overFareList_submitdone = function(e) {
for (var i=0; i<overFareList.getRowCount(); i++) {
overFareList.setCellData( i , "titleRate" , "(비율 %)" );
}
};
scwin.btn_excel_down_onclick = function(e) {
if (overFareList.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.printSet = {
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
};
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
options.useFooterData = "true"; //footer 값을 서식없이 그대로 올린다.
options.type = "1";
com.gridDataDownLoad(grd_overFareList, options, info);
//com.fncMakeExcelProvider("incomeOverService", "findIncomeOverFareCollectStatList", "cfs.income.vo.IncomeParamsVO", paramMap, grd_overFareList, options, info);
};
scwin.btn_print_onclick = function(e) {
if (overFareList.getRowCount() == 0) {
com.alert("인쇄할 정보가 없습니다.");
return;
}
//alert("인쇄");
var form_tag = document.getElementById("IC028M01");
form_tag.passDate.value = paramMap.get("passDate");
form_tag.crfName.value = "IC028M01";
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="IC028M01" method="post" action ="/ClipReport4/reportView.jsp">
<input type ="hidden" name="crfName"></input>
<input type ="hidden" name="passDate"></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 style="width:70px;" tagname="col"></xf:group>
<xf:group style="width:130px;" tagname="col"></xf:group>
<xf:group style="width:*;" tagname="col"></xf:group>
</xf:group>
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
<xf:group class="w2tb_th" style="" tagname="th">검색년도</xf:group>
<xf:group class="w2tb_td" style="" tagname="td"><w2:spinner skin="type1" buttonSize="20" inputReadOnly="true"
style="position: relative;width: 80px;height: 21px;" id="spn_passDate" dataType="number" min="1900" max="9999" increment="" dateMask="" ref="data:paramMap.passDate">
</w2:spinner></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>
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:overFareList" fixedColumnWithHidden="true"
focusMode="row" id="grd_overFareList" ignoreCellClick="false" ignoreToggleOnDisabled="false" scrollByColumn="false"
scrollByColumnAdaptive="false" style="height:156px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all" readOnly="true"
evenRowBackgroundColor="#fff">
<w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption>
<w2:header style="" id="header1">
<w2:row style="" id="row3">
<w2:column removeBorderStyle="false" width="70" inputType="text" id="column30" value="년도" blockSelect="false"
displayMode="label" rowSpan="3">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column29" value="발생" blockSelect="false"
displayMode="label" colSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:20px;" id="column27" value="조치"
blockSelect="false" displayMode="label" colSpan="6">
</w2:column>
<w2:column hidden="false" removeBorderStyle="false" width="200" inputType="text" style="height:60px;" id="column79"
value="비고" blockSelect="false" displayMode="label" rowSpan="3">
</w2:column>
</w2:row>
<w2:row style="" id="row4">
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:40px;" id="column39" value="건수"
blockSelect="false" displayMode="label" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:40px;" id="column38" value="금액"
blockSelect="false" displayMode="label" rowSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="170" inputType="text" style="height:20px;" id="column37" value="송금 (환불)"
blockSelect="false" displayMode="label" colSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:20px;" id="column35" value="시세입입금"
blockSelect="false" displayMode="label" colSpan="2">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:20px;" id="column33" value="미조치"
blockSelect="false" displayMode="label" colSpan="2">
</w2:column>
</w2:row>
<w2:row style="" id="row1">
<w2:column removeBorderStyle="false" width="70" inputType="text" id="column13" value="건수" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column11" value="금액" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="column9" value="건수" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column7" value="금액" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="column5" value="건수" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column3" value="금액" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
</w2:header>
<w2:gBody style="" id="gBody1">
<w2:row style="" id="row2">
<w2:column removeBorderStyle="false" width="70" inputType="text" id="passDate" blockSelect="false"
displayMode="label" displayFormat="####년">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="totalCnt" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="totalAmount" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="repayCnt" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="repayAmount" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="taxesCnt" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="taxesAmount" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="text" id="nonCnt" blockSelect="false" displayMode="label"
dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="text" id="nonAmount" blockSelect="false"
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
</w2:column>
<w2:column removeBorderStyle="false" width="200" inputType="text" id="remarks" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
<w2:row style="" id="row5">
<w2:column removeBorderStyle="false" width="70" inputType="text" id="titleRate" value="(비율 %)" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="totalCntRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalCnt') == 0 ? 0 : SUM('totalCnt') / SUM('totalCnt') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="totalAmountRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalAmount') == 0 ? 0 : SUM('totalAmount') / SUM('totalAmount') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="repayCntRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalCnt') == 0 ? 0 : SUM('repayCnt') / SUM('totalCnt') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="repayAmountRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalAmount') == 0 ? 0 : SUM('repayAmount') / SUM('totalAmount') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="taxesCntRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalCnt') == 0 ? 0 : SUM('taxesCnt') / SUM('totalCnt') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="taxesAmountRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalAmount') == 0 ? 0 : SUM('taxesAmount') / SUM('totalAmount') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="nonCntRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalCnt') == 0 ? 0 : SUM('nonCnt') / SUM('totalCnt') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="nonAmountRate" blockSelect="false"
displayMode="label" dataType="number" textAlign="right"
expression="SUM('totalAmount') == 0 ? 0 : SUM('nonAmount') / SUM('totalAmount') * 100" displayFormat="#,##0">
</w2:column>
<w2:column removeBorderStyle="false" width="200" inputType="text" id="column41" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
</w2:gBody>
<w2:footer style="" id="footer1">
<w2:row style="" id="row7">
<w2:column removeBorderStyle="false" width="70" inputType="text" id="column70" value="계" blockSelect="false"
displayMode="label">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="column69" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('totalCnt')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column68" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('totalAmount')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="column67" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('repayCnt')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="column66" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('repayAmount')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="column65" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('taxesCnt')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column64" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('taxesAmount')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="column63" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('nonCnt')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column62" blockSelect="false"
displayMode="label" textAlign="right" expression="SUM('nonAmount')" displayFormat="#,##0" dataType="number">
</w2:column>
<w2:column removeBorderStyle="false" width="200" inputType="text" id="column61" blockSelect="false"
displayMode="label">
</w2:column>
</w2:row>
</w2:footer>
</w2:gridView>
</xf:group>
</body>
</html>