You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
453 lines
25 KiB
XML
453 lines
25 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<html xmlns="http://www.w3.org/1999/xhtml"
|
|
xmlns:ev="http://www.w3.org/2001/xml-events"
|
|
xmlns:w2="http://www.inswave.com/websquare" xmlns:xf="http://www.w3.org/2002/xforms">
|
|
<head>
|
|
<w2:type>DEFAULT</w2:type>
|
|
<w2:buildDate/>
|
|
<xf:model>
|
|
<xf:instance>
|
|
<data xmlns="" />
|
|
</xf:instance>
|
|
<w2:dataCollection baseNode="map">
|
|
<w2:dataMap baseNode="map" id="statMap">
|
|
<w2:keyInfo>
|
|
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
|
|
<w2:key id="inStDate" name="통행시작일자" dataType="text"></w2:key>
|
|
<w2:key id="inEdDate" name="통행종료일자" dataType="text"></w2:key>
|
|
<w2:key id="inStDateTo" name="비교통행시작" dataType="text"></w2:key>
|
|
<w2:key id="inEdDateTo" 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="date"></w2:column>
|
|
<w2:column id="fareOfficeId" name="요금소" dataType="text"></w2:column>
|
|
<w2:column id="fareOfficeNm" name="요금소명" dataType="text"></w2:column>
|
|
<w2:column id="inExemptQ" name="유입건수" dataType="text"></w2:column>
|
|
<w2:column id="outExemptQ" name="유출건수" dataType="text"></w2:column>
|
|
<w2:column id="passDateTo" name="비교통행일" dataType="date"></w2:column>
|
|
<w2:column id="fareOfficeIdTo" name="비교요금소" dataType="text"></w2:column>
|
|
<w2:column id="fareOfficeNmTo" name="비교요금소명" dataType="text"></w2:column>
|
|
<w2:column id="inExemptQTo" name="비교유입건수" dataType="text"></w2:column>
|
|
<w2:column id="outExemptQTo" name="비교유출건수" dataType="text"></w2:column>
|
|
</w2:columnInfo>
|
|
</w2:dataList>
|
|
<w2:dataList baseNode="list" repeatNode="map" id="statList2" 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="inExemptQ" name="유입건수" dataType="text"></w2:column>
|
|
<w2:column id="outExemptQ" 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,[{"id":"statList","key":"statList"},{"id":"statList2","key":"statList2"}]' action="/cfs/traffic/findTrafficExemptInoutKbn.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( com.getToday( "yyyyMM" ) );
|
|
ica_inEdDate.setValue( com.getToday( "yyyyMM" ) );
|
|
};
|
|
|
|
scwin.onpageunload = function() {
|
|
|
|
};
|
|
|
|
scwin.btn_search_onclick = function(e) {
|
|
if(ibx_inStDateYear.getValue()+ibx_input14.getValue() > ibx_input2.getValue()){
|
|
com.alert("비교 시작일자가 비교 종료일자 보다 큽니다.");
|
|
return;
|
|
}
|
|
statMap.set( "inStDateTo" , ibx_inStDateYear.getValue()+ibx_input14.getValue() );
|
|
if (com.validateGroup(grp_search) === false) {
|
|
return false;
|
|
|
|
}else{
|
|
if(ica_inEdDate.getValue() < ica_inStDate.getValue()){
|
|
com.alert("시작 일자가 종료 일자보다 큽니다. 날짜 형식을 확인해 주세요.");
|
|
return;
|
|
}
|
|
//alert("조회");
|
|
com.executeSubmission(sbm_statList);
|
|
}
|
|
};
|
|
|
|
scwin.btn_excel_down_onclick = function(e) {
|
|
if (statList.getRowCount() == 0) {
|
|
com.alert("엑셀다운로드할 정보가 없습니다.");
|
|
return;
|
|
}
|
|
//alert("엑셀다운로드");
|
|
|
|
var info = {};
|
|
var options = {};
|
|
options.fileName = "면제차량 교통량 증감율_"+com.getCurDtime()+".xlsx";
|
|
options.sheetName = "면제차량 교통량 증감율";
|
|
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
|
|
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
|
|
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
|
|
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
|
|
options.useStyle = "true";
|
|
options.printSet = {
|
|
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
|
|
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
|
|
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
|
|
};
|
|
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
|
|
|
|
//com.fncMakeExcelProvider("incomeService", "findIncomeGeneralMngStatList", "cfs.income.vo.IncomeParamsVO", statMap, grd_statList, options, info);
|
|
grd_statList.advancedExcelDownload( options, info );
|
|
};
|
|
|
|
scwin.userExpFare = function(chkColID, valColID, chkStr){
|
|
var checkArr = statList.getColData( chkColID );
|
|
var valueArr = statList.getColData( valColID );
|
|
|
|
var sum = 0;
|
|
for(var i=0; i<checkArr.length; i++) {
|
|
if (checkArr[i] == chkStr) {
|
|
sum += valueArr[i];
|
|
}
|
|
}
|
|
return sum;
|
|
};
|
|
|
|
|
|
scwin.ica_inStDate_onchange = function() {
|
|
if(ica_inStDate.getValue() == ""){
|
|
console.log("aa");
|
|
ibx_inStDateYear.setValue( "" );
|
|
ibx_input14.setValue( "" );
|
|
}else{
|
|
ibx_inStDateYear.setValue( parseInt(ica_inStDate.getValue().substring(0,4))-1 )
|
|
ibx_input14.setValue( ica_inStDate.getValue().substring(4,6) );
|
|
}
|
|
|
|
};
|
|
|
|
scwin.ica_inEdDate_onchange = function() {
|
|
if(ica_inEdDate.getValue() == ""){
|
|
ibx_input2.setValue( "" );
|
|
}else{
|
|
ibx_input2.setValue( parseInt(ica_inEdDate.getValue().substring(0,4))-1+ ica_inEdDate.getValue().substring(4,6) )
|
|
}
|
|
};
|
|
|
|
scwin.sbm_statList_submitdone = function(e) {
|
|
for(var i = 0; i<statList.getRowCount(); i++){
|
|
statList.setCellData( i , "passDateTo" , statList2.getCellData( i , "passDate" ) );
|
|
if(statList2.getCellData( i , "fareOfficeNm" ) == ""){
|
|
statList.setCellData( i , "fareOfficeNmTo" , "비교 "+statList.getCellData( i , "fareOfficeNm" ).substring(2,9) );
|
|
}else{
|
|
statList.setCellData( i , "fareOfficeNmTo" , statList2.getCellData( i , "fareOfficeNm" ) );
|
|
}
|
|
statList.setCellData( i , "fareOfficeIdTo" , statList2.getCellData( i , "fareOfficeId" ) );
|
|
if(statList2.getCellData( i , "inExemptQ" ) == ""){
|
|
statList.setCellData( i , "inExemptQTo" , 0 );
|
|
}else{
|
|
statList.setCellData( i , "inExemptQTo" , statList2.getCellData( i , "inExemptQ" ) );
|
|
}
|
|
if(statList2.getCellData( i , "outExemptQ" ) == ""){
|
|
statList.setCellData( i , "outExemptQTo" , 0 );
|
|
}else{
|
|
statList.setCellData( i , "outExemptQTo" , statList2.getCellData( i , "outExemptQ" ) );
|
|
}
|
|
}
|
|
};
|
|
]]></script>
|
|
</head>
|
|
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
|
<xf:group class="contentWrap" id="" style="">
|
|
<form id="TF030M01" method="post" action="/ClipReport4/reportView.jsp">
|
|
<input type="hidden" name="crfName"></input>
|
|
<input type="hidden" name="kbn"></input>
|
|
<input type="hidden" name="inStDate"></input>
|
|
<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 style="width:85.00px;" tagname="col"></xf:group>
|
|
<xf:group style="width:150.00px;" tagname="col"></xf:group>
|
|
<xf:group style="width:90.00px;" tagname="col"></xf:group>
|
|
<xf:group style="width:280.00px;" tagname="col"></xf:group>
|
|
<xf:group style="width:*;" tagname="col"></xf:group>
|
|
</xf:group>
|
|
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
|
|
<xf:group class="w2tb_th" style="" tagname="th">
|
|
<w2:attributes>
|
|
<w2:colspan>1</w2:colspan>
|
|
<w2:rowspan>2</w2:rowspan>
|
|
</w2:attributes>
|
|
요금소
|
|
</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<w2:attributes>
|
|
<w2:colspan>1</w2:colspan>
|
|
<w2:rowspan>2</w2:rowspan>
|
|
</w2:attributes>
|
|
<xf:select1 allOption="" appearance="minimal" chooseOption="true" chooseOptionLabel="-전체-" direction="auto"
|
|
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_fareOfficeId" ref="data:reqCode.fareOfficeId"
|
|
style="width:120px;" submenuSize="auto">
|
|
<xf:choices></xf:choices>
|
|
</xf:select1>
|
|
</xf:group>
|
|
<xf:group class="w2tb_th" tagname="th">
|
|
기준&nbsp;&nbsp;년월
|
|
<w2:attributes>
|
|
<w2:colspan>1</w2:colspan>
|
|
<w2:rowspan>1</w2:rowspan>
|
|
</w2:attributes>
|
|
</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<w2:attributes></w2:attributes>
|
|
<w2:inputCalendar calendarValueType="yearMonth" class="" dateValidCheck="" displayFormat=""
|
|
ev:onchange="scwin.ica_inStDate_onchange" focusOnDateSelect="false" footerDiv="false" id="ica_inStDate"
|
|
ref="data:statMap.inStDate" renderDiv="true" renderType="component" style="" weekStartsOn="0" validCheck="true" mandatory="true">
|
|
</w2:inputCalendar>
|
|
<w2:span id="spa_span18" label="~" style=""></w2:span>
|
|
<w2:inputCalendar calendarValueType="yearMonth" class="" dateValidCheck="" displayFormat=""
|
|
ev:onchange="scwin.ica_inEdDate_onchange" focusOnDateSelect="false" footerDiv="false" id="ica_inEdDate"
|
|
ref="data:statMap.inEdDate" renderDiv="true" renderType="component" style="" weekStartsOn="0" validCheck="true" mandatory="true">
|
|
</w2:inputCalendar>
|
|
</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<w2:attributes>
|
|
<w2:colspan>1</w2:colspan>
|
|
<w2:rowspan>2</w2:rowspan>
|
|
</w2:attributes>
|
|
<xf:group class="fr" id="">
|
|
<xf:trigger class="btn_sh" ev:onclick="scwin.btn_search_onclick" id="btn_trigger3" style="" type="button">
|
|
<xf:label><![CDATA[조회]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
<xf:group style="" tagname="tr">
|
|
<xf:group class="w2tb_th" tagname="th">
|
|
비교&nbsp;년월
|
|
<w2:attributes></w2:attributes>
|
|
</xf:group>
|
|
<xf:group class="w2tb_td" tagname="td">
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes>
|
|
<xf:input adjustMaxLength="false" id="ibx_inStDateYear" ref="data:reqCode.inStDateYear"
|
|
style="width:66px;height:21px;" maxlength="4" allowChar="0-9">
|
|
</xf:input>
|
|
<xf:input adjustMaxLength="false" disabled="true" id="ibx_input14" readOnly="true"
|
|
ref="data:reqCode.inStDateSec" style="width:27px;height:21px;">
|
|
</xf:input>
|
|
<w2:span id="spa_span19" label="~" style=""></w2:span>
|
|
<xf:input adjustMaxLength="false" dataType="" displayFormat="####-##" id="ibx_input2" readOnly="true"
|
|
ref="data:statMap.inEdDateTo" style="">
|
|
</xf:input>
|
|
<w2:span id="spa_span20" label="(단위 : 대)" style="color:#6464F9;"></w2:span>
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
<xf:group class="defaultbox" id="" style="">
|
|
<w2:textbox class="df_tt" id="" label="면제차량 교통량 증감율(07시~21시)" 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="120" colSpan="2" rowSpan="">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column11" inputType="text" removeBorderStyle="false"
|
|
style="height:26px;" value="유입방향 증감율" width="120" colSpan="2" rowSpan="">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" style="height:26px;" id="column56" value="유출방향 증감율"
|
|
blockSelect="false" displayMode="label" 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="120" inputType="text" style="" id="column47" value="면제통행량"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column52" value="증감율" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column45" value="면제통행량"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column44" value="증감율" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column57" value="면제통행량"
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column54" 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="fareOfficeNm" inputType="text" removeBorderStyle="false"
|
|
style="text-align:center;" value="" width="150">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" dataType="date" displayMode="label" expression="" id="passDate" inputType="text"
|
|
removeBorderStyle="false" width="150" displayFormat="" excelExpression="" textAlign="">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="booth3" inputType="expression" removeBorderStyle="false"
|
|
style="text-align:right;" value="" displayFormat="#,##0" width="120" dataType="number" textAlign="right" expression="SUM('inExemptQ')+SUM('outExemptQ')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="expression" style="height:43px;" id="booth4" value=""
|
|
blockSelect="false" displayMode="label" displayFormat="##.#0" textAlign="right" dataType="number" colSpan="" rowSpan="2" expression="(SUM('inExemptQTo')+SUM('outExemptQTo')) == 0 ? 0 : (SUM('inExemptQ')+SUM('outExemptQ')) == 0 ? 0 : ((SUM('inExemptQTo')+SUM('outExemptQTo')) - (SUM('inExemptQ')+SUM('outExemptQ'))) / (SUM('inExemptQ')+SUM('outExemptQ')) * 100">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="inExemptQ" inputType="text" removeBorderStyle="false"
|
|
style="text-align:right;" displayFormat="#,##0" value="" width="120" textAlign="right" dataType="number">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="booth10" displayFormat="##.#0" inputType="expression"
|
|
removeBorderStyle="false" style="height:43px;" value="" width="120" textAlign="right" dataType="number" colSpan="" rowSpan="2" expression="SUM('inExemptQ') == 0 ? 0 : SUM('inExemptQTo') == 0 ? 0 : (SUM('inExemptQTo') - SUM('inExemptQ')) / SUM('inExemptQ') * 100">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="outExemptQ" value="" blockSelect="false"
|
|
displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="100" inputType="expression" style="height:43px;" id="column55" value=""
|
|
blockSelect="false" displayMode="label" dataType="number" displayFormat="##.#0" textAlign="right" colSpan="" rowSpan="2" expression="SUM('outExemptQTo') == 0 ? 0 : SUM('outExemptQ') == 0 ? 0 : (SUM('outExemptQTo') - SUM('outExemptQ')) / SUM('outExemptQ') * 100">
|
|
</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:row style="" id="row4">
|
|
<w2:column removeBorderStyle="false" width="150" inputType="text" style="" id="fareOfficeNmTo" value=""
|
|
blockSelect="false" displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="150" inputType="text" style="" id="passDateTo" value="" blockSelect="false"
|
|
displayMode="label" dataType="date">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="expression" style="" id="column71" value=""
|
|
blockSelect="false" displayMode="label" dataType="number" textAlign="right" displayFormat="#,##0" expression="SUM('inExemptQTo')+SUM('outExemptQTo')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="inExemptQTo" value="" blockSelect="false"
|
|
displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="outExemptQTo" value=""
|
|
blockSelect="false" displayMode="label" textAlign="right" dataType="number" displayFormat="#,##0">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column65" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column64" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column63" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column62" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column61" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column60" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column59" value="" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:gBody>
|
|
</w2:gridView>
|
|
<w2:span id="spa_span2" label="※ 통계정보는 2020년 1월부터 생성됨, 따라서 정보 조회 와 비교가능 일/월/년은 2020년도 부터 비교 가능함." style="font-weight:bold;font-size:10pt;"></w2:span>
|
|
</body>
|
|
</html>
|