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.

138 lines
5.5 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="list" id="fixInfo" repeatNode="map" saveRemovedData="true" style="">
<w2:keyInfo>
<w2:key id="thName" name="구분명" dataType="text"></w2:key>
<w2:key id="date" name="일자" dataType="date"></w2:key>
<w2:key id="fixAmountQ" name="총 건수" dataType="number"></w2:key>
<w2:key id="fixAmountM" name="총 금액" dataType="number"></w2:key>
</w2:keyInfo>
</w2:dataMap>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_saveFixInfo" ref='data:json,{"id":"fixInfo","key":"param"}' target=""
action="/cfs/income/updateIncomeCardUseRejectProcDetail.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() {
if (com.getParameter( 'data' ).kbn == '1') {
fixInfo.set( "thName" , "공단입금일자" );
} else if (com.getParameter( 'data' ).kbn == '2') {
fixInfo.set( "thName" , "시세입일자" );
}
fixInfo.set( "date" , com.getToday() );
fixInfo.set( "fixAmountQ" , com.getParameter( 'data' ).fixAmountQ );
fixInfo.set( "fixAmountM" , com.getParameter( 'data' ).fixAmountM );
scwin.callbackFunc = com.getParameter('callbackFn');
};
scwin.onpageunload = function() {
};
scwin.btn_close_onclick = function(e) {
com.closePopup();
};
scwin.btn_confirm_onclick = function() {
//alert("확인 - callbackFunc 실행");
var data = {
date : fixInfo.get( "date" )
, fixAmountQ : fixInfo.get( "fixAmountQ" )
, fixAmountM : fixInfo.get( "fixAmountM" )
};
com.closePopup(scwin.callbackFunc, data);
};
scwin.btn_cancle_onclick = function() {
//alert("취소");
com.closePopup();
};
]]></script>
</head>
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
<xf:group class="pop" id="" style="">
<xf:group class="pop_con" id="" style="">
<xf:group style="" id="" class="cm_tbl">
<xf:group tagname="table" style="width:NaN%;" id="tbl_overFareInfo" class="w2tb">
<w2:attributes>
<w2:summary></w2:summary>
</w2:attributes>
<xf:group tagname="caption"></xf:group>
<xf:group tagname="colgroup">
<xf:group tagname="col" style="width:50%;"></xf:group>
<xf:group tagname="col" style="width:50%;"></xf:group>
</xf:group>
<xf:group tagname="tr" style="">
<xf:group tagname="th" style="" class="w2tb_th"><w2:attributes>
<w2:scope>row</w2:scope>
</w2:attributes><w2:span label="공단입금일자" style="" id="" ref="data:fixInfo.thName"></w2:span></xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
footerDiv="false" id="ica_date" mandatory="true" ref="data:fixInfo.date" renderDiv="true" renderType="component"
style="" weekStartsOn="0">
</w2:inputCalendar>
</xf:group>
</xf:group>
<xf:group tagname="tr" style="">
<xf:group tagname="th" style="" class="w2tb_th">
&amp;nbsp;건수
<w2:attributes>
<w2:scope>row</w2:scope>
</w2:attributes>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<xf:input adjustMaxLength="false" id="" ref="data:fixInfo.fixAmountQ" style="width: 100%;" dataType="number" displayFormat="#,###" applyFormat="all" mandatory="true" class="tar" disabled="true"></xf:input>
</xf:group>
</xf:group>
<xf:group tagname="tr" style="">
<xf:group tagname="th" style="" class="w2tb_th">
&amp;nbsp;금액
<w2:attributes>
<w2:scope>row</w2:scope>
</w2:attributes>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:attributes>
<w2:colspan>1</w2:colspan>
<w2:rowspan>1</w2:rowspan>
</w2:attributes>
<xf:input adjustMaxLength="false" id="" ref="data:fixInfo.fixAmountM" style="width: 100%;" dataType="number" displayFormat="#,###" applyFormat="all" mandatory="true" class="tar" disabled="true"></xf:input>
</xf:group>
</xf:group>
</xf:group>
</xf:group>
<xf:group adaptive="" class="" id="grp_button" style="text-align: center;">
<w2:anchor class="btn_com mr5" ev:onclick="scwin.btn_confirm_onclick" id="btn_confirm" outerDiv="" style="">
<xf:label><![CDATA[확인]]></xf:label>
</w2:anchor>
<w2:anchor class="btn_com mr5" ev:onclick="scwin.btn_cancle_onclick" id="btn_cancle" outerDiv="" style="">
<xf:label><![CDATA[취소]]></xf:label>
</w2:anchor>
</xf:group>
</xf:group>
</xf:group>
</body>
</html>