|
|
|
@ -18,7 +18,7 @@
|
|
|
|
<w2:key dataType="text" id="inEdDate" name="통행일자(TO)"></w2:key>
|
|
|
|
<w2:key dataType="text" id="inEdDate" name="통행일자(TO)"></w2:key>
|
|
|
|
</w2:keyInfo>
|
|
|
|
</w2:keyInfo>
|
|
|
|
</w2:dataMap>
|
|
|
|
</w2:dataMap>
|
|
|
|
<w2:dataList baseNode="list" repeatNode="map" id="statList" saveRemovedData="true">
|
|
|
|
<w2:dataList baseNode="list" repeatNode="map" id="statList1" saveRemovedData="true">
|
|
|
|
<w2:columnInfo>
|
|
|
|
<w2:columnInfo>
|
|
|
|
<w2:column id="kbn" name="구분" dataType="text"></w2:column>
|
|
|
|
<w2:column id="kbn" name="구분" dataType="text"></w2:column>
|
|
|
|
<w2:column id="inDate" name="통행일자" dataType="date"></w2:column>
|
|
|
|
<w2:column id="inDate" name="통행일자" dataType="date"></w2:column>
|
|
|
|
@ -146,8 +146,9 @@
|
|
|
|
</w2:dataList>
|
|
|
|
</w2:dataList>
|
|
|
|
</w2:dataCollection>
|
|
|
|
</w2:dataCollection>
|
|
|
|
<w2:workflowCollection></w2:workflowCollection>
|
|
|
|
<w2:workflowCollection></w2:workflowCollection>
|
|
|
|
<xf:submission id="sbm_statList"
|
|
|
|
<xf:submission id="sbm_statList1"
|
|
|
|
ref='data:json,{"id":"statMap","key":"param"}' target='data:json,{"id":"statList","key":"statList"}'
|
|
|
|
ref='data:json,{"id":"statMap","key":"param"}'
|
|
|
|
|
|
|
|
target='data:json,{"id":"statList1","key":"statList"}'
|
|
|
|
action="/cfs/income/findIncomeGeneralMngStatNonHldyList.do"
|
|
|
|
action="/cfs/income/findIncomeGeneralMngStatNonHldyList.do"
|
|
|
|
method="post" mediatype="application/json" encoding="UTF-8" instance=""
|
|
|
|
method="post" mediatype="application/json" encoding="UTF-8" instance=""
|
|
|
|
replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="조회중입니다." ev:submit=""
|
|
|
|
replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="조회중입니다." ev:submit=""
|
|
|
|
@ -176,6 +177,7 @@ scwin.onpageunload = function() {
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//조회 버튼 클릭
|
|
|
|
scwin.btn_search_onclick = function(e) {
|
|
|
|
scwin.btn_search_onclick = function(e) {
|
|
|
|
if(rad_kbn.getValue() == "1"){
|
|
|
|
if(rad_kbn.getValue() == "1"){
|
|
|
|
if(ica_inEdDate.getValue()-ica_inStDate.getValue() > 100){
|
|
|
|
if(ica_inEdDate.getValue()-ica_inStDate.getValue() > 100){
|
|
|
|
@ -203,7 +205,7 @@ scwin.btn_search_onclick = function(e) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
//일별
|
|
|
|
//일별
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
com.executeSubmission(sbm_statList);
|
|
|
|
com.executeSubmission(sbm_statList1);
|
|
|
|
//월별,년별
|
|
|
|
//월별,년별
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
com.executeSubmission(sbm_statList2);
|
|
|
|
com.executeSubmission(sbm_statList2);
|
|
|
|
@ -211,21 +213,17 @@ scwin.btn_search_onclick = function(e) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
fncFormatDateYM = function(value) {
|
|
|
|
scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
var rtn = value.substr(0,4)+"년 "+value.substr(4,6)+"월";
|
|
|
|
|
|
|
|
return rtn;
|
|
|
|
if (rad_kbn.getValue() == '3') {
|
|
|
|
};
|
|
|
|
grd_statList2.setColumnVisible( 'inDate' , false );
|
|
|
|
|
|
|
|
} else if (rad_kbn.getValue() == '2') {
|
|
|
|
fncFormatterFareOfficeId = function(value) {
|
|
|
|
grd_statList2.setColumnVisible( 'inDate' , true );
|
|
|
|
var rtn = "";
|
|
|
|
|
|
|
|
if (value == '1') {
|
|
|
|
|
|
|
|
rtn = "1 호";
|
|
|
|
|
|
|
|
} else if (value == '3') {
|
|
|
|
|
|
|
|
rtn = "3 호";
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return rtn;
|
|
|
|
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//일별,월별,년월 구분 변경
|
|
|
|
scwin.rad_kbn_onchange = function() {
|
|
|
|
scwin.rad_kbn_onchange = function() {
|
|
|
|
//일별
|
|
|
|
//일별
|
|
|
|
if (rad_kbn.getValue() == '1') {
|
|
|
|
if (rad_kbn.getValue() == '1') {
|
|
|
|
@ -257,9 +255,10 @@ scwin.rad_kbn_onchange = function() {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//엑셀다운로드 버튼 클릭
|
|
|
|
scwin.btn_excel_down_onclick = function(e) {
|
|
|
|
scwin.btn_excel_down_onclick = function(e) {
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
if (statList.getRowCount() == 0) {
|
|
|
|
if (statList1.getRowCount() == 0) {
|
|
|
|
com.alert("엑셀다운로드할 정보가 없습니다.");
|
|
|
|
com.alert("엑셀다운로드할 정보가 없습니다.");
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -289,7 +288,7 @@ scwin.btn_excel_down_onclick = function(e) {
|
|
|
|
options.type = "1";
|
|
|
|
options.type = "1";
|
|
|
|
|
|
|
|
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
grd_statList.advancedExcelDownload( options, info );
|
|
|
|
grd_statList1.advancedExcelDownload( options, info );
|
|
|
|
}else{
|
|
|
|
}else{
|
|
|
|
grd_statList2.advancedExcelDownload( options, info );
|
|
|
|
grd_statList2.advancedExcelDownload( options, info );
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -310,8 +309,8 @@ scwin.fmtInDate = function(data, formattedData, rowIndex, colIndex) {
|
|
|
|
scwin.userExpFare = function(chkColID, valColID, chkStr){
|
|
|
|
scwin.userExpFare = function(chkColID, valColID, chkStr){
|
|
|
|
//일별
|
|
|
|
//일별
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
if (rad_kbn.getValue() == "1"){
|
|
|
|
var checkArr = statList.getColData( chkColID );
|
|
|
|
var checkArr = statList1.getColData( chkColID );
|
|
|
|
var valueArr = statList.getColData( valColID );
|
|
|
|
var valueArr = statList1.getColData( valColID );
|
|
|
|
|
|
|
|
|
|
|
|
var sum = 0;
|
|
|
|
var sum = 0;
|
|
|
|
for(var i=0; i<checkArr.length; i++) {
|
|
|
|
for(var i=0; i<checkArr.length; i++) {
|
|
|
|
@ -335,14 +334,7 @@ scwin.userExpFare = function(chkColID, valColID, chkStr){
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
|
|
|
|
//일별,월별,년별 일때 [평일징수, 토요일징수] 정보 보여주기
|
|
|
|
|
|
|
|
if (rad_kbn.getValue() == '3') {
|
|
|
|
|
|
|
|
grd_statList2.setColumnVisible( 'inDate' , false );
|
|
|
|
|
|
|
|
} else if (rad_kbn.getValue() == '2') {
|
|
|
|
|
|
|
|
grd_statList2.setColumnVisible( 'inDate' , true );
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
]]></script>
|
|
|
|
]]></script>
|
|
|
|
@ -432,17 +424,17 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
<!-- 4A.일별 통계 -->
|
|
|
|
<!-- 4A.일별 통계 -->
|
|
|
|
<xf:group style="" id="grp_group1" class="">
|
|
|
|
<xf:group style="" id="grp_group1" class="">
|
|
|
|
<w2:gridView autoFit="none" autoFitMinWidth="600" class="cm_grid"
|
|
|
|
<w2:gridView autoFit="none" autoFitMinWidth="600" class="cm_grid"
|
|
|
|
dataList="data:statList" fixedColumnWithHidden="true"
|
|
|
|
dataList="data:statList1" fixedColumnWithHidden="true"
|
|
|
|
focusMode="row" id="grd_statList"
|
|
|
|
focusMode="row" id="grd_statList1"
|
|
|
|
ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
|
|
|
|
ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" scrollByColumn="false"
|
|
|
|
scrollByColumnAdaptive="false"
|
|
|
|
scrollByColumnAdaptive="false"
|
|
|
|
style="height:312px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
|
|
|
|
style="height:312px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
|
|
|
|
<!-- 4A.1 캡션 -->
|
|
|
|
<!-- 4A.1 캡션 -->
|
|
|
|
<w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption>
|
|
|
|
<w2:caption id="captionA" style="" value="this is a grid caption."></w2:caption>
|
|
|
|
<!-- 4A.2 헤더 -->
|
|
|
|
<!-- 4A.2 헤더 -->
|
|
|
|
<w2:header id="header1" style="">
|
|
|
|
<w2:header id="headerA" style="">
|
|
|
|
<!-- 4A.2.1 헤더레벨1 -->
|
|
|
|
<!-- 4A.2.1 헤더레벨1 -->
|
|
|
|
<w2:row id="row3" style="">
|
|
|
|
<w2:row id="rowA_depth1" style="">
|
|
|
|
<w2:column blockSelect="false" colSpan="3" displayMode="label" id="column165" inputType="text"
|
|
|
|
<w2:column blockSelect="false" colSpan="3" displayMode="label" id="column165" inputType="text"
|
|
|
|
removeBorderStyle="false" rowSpan="5" value="구분" width="70">
|
|
|
|
removeBorderStyle="false" rowSpan="5" value="구분" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -460,7 +452,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.2.2 헤더레벨2 -->
|
|
|
|
<!-- 4A.2.2 헤더레벨2 -->
|
|
|
|
<w2:row id="row4" style="">
|
|
|
|
<w2:row id="rowA_depth2" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column219" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column219" inputType="text" removeBorderStyle="false"
|
|
|
|
rowSpan="4" value="총계" width="70">
|
|
|
|
rowSpan="4" value="총계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -487,7 +479,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.2.3 헤더레벨3 -->
|
|
|
|
<!-- 4A.2.3 헤더레벨3 -->
|
|
|
|
<w2:row id="row5" style="">
|
|
|
|
<w2:row id="rowA_depth3" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column273" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column273" inputType="text" removeBorderStyle="false"
|
|
|
|
rowSpan="3" style="height:26px;" value="소계" width="70">
|
|
|
|
rowSpan="3" style="height:26px;" value="소계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -532,7 +524,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.2.4 헤더레벨4 -->
|
|
|
|
<!-- 4A.2.4 헤더레벨4 -->
|
|
|
|
<w2:row id="row6" style="">
|
|
|
|
<w2:row id="rowA_depth4" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column327" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column327" inputType="text" removeBorderStyle="false"
|
|
|
|
rowSpan="2" value="소계" width="70">
|
|
|
|
rowSpan="2" value="소계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -610,7 +602,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.2.5 헤더레벨5 -->
|
|
|
|
<!-- 4A.2.5 헤더레벨5 -->
|
|
|
|
<w2:row id="row1" style="">
|
|
|
|
<w2:row id="rowA_depth5" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column99" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column99" inputType="text" removeBorderStyle="false"
|
|
|
|
value="소계" width="70">
|
|
|
|
value="소계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -689,9 +681,9 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
</w2:header>
|
|
|
|
</w2:header>
|
|
|
|
<!-- 4A.3 보디 -->
|
|
|
|
<!-- 4A.3 보디 -->
|
|
|
|
<w2:gBody id="gBody1" style="">
|
|
|
|
<w2:gBody id="gBodyA" style="">
|
|
|
|
<!-- 4A.3.1 건수 -->
|
|
|
|
<!-- 4A.3.1 건수 -->
|
|
|
|
<w2:row id="row2" style="">
|
|
|
|
<w2:row id="rowA_one_count" style="">
|
|
|
|
<w2:column blockSelect="FALSE" colMerge="TRUE" customFormatter="com.fmtDateDtimeKor" dataType="date"
|
|
|
|
<w2:column blockSelect="FALSE" colMerge="TRUE" customFormatter="com.fmtDateDtimeKor" dataType="date"
|
|
|
|
displayMode="label" id="kbn" inputType="text" removeBorderStyle="FALSE" textAlign="center" width="80">
|
|
|
|
displayMode="label" id="kbn" inputType="text" removeBorderStyle="FALSE" textAlign="center" width="80">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -885,9 +877,9 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
</w2:gBody>
|
|
|
|
</w2:gBody>
|
|
|
|
<!-- 4A.4 소계(영업소전체) -->
|
|
|
|
<!-- 4A.4 소계(영업소전체) -->
|
|
|
|
<w2:subTotal id="subTotal1" style="" targetColumnID="inDate">
|
|
|
|
<w2:subTotal id="subTotalA" style="" targetColumnID="inDate">
|
|
|
|
<!-- 4A.4.1 소계(영업소전체)-건수 -->
|
|
|
|
<!-- 4A.4.1 소계(영업소전체)-건수 -->
|
|
|
|
<w2:row id="row10" style="">
|
|
|
|
<w2:row id="rowA_sub_count" style="">
|
|
|
|
<w2:column blockSelect="FALSE" colMerge="TRUE" displayMode="label" id="column571" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="FALSE" colMerge="TRUE" displayMode="label" id="column571" removeBorderStyle="FALSE"
|
|
|
|
rowSpan="2" style=";background-color:#fff;border-top-style:hidden;" width="80">
|
|
|
|
rowSpan="2" style=";background-color:#fff;border-top-style:hidden;" width="80">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -1105,7 +1097,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.4.99 소계(영업소전체)-비율 -->
|
|
|
|
<!-- 4A.4.99 소계(영업소전체)-비율 -->
|
|
|
|
<w2:row id="row7" style="">
|
|
|
|
<w2:row id="rowA_sub_ratio" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column569" inputType="text"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column569" inputType="text"
|
|
|
|
removeBorderStyle="FALSE" textAlign="center" value="비율(%)" width="70">
|
|
|
|
removeBorderStyle="FALSE" textAlign="center" value="비율(%)" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -1323,9 +1315,9 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
</w2:subTotal>
|
|
|
|
</w2:subTotal>
|
|
|
|
<!-- 4A.5 합계 -->
|
|
|
|
<!-- 4A.5 합계 -->
|
|
|
|
<w2:footer id="footer1" style="">
|
|
|
|
<w2:footer id="footerA" style="">
|
|
|
|
<!-- 4A.5.1 합계-1호영업소건수 -->
|
|
|
|
<!-- 4A.5.1 합계-1호영업소건수 -->
|
|
|
|
<w2:row id="row11" style="">
|
|
|
|
<w2:row id="rowA_all_1hoCount" style="">
|
|
|
|
<w2:column blockSelect="FALSE" colSpan="2" displayMode="label" id="column628" inputType="text"
|
|
|
|
<w2:column blockSelect="FALSE" colSpan="2" displayMode="label" id="column628" inputType="text"
|
|
|
|
removeBorderStyle="FALSE" rowSpan="4" value="합계" width="150">
|
|
|
|
removeBorderStyle="FALSE" rowSpan="4" value="합계" width="150">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -1551,7 +1543,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.5.2 합계-3호영업소건수 -->
|
|
|
|
<!-- 4A.5.2 합계-3호영업소건수 -->
|
|
|
|
<w2:row id="row12" style="">
|
|
|
|
<w2:row id="rowA_all_3hoCount" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column683" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column683" removeBorderStyle="FALSE"
|
|
|
|
textAlign="center" value="3호" width="70">
|
|
|
|
textAlign="center" value="3호" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -1770,7 +1762,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.5.3 합계-전체영업소건수 -->
|
|
|
|
<!-- 4A.5.3 합계-전체영업소건수 -->
|
|
|
|
<w2:row id="row13" style="">
|
|
|
|
<w2:row id="rowA_all_count" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column797" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column797" removeBorderStyle="FALSE"
|
|
|
|
textAlign="center" value="소계" width="70">
|
|
|
|
textAlign="center" value="소계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -1977,7 +1969,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4A.5.99 합계-비율 -->
|
|
|
|
<!-- 4A.5.99 합계-비율 -->
|
|
|
|
<w2:row id="row14" style="">
|
|
|
|
<w2:row id="rowA_all_ratio" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column740" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column740" removeBorderStyle="FALSE"
|
|
|
|
textAlign="center" value="비율(%)" width="70">
|
|
|
|
textAlign="center" value="비율(%)" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -2205,11 +2197,11 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
scrollByColumnAdaptive="false"
|
|
|
|
scrollByColumnAdaptive="false"
|
|
|
|
style="height:400px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
|
|
|
|
style="height:400px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all">
|
|
|
|
<!-- 4B.1 캡션 -->
|
|
|
|
<!-- 4B.1 캡션 -->
|
|
|
|
<w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption>
|
|
|
|
<w2:caption id="captionB" style="" value="this is a grid caption."></w2:caption>
|
|
|
|
<!-- 4B.2 헤더 -->
|
|
|
|
<!-- 4B.2 헤더 -->
|
|
|
|
<w2:header id="header1" style="">
|
|
|
|
<w2:header id="headerB" style="">
|
|
|
|
<!-- 4B.2.1 헤더레벨1 -->
|
|
|
|
<!-- 4B.2.1 헤더레벨1 -->
|
|
|
|
<w2:row id="row3" style="">
|
|
|
|
<w2:row id="rowB_depth1" style="">
|
|
|
|
<w2:column blockSelect="false" colSpan="3" displayMode="label" id="column165" inputType="text"
|
|
|
|
<w2:column blockSelect="false" colSpan="3" displayMode="label" id="column165" inputType="text"
|
|
|
|
removeBorderStyle="false" rowSpan="5" value="구분" width="70">
|
|
|
|
removeBorderStyle="false" rowSpan="5" value="구분" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -2227,7 +2219,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.2.2 헤더레벨2 -->
|
|
|
|
<!-- 4B.2.2 헤더레벨2 -->
|
|
|
|
<w2:row id="row4" style="">
|
|
|
|
<w2:row id="rowB_depth2" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column219" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column219" inputType="text" removeBorderStyle="false"
|
|
|
|
rowSpan="4" value="총계" width="70">
|
|
|
|
rowSpan="4" value="총계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -2254,7 +2246,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.2.3 헤더레벨3 -->
|
|
|
|
<!-- 4B.2.3 헤더레벨3 -->
|
|
|
|
<w2:row id="row5" style="">
|
|
|
|
<w2:row id="rowB_depth3" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column273" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column273" inputType="text" removeBorderStyle="false"
|
|
|
|
rowSpan="3" style="height:26px;" value="소계" width="70">
|
|
|
|
rowSpan="3" style="height:26px;" value="소계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -2299,7 +2291,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.2.4 헤더레벨4 -->
|
|
|
|
<!-- 4B.2.4 헤더레벨4 -->
|
|
|
|
<w2:row id="row6" style="">
|
|
|
|
<w2:row id="rowB_depth4" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column327" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column327" inputType="text" removeBorderStyle="false"
|
|
|
|
rowSpan="2" value="소계" width="70">
|
|
|
|
rowSpan="2" value="소계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -2377,7 +2369,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.2.5 헤더레벨5 -->
|
|
|
|
<!-- 4B.2.5 헤더레벨5 -->
|
|
|
|
<w2:row id="row1" style="">
|
|
|
|
<w2:row id="rowB_depth5" style="">
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column99" inputType="text" removeBorderStyle="false"
|
|
|
|
<w2:column blockSelect="false" displayMode="label" id="column99" inputType="text" removeBorderStyle="false"
|
|
|
|
value="소계" width="70">
|
|
|
|
value="소계" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -2456,9 +2448,9 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
</w2:header>
|
|
|
|
</w2:header>
|
|
|
|
<!-- 4B.3 보디 -->
|
|
|
|
<!-- 4B.3 보디 -->
|
|
|
|
<w2:gBody id="gBody1" style="">
|
|
|
|
<w2:gBody id="gBodyB" style="">
|
|
|
|
<!-- 4B.3.1 건수 -->
|
|
|
|
<!-- 4B.3.1 건수 -->
|
|
|
|
<w2:row id="row2" style="">
|
|
|
|
<w2:row id="rowB_one_count" style="">
|
|
|
|
<w2:column blockSelect="FALSE" colMerge="true" customFormatter="com.fmtDateDtimeKor" dataType="date"
|
|
|
|
<w2:column blockSelect="FALSE" colMerge="true" customFormatter="com.fmtDateDtimeKor" dataType="date"
|
|
|
|
displayMode="label" id="kbn" inputType="text" removeBorderStyle="FALSE" textAlign="center" width="80" rowSpan="2"
|
|
|
|
displayMode="label" id="kbn" inputType="text" removeBorderStyle="FALSE" textAlign="center" width="80" rowSpan="2"
|
|
|
|
style="height:40px;" excelExpression="">
|
|
|
|
style="height:40px;" excelExpression="">
|
|
|
|
@ -2654,7 +2646,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.3.1a 건수[일평균] -->
|
|
|
|
<!-- 4B.3.1a 건수[일평균] -->
|
|
|
|
<w2:row id="row16" style="">
|
|
|
|
<w2:row id="rowB_one_count_avr" style="">
|
|
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="totalQavr" blockSelect="false"
|
|
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="totalQavr" blockSelect="false"
|
|
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" excelExpression=""
|
|
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right" excelExpression=""
|
|
|
|
expression="sum('totalQ')/sum('cltDayCnt')">
|
|
|
|
expression="sum('totalQ')/sum('cltDayCnt')">
|
|
|
|
@ -2867,9 +2859,9 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
</w2:gBody>
|
|
|
|
</w2:gBody>
|
|
|
|
<!-- 4B.4 소계(영업소전체) -->
|
|
|
|
<!-- 4B.4 소계(영업소전체) -->
|
|
|
|
<w2:subTotal id="subTotal1" style="" targetColumnID="inDate">
|
|
|
|
<w2:subTotal id="subTotalB" style="" targetColumnID="inDate">
|
|
|
|
<!-- 4B.4.1 소계(영업소전체)-건수 -->
|
|
|
|
<!-- 4B.4.1 소계(영업소전체)-건수 -->
|
|
|
|
<w2:row id="row10" style="">
|
|
|
|
<w2:row id="rowB_sub_count" style="">
|
|
|
|
<w2:column blockSelect="false" colMerge="true" displayMode="label" id="column571" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="false" colMerge="true" displayMode="label" id="column571" removeBorderStyle="FALSE"
|
|
|
|
rowSpan="3" style=";background-color:#fff;border-top-style:hidden;" width="80" inputType="text">
|
|
|
|
rowSpan="3" style=";background-color:#fff;border-top-style:hidden;" width="80" inputType="text">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -3097,7 +3089,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.4.1a 소계(영업소전체)-건수[일평균] -->
|
|
|
|
<!-- 4B.4.1a 소계(영업소전체)-건수[일평균] -->
|
|
|
|
<w2:row id="row15" style="">
|
|
|
|
<w2:row id="rowB_sub_count_avr" style="">
|
|
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="totalQsubavr" blockSelect="false"
|
|
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" id="totalQsubavr" blockSelect="false"
|
|
|
|
displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right" excelExpression="" expression="SUM('totalQavr')">
|
|
|
|
displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right" excelExpression="" expression="SUM('totalQavr')">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -3306,7 +3298,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.4.99 소계(영업소전체)-비율 -->
|
|
|
|
<!-- 4B.4.99 소계(영업소전체)-비율 -->
|
|
|
|
<w2:row id="row7" style="">
|
|
|
|
<w2:row id="rowB_sub_ratio" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column569" inputType="text"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column569" inputType="text"
|
|
|
|
removeBorderStyle="FALSE" textAlign="center" value="비율(%)" width="70">
|
|
|
|
removeBorderStyle="FALSE" textAlign="center" value="비율(%)" width="70">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -3524,9 +3516,9 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
</w2:subTotal>
|
|
|
|
</w2:subTotal>
|
|
|
|
<!-- 4B.5 합계 -->
|
|
|
|
<!-- 4B.5 합계 -->
|
|
|
|
<w2:footer id="footer1" style="">
|
|
|
|
<w2:footer id="footerB" style="">
|
|
|
|
<!-- 4B.5.1 합계-1호영업소건수 -->
|
|
|
|
<!-- 4B.5.1 합계-1호영업소건수 -->
|
|
|
|
<w2:row id="row11" style="">
|
|
|
|
<w2:row id="rowB_all_1hoCount" style="">
|
|
|
|
<w2:column blockSelect="FALSE" colSpan="2" displayMode="label" id="column628" inputType="text"
|
|
|
|
<w2:column blockSelect="FALSE" colSpan="2" displayMode="label" id="column628" inputType="text"
|
|
|
|
removeBorderStyle="FALSE" rowSpan="7" value="합계" width="150">
|
|
|
|
removeBorderStyle="FALSE" rowSpan="7" value="합계" width="150">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -3752,7 +3744,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.5.1a 합계-1호영업소건수[일평균] -->
|
|
|
|
<!-- 4B.5.1a 합계-1호영업소건수[일평균] -->
|
|
|
|
<w2:row id="row19" style="">
|
|
|
|
<w2:row id="rowB_all_1hoCount_avr" style="">
|
|
|
|
<w2:column removeBorderStyle="false" width="80" inputType="expression" id="column1119" blockSelect="false"
|
|
|
|
<w2:column removeBorderStyle="false" width="80" inputType="expression" id="column1119" blockSelect="false"
|
|
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right"
|
|
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right"
|
|
|
|
expression="SUM('cltDayCnt') == 0 ? 0 : (scwin.userExpFare('fareOfficeId','cltCashNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCashLightNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCashLightRfidQ',"01") + scwin.userExpFare('fareOfficeId','cltCardBeforeNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCardBeforeLightQ',"01") + scwin.userExpFare('fareOfficeId','cltCardBeforeRfidQ',"01") + scwin.userExpFare('fareOfficeId','cltCardAfterNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCardAfterLightQ',"01") + scwin.userExpFare('fareOfficeId','cltCardAfterRfidQ',"01") + scwin.userExpFare('fareOfficeId','noncltExemptNormalQ',"01") + scwin.userExpFare('fareOfficeId','noncltExemptRfidQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayCashQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayPenaltyQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayExemptQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayNotConfirmQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayNotReadQ',"01") + scwin.userExpFare('fareOfficeId','cltCouponNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCouponLightQ',"01") + scwin.userExpFare('fareOfficeId','cltCouponRfidQ',"01")) / (SUM('cltDayCnt') / 2)"
|
|
|
|
expression="SUM('cltDayCnt') == 0 ? 0 : (scwin.userExpFare('fareOfficeId','cltCashNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCashLightNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCashLightRfidQ',"01") + scwin.userExpFare('fareOfficeId','cltCardBeforeNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCardBeforeLightQ',"01") + scwin.userExpFare('fareOfficeId','cltCardBeforeRfidQ',"01") + scwin.userExpFare('fareOfficeId','cltCardAfterNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCardAfterLightQ',"01") + scwin.userExpFare('fareOfficeId','cltCardAfterRfidQ',"01") + scwin.userExpFare('fareOfficeId','noncltExemptNormalQ',"01") + scwin.userExpFare('fareOfficeId','noncltExemptRfidQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayCashQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayPenaltyQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayExemptQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayNotConfirmQ',"01") + scwin.userExpFare('fareOfficeId','noncltNonpayNotReadQ',"01") + scwin.userExpFare('fareOfficeId','cltCouponNormalQ',"01") + scwin.userExpFare('fareOfficeId','cltCouponLightQ',"01") + scwin.userExpFare('fareOfficeId','cltCouponRfidQ',"01")) / (SUM('cltDayCnt') / 2)"
|
|
|
|
@ -3964,7 +3956,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.5.2 합계-3호영업소건수 -->
|
|
|
|
<!-- 4B.5.2 합계-3호영업소건수 -->
|
|
|
|
<w2:row id="row12" style="">
|
|
|
|
<w2:row id="rowB_all_3hoCount" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column683" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column683" removeBorderStyle="FALSE"
|
|
|
|
textAlign="center" value="3호" width="70" rowSpan="2" inputType="text">
|
|
|
|
textAlign="center" value="3호" width="70" rowSpan="2" inputType="text">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -4182,7 +4174,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.5.2a 합계-3호영업소건수[일평균] -->
|
|
|
|
<!-- 4B.5.2a 합계-3호영업소건수[일평균] -->
|
|
|
|
<w2:row id="row20" style="">
|
|
|
|
<w2:row id="rowB_all_3hoCount_avr" style="">
|
|
|
|
<w2:column removeBorderStyle="false" width="80" inputType="expression" id="column11191" blockSelect="false"
|
|
|
|
<w2:column removeBorderStyle="false" width="80" inputType="expression" id="column11191" blockSelect="false"
|
|
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right"
|
|
|
|
displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right"
|
|
|
|
expression="SUM('cltDayCnt') == 0 ? 0 : (scwin.userExpFare('fareOfficeId','cltCashNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCashLightNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCashLightRfidQ',"03") + scwin.userExpFare('fareOfficeId','cltCardBeforeNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCardBeforeLightQ',"03") + scwin.userExpFare('fareOfficeId','cltCardBeforeRfidQ',"03") + scwin.userExpFare('fareOfficeId','cltCardAfterNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCardAfterLightQ',"03") + scwin.userExpFare('fareOfficeId','cltCardAfterRfidQ',"03") + scwin.userExpFare('fareOfficeId','noncltExemptNormalQ',"03") + scwin.userExpFare('fareOfficeId','noncltExemptRfidQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayCashQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayPenaltyQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayExemptQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayNotConfirmQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayNotReadQ',"03") + scwin.userExpFare('fareOfficeId','cltCouponNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCouponLightQ',"03") + scwin.userExpFare('fareOfficeId','cltCouponRfidQ',"03")) / (SUM('cltDayCnt') / 2)">
|
|
|
|
expression="SUM('cltDayCnt') == 0 ? 0 : (scwin.userExpFare('fareOfficeId','cltCashNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCashLightNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCashLightRfidQ',"03") + scwin.userExpFare('fareOfficeId','cltCardBeforeNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCardBeforeLightQ',"03") + scwin.userExpFare('fareOfficeId','cltCardBeforeRfidQ',"03") + scwin.userExpFare('fareOfficeId','cltCardAfterNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCardAfterLightQ',"03") + scwin.userExpFare('fareOfficeId','cltCardAfterRfidQ',"03") + scwin.userExpFare('fareOfficeId','noncltExemptNormalQ',"03") + scwin.userExpFare('fareOfficeId','noncltExemptRfidQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayCashQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayPenaltyQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayExemptQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayNotConfirmQ',"03") + scwin.userExpFare('fareOfficeId','noncltNonpayNotReadQ',"03") + scwin.userExpFare('fareOfficeId','cltCouponNormalQ',"03") + scwin.userExpFare('fareOfficeId','cltCouponLightQ',"03") + scwin.userExpFare('fareOfficeId','cltCouponRfidQ',"03")) / (SUM('cltDayCnt') / 2)">
|
|
|
|
@ -4393,7 +4385,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.5.3 합계-전체영업소건수 -->
|
|
|
|
<!-- 4B.5.3 합계-전체영업소건수 -->
|
|
|
|
<w2:row id="row13" style="">
|
|
|
|
<w2:row id="rowB_all_count" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column797" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column797" removeBorderStyle="FALSE"
|
|
|
|
textAlign="center" value="소계" width="70" rowSpan="2" inputType="text">
|
|
|
|
textAlign="center" value="소계" width="70" rowSpan="2" inputType="text">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
@ -4607,7 +4599,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.5.3a 합계-전체영업소건수[일평균] -->
|
|
|
|
<!-- 4B.5.3a 합계-전체영업소건수[일평균] -->
|
|
|
|
<w2:row id="row21" style="">
|
|
|
|
<w2:row id="rowB_all_count_avr" style="">
|
|
|
|
<w2:column removeBorderStyle="false" width="80" inputType="expression" id="column11192" blockSelect="false"
|
|
|
|
<w2:column removeBorderStyle="false" width="80" inputType="expression" id="column11192" blockSelect="false"
|
|
|
|
displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right"
|
|
|
|
displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right"
|
|
|
|
expression="SUM('cltDayCnt') == 0 ? 0 : SUM('totalQ') / (SUM('cltDayCnt') / 2)">
|
|
|
|
expression="SUM('cltDayCnt') == 0 ? 0 : SUM('totalQ') / (SUM('cltDayCnt') / 2)">
|
|
|
|
@ -4818,7 +4810,7 @@ scwin.sbm_statList_submitdone = function(e) {
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
</w2:row>
|
|
|
|
</w2:row>
|
|
|
|
<!-- 4B.5.99 합계-비율 -->
|
|
|
|
<!-- 4B.5.99 합계-비율 -->
|
|
|
|
<w2:row id="row14" style="">
|
|
|
|
<w2:row id="rowB_all_ratio" style="">
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column740" removeBorderStyle="FALSE"
|
|
|
|
<w2:column blockSelect="FALSE" dataType="text" displayMode="label" id="column740" removeBorderStyle="FALSE"
|
|
|
|
textAlign="center" value="비율(%)" width="70" inputType="text">
|
|
|
|
textAlign="center" value="비율(%)" width="70" inputType="text">
|
|
|
|
</w2:column>
|
|
|
|
</w2:column>
|
|
|
|
|