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.
555 lines
29 KiB
XML
555 lines
29 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 id="fareOfficeId" name="요금소코드" dataType="text"></w2:key>
|
|
<w2:key dataType="text" id="kbn" name="구분"></w2:key>
|
|
<w2:key id="dateKbn" name="일자구분" dataType="text"></w2:key>
|
|
<w2:key dataType="date" id="passStDate" name="통행일자(FROM)"></w2:key>
|
|
<w2:key id="passEdDate" name="통행일자(TO)" dataType="date"></w2:key>
|
|
</w2:keyInfo>
|
|
</w2:dataMap>
|
|
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
|
|
<w2:columnInfo>
|
|
<w2:column id="passDate" name="통행일자" dataType="date"></w2:column>
|
|
<w2:column id="typicalName" name="카드사명" dataType="text"></w2:column>
|
|
<w2:column id="totalQ" name="건수 계" dataType="number"></w2:column>
|
|
<w2:column id="normalQ" name="건수 일반" dataType="number"></w2:column>
|
|
<w2:column id="lightQ" name="건수 경차" dataType="number"></w2:column>
|
|
<w2:column id="totalM" name="금액" dataType="number"></w2:column>
|
|
<w2:column id="totalDiscountM" name="할인액" dataType="number"></w2:column>
|
|
<w2:column id="totalFeesM" name="수수료" dataType="number"></w2:column>
|
|
<w2:column id="totalRejectQ" name="반송 건수" dataType="number"></w2:column>
|
|
<w2:column id="totalRejectM" name="반송 금액" dataType="number"></w2:column>
|
|
</w2:columnInfo>
|
|
</w2:dataList>
|
|
</w2:dataCollection>
|
|
<w2:workflowCollection></w2:workflowCollection>
|
|
<xf:submission id="sbm_statList" ref='data:json,{"id":"paramMap","key":"param"}' target="data:json,statList" action="/cfs/income/findIncomeCardIssuerUseStatList.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() {
|
|
grd_statList2.hide();
|
|
|
|
//요금소(cfs01)
|
|
var sbxOptions = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
|
|
com.setCfsCommonCode( sbxOptions );
|
|
|
|
//통행일자
|
|
var ymd = com.getToday();
|
|
ica_passStDate.setValue( ymd );
|
|
ica_passEdDate.setValue( ymd );
|
|
};
|
|
|
|
scwin.onpageunload = function() {
|
|
|
|
};
|
|
|
|
scwin.btn_search_onclick = function(e) {
|
|
//alert("조회");
|
|
if(rad_dateKbn.getValue() == "1"){
|
|
if(ica_passEdDate.getValue() - ica_passStDate.getValue() > 10000){
|
|
com.alert("일별 조회는 대용량 데이터로 인해 1년 이상 데이터를 조회할 수 없습니다.");
|
|
return;
|
|
}
|
|
}else if(rad_dateKbn.getValue() == "2"){
|
|
if(ica_passEdDate.getValue() - ica_passStDate.getValue() > 100){
|
|
com.alert("월별 조회는 대용량 데이터로 인해 1년 이상 데이터를 조회할 수 없습니다.");
|
|
return;
|
|
}
|
|
}else if(rad_dateKbn.getValue() == "3"){
|
|
if(ica_passEdDate.getValue() - ica_passStDate.getValue() > 1){
|
|
com.alert("년별 조회는 대용량 데이터로 인해 1년 이상 데이터를 조회할 수 없습니다.");
|
|
return;
|
|
}
|
|
}
|
|
if (com.validateGroup(grp_search) === false) {
|
|
return false;
|
|
|
|
}else{
|
|
if(ica_passEdDate.getValue() < ica_passStDate.getValue()){
|
|
com.alert("시작 일자가 종료 일자보다 큽니다. 날짜 형식을 확인해 주세요.");
|
|
return;
|
|
}
|
|
com.executeSubmission(sbm_statList);
|
|
}
|
|
};
|
|
|
|
scwin.btn_print_onclick = function(e) {
|
|
//alert("인쇄");
|
|
|
|
var totalCnt = grd_statList.getTotalRow();
|
|
if (totalCnt > 0) {
|
|
alert("레포트를 인쇄합니다. ("+totalCnt+"건)");
|
|
|
|
var form_tag = document.getElementById("IC020M01");
|
|
|
|
form_tag.fareOfficeId.value = paramMap.get("fareOfficeId");
|
|
form_tag.kbn.value = paramMap.get("kbn");
|
|
form_tag.dateKbn.value = paramMap.get("dateKbn");
|
|
form_tag.passStDate.value = paramMap.get("passStDate");
|
|
form_tag.passEdDate.value = paramMap.get("passEdDate");
|
|
|
|
var dateKbn = paramMap.get("dateKbn");
|
|
|
|
if(dateKbn == '1')
|
|
{
|
|
form_tag.crfName.value = "IC020M01_1";
|
|
} else if (dateKbn == '2') {
|
|
form_tag.crfName.value = "IC020M01_2";
|
|
} else if (dateKbn == '3') {
|
|
form_tag.crfName.value = "IC020M01_3";
|
|
}
|
|
|
|
var url = "/ClipReport4/reportView.jsp";
|
|
|
|
form_tag.action=url;
|
|
form_tag.method ="post";
|
|
form_tag.target="clipform";
|
|
form_tag.submit();
|
|
|
|
} else {
|
|
alert("인쇄할 정보가 없습니다.");
|
|
}
|
|
};
|
|
|
|
scwin.btn_excel_down_onclick = function(e) {
|
|
var kbn = sbx_kbn.getValue();
|
|
if (kbn == '1' || kbn == '2' || kbn == '3') {
|
|
if (statList.getRowCount() == 0) {
|
|
com.alert("엑셀다운로드할 정보가 없습니다.");
|
|
return;
|
|
}
|
|
}else if (kbn == '4') {
|
|
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.printSet = {
|
|
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
|
|
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
|
|
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
|
|
};
|
|
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
|
|
options.useStyle = "true"; //화면의 그리드 스타일을 엑셀파일로 내려받음
|
|
options.useFooterData = "true"; //footer 값을 서식없이 그대로 올린다.
|
|
//options.rowNumVisible = "true";
|
|
options.type = "1";
|
|
|
|
if (kbn == '1' || kbn == '2' || kbn == '3') {
|
|
com.gridDataDownLoad(grd_statList, options, info);
|
|
} else if (kbn == '4') {
|
|
com.gridDataDownLoad(grd_statList2, options, info);
|
|
}
|
|
|
|
};
|
|
|
|
scwin.rad_kbn_onchange = function() {
|
|
var dateKbn = rad_dateKbn.getValue();
|
|
|
|
if (dateKbn == '1') {
|
|
//일별
|
|
ica_passStDate.setCalendarValueType( "yearMonthDate" );
|
|
ica_passEdDate.setCalendarValueType( "yearMonthDate" );
|
|
|
|
ica_passStDate.setValue( com.getToday( "yyyyMMdd" ) );
|
|
ica_passEdDate.setValue( com.getToday( "yyyyMMdd" ) );
|
|
} else if (dateKbn == '2') {
|
|
//월별
|
|
ica_passStDate.setCalendarValueType( "yearMonth" );
|
|
ica_passEdDate.setCalendarValueType( "yearMonth" );
|
|
|
|
ica_passStDate.setValue( com.getToday( "yyyyMM" ) );
|
|
ica_passEdDate.setValue( com.getToday( "yyyyMM" ) );
|
|
} else if (dateKbn == '3') {
|
|
//년별
|
|
ica_passStDate.setCalendarValueType( "year" );
|
|
ica_passEdDate.setCalendarValueType( "year" );
|
|
|
|
ica_passStDate.setValue( com.getToday( "yyyy" ) );
|
|
ica_passEdDate.setValue( com.getToday( "yyyy" ) );
|
|
}
|
|
};
|
|
|
|
scwin.sbm_statList_submitdone = function(e) {
|
|
var kbn = sbx_kbn.getValue();
|
|
|
|
if (kbn == '1' || kbn == '2' || kbn == '3') {
|
|
grd_statList2.hide();
|
|
grd_statList.show();
|
|
} else if (kbn == '4') {
|
|
grd_statList.hide();
|
|
grd_statList2.show();
|
|
}
|
|
};
|
|
]]></script>
|
|
</head>
|
|
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
|
<xf:group class="contentWrap" id="" style="">
|
|
<form id="IC020M01" method="post" action ="/ClipReport4/reportView.jsp">
|
|
<input type ="hidden" name="crfName"></input>
|
|
<input type ="hidden" name="fareOfficeId"></input>
|
|
<input type ="hidden" name="kbn"></input>
|
|
<input type ="hidden" name="dateKbn"></input>
|
|
<input type ="hidden" name="passStDate"></input>
|
|
<input type ="hidden" name="passEdDate"></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:70px;" tagname="col"></xf:group>
|
|
<xf:group style="width:130px;" tagname="col"></xf:group>
|
|
<xf:group style="width:180px;" tagname="col"></xf:group>
|
|
<xf:group style="width:70px;" tagname="col"></xf:group>
|
|
<xf:group style="width:230px;" 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">
|
|
<xf:select1 allOption="" appearance="minimal" chooseOption="true" chooseOptionLabel="-전체-" direction="auto"
|
|
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_fareOfficeId" ref="data:paramMap.fareOfficeId"
|
|
style="width: 120px;" submenuSize="auto">
|
|
<xf:choices></xf:choices>
|
|
</xf:select1>
|
|
</xf:group>
|
|
<xf:group class="w2tb_th" style="" tagname="th">구분</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<xf:select1 allOption="" appearance="minimal" chooseOption="" chooseOptionLabel="-전체-" direction="auto"
|
|
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_kbn" ref="data:paramMap.kbn"
|
|
style="width: 120px;" submenuSize="auto">
|
|
<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:item>
|
|
<xf:label><![CDATA[발행사별]]></xf:label>
|
|
<xf:value><![CDATA[4]]></xf:value>
|
|
</xf:item>
|
|
</xf:choices>
|
|
</xf:select1>
|
|
</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<xf:select1 appearance="full" cols="" ev:onchange="scwin.rad_kbn_onchange" id="rad_dateKbn"
|
|
ref="data:paramMap.dateKbn" rows="1" selectedIndex="0" style="" 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>
|
|
<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_passStDate" ref="data:paramMap.passStDate" renderDiv="true" renderType="component" style=""
|
|
weekStartsOn="0" validCheck="true" mandatory="true">
|
|
</w2:inputCalendar>
|
|
<w2:span id="spa_span1" label="~" style=""></w2:span>
|
|
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
|
footerDiv="false" id="ica_passEdDate" ref="data:paramMap.passEdDate" renderDiv="true" renderType="component" style=""
|
|
weekStartsOn="0" validCheck="true" mandatory="true">
|
|
</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" ev:onclick="scwin.btn_excel_down_onclick" id="btn_excel_down" style=""
|
|
type="button">
|
|
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
|
|
focusMode="row" id="grd_statList" ignoreCellClick="false" ignoreToggleOnDisabled="false" scrollByColumn="false"
|
|
scrollByColumnAdaptive="false" style="height: 180px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all" readOnly="true">
|
|
<w2:caption style="" id="caption2" value="this is a grid caption."></w2:caption>
|
|
<w2:header style="" id="header2">
|
|
<w2:row style="" id="row6">
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column112" value="통행일자" blockSelect="false"
|
|
displayMode="label" rowSpan="2">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column109" value="발행사명" blockSelect="false"
|
|
displayMode="label" rowSpan="2">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="300" inputType="text" id="column106" value="건수" blockSelect="false"
|
|
displayMode="label" colSpan="3">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column97" value="금액" blockSelect="false"
|
|
displayMode="label" rowSpan="2">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column94" value="할인액" blockSelect="false"
|
|
displayMode="label" rowSpan="2">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column91" value="수수료" blockSelect="false"
|
|
displayMode="label" rowSpan="2">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="200" inputType="text" id="column88" value="반송" blockSelect="false"
|
|
displayMode="label" colSpan="2">
|
|
</w2:column>
|
|
</w2:row>
|
|
<w2:row style="" id="row9">
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column122" value="계" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column121" value="일반" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column120" value="경차" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column116" value="건수" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column115" value="금액" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:header>
|
|
<w2:gBody style="" id="gBody2">
|
|
<w2:row style="" id="row7">
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="passDate" blockSelect="false"
|
|
displayMode="label" customFormatter="com.fmtDateDtime" colMerge="true" style=";background-color:#fff;">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="typicalName" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="totalQ" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="normalQ" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="lightQ" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="totalM" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="totalDiscountM" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="totalFeesM" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="totalRejectQ" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="totalRejectM" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:gBody>
|
|
<w2:subTotal targetColumnID="passDate" style="" id="subTotal2">
|
|
<w2:row style="" id="row8">
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text"
|
|
style="background-color:#fff;border-top-style:hidden;" id="column114" blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" id="column111" value="소계" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column108" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('totalQ')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column105" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('normalQ')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column102" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('lightQ')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column99" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('totalM')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column96" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('totalDiscountM')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column93" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('totalFeesM')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column90" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('totalRejectQ')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" id="column87" blockSelect="false"
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('totalRejectM')">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:subTotal>
|
|
</w2:gridView>
|
|
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:statList" fixedColumnWithHidden="true"
|
|
focusMode="row" id="grd_statList2" ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
|
|
scrollByColumnAdaptive="false" style="height: 180px;margin-top: 0px !important;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
|
|
<w2:caption id="caption2" style="" value="this is a grid caption."></w2:caption>
|
|
<w2:header id="header2" style="">
|
|
<w2:row id="row6" style="">
|
|
<w2:column blockSelect="false" displayMode="label" id="column112" inputType="text" removeBorderStyle="false"
|
|
rowSpan="2" value="발행사명" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column109" inputType="text" removeBorderStyle="false"
|
|
rowSpan="2" value="통행일자" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" colSpan="3" displayMode="label" id="column106" inputType="text"
|
|
removeBorderStyle="false" value="건수" width="300">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column97" inputType="text" removeBorderStyle="false"
|
|
rowSpan="2" value="금액" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column94" inputType="text" removeBorderStyle="false"
|
|
rowSpan="2" value="할인액" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column91" inputType="text" removeBorderStyle="false"
|
|
rowSpan="2" value="수수료" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" colSpan="2" displayMode="label" id="column88" inputType="text"
|
|
removeBorderStyle="false" value="반송" width="200">
|
|
</w2:column>
|
|
</w2:row>
|
|
<w2:row id="row9" style="">
|
|
<w2:column blockSelect="false" displayMode="label" id="column122" inputType="text" removeBorderStyle="false"
|
|
value="계" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column121" inputType="text" removeBorderStyle="false"
|
|
value="일반" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column120" inputType="text" removeBorderStyle="false"
|
|
value="경차" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column116" inputType="text" removeBorderStyle="false"
|
|
value="건수" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column115" inputType="text" removeBorderStyle="false"
|
|
value="금액" width="100">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:header>
|
|
<w2:gBody id="gBody2" style="">
|
|
<w2:row id="row7" style="">
|
|
<w2:column blockSelect="false" colMerge="true" customFormatter="" displayMode="label" id="typicalName"
|
|
inputType="text" removeBorderStyle="false" width="100" style=";background-color:#fff;">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="passDate" inputType="text" removeBorderStyle="false"
|
|
width="100" customFormatter="com.fmtDateDtime">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="totalQ"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="normalQ"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="lightQ"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="totalM"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="totalDiscountM"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="totalFeesM"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="totalRejectQ"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label" id="totalRejectM"
|
|
inputType="text" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:gBody>
|
|
<w2:subTotal id="subTotal2" style="" targetColumnID="typicalName">
|
|
<w2:row id="row8" style="">
|
|
<w2:column blockSelect="false" displayMode="label" id="column114" inputType="text" removeBorderStyle="false"
|
|
style="background-color:#fff;border-top-style:hidden;" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column111" inputType="text" removeBorderStyle="false"
|
|
value="소계" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('totalQ')" id="column108" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('normalQ')" id="column105" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('lightQ')" id="column102" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('totalM')" id="column99" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('totalDiscountM')" id="column96" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('totalFeesM')" id="column93" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('totalRejectQ')" id="column90" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="number" displayFormat="#,##0" displayMode="label"
|
|
expression="SUM('totalRejectM')" id="column87" inputType="expression" removeBorderStyle="false" textAlign="right" width="100">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:subTotal>
|
|
</w2:gridView>
|
|
</xf:group>
|
|
</body>
|
|
</html>
|