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.
196 lines
8.7 KiB
XML
196 lines
8.7 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="kbn" name="구분" dataType="date"></w2:key>
|
|
</w2:keyInfo>
|
|
</w2:dataMap>
|
|
<w2:dataMap baseNode="list" id="settingInfo" repeatNode="map" saveRemovedData="true" style="">
|
|
<w2:keyInfo>
|
|
<w2:key dataType="text" id="contactUsFare1" name="문의안내(요금소1)"></w2:key>
|
|
<w2:key dataType="text" id="contactUsFare3" name="문의안내(요금소3)"></w2:key>
|
|
</w2:keyInfo>
|
|
</w2:dataMap>
|
|
<w2:dataMap baseNode="map" id="paramReport">
|
|
<w2:keyInfo>
|
|
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
|
|
<w2:key id="boothId" name="차로" dataType="text"></w2:key>
|
|
<w2:key id="carNo" name="차량번호" dataType="text"></w2:key>
|
|
<w2:key id="residentNo" name="주민번호" dataType="text"></w2:key>
|
|
<w2:key id="passDate" name="통행일" dataType="text"></w2:key>
|
|
<w2:key id="passTime" name="통행시간" dataType="text"></w2:key>
|
|
<w2:key id="inStDate" name="시작일자" dataType="text"></w2:key>
|
|
<w2:key id="inEdDate" name="종료일자" dataType="text"></w2:key>
|
|
</w2:keyInfo>
|
|
</w2:dataMap>
|
|
</w2:dataCollection>
|
|
<w2:workflowCollection></w2:workflowCollection>
|
|
<xf:submission id="sbm_settingInfo" ref='data:json,{"id":"paramMap","key":"param"}' target='data:json,settingInfo'
|
|
action="/cfs/income/findIncomeRepayContactUsInfo.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_saveSetting" ref='data:json,{"id":"settingInfo","key":"param"}' target="" action="/cfs/income/updateIncomeRepayContactUsInfo.do" method="post"
|
|
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
|
|
processMsg="" ev:submit="" ev:submitdone="scwin.sbm_saveSetting_submitdone" ev:submiterror="" abortTrigger="">
|
|
</xf:submission>
|
|
</xf:model>
|
|
<script type="text/javascript" lazy="false"><![CDATA[
|
|
|
|
scwin.onpageload = function() {
|
|
scwin.callbackFunc = com.getParameter('callbackFn');
|
|
paramReport.setJSON( com.getParameter( 'data' ) );
|
|
|
|
//출력물 문의안내 정보 조회
|
|
scwin.searchIncomeConnectUs();
|
|
|
|
|
|
var ymd = com.getToday();
|
|
ibx_inStDate.setValue( ymd );
|
|
var todate = new Date();
|
|
todate.setDate(todate.getDate()+15);
|
|
var toMonth = todate.getMonth()+1+"";
|
|
if(toMonth.length==1){
|
|
toMonth = "0"+toMonth;
|
|
}
|
|
var toDay = todate.getDate()+"";
|
|
if(toDay.length==1){
|
|
toDay = "0"+toDay;
|
|
}
|
|
|
|
ibx_inEdDate.setValue(todate.getFullYear()+toMonth+toDay);
|
|
};
|
|
|
|
scwin.onpageunload = function() {
|
|
|
|
};
|
|
|
|
scwin.btn_close_onclick = function(e) {
|
|
com.closePopup();
|
|
};
|
|
|
|
scwin.searchIncomeConnectUs = function() {
|
|
//alert("출력물 문의안내 정보 - 조회");
|
|
com.executeSubmission( sbm_settingInfo );
|
|
};
|
|
|
|
scwin.btn_setting_onclick = function(e) {
|
|
var form_tag = document.getElementById("clipform");
|
|
form_tag.fareOfficeId.value = paramReport.get("fareOfficeId");
|
|
form_tag.boothId.value = paramReport.get("boothId");
|
|
form_tag.carNo.value = paramReport.get("carNo");
|
|
form_tag.passDate.value = paramReport.get("passDate");
|
|
form_tag.passTime.value = paramReport.get("passTime");
|
|
form_tag.inStDate.value = paramReport.get("inStDate");
|
|
form_tag.inEdDate.value = paramReport.get("inEdDate");
|
|
form_tag.residentNo.value = paramReport.get("residentNo");
|
|
form_tag.crfName.value = "IC026P01";
|
|
|
|
var url = "/ClipReport4/reportView2.jsp";
|
|
|
|
form_tag.action=url;
|
|
form_tag.method ="post";
|
|
form_tag.target="clipform";
|
|
form_tag.submit();
|
|
//alert("출력물 문의안내 수정 - 설정");
|
|
com.executeSubmission( sbm_saveSetting );
|
|
|
|
};
|
|
|
|
scwin.sbm_saveSetting_submitdone = function(e) {
|
|
if (e.responseJSON.rsMsg.statusCode == 'S') {
|
|
com.alert(e.responseJSON.rsMsg.message , function() {
|
|
com.closePopup(scwin.callbackFunc);
|
|
});
|
|
}
|
|
};
|
|
]]></script>
|
|
</head>
|
|
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
|
<form id="clipform" method="post" action ="/ClipReport4/reportView.jsp">
|
|
<input type ="hidden" value="IC26P01" name="crfName"></input>
|
|
<input type ="hidden" name="fareOfficeId"></input>
|
|
<input type ="hidden" name="boothId"></input>
|
|
<input type ="hidden" name="passDate"></input>
|
|
<input type ="hidden" name="passTime"></input>
|
|
<input type ="hidden" name="carNo"></input>
|
|
<input type ="hidden" name="residentNo"></input>
|
|
<input type ="hidden" name="inStDate"></input>
|
|
<input type ="hidden" name="inEdDate"></input>
|
|
</form>
|
|
<xf:group class="pop" id="" style="">
|
|
<xf:group class="pop_con" id="" style="">
|
|
<xf:group class="defaultbox" id="" style="">
|
|
<w2:textbox class="df_tt" id="tit_overFareInfo" label="출력물 문의안내 수정" style="" tagname="h2"
|
|
ev:onclick="scwin.tit_overFareInfo_onclick">
|
|
</w2:textbox>
|
|
<xf:group class="fr" id="" style="">
|
|
<xf:trigger class="btn_act save" ev:onclick="scwin.btn_setting_onclick" id="btn_setting" style="" type="button">
|
|
<xf:label><![CDATA[설정]]></xf:label>
|
|
</xf:trigger>
|
|
</xf:group>
|
|
</xf:group>
|
|
<xf:group class="cm_tbl" id="" style="">
|
|
<xf:group class="w2tb" id="tbl_secondaryInfo" style="width:100%;" tagname="table">
|
|
<w2:attributes>
|
|
<w2:summary></w2:summary>
|
|
</w2:attributes>
|
|
<xf:group tagname="caption"></xf:group>
|
|
<xf:group tagname="colgroup">
|
|
<xf:group style="width:25%;" tagname="col"></xf:group>
|
|
<xf:group style="width:25%;" tagname="col"></xf:group>
|
|
<xf:group style="width:25%;" tagname="col"></xf:group>
|
|
<xf:group style="width:25%;" tagname="col"></xf:group>
|
|
</xf:group>
|
|
<xf:group tagname="tr" style="">
|
|
<xf:group class="w2tb_th" style="" tagname="th">환불&nbsp;종료일자<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes></xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td"><w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" footerDiv="false" id="ibx_inEdDate"
|
|
ref="data:paramReport.inEdDate" renderDiv="true" renderType="component" rightAlign="false" style="">
|
|
</w2:inputCalendar></xf:group>
|
|
<xf:group class="w2tb_th" style="" tagname="th">출력일자<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
</w2:attributes></xf:group>
|
|
<xf:group class="w2tb_td" style="" tagname="td"><w2:inputCalendar calendarValueType="yearMonthDate" focusOnDateSelect="false" footerDiv="false" id="ibx_inStDate"
|
|
ref="data:paramReport.inStDate" renderDiv="true" renderType="component" rightAlign="false" style="">
|
|
</w2:inputCalendar></xf:group>
|
|
</xf:group>
|
|
<xf:group tagname="tr" style="">
|
|
<xf:group class="w2tb_td" style="" tagname="td">
|
|
<w2:attributes>
|
|
<w2:scope>row</w2:scope>
|
|
<w2:colspan>4</w2:colspan>
|
|
<w2:rowspan>1</w2:rowspan>
|
|
</w2:attributes>
|
|
<w2:textbox label="* 문 의 안 내 *" style="width:100%;height:18px;margin-top:5px;padding-top:5px;padding-bottom:0px;font-weight:bold;" id="" class="tac"></w2:textbox>
|
|
<xf:input adjustMaxLength="false" id="" ref="data:settingInfo.contactUsFare1" style="width:100%;margin-top:10px;"></xf:input>
|
|
<xf:input adjustMaxLength="false" id="" ref="data:settingInfo.contactUsFare3" style="width:100%;margin-top:10px;"></xf:input>
|
|
</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>
|