미사용화면 제거
parent
dedfe34ffc
commit
7907a7b67d
@ -1,671 +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="totalQ" name="전체건수" dataType="text"></w2:column>
|
||||
<w2:column id="payQ" name="징수건수" dataType="text"></w2:column>
|
||||
<w2:column id="payCarQ" name="징수일반" dataType="text"></w2:column>
|
||||
<w2:column id="sCarDiscQ" name="징수경차" dataType="text"></w2:column>
|
||||
<w2:column id="weekDiscQ" name="징수요일제" dataType="text"></w2:column>
|
||||
<w2:column id="greenDiscQ" name="징수3종" dataType="text"></w2:column>
|
||||
<w2:column id="threeExemptQ" name="면제3인" dataType="text"></w2:column>
|
||||
<w2:column id="sCarExemptQ" name="면제 경차" dataType="text"></w2:column>
|
||||
<w2:column id="pacrExemptQ" name="면제장애인" dataType="text"></w2:column>
|
||||
<w2:column id="greenExemptQ" name="면제저공해" dataType="text"></w2:column>
|
||||
<w2:column id="gongExemptQ" name="긴급공무" dataType="text"></w2:column>
|
||||
<w2:column id="fCarExemptQ" name="외교" dataType="text"></w2:column>
|
||||
<w2:column id="carType2Q" name="승합" dataType="text"></w2:column>
|
||||
<w2:column id="taxiQ" name="택시" dataType="text"></w2:column>
|
||||
<w2:column id="busQ" name="버스" dataType="text"></w2:column>
|
||||
<w2:column id="carTypeQ" name="화물" dataType="text"></w2:column>
|
||||
|
||||
|
||||
<w2:column id="discQ" name="감면합계" dataType="text"></w2:column>
|
||||
<w2:column id="exemptQ" name="면제소계" dataType="text"></w2:column>
|
||||
<w2:column id="exemptTotalQ" name="면제전체합계" dataType="text"></w2:column>
|
||||
<w2:column id="carTypeTotal" name="승합이상 소계" dataType="text"></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/findTrafficPayExempt.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){
|
||||
return chkColID;
|
||||
};
|
||||
|
||||
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:90.00px;"></xf:group>
|
||||
<xf:group tagname="col" style="width:140px;"></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 tagname="td" class="w2tb_td">
|
||||
<w2:attributes></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 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>
|
||||
<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: 380px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
|
||||
<w2:header id="header1" style="">
|
||||
<w2:row id="row1" style="">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="height:35px;" id="column144" value="통행일자" blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="height:35px;" id="column98" value="구분" blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" style="height:35px;" value="전체" width="83" colSpan="" rowSpan="4">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="890" inputType="text" style="height:35px;" id="column149" value="승용" blockSelect="false" displayMode="label" colSpan="13" rowSpan="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="350" inputType="text" style="height:35px;" id="column164" value="승용차 외" blockSelect="false" displayMode="label" colSpan="5" rowSpan="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:35px;" id="column169" value="면제합계" blockSelect="false" displayMode="label" colSpan="" rowSpan="4">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row3">
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="text" style="height:27px;" id="column150" value="징수<br/>소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="text" style="height:27px;" id="column52" value="일반" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="306" inputType="text" style="height:27px;" id="column155" value="감면" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="490" inputType="text" style="height:27px;" id="column160" value="면제" blockSelect="false" displayMode="label" colSpan="7" rowSpan="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:96px;" id="column165" value="승합이상<br/>소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column hidden="false" removeBorderStyle="false" width="70" inputType="text" style="height:96px;" id="column126" value="승합" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column hidden="false" removeBorderStyle="false" width="70" inputType="text" style="height:96px;" id="column129" value="택시" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column hidden="false" removeBorderStyle="false" width="70" inputType="text" style="height:96px;" id="column132" value="버스" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column hidden="false" removeBorderStyle="false" width="70" inputType="text" style="height:96px;" id="column135" value="화물" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row4">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:69px;" id="column156" value="감면<br/>소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="height:68px;" id="column88" value="경차" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="text" style="height:68px;" id="column87" value="요일제" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="75" inputType="text" style="height:68px;" id="column86" value="3종<br/>저공해" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:69px;" id="column161" value="면제<br/>소계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:68px;" id="column85" value="3인이상" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="text" style="height:68px;" id="column84" value="경차<br/>승합/밴" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:68px;" id="column83" value="장애인" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:68px;" id="column82" value="1,2종<br/>저공해" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:68px;" id="column81" value="긴급/<br/>공무/<br/>보도" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="height:68px;" id="column80" value="외교/<br/>의전" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row5"></w2:row>
|
||||
</w2:header>
|
||||
<w2:gBody id="gBody1" style="">
|
||||
<w2:row id="row2" style="">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="passDate" value="" blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="inDate" value="전체 대수" blockSelect="false" displayMode="label" excelExpression="" expression="scwin.userExpFare('전체 대수')">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" dataType="number" displayMode="label" expression="" id="totalQ" inputType="text" removeBorderStyle="false" width="83" displayFormat="#,##0" excelExpression="" textAlign="right" style="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="text" style="" id="payQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="payCarQ" inputType="text" removeBorderStyle="false" style="" value="" width="60" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
<xf:input id="pCrudSe" style="display: none;"></xf:input>
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="discQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="sCarDiscQ" inputType="text" removeBorderStyle="false" style="text-align:right;" value="" width="80" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="weekDiscQ" inputType="text" removeBorderStyle="false" style="text-align:right;" value="" width="81" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="greenDiscQ" inputType="text" removeBorderStyle="false" style="text-align:right;" value="" width="75" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="exemptQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="threeExemptQ" inputType="text" removeBorderStyle="false" style="" value="" width="70" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="sCarExemptQ" inputType="text" removeBorderStyle="false" style="" value="" width="81" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="pacrExemptQ" inputType="text" removeBorderStyle="false" style="" value="" width="87" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="greenExemptQ" inputType="text" removeBorderStyle="false" style="" value="" width="77" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="gongExemptQ" inputType="text" removeBorderStyle="false" style="" value="" width="70" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="fCarExemptQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carTypeTotal" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carType2Q" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="taxiQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="busQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carTypeQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="exemptTotalQ" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row10">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column317" value="전체 비율" blockSelect="false" displayMode="label" expression="scwin.userExpFare('전체 비율')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="83" inputType="expression" style="" id="column316" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('totalQ') == 0 ? 0 : SUM('totalQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column315" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column314" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('payCarQ') == 0 ? 0 : SUM('payCarQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column313" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column312" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column311" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('weekDiscQ') == 0 ? 0 : SUM('weekDiscQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="75" inputType="expression" style="" id="column310" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column309" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('exemptQ') == 0 ? 0 : SUM('exemptQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column308" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column307" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('sCarExemptQ') == 0 ? 0 : SUM('sCarExemptQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column306" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('pacrExemptQ') == 0 ? 0 : SUM('pacrExemptQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column305" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column304" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('gongExemptQ') == 0 ? 0 : SUM('gongExemptQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column303" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('fCarExemptQ') == 0 ? 0 : SUM('fCarExemptQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column302" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('carTypeTotal') == 0 ? 0 : SUM('carTypeTotal') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column301" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('carType2Q') == 0 ? 0 : SUM('carType2Q') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column300" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('taxiQ') == 0 ? 0 : SUM('taxiQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column299" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('busQ') == 0 ? 0 : SUM('busQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column298" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('carTypeQ') == 0 ? 0 : SUM('carTypeQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column297" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('exemptTotalQ') == 0 ? 0 : SUM('exemptTotalQ') / SUM('totalQ') * 100">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row11">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column346" value="승용차 내 비율" blockSelect="false" displayMode="label" expression="scwin.userExpFare('승용차 내 비율')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="83" inputType="expression" style="" id="column345" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('payQ')+ SUM('exemptQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column344" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column343" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('payCarQ') == 0 ? 0 : SUM('payCarQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column342" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column341" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column340" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('weekDiscQ') == 0 ? 0 : SUM('weekDiscQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="75" inputType="expression" style="" id="column339" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column338" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('exemptQ') == 0 ? 0 : SUM('exemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column337" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column336" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('sCarExemptQ') == 0 ? 0 : SUM('sCarExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column335" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('pacrExemptQ') == 0 ? 0 : SUM('pacrExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column334" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column333" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('gongExemptQ') == 0 ? 0 : SUM('gongExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column332" value="" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('fCarExemptQ') == 0 ? 0 : SUM('fCarExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column331" value="0" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="scwin.userExpFare('0')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column330" value="0" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="scwin.userExpFare('0')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column329" value="0" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="scwin.userExpFare('0')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column328" value="0" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="scwin.userExpFare('0')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column327" value="0" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="scwin.userExpFare('0')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column326" value="0" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="scwin.userExpFare('0')">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:gBody>
|
||||
<w2:footer style="" id="footer1">
|
||||
<w2:row style="" id="row7">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column231" value="승용차 합계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column230" value="승용차 대수" blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="83" inputType="expression" style="" id="column229" value="" blockSelect="false" displayMode="label" expression="SUM('payQ')+ SUM('exemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column228" value="" blockSelect="false" displayMode="label" expression="SUM('payQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column227" value="" blockSelect="false" displayMode="label" expression="SUM('payCarQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column226" value="" blockSelect="false" displayMode="label" expression="SUM('discQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column225" value="" blockSelect="false" displayMode="label" expression="SUM('sCarDiscQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column224" value="" blockSelect="false" displayMode="label" expression="SUM('weekDiscQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="75" inputType="expression" style="" id="column223" value="" blockSelect="false" displayMode="label" expression="SUM('greenDiscQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column222" value="" blockSelect="false" displayMode="label" expression="SUM('exemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column221" value="" blockSelect="false" displayMode="label" expression="SUM('threeExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column220" value="" blockSelect="false" displayMode="label" expression="SUM('sCarExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column219" value="" blockSelect="false" displayMode="label" expression="SUM('pacrExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column218" value="" blockSelect="false" displayMode="label" expression="SUM('greenExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column217" value="" blockSelect="false" displayMode="label" expression="SUM('gongExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column216" value="" blockSelect="false" displayMode="label" expression="SUM('fCarExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column215" value="0" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column214" value="0" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column213" value="0" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column212" value="0" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column211" value="0" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column210" value="0" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row8">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column259" value="승용차 비율" blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="83" inputType="expression" style="" id="column258" value="" blockSelect="false" displayMode="label" expression="(SUM('payQ')+ SUM('exemptQ')) == 0 ? 0 : (SUM('payQ')+ SUM('exemptQ')) / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column257" value="" blockSelect="false" displayMode="label" expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column256" value="" blockSelect="false" displayMode="label" expression="SUM('payCarQ') == 0 ? 0 : SUM('payCarQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column255" value="" blockSelect="false" displayMode="label" expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column254" value="" blockSelect="false" displayMode="label" expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column253" value="" blockSelect="false" displayMode="label" expression="SUM('weekDiscQ') == 0 ? 0 : SUM('weekDiscQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="75" inputType="expression" style="" id="column252" value="" blockSelect="false" displayMode="label" expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column251" value="" blockSelect="false" displayMode="label" expression="SUM('exemptQ') == 0 ? 0 : SUM('exemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column250" value="" blockSelect="false" displayMode="label" expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column249" value="" blockSelect="false" displayMode="label" expression="SUM('sCarExemptQ') == 0 ? 0 : SUM('sCarExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column248" value="" blockSelect="false" displayMode="label" expression="SUM('pacrExemptQ') == 0 ? 0 : SUM('pacrExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column247" value="" blockSelect="false" displayMode="label" expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column246" value="" blockSelect="false" displayMode="label" expression="SUM('gongExemptQ') == 0 ? 0 : SUM('gongExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column245" value="" blockSelect="false" displayMode="label" expression="SUM('fCarExemptQ') == 0 ? 0 : SUM('fCarExemptQ') / (SUM('payQ')+ SUM('exemptQ')) * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column244" value="" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column243" value="" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column242" value="" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column241" value="" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column240" value="" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column239" value="" blockSelect="false" displayMode="label" expression="scwin.userExpFare('0')" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row6">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column202" value="전체합계" blockSelect="false" displayMode="label" colSpan="" rowSpan="2">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column201" value="전체 대수" blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="83" inputType="expression" style="" id="column200" value="" blockSelect="false" displayMode="label" expression="SUM('totalQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column199" value="" blockSelect="false" displayMode="label" expression="SUM('payQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column198" value="" blockSelect="false" displayMode="label" expression="SUM('payCarQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column197" value="" blockSelect="false" displayMode="label" expression="SUM('discQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column196" value="" blockSelect="false" displayMode="label" expression="SUM('sCarDiscQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column195" value="" blockSelect="false" displayMode="label" expression="SUM('weekDiscQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="75" inputType="expression" style="" id="column194" value="" blockSelect="false" displayMode="label" expression="SUM('greenDiscQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column193" value="" blockSelect="false" displayMode="label" expression="SUM('exemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column192" value="" blockSelect="false" displayMode="label" expression="SUM('threeExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column191" value="" blockSelect="false" displayMode="label" expression="SUM('sCarExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column190" value="" blockSelect="false" displayMode="label" expression="SUM('pacrExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column189" value="" blockSelect="false" displayMode="label" expression="SUM('greenExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column188" value="" blockSelect="false" displayMode="label" expression="SUM('gongExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column187" value="" blockSelect="false" displayMode="label" expression="SUM('fCarExemptQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column186" value="" blockSelect="false" displayMode="label" expression="SUM('carTypeTotal')" textAlign="right" dataType="number" displayFormat="#,##0" excelExpression="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column185" value="" blockSelect="false" displayMode="label" expression="SUM('carType2Q')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column184" value="" blockSelect="false" displayMode="label" expression="SUM('taxiQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column183" value="" blockSelect="false" displayMode="label" expression="SUM('busQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column182" value="" blockSelect="false" displayMode="label" expression="SUM('carTypeQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column181" value="" blockSelect="false" displayMode="label" expression="SUM('exemptTotalQ')" textAlign="right" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row9">
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column288" value="전체 비율" blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="83" inputType="expression" style="" id="column287" value="" blockSelect="false" displayMode="label" expression="SUM('totalQ') == 0 ? 0 : SUM('totalQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column286" value="" blockSelect="false" displayMode="label" expression="SUM('payQ') == 0 ? 0 : SUM('payQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="60" inputType="expression" style="" id="column285" value="" blockSelect="false" displayMode="label" expression="SUM('payCarQ') == 0 ? 0 : SUM('payCarQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column284" value="" blockSelect="false" displayMode="label" expression="SUM('discQ') == 0 ? 0 : SUM('discQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="expression" style="" id="column283" value="" blockSelect="false" displayMode="label" expression="SUM('sCarDiscQ') == 0 ? 0 : SUM('sCarDiscQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column282" value="" blockSelect="false" displayMode="label" expression="SUM('weekDiscQ') == 0 ? 0 : SUM('weekDiscQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="75" inputType="expression" style="" id="column281" value="" blockSelect="false" displayMode="label" expression="SUM('greenDiscQ') == 0 ? 0 : SUM('greenDiscQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column280" value="" blockSelect="false" displayMode="label" expression="SUM('exemptQ') == 0 ? 0 : SUM('exemptQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column279" value="" blockSelect="false" displayMode="label" expression="SUM('threeExemptQ') == 0 ? 0 : SUM('threeExemptQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="81" inputType="expression" style="" id="column278" value="" blockSelect="false" displayMode="label" expression="SUM('sCarExemptQ') == 0 ? 0 : SUM('sCarExemptQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column277" value="" blockSelect="false" displayMode="label" expression="SUM('pacrExemptQ') == 0 ? 0 : SUM('pacrExemptQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column276" value="" blockSelect="false" displayMode="label" expression="SUM('greenExemptQ') == 0 ? 0 : SUM('greenExemptQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column275" value="" blockSelect="false" displayMode="label" expression="SUM('gongExemptQ') == 0 ? 0 : SUM('gongExemptQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column274" value="" blockSelect="false" displayMode="label" expression="SUM('fCarExemptQ') == 0 ? 0 : SUM('fCarExemptQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column273" value="" blockSelect="false" displayMode="label" expression="SUM('carTypeTotal') == 0 ? 0 : SUM('carTypeTotal') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column272" value="" blockSelect="false" displayMode="label" expression="SUM('carType2Q') == 0 ? 0 : SUM('carType2Q') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column271" value="" blockSelect="false" displayMode="label" expression="SUM('taxiQ') == 0 ? 0 : SUM('taxiQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column270" value="" blockSelect="false" displayMode="label" expression="SUM('busQ') == 0 ? 0 : SUM('busQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column269" value="" blockSelect="false" displayMode="label" expression="SUM('carTypeQ') == 0 ? 0 : SUM('carTypeQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column268" value="" blockSelect="false" displayMode="label" expression="SUM('exemptTotalQ') == 0 ? 0 : SUM('exemptTotalQ') / SUM('totalQ') * 100" textAlign="right" dataType="number" displayFormat="##.#0">
|
||||
</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>
|
||||
@ -1,523 +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="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="inExemptTotalQ" name="유입 면제차로 건수" dataType="number"></w2:column>
|
||||
<w2:column id="inExemptExemptQ" name="유입 면제차로 면제건수" dataType="number"></w2:column>
|
||||
<w2:column id="inTotalQ" name="유입 일반차로 통행량" dataType="number"></w2:column>
|
||||
<w2:column id="inExemptQ" name="유입 일반차로 건수" dataType="number"></w2:column>
|
||||
<w2:column id="outExemptTotalQ" name="유출 면제차로 건수" dataType="number"></w2:column>
|
||||
<w2:column id="outExemptExemptQ" name="유출 면제차로 면제건수" dataType="number"></w2:column>
|
||||
<w2:column id="outTotalQ" name="유출 일반차로 통행량" dataType="number"></w2:column>
|
||||
<w2:column id="outExemptQ" 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/findTrafficBoothExempt.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 tagname="col" style="width:140px;"></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 tagname="td" class="w2tb_td"><w2:attributes></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 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>
|
||||
<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: 200px;" 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:29px;" value="구분" width="150">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" colSpan="" displayMode="label" id="column3" inputType="text"
|
||||
removeBorderStyle="false" rowSpan="2" style="height:29px;" value="요금소구분" width="150">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:29px;" id="column53" value="유입방향 비율"
|
||||
blockSelect="false" displayMode="label" colSpan="2" rowSpan="">
|
||||
</w2:column>
|
||||
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:29px;" id="column61"
|
||||
value="유출방향 비율" blockSelect="false" displayMode="label" colSpan="2" rowSpan="">
|
||||
</w2:column>
|
||||
<w2:column hidden="false" removeBorderStyle="false" width="100" inputType="text" style="height:29px;" id="column62"
|
||||
value="유입방향 통행량" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:29px;" id="column70"
|
||||
value="유출방향 통행량" blockSelect="false" displayMode="label" colSpan="4" rowSpan="">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row id="row3" style="">
|
||||
<w2:column removeBorderStyle="false" width="100" 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="100">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="column52" inputType="text" removeBorderStyle="false" style=""
|
||||
value="면제차로" width="100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" 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="면제차로 <br/>통행량" width="100">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="column44" inputType="text" removeBorderStyle="false" style=""
|
||||
value="면제차로 <br/>면제건수" width="100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column77" value="일반차로<br/>통행량"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column74" value="일반차로<br/>면제건수"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column71" value="면제차로<br/>통행량"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column80" value="면제차로<br/>면제건수"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column68" value="일반차로<br/>통행량"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column65" value="일반차로<br/>면제건수"
|
||||
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="text-align:center;" value="" width="150">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" dataType="" displayFormat="" displayMode="label" excelExpression="" expression=""
|
||||
id="fareOfficeNm" inputType="text" removeBorderStyle="false" textAlign="" width="150">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100"
|
||||
expression="SUM('inExemptExemptQ') == 0 ? 0 : SUM('inExemptExemptQ') / SUM('inExemptTotalQ') * 100" id="sub1"
|
||||
inputType="expression" blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" NaNFormat="0"
|
||||
textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="booth1" inputType="expression" removeBorderStyle="false"
|
||||
style="" value="" width="100" expression="SUM('inExemptQ') == 0 ? 0 : SUM('inExemptQ') / SUM('inTotalQ') * 100"
|
||||
displayFormat="##.#0" textAlign="right" dataType="number">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="booth2" inputType="expression" removeBorderStyle="false"
|
||||
style="" value="" width="100"
|
||||
expression="SUM('outExemptExemptQ') == 0 ? 0 : SUM('outExemptExemptQ') / SUM('outExemptTotalQ') * 100" displayFormat="##.#0"
|
||||
textAlign="right" dataType="number">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100"
|
||||
expression="SUM('outExemptQ') == 0 ? 0 : SUM('outExemptQ') / SUM('outTotalQ') * 100" id="sub2" inputType="expression" style=""
|
||||
dataType="number" displayFormat="##.#0" NaNFormat="0" value="" blockSelect="false" displayMode="label" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="inExemptTotalQ" inputType="text" removeBorderStyle="false"
|
||||
style="" value="" width="100" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column blockSelect="false" displayMode="label" id="inExemptExemptQ" inputType="text" removeBorderStyle="false"
|
||||
style="" textAlign="right" value="" width="100" dataType="number" displayFormat="#,##0">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="inTotalQ" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="inExemptQ" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="outExemptTotalQ" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="outExemptExemptQ" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="outTotalQ" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="outExemptQ" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:gBody>
|
||||
<w2:footer style="" id="footer1">
|
||||
<w2:row style="" id="row4">
|
||||
<w2:column removeBorderStyle="false" width="150" inputType="text" style="height:60px;" id="column95" value="합계"
|
||||
blockSelect="false" displayMode="label" colSpan="" rowSpan="3">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="150" inputType="text" style="" id="column94" value="전체"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column93" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('inExemptExemptQ') == 0 ? 0 : SUM('inExemptExemptQ') / SUM('inExemptTotalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column92" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('inExemptQ') == 0 ? 0 : SUM('inExemptQ') / SUM('inTotalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column91" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('outExemptExemptQ') == 0 ? 0 : SUM('outExemptExemptQ') / SUM('outExemptTotalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column90" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" expression="SUM('outExemptQ') == 0 ? 0 : SUM('outExemptQ') / SUM('outTotalQ') * 100">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column89" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('inExemptTotalQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column88" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('inExemptExemptQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column87" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('inTotalQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column86" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('inExemptQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column85" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('outExemptTotalQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column84" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('outExemptExemptQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column83" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('outTotalQ')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column82" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="SUM('outExemptQ')">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row5">
|
||||
<w2:column removeBorderStyle="false" width="150" inputType="text" style="" id="column108" value="1호 합계"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column107" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','inExemptExemptQ','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','inExemptExemptQ','01') / scwin.userExpFare('fareOfficeId','inExemptTotalQ','01') * 100" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column106" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','inExemptQ','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','inExemptQ','01') / scwin.userExpFare('fareOfficeId','inTotalQ','01') * 100" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column105" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','outExemptExemptQ','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','outExemptExemptQ','01') / scwin.userExpFare('fareOfficeId','outExemptTotalQ','01')" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column104" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','outExemptQ','01') == 0 ? 0 : scwin.userExpFare('fareOfficeId','outExemptQ','01') / scwin.userExpFare('fareOfficeId','outTotalQ','01')" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="inExemptTotalQSum1" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','inExemptTotalQ','01')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="inExemptExemptQSum1" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','inExemptExemptQ','01')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column101" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','inTotalQ','01')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column100" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','inExemptQ','01')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column99" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outExemptTotalQ','01')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column98" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outExemptExemptQ','01')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column97" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outTotalQ','01')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column96" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outExemptQ','01')">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
<w2:row style="" id="row6">
|
||||
<w2:column removeBorderStyle="false" width="150" inputType="text" style="" id="column122" value="3호 합계"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column121" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','inExemptExemptQ','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','inExemptExemptQ','03') / scwin.userExpFare('fareOfficeId','inExemptTotalQ','03') * 100" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column120" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','inExemptQ','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','inExemptQ','03') / scwin.userExpFare('fareOfficeId','inTotalQ','03') * 100" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column119" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','outExemptExemptQ','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','outExemptExemptQ','03') / scwin.userExpFare('fareOfficeId','outExemptTotalQ','03')" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column118" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" expression="scwin.userExpFare('fareOfficeId','outExemptQ','03') == 0 ? 0 : scwin.userExpFare('fareOfficeId','outExemptQ','03') / scwin.userExpFare('fareOfficeId','outTotalQ','03')" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="inExemptTotalQSum3" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','inExemptTotalQ','03')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="inExemptExemptQSum3" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','inExemptExemptQ','03')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column115" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','inTotalQ','03')">
|
||||
</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="scwin.userExpFare('fareOfficeId','inExemptQ','03')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column113" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outExemptTotalQ','03')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column112" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outExemptExemptQ','03')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column111" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outTotalQ','03')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="" id="column110" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" expression="scwin.userExpFare('fareOfficeId','outExemptQ','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>
|
||||
@ -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="면제차량 교통량 증감율" 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>
|
||||
Loading…
Reference in New Issue