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.
187 lines
9.1 KiB
XML
187 lines
9.1 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="schReq" style="">
|
|
<w2:data></w2:data>
|
|
<w2:keyInfo>
|
|
<w2:key dataType="text" id="passDate" name="시작일"></w2:key>
|
|
</w2:keyInfo>
|
|
</w2:dataMap>
|
|
<w2:dataList baseNode="list" id="statList" repeatNode="map" saveRemovedData="true" style="">
|
|
<w2:columnInfo>
|
|
<w2:column id="levyDate" name="부간년월" dataType="text"></w2:column>
|
|
<w2:column id="totalCnt" name="건수" dataType="number"></w2:column>
|
|
<w2:column id="totalAmount" name="금액" dataType="number"></w2:column>
|
|
</w2:columnInfo>
|
|
</w2:dataList>
|
|
</w2:dataCollection>
|
|
<w2:workflowCollection></w2:workflowCollection>
|
|
<xf:submission id="sbm_statList" ref='data:json,{"id":"schReq","key":"param"}'
|
|
target='data:json,{"id":"statList","key":"statList"}' action="/cfs/income/findIncomeReportMonthSend.do" method="post"
|
|
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
|
|
processMsg="" ev:submit="" ev:submitdone="" ev:submiterror="" abortTrigger="">
|
|
</xf:submission>
|
|
</xf:model>
|
|
<script type="text/javascript" lazy="false"><![CDATA[
|
|
scwin.onpageload = function() {
|
|
//검색년도
|
|
var result;
|
|
var dttype;
|
|
result = 'yearMonth';
|
|
dttype = "yyyyMM";
|
|
passDate.setCalendarValueType( result);
|
|
passDate.setValue( com.getToday( dttype ) );
|
|
|
|
};
|
|
|
|
scwin.btn_search_onclick = function() {
|
|
|
|
com.executeSubmission(sbm_statList);
|
|
};
|
|
|
|
scwin.rad_radio1_onchange = function() {
|
|
var radioValue = this.getValue();
|
|
var result;
|
|
var dttype;
|
|
if(radioValue == '1'){
|
|
result = 'yearMonth';
|
|
dttype = "yyyyMM";
|
|
}else if(radioValue == '2'){
|
|
result = 'year';
|
|
dttype = "yyyy";
|
|
}
|
|
passDate.setCalendarValueType( result);
|
|
passDate.setValue( com.getToday( dttype ) );
|
|
};
|
|
]]></script>
|
|
</head>
|
|
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
|
<xf:group class="contentWrap" id="" style="">
|
|
<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" class="w2tb tbl_sc" id="" style="" tagname="table">
|
|
<xf:group tagname="colgroup">
|
|
<xf:group style="width:70.00px;" tagname="col"></xf:group>
|
|
<xf:group style="width:130.00px;" tagname="col"></xf:group>
|
|
<xf:group style="width:130.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">부가년월</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<xf:select1 appearance="full" cols="" ev:onchange="scwin.rad_radio1_onchange" id="rad_radio1"
|
|
ref="data:reqCode.dtType" rows="1" selectedIndex="0" style="margin-left: 10px;" 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:choices>
|
|
</xf:select1>
|
|
</xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
|
footerDiv="false" id="passDate" ref="data:schReq.passDate" 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="">
|
|
<xf:group class="fr" id="" style=""></xf:group>
|
|
<xf:group class="defaultbox" id="" style="">
|
|
<w2:textbox class="df_tt" id="" label="월별 수납내역" style="" tagname="h2"></w2:textbox>
|
|
<xf:group class="fr" id="" style="">
|
|
<xf:trigger class="btn_act print" id="btn_prt" style="" type="button">
|
|
<xf:label><![CDATA[인쇄]]></xf:label>
|
|
</xf:trigger>
|
|
<xf:trigger class="btn_act exceldown" id="btn_excel_down" style="" type="button">
|
|
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
<w2:gridView autoFit="allColumn" autoFitMinWidth="400" class="cm_grid" dataList="data:statList"
|
|
ev:oncelldblclick="scwin.grd_statList_oncelldblclick" fixedColumnWithHidden="true" focusMode="row" id="grd_gridView1"
|
|
ignoreCellClick="false" ignoreToggleOnDisabled="false" readOnly="true" rowNumHeaderValue="순번" rowNumVisible="true"
|
|
scrollByColumn="false" scrollByColumnAdaptive="false" style="height: 180px;" summaryAuto="false" useShiftKey="true"
|
|
visibleRowNum="all">
|
|
<w2:caption id="caption1" style="" value="this is a grid caption."></w2:caption>
|
|
<w2:header id="header1" style="">
|
|
<w2:row id="row1" style="">
|
|
<w2:column blockSelect="false" displayMode="label" id="column5" inputType="text" removeBorderStyle="false" style=""
|
|
value="부가년월" width="120">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column3" inputType="text" removeBorderStyle="false" style=""
|
|
value="총 건수" width="70">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="column1" inputType="text" removeBorderStyle="false" style=""
|
|
value="총 금액" width="70">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:header>
|
|
<w2:gBody id="gBody1" style="">
|
|
<w2:row id="row2" style="">
|
|
<w2:column blockSelect="false" displayMode="label" id="levyDate" inputType="text" removeBorderStyle="false" style=""
|
|
value="" width="120" displayFormat="####/##" dataType="">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="totalCnt" inputType="text" removeBorderStyle="false" style=""
|
|
textAlign="right" value="" width="70" displayFormat="#,##0" dataType="number">
|
|
</w2:column>
|
|
<w2:column blockSelect="false" displayMode="label" id="totalAmount" inputType="text" removeBorderStyle="false" style=""
|
|
textAlign="right" value="" width="70" displayFormat="#,##0" dataType="number">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:gBody>
|
|
<w2:subTotal targetColumnID="levyDate" style="" id="subTotal1">
|
|
<w2:row style="" id="row3">
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column8" value="소계(부과 년도)" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column7" value=""
|
|
blockSelect="false" displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right" expression="SUM('totalCnt')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column6" value=""
|
|
blockSelect="false" displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right" expression="SUM('totalAmount')">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:subTotal>
|
|
<w2:footer style="" id="footer1">
|
|
<w2:row style="" id="row4">
|
|
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column11" value="총계(년도 포함 전체)" blockSelect="false"
|
|
displayMode="label">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column10" value=""
|
|
blockSelect="false" displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right" expression="SUM('totalCnt')">
|
|
</w2:column>
|
|
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column9" value=""
|
|
blockSelect="false" displayMode="label" displayFormat="#,##0" dataType="number" textAlign="right" expression="SUM('totalAmount')">
|
|
</w2:column>
|
|
</w2:row>
|
|
</w2:footer>
|
|
</w2:gridView>
|
|
</xf:group>
|
|
</body>
|
|
</html>
|