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.

158 lines
8.0 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="paramMap" repeatNode="map" saveRemovedData="true" style="">
<w2:keyInfo>
<w2:key id="workerId" name="name5" dataType="text"></w2:key>
<w2:key dataType="text" id="fareOfficeId" name="요금소ID"></w2:key>
<w2:key dataType="text" id="boothId" name="차로ID"></w2:key>
<w2:key id="passDate" name="통행일자" dataType="date"></w2:key>
<w2:key id="passTime" name="통행시간" dataType="text"></w2:key>
<w2:key id="seqno" name="일련번호" dataType="number"></w2:key>
</w2:keyInfo>
</w2:dataMap>
<w2:dataMap baseNode="list" id="rejectInfo" repeatNode="map" saveRemovedData="true" style="">
<w2:keyInfo>
<w2:key dataType="text" id="workerId" name="작업자ID"></w2:key>
<w2:key dataType="text" id="fareOfficeId" name="요금소ID"></w2:key>
<w2:key dataType="text" id="boothId" name="차로ID"></w2:key>
<w2:key dataType="date" id="passDate" name="통행일자"></w2:key>
<w2:key dataType="time" id="passTime" name="통행시간"></w2:key>
<w2:key dataType="number" id="seqno" name="순번"></w2:key>
<w2:key dataType="number" id="beforeAmount" name="거래전 금액"></w2:key>
<w2:key dataType="number" id="remaindAmount" name="거래후 금액"></w2:key>
<w2:key dataType="number" id="levyAmount" name="실제발생 금액"></w2:key>
<w2:key dataType="number" id="checkAmount" name="계산금액"></w2:key>
<w2:key dataType="text" id="checkMsg" name="계산결과"></w2:key>
</w2:keyInfo>
</w2:dataMap>
</w2:dataCollection>
<w2:workflowCollection></w2:workflowCollection>
<xf:submission id="sbm_rejectInfo" ref='data:json,{"id":"paramMap","key":"param"}' target="data:json,rejectInfo"
action="/cfs/income/findIncomeCardUseRejectInfoDetail.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() {
paramMap.set( "workerId" , com.getParameter( 'data' ).workerId );
paramMap.set( "fareOfficeId" , com.getParameter( 'data' ).fareOfficeId );
paramMap.set( "boothId" , com.getParameter( 'data' ).boothId );
paramMap.set( "passDate" , com.getParameter( 'data' ).passDate );
paramMap.set( "passTime" , com.getParameter( 'data' ).passTime );
paramMap.set( "seqno" , com.getParameter( 'data' ).seqno );
//반송내역 상세 조회
scwin.searchIncomeRejectDetail();
};
scwin.onpageunload = function() {
};
scwin.searchIncomeRejectDetail = function() {
//alert("반송내역 상세 조회");
com.executeSubmission( sbm_rejectInfo );
};
scwin.btn_close_onclick = function(e) {
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:100%;" id="" 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:12.50%;"></xf:group>
<xf:group tagname="col" style="width:12.50%;"></xf:group>
<xf:group tagname="col" style="width:12.50%;"></xf:group>
<xf:group tagname="col" style="width:12.50%;"></xf:group>
<xf:group tagname="col" style="width:12.50%;"></xf:group>
<xf:group tagname="col" style="width:12.50%;"></xf:group>
<xf:group tagname="col" style="width:12.50%;"></xf:group>
<xf:group tagname="col" style="width:12.50%;"></xf:group>
</xf:group>
<xf:group tagname="tr" style="">
<xf:group tagname="th" style="" class="w2tb_th">통행일자<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
<xf:group tagname="th" style="" class="w2tb_th">통행시간<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
<xf:group tagname="th" style="" class="w2tb_th">순번<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
<xf:group tagname="th" style="" class="w2tb_th">거래전&amp;nbsp;금액<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
<xf:group tagname="th" style="" class="w2tb_th">거래후&amp;nbsp;금액<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
<xf:group tagname="th" style="" class="w2tb_th">실제발생금액<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
<xf:group tagname="th" style="" class="w2tb_th">계산금액<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
<xf:group tagname="th" style="" class="w2tb_th">계산결과<w2:attributes>
<w2:scope>col</w2:scope>
</w2:attributes></xf:group>
</xf:group>
<xf:group tagname="tr">
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.passDate" dataType="date" style="width:100%;" label="통행일자" id="" class="tac"></w2:textbox>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.passTime" dataType="time" displayFormat="HH:mm:ss" style="width:100%;" id="" label="통행시간" class="tac"></w2:textbox>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.seqno" dataType="text" style="width:100%;" id="" label="순번" class="tac"></w2:textbox>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.beforeAmount" dataType="number" displayFormat="#,##0" style="width:100%;" id="" label="거래전 금액" class="tar"></w2:textbox>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.remaindAmount" dataType="number" displayFormat="#,##0" style="width:100%;" id="" label="거래후 금액" class="tar"></w2:textbox>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.levyAmount" dataType="number" displayFormat="#,##0" style="width:100%;" id="" label="실제발생 금액" class="tar"></w2:textbox>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.checkAmount" dataType="number" displayFormat="#,##0" style="width:100%;" id="" label="계산금액" class="tar"></w2:textbox>
</xf:group>
<xf:group tagname="td" style="" class="w2tb_td">
<w2:textbox ref="data:rejectInfo.checkMsg" dataType="text" style="width:100%;" id="" label="계산결과" class="tac"></w2:textbox>
</xf:group>
</xf:group>
</xf:group></xf:group></xf:group>
<xf:group class="btn_fix" id="" style="">
<xf:group class="tac" id="" style="">
<xf:trigger class="btn_com" id="btn_close" style="" type="button" ev:onclick="scwin.btn_close_onclick">
<xf:label><![CDATA[닫기]]></xf:label>
</xf:trigger>
</xf:group>
</xf:group>
</xf:group>
</body>
</html>