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.
325 lines
14 KiB
XML
325 lines
14 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="근무자ID" 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="text"></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 id="workerId" name="근무자ID" dataType="text"></w2:key>
|
|
<w2:key id="fareOfficeId" name="요금소ID" dataType="text"></w2:key>
|
|
<w2:key id="fareOfficeName" name="요금소명" dataType="text"></w2:key>
|
|
<w2:key id="boothId" name="차로ID" dataType="text"></w2:key>
|
|
<w2:key id="boothName" name="차로명" dataType="text"></w2:key>
|
|
<w2:key id="passDate" name="통행일자" dataType="date"></w2:key>
|
|
<w2:key id="passTime" name="통행시간" dataType="time"></w2:key>
|
|
<w2:key id="passDateTime" name="통행일시" dataType="date"></w2:key>
|
|
<w2:key id="seqno" name="일련번호" dataType="number"></w2:key>
|
|
<w2:key id="carNo" name="차량번호" dataType="text"></w2:key>
|
|
<w2:key id="cardNo" name="카드번호" dataType="text"></w2:key>
|
|
<w2:key id="cardKbn" name="카드구분" dataType="text"></w2:key>
|
|
<w2:key id="levyAmount" name="금액" dataType="number"></w2:key>
|
|
<w2:key id="rejectDate" name="반송일자" dataType="date"></w2:key>
|
|
<w2:key id="rejectReason" name="반송사유" dataType="text"></w2:key>
|
|
<w2:key id="returnOfferer" name="반송원인" dataType="text"></w2:key>
|
|
<w2:key id="receiptFlag" name="수납여부" dataType="text"></w2:key>
|
|
<w2:key id="receiptDate" name="수납일자" dataType="date"></w2:key>
|
|
|
|
<w2:key id="cityTaxesFlag" name="시세입여부" dataType="text"></w2:key>
|
|
<w2:key id="cityTaxesDate" name="시세입일자" dataType="date"></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/findIncomeCardUseRejectProcDetail.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:submission id="sbm_saveRejectInfo" ref='data:json,{"id":"rejectInfo","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="scwin.sbm_saveRejectInfo_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.btn_close_onclick = function(e) {
|
|
com.closePopup();
|
|
};
|
|
|
|
scwin.searchIncomeRejectDetail = function() {
|
|
//alert("카드반송 수납 시세입등록 - 조회");
|
|
com.executeSubmission( sbm_rejectInfo );
|
|
};
|
|
|
|
scwin.btn_save_onclick = function(e) {
|
|
//alert("카드반송 수납 시세입등록 - 저장");
|
|
com.confirm("저장하시겠습니까?", function(rtn) {
|
|
if (rtn) {
|
|
com.executeSubmission( sbm_saveRejectInfo );
|
|
}
|
|
});
|
|
};
|
|
|
|
scwin.sbm_saveRejectInfo_submitdone = function(e) {
|
|
if (e.responseJSON.rsMsg.statusCode == 'S') {
|
|
com.alert(e.responseJSON.rsMsg.message , function() {
|
|
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 class="tbl_search" id="grp_search" style="">
|
|
<xf:group class="w2tb tbl_sc" id="" style="" tagname="table">
|
|
<w2:attributes>
|
|
<w2:summary></w2:summary>
|
|
</w2:attributes>
|
|
<xf:group tagname="colgroup">
|
|
<xf:group tagname="col" style="width:70px;"></xf:group><xf:group style="width:*;" tagname="col"></xf:group>
|
|
</xf:group>
|
|
<xf:group style="" tagname="tr">
|
|
<xf:group tagname="td" class="w2tb_td"><w2:attributes></w2:attributes></xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<xf:group class="fr" id="">
|
|
<xf:trigger class="btn_act save" ev:onclick="scwin.btn_save_onclick" id="btn_save" style=""
|
|
type="button">
|
|
<xf:label><![CDATA[저장]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
</xf:group>
|
|
<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:25.00%;"></xf:group>
|
|
<xf:group tagname="col" style="width:25.00%"></xf:group>
|
|
<xf:group tagname="col" style="width:25.00%;"></xf:group>
|
|
<xf:group tagname="col" style="width:25.00%"></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>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:textbox ref="data:rejectInfo.boothName" style="width: 100%;" id="" label="요금소"></w2:textbox>
|
|
</xf:group>
|
|
<xf:group tagname="th" style="" class="w2tb_th">
|
|
금액
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes>
|
|
</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="">
|
|
</w2:textbox>
|
|
</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>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:textbox displayFormatter="com.fmtDateDtime" ref="data:rejectInfo.passDateTime" dataType="date"
|
|
displayFormat="" style="width: 100%;" id="" label="통행일시">
|
|
</w2:textbox>
|
|
</xf:group>
|
|
<xf:group tagname="th" style="" class="w2tb_th">
|
|
반송일자
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:textbox ref="data:rejectInfo.rejectDate" dataType="date" style="width: 100%;" id="" label="반송일자"></w2:textbox>
|
|
</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>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:textbox ref="data:rejectInfo.carNo" style="width: 100%;" id="" label="차량번호"></w2:textbox>
|
|
</xf:group>
|
|
<xf:group tagname="th" style="" class="w2tb_th">
|
|
반송사유
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:textbox ref="data:rejectInfo.rejectReason" style="width: 100%;" id="" label="반송사유"></w2:textbox>
|
|
</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>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:textbox ref="data:rejectInfo.cardNo" style="width: 100%;" id="" label="카드번호"></w2:textbox>
|
|
</xf:group>
|
|
<xf:group tagname="th" style="" class="w2tb_th">
|
|
카드구분
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:textbox ref="data:rejectInfo.cardKbn" style="width: 100%;" id="" label="카드구분"></w2:textbox>
|
|
</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>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:attributes>
|
|
<w2:colspan>3</w2:colspan>
|
|
<w2:rowspan>1</w2:rowspan>
|
|
</w2:attributes>
|
|
<xf:input ref="data:rejectInfo.returnOfferer" adjustMaxLength="false" style="width: 100%;" id="" maxlength="30"></xf:input>
|
|
</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>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<xf:select1 ref="data:rejectInfo.receiptFlag" appearance="full" style="" id="" rows="1" cols=""
|
|
selectedIndex="-1" disabled="true">
|
|
<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[0]]></xf:value>
|
|
</xf:item>
|
|
</xf:choices>
|
|
</xf:select1>
|
|
</xf:group>
|
|
<xf:group tagname="th" style="" class="w2tb_th">
|
|
시세입여부
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<xf:select1 ref="data:rejectInfo.cityTaxesFlag" appearance="full" style="" id="" rows="1" cols=""
|
|
selectedIndex="-1">
|
|
<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[0]]></xf:value>
|
|
</xf:item>
|
|
</xf:choices>
|
|
</xf:select1>
|
|
</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>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:inputCalendar ref="data:rejectInfo.receiptDate" footerDiv="false" rightAlign="false"
|
|
focusOnDateSelect="false" style="" id="" renderType="component" renderDiv="true" calendarValueType="yearMonthDate" validCheck="true">
|
|
</w2:inputCalendar>
|
|
</xf:group>
|
|
<xf:group tagname="th" style="" class="w2tb_th">
|
|
시세입일자
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes>
|
|
</xf:group>
|
|
<xf:group tagname="td" style="" class="w2tb_td">
|
|
<w2:inputCalendar ref="data:rejectInfo.cityTaxesDate" footerDiv="false" rightAlign="false"
|
|
focusOnDateSelect="false" style="" id="" renderType="component" renderDiv="true" calendarValueType="yearMonthDate" validCheck="true">
|
|
</w2:inputCalendar>
|
|
</xf:group>
|
|
</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" ev:onclick="scwin.btn_close_onclick" id="btn_close" style="" type="button">
|
|
<xf:label><![CDATA[닫기]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
</body>
|
|
</html>
|