미사용 화면 제거
parent
3165c879a1
commit
a7d5b49e77
File diff suppressed because it is too large
Load Diff
@ -1,446 +0,0 @@
|
||||
<?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="search_cond">
|
||||
<w2:keyInfo>
|
||||
<w2:key id="fareOfficeId" name="요금소" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateFrom" name="통행일자 시작" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateTo" name="통행일자 끝" dataType="text"></w2:key>
|
||||
<w2:key id="stage" name="단계" dataType="text"></w2:key>
|
||||
<w2:key id="motion" name="대장구분" dataType="text"></w2:key>
|
||||
</w2:keyInfo>
|
||||
</w2:dataMap>
|
||||
<w2:dataList baseNode="list" repeatNode="map" id="penaltyList" saveRemovedData="true">
|
||||
<w2:columnInfo>
|
||||
<w2:column id="penaltyDateFrom" name="통행일자(시작)" dataType="text"></w2:column>
|
||||
<w2:column id="penaltyDateTo" name="통행일자(종료)" dataType="text"></w2:column>
|
||||
<w2:column id="sendDate" name="발송일자" dataType="text"></w2:column>
|
||||
<w2:column id="deliveryDate" name="납부기한" dataType="text"></w2:column>
|
||||
<w2:column id="createDt" name="처리일자" dataType="text"></w2:column>
|
||||
<w2:column id="creater" name="처리자" dataType="text"></w2:column>
|
||||
<w2:column id="nCnt" name="처리건수" dataType="text"></w2:column>
|
||||
|
||||
|
||||
</w2:columnInfo>
|
||||
</w2:dataList>
|
||||
<w2:dataList baseNode="list" repeatNode="map" id="excelList" saveRemovedData="true">
|
||||
<w2:columnInfo>
|
||||
<w2:column id="mngno" name="관리번호" dataType="text"></w2:column>
|
||||
<w2:column id="carNo" name="차량번호" dataType="text"></w2:column>
|
||||
<w2:column id="carName" name="차종명" dataType="text"></w2:column>
|
||||
<w2:column id="carTypeName" name="차종" dataType="text"></w2:column>
|
||||
<w2:column id="passDate" name="통행일" dataType="text"></w2:column>
|
||||
<w2:column id="fareOfficeNm" name="요금소" dataType="text"></w2:column>
|
||||
<w2:column id="booth" name="차로" dataType="text"></w2:column>
|
||||
<w2:column id="lavyAmount" name="통행료" dataType="text"></w2:column>
|
||||
<w2:column id="owner" name="소유자" dataType="text"></w2:column>
|
||||
<w2:column id="postNo" name="우편번호" dataType="text"></w2:column>
|
||||
<w2:column id="address" name="주소" dataType="text"></w2:column>
|
||||
<w2:column id="sendDate" name="발송일자" dataType="text"></w2:column>
|
||||
<w2:column id="deliveryDate" name="납부기한" dataType="text"></w2:column>
|
||||
</w2:columnInfo>
|
||||
</w2:dataList>
|
||||
</w2:dataCollection>
|
||||
<w2:workflowCollection></w2:workflowCollection>
|
||||
<xf:submission id="sbm_searchPenaltyList" ref='data:json,{"id":"search_cond","key":"param"}' target='data:json,penaltyList'
|
||||
action="/cfs/fine/findPenaltyList04.do" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace=""
|
||||
errorHandler="" customHandler="" mode="asynchronous" processMsg="조회중 입니다." ev:submit="" ev:submitdone="scwin.sbm_searchPenaltyList_submitdone" ev:submiterror=""
|
||||
abortTrigger="">
|
||||
</xf:submission>
|
||||
<xf:submission id="sbm_searchExcelList" ref='data:json,{"id":"search_cond","key":"param"}'
|
||||
target='data:json,{"id":"excelList","key":"result"}' action="/cfs/fine/findPenaltyList04_1.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[
|
||||
|
||||
/*
|
||||
FN022M01
|
||||
과태료정보-사전통지 관리-사전통지 부과대장
|
||||
|
||||
*/
|
||||
scwin.onpageload = function() {
|
||||
var sbxOptions1 = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
|
||||
var sbxOptions2 = [{ code : "cfs10", compID : "sbx_stage" }];
|
||||
|
||||
com.setCfsCommonCode(sbxOptions1);
|
||||
com.setCfsCommonCode(sbxOptions2, function() {
|
||||
scwin.setInitSearchCond();
|
||||
});
|
||||
grp_group11.hide();
|
||||
};
|
||||
|
||||
scwin.setInitSearchCond = function() {
|
||||
var ymd = com.getToday();
|
||||
ica_dateFrom.setValue( ymd );
|
||||
ica_dateTo.setValue( ymd );
|
||||
rad_motion.setSelectedIndex(0);
|
||||
};
|
||||
|
||||
scwin.onpageunload = function() {
|
||||
|
||||
};
|
||||
|
||||
scwin.btn_search_onclick = function(e) {
|
||||
if(com.validateGroup(tbl_search)) {
|
||||
com.executeSubmission(sbm_searchPenaltyList);
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
};
|
||||
|
||||
scwin.btn_excel_onclick = function(e) {
|
||||
var info = {};
|
||||
var options = {};
|
||||
options.fileName = "사전통지 부과대장_"+com.getCurDtime()+".xlsx";
|
||||
options.sheetName = "사전통지 부과대장";
|
||||
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
|
||||
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
|
||||
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
|
||||
options.useSubTotal = "false"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
|
||||
options.printSet = {
|
||||
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
|
||||
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
|
||||
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
|
||||
};
|
||||
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
|
||||
options.useStyle = "true"; //화면의 그리드 스타일을 엑셀파일로 내려받음
|
||||
|
||||
grd_gridView1.advancedExcelDownload( options , info );
|
||||
|
||||
//com.fncMakeExcelProvider("finePenaltyService", "findPenaltyList04_1", "cfs.fine.vo.PenaltyParamVO", search_cond, grd_gridView1, options, info);
|
||||
};
|
||||
|
||||
scwin.sbm_searchPenaltyList_submitdone = function(e) {
|
||||
com.executeSubmission(sbm_searchExcelList);
|
||||
};
|
||||
]]></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="tbl_search" style="">
|
||||
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
|
||||
<w2:attributes>
|
||||
<w2:summary></w2:summary>
|
||||
</w2:attributes>
|
||||
<xf:group tagname="colgroup">
|
||||
<xf:group style="width:60.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:140.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:70.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:140.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:320.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:80.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:240.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:*;" tagname="col"></xf:group>
|
||||
</xf:group>
|
||||
<xf:group adaptive="" adaptiveThreshold="" style="" tagname="tr">
|
||||
<xf:group tagname="th" class="w2tb_th">
|
||||
단계
|
||||
<w2:attributes>
|
||||
<w2:scope>row</w2:scope>
|
||||
</w2:attributes>
|
||||
</xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td">
|
||||
<w2:attributes>
|
||||
<w2:scope>row</w2:scope>
|
||||
</w2:attributes>
|
||||
<xf:select1 id="sbx_stage" chooseOption="" displayMode="label" style="" submenuSize="auto" allOption=""
|
||||
disabled="false" direction="auto" appearance="minimal" disabledClass="w2selectbox_disabled" ref="data:search_cond.stage"
|
||||
mandatory="true">
|
||||
<xf:choices></xf:choices>
|
||||
</xf:select1>
|
||||
</xf:group>
|
||||
<xf:group class="w2tb_th" style="" tagname="th">요금소</xf:group>
|
||||
<xf:group class="w2tb_td" style="" tagname="td">
|
||||
<xf:select1 allOption="" appearance="minimal" chooseOption="true" direction="auto" disabled="false"
|
||||
disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_fareOfficeId" ref="data:search_cond.fareOfficeId" style=""
|
||||
submenuSize="auto" mandatory="false" chooseOptionLabel="-전체-">
|
||||
<xf:choices></xf:choices>
|
||||
</xf:select1>
|
||||
</xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td">
|
||||
<w2:attributes></w2:attributes>
|
||||
<xf:select1 id="rad_motion" selectedIndex="-1" appearance="full" style="" cols="" rows="1"
|
||||
ref="data:search_cond.motion" 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:item>
|
||||
<xf:label><![CDATA[반송분 고지 대상]]></xf:label>
|
||||
<xf:value><![CDATA[3]]></xf:value>
|
||||
</xf:item>
|
||||
</xf:choices>
|
||||
</xf:select1>
|
||||
</xf:group>
|
||||
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
|
||||
<xf:group class="w2tb_td" style="" tagname="td">
|
||||
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateFrom" ref="data:search_cond.penaltyDateFrom" renderDiv="true" renderType="component" style=""
|
||||
weekStartsOn="0" mandatory="true">
|
||||
</w2:inputCalendar>
|
||||
<w2:span id="spa_span1" label="~" style="padding-left: 5px;padding-right: 5px;"></w2:span>
|
||||
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateTo" ref="data:search_cond.penaltyDateTo" renderDiv="true" renderType="component" style=""
|
||||
weekStartsOn="0" mandatory="true">
|
||||
</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="">
|
||||
<w2:textbox class="df_tt" id="" label="사전통지 부과 대장" style="" tagname="h2"></w2:textbox>
|
||||
<xf:group class="fr" id="" style="">
|
||||
|
||||
<xf:trigger class="btn_act exceldown" id="btn_excel" style="" type="button" ev:onclick="scwin.btn_excel_onclick">
|
||||
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
|
||||
</xf:trigger>
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
<xf:group style="" id="grp_group1">
|
||||
<w2:gridView scrollByColumnAdaptive="false" rowNumVisible="true" summaryAuto="false" useShiftKey="true"
|
||||
scrollByColumn="false" rowNumHeaderValue="순번" readOnly="true" focusMode="row" fixedColumnWithHidden="true"
|
||||
dataList="data:penaltyList" ignoreCellClick="false" style="height: 150px;" autoFit="allColumn" id="grd_penaltyList"
|
||||
visibleRowNum="all" class="cm_grid" ignoreToggleOnDisabled="false" autoFitMinWidth="700">
|
||||
<w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption>
|
||||
<w2:header style="" id="header1">
|
||||
<w2:row style="" id="row1">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column13" value="통행일자(시작)"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column11" value="통행일자(종료)"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column9" value="발송일자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column7" value="납부기한"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column5" value="처리일자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column3" value="처리자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column1" value="처리건수"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:header>
|
||||
<w2:gBody style="" id="gBody1">
|
||||
<w2:row style="" id="row2">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="penaltyDateFrom" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="penaltyDateTo" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="sendDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="deliveryDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="createDt" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="creater" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="nCnt" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:gBody>
|
||||
<w2:footer style="" id="footer1">
|
||||
<w2:row style="" id="row3">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column21" value="건수"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="totalCnt" value=""
|
||||
blockSelect="false" displayMode="label" expression="COUNT('panaltyDateFrom')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column19" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column18" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column17" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column16" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column15" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:footer>
|
||||
</w2:gridView>
|
||||
</xf:group>
|
||||
<xf:group style="" id="grp_group11" class="">
|
||||
<w2:gridView autoFit="allColumn" autoFitMinWidth="700" class="cm_grid" dataList="data:excelList"
|
||||
fixedColumnWithHidden="true" focusMode="row" id="grd_gridView1" ignoreCellClick="false" ignoreToggleOnDisabled="false"
|
||||
readOnly="true" rowNumHeaderValue="순번" rowNumVisible="true" scrollByColumn="false" scrollByColumnAdaptive="false"
|
||||
style="height: 150px;left:5px;top:0px;" summaryAuto="false" useShiftKey="true" visibleRowNum="5">
|
||||
<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="column13" inputType="text" removeBorderStyle="false"
|
||||
style="" value="관리번호" width="70">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column22" value="차량번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column49" value="차종명"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column46" value="차종"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column43" value="통행일시"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column40" value="요금소"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column37" value="차로"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column34" value="과태료"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column31" value="소유주"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column28" value="우편번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column25" value="주소"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column55" value="발송일자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column52" value="납부기한"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:header>
|
||||
<w2:gBody id="gBody1" style="">
|
||||
<w2:row id="row2" style="">
|
||||
<w2:column blockSelect="false" displayMode="label" id="mngno" inputType="text"
|
||||
removeBorderStyle="false" style="" value="" width="70">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carNo" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carName" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carTypeName" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="passDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="fareOfficeNm" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="booth" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="lavyAmount" value=""
|
||||
blockSelect="false" displayMode="label" dataType="number" displayFormat="#,##0" textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="owner" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="postNo" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="address" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="sendDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="deliveryDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:gBody>
|
||||
<w2:footer id="footer1" style="">
|
||||
<w2:row id="row3" style="">
|
||||
<w2:column blockSelect="false" displayMode="label" id="column21" inputType="text" removeBorderStyle="false"
|
||||
style="" value="금액" width="70">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column24" value=""
|
||||
blockSelect="false" displayMode="label" expression="SUM('lavyAmount')" dataType="number" displayFormat="#,##0"
|
||||
textAlign="right">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column51" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column48" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column45" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column42" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column39" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column36" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column33" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column30" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column27" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column57" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column54" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:footer>
|
||||
</w2:gridView>
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,318 +0,0 @@
|
||||
<?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 ev:submitdone="scwin.sbm_countSendInfo_submitdone">
|
||||
<xf:instance>
|
||||
<data xmlns="" />
|
||||
</xf:instance>
|
||||
<w2:dataCollection baseNode="map">
|
||||
<w2:dataMap baseNode="map" id="search_cond">
|
||||
<w2:keyInfo>
|
||||
<w2:key id="stage" name="단계" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateFrom" name="통행일자시작" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateTo" name="통행일자끝" dataType="text"></w2:key>
|
||||
<w2:key id="carNo" name="차량번호" dataType="text"></w2:key>
|
||||
<w2:key id="local" name="지역구분" dataType="text"></w2:key>
|
||||
<w2:key id="fareOfficeId" name="요금소구분" dataType="text"></w2:key>
|
||||
<w2:key id="processYn" name="처리구분" dataType="text"></w2:key>
|
||||
</w2:keyInfo>
|
||||
</w2:dataMap>
|
||||
<w2:dataList baseNode="list" repeatNode="map" id="penaltyList" saveRemovedData="true">
|
||||
<w2:columnInfo>
|
||||
<w2:column id="mngno" name="관리번호" dataType="text"></w2:column>
|
||||
<w2:column id="acceptDate" name="접수일자" dataType="text"></w2:column>
|
||||
<w2:column id="processYn" name="상태" dataType="text"></w2:column>
|
||||
<w2:column id="pNum" name="납세번호" dataType="text"></w2:column>
|
||||
<w2:column id="carNo" name="차량번호" dataType="text"></w2:column>
|
||||
<w2:column id="passDate" name="통행일시" dataType="text"></w2:column>
|
||||
<w2:column id="lavyAmount" name="과태료금액" dataType="text"></w2:column>
|
||||
|
||||
<w2:column id="owner" name="소유자" dataType="text"></w2:column>
|
||||
<w2:column id="postNo" name="우편번호" dataType="text"></w2:column>
|
||||
<w2:column id="address" name="주소" dataType="text"></w2:column><w2:column id="subNm" name="관할법원" dataType="text"></w2:column>
|
||||
<w2:column id="processDate" name="처리일자" dataType="text"></w2:column>
|
||||
<w2:column id="processNm" name="처리결과" dataType="text"></w2:column>
|
||||
|
||||
</w2:columnInfo>
|
||||
</w2:dataList>
|
||||
</w2:dataCollection>
|
||||
<w2:workflowCollection></w2:workflowCollection>
|
||||
<xf:submission id="sbm_searchPenaltyList" ref='data:json,{"id":"search_cond","key":"param"}' target="data:json,penaltyList"
|
||||
action="/cfs/fine/findPenaltyList06.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" src="/cm/js/cfs.js"></script>
|
||||
<script type="text/javascript" lazy="false"><![CDATA[
|
||||
/*
|
||||
FN027M01
|
||||
과태료정보-1차 과태료 관리-1차 과태료 이의신청
|
||||
|
||||
*/
|
||||
scwin.onpageload = function() {
|
||||
var sbxOptions1 = [{ code : "cfs10", compID : "sbx_stage" },{ code : "cfs14", compID : "sbx_local" }];
|
||||
var sbxOptions2 = [{ code : "cfs01", compID : "sbx_fareOfficeId", option : sbx_fareOfficeId.getText() }];
|
||||
|
||||
com.setCfsCommonCode(sbxOptions1);
|
||||
com.setCfsCommonCode(sbxOptions2, function() {
|
||||
scwin.setInitSearchCond();
|
||||
});
|
||||
};
|
||||
|
||||
scwin.setInitSearchCond = function() {
|
||||
var ymd = com.getToday();
|
||||
ica_dateFrom.setValue( ymd );
|
||||
ica_dateTo.setValue( ymd );
|
||||
|
||||
sbx_stage.setValue("1");
|
||||
sbx_processYn.setValue("2");
|
||||
};
|
||||
|
||||
scwin.onpageunload = function() {
|
||||
|
||||
};
|
||||
|
||||
scwin.btn_search_onclick = function(e) {
|
||||
com.executeSubmission(sbm_searchPenaltyList);
|
||||
};
|
||||
|
||||
scwin.btn_excel_down_onclick = function(e) {
|
||||
var info = {};
|
||||
var options = {};
|
||||
options.fileName = "1차 과태료 이의신청_"+com.getCurDtime()+".xlsx";
|
||||
options.sheetName = "1차 과태료 이의신청";
|
||||
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
|
||||
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
|
||||
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
|
||||
options.useSubTotal = "false"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
|
||||
options.printSet = {
|
||||
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
|
||||
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
|
||||
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
|
||||
};
|
||||
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
|
||||
|
||||
com.fncMakeExcelProvider("finePenaltyService", "findPenaltyList06", "cfs.fine.vo.PenaltyParamVO", search_cond, grd_penaltyList, options, info);
|
||||
};]]></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" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
|
||||
<w2:attributes>
|
||||
<w2:summary></w2:summary>
|
||||
</w2:attributes>
|
||||
<xf:group tagname="colgroup">
|
||||
<xf:group style="width:60.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:140.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:80.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:140.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:80.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:150.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:80.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:240.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 allOption="" appearance="minimal" chooseOption="" direction="auto" disabled="true"
|
||||
disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_stage" ref="data:search_cond.stage"
|
||||
style="" submenuSize="auto">
|
||||
<xf:choices></xf:choices>
|
||||
</xf:select1></xf:group>
|
||||
<xf:group class="w2tb_th" tagname="th">차량번호<w2:attributes></w2:attributes></xf:group>
|
||||
<xf:group class="w2tb_td" style="" tagname="td">
|
||||
<xf:input adjustMaxLength="false" id="ibx_input2" style="" ref="data:penaltyList.acceptDate" allowChar="" maxlength="20" ignoreChar="! "></xf:input>
|
||||
</xf:group>
|
||||
<xf:group tagname="th" class="w2tb_th">처리구분<w2:attributes><w2:scope>row</w2:scope></w2:attributes></xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td">
|
||||
<w2:attributes>
|
||||
<w2:scope>row</w2:scope>
|
||||
</w2:attributes>
|
||||
<xf:checkcombobox allOption="" appearance="minimal" chooseOption="" delimiter="" direction="auto"
|
||||
disabled="false" displayAllOptionLabel="false" displayMode="label" id="sbx_processYn" ref="data:search_cond.processYn"
|
||||
search="" separator="||" style="" submenuSize="auto" chooseOptionLabel="- 전체 -">
|
||||
<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:item>
|
||||
<xf:label><![CDATA[출력]]></xf:label>
|
||||
<xf:value><![CDATA[3]]></xf:value>
|
||||
</xf:item>
|
||||
</xf:choices>
|
||||
</xf:checkcombobox>
|
||||
</xf:group>
|
||||
<xf:group class="w2tb_th" style="" tagname="th">통행일자<w2:attributes><w2:colspan>1</w2:colspan><w2:rowspan>2</w2:rowspan></w2:attributes></xf:group>
|
||||
<xf:group class="w2tb_td" style="" tagname="td"><w2:attributes><w2:colspan>1</w2:colspan><w2:rowspan>2</w2:rowspan></w2:attributes><w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateFrom" ref="data:search_cond.penaltyDateFrom" renderDiv="true" renderType="component" style="" weekStartsOn="0">
|
||||
</w2:inputCalendar><w2:span id="spa_span1" label="~" style="padding-left: 5px;padding-right: 5px;"></w2:span><w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateTo" ref="data:search_cond.penaltyDateTo" renderDiv="true" renderType="component" style="" weekStartsOn="0">
|
||||
</w2:inputCalendar></xf:group>
|
||||
<xf:group class="w2tb_td" style="" tagname="td">
|
||||
<w2:attributes><w2:colspan>1</w2:colspan><w2:rowspan>2</w2:rowspan></w2:attributes><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 tagname="tr" style=""><xf:group tagname="th" class="w2tb_th">지역<w2:attributes><w2:scope>row</w2:scope></w2:attributes></xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td">
|
||||
<w2:attributes></w2:attributes>
|
||||
<xf:select1 allOption="" appearance="minimal" chooseOption="true" chooseOptionLabel="- 전체 -" direction="auto"
|
||||
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_local" ref="data:search_cond.local"
|
||||
style="" submenuSize="auto">
|
||||
<xf:choices></xf:choices>
|
||||
</xf:select1>
|
||||
</xf:group>
|
||||
<xf:group tagname="th" class="w2tb_th">요금소<w2:attributes><w2:scope>row</w2:scope></w2:attributes></xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td">
|
||||
<w2:attributes></w2:attributes>
|
||||
<xf:select1 allOption="" appearance="minimal" chooseOption="true" chooseOptionLabel="-전체-" direction="auto"
|
||||
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_fareOfficeId" mandatory=""
|
||||
ref="data:search_cond.fareOfficeId" style="" submenuSize="auto">
|
||||
<xf:choices></xf:choices>
|
||||
</xf:select1>
|
||||
</xf:group>
|
||||
<xf:group tagname="th" class="w2tb_th"><w2:attributes><w2:scope>row</w2:scope></w2:attributes></xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td"><w2:attributes>
|
||||
<w2:scope>row</w2:scope>
|
||||
</w2:attributes></xf:group></xf:group></xf:group>
|
||||
</xf:group>
|
||||
<xf:group class="defaultbox" id="" style="">
|
||||
<w2:textbox class="df_tt" id="" label="1차 과태료 이의신청" style="" tagname="h2"></w2:textbox>
|
||||
<xf:group class="fr" id="" style="">
|
||||
<xf:trigger class="btn_act print" id="btn_add" style="" type="button" ev:onclick="scwin.btn_add_onclick">
|
||||
<xf:label><![CDATA[고지서발행]]></xf:label>
|
||||
</xf:trigger>
|
||||
<xf:trigger class="btn_act print" id="btn_mod" style="" type="button" ev:onclick="scwin.btn_mod_onclick">
|
||||
<xf:label><![CDATA[주소라벨]]></xf:label>
|
||||
</xf:trigger>
|
||||
<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" ev:onclick="scwin.btn_excel_down_onclick">
|
||||
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
|
||||
</xf:trigger>
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
<w2:gridView autoFit="allColumn" autoFitMinWidth="600" class="cm_grid" dataList="data:penaltyList" fixedColumnWithHidden="true"
|
||||
focusMode="row" id="grd_penaltyList" ignoreCellClick="false" ignoreToggleOnDisabled="false" scrollByColumn="false"
|
||||
scrollByColumnAdaptive="false" style="height: 54px;" summaryAuto="false" useShiftKey="true" visibleRowNum="all"
|
||||
rowStatusHeaderValue="순번" rowNumVisible="true" readOnly="true">
|
||||
<w2:caption style="" id="caption2" value="this is a grid caption."></w2:caption>
|
||||
<w2:header style="" id="header2">
|
||||
<w2:row style="" id="row4">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column47" value="관리번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column45" value="접수일자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column43" value="상태"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column41" value="납세번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column39" value="차량번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column37" value="통행일시"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column35" value="과태료금액"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column33" value="소유자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column width="70" id="column102" value="우편번호" style=""></w2:column>
|
||||
<w2:column width="70" id="column139" value="주소" style=""></w2:column>
|
||||
<w2:column width="70" id="column67" value="관할법원" style=""></w2:column>
|
||||
<w2:column width="70" id="column68" value="처리일자" style=""></w2:column>
|
||||
<w2:column width="70" id="column69" value="처리결과" style=""></w2:column>
|
||||
</w2:row>
|
||||
</w2:header>
|
||||
<w2:gBody style="" id="gBody2">
|
||||
<w2:row style="" id="row5">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="mngno" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="acceptDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="processYn" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="pNum" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carNo" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="passDate" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="lavyAmount" value=""
|
||||
blockSelect="false" displayMode="label" displayFormat="###,###">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="owner" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column width="70" id="postNo"></w2:column>
|
||||
<w2:column width="70" id="address"></w2:column>
|
||||
<w2:column width="70" id="subNm"></w2:column>
|
||||
<w2:column width="70" id="processDate"></w2:column>
|
||||
<w2:column width="70" id="processNm"></w2:column>
|
||||
</w2:row>
|
||||
</w2:gBody>
|
||||
<w2:footer style="" id="footer2">
|
||||
<w2:row style="" id="row6">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column57" value="건수"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column expression="COUNT('mngno')" removeBorderStyle="false" width="70" inputType="expression" style=""
|
||||
id="totalCnt" value="" blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column55" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column54" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column53" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column52" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column51" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column50" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column width="70" id="column126"></w2:column>
|
||||
<w2:column width="70" id="column165"></w2:column>
|
||||
<w2:column width="70" id="column91"></w2:column>
|
||||
<w2:column width="70" id="column92"></w2:column>
|
||||
<w2:column width="70" id="column93"></w2:column>
|
||||
</w2:row>
|
||||
</w2:footer>
|
||||
</w2:gridView>
|
||||
</xf:group>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,403 +0,0 @@
|
||||
<?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="search_cond">
|
||||
<w2:keyInfo>
|
||||
<w2:key id="stage" name="단계" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateFrom" name="통행일자 시작" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateTo" name="통행일자 끝" dataType="text"></w2:key>
|
||||
<w2:key id="crePublic" name="구분" dataType="text"></w2:key>
|
||||
</w2:keyInfo>
|
||||
</w2:dataMap>
|
||||
<w2:dataList baseNode="list" repeatNode="map" id="penaltyList" saveRemovedData="true">
|
||||
<w2:columnInfo>
|
||||
<w2:column id="chk" name="체크박스" dataType="text"></w2:column>
|
||||
<w2:column id="mngno" name="관리번호" dataType="text"></w2:column>
|
||||
<w2:column id="fareOfficeNm" name="요금소" dataType="text"></w2:column>
|
||||
<w2:column id="penaltyDate" name="통행일자" dataType="text"></w2:column>
|
||||
<w2:column id="workTimes" name="통행시간" dataType="text"></w2:column>
|
||||
<w2:column id="carNo" name="차량번호" dataType="text"></w2:column>
|
||||
<w2:column id="residentNo" name="주민번호" dataType="text"></w2:column>
|
||||
<w2:column id="owner" name="소유자" dataType="text"></w2:column>
|
||||
<w2:column id="motionNm" name="진행상태" dataType="text"></w2:column>
|
||||
<w2:column id="lavyAmount" name="과태료" dataType="text"></w2:column>
|
||||
<w2:column id="penaltyManageYear" name="관리년도" dataType="text"></w2:column>
|
||||
<w2:column id="penaltySeqno" name="일련번호" dataType="text"></w2:column>
|
||||
</w2:columnInfo>
|
||||
</w2:dataList>
|
||||
<w2:dataList baseNode="list" id="checkedPenaltyList" repeatNode="map" saveRemovedData="true" style="">
|
||||
<w2:columnInfo>
|
||||
<w2:column dataType="text" id="chk" name="체크박스"></w2:column>
|
||||
<w2:column dataType="text" id="mngno" name="관리번호"></w2:column>
|
||||
<w2:column dataType="text" id="fareOfficeNm" name="요금소"></w2:column>
|
||||
<w2:column dataType="text" id="penaltyDate" name="통행일자"></w2:column>
|
||||
<w2:column dataType="text" id="workTimes" name="통행시간"></w2:column>
|
||||
<w2:column dataType="text" id="carNo" name="차량번호"></w2:column>
|
||||
<w2:column dataType="text" id="residentNo" name="주민번호"></w2:column>
|
||||
<w2:column dataType="text" id="owner" name="소유자"></w2:column>
|
||||
<w2:column dataType="text" id="motionNm" name="진행상태"></w2:column>
|
||||
<w2:column dataType="text" id="lavyAmount" name="과태료"></w2:column>
|
||||
<w2:column dataType="text" id="penaltyManageYear" name="관리년도"></w2:column>
|
||||
<w2:column dataType="text" id="penaltySeqno" name="일련번호"></w2:column>
|
||||
</w2:columnInfo>
|
||||
</w2:dataList>
|
||||
</w2:dataCollection>
|
||||
<w2:workflowCollection></w2:workflowCollection>
|
||||
<xf:submission id="sbm_searchPenaltyList" ref='data:json,{"id":"search_cond","key":"param"}' target='data:json,penaltyList'
|
||||
action="/cfs/fine/findPenaltyList16.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_createSendInfo"
|
||||
ref='data:json,[{"id":"checkedPenaltyList","key":"paramList"},{"id":"search_cond","key":"paramMap"}]' target=""
|
||||
action="/cfs/fine/createSendInfo16.do" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace=""
|
||||
errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit=""
|
||||
ev:submitdone="scwin.sbm_createSendInfo_submitdone" ev:submiterror="" abortTrigger="">
|
||||
</xf:submission>
|
||||
</xf:model>
|
||||
<script type="text/javascript" lazy="false"><![CDATA[
|
||||
/*
|
||||
FN044M01
|
||||
과태료정보-공시송달-공시송달파일생성및등록
|
||||
|
||||
*/
|
||||
scwin.onpageload = function() {
|
||||
var ymd = com.getToday();
|
||||
ica_dateFrom.setValue( ymd );
|
||||
ica_dateTo.setValue( ymd );
|
||||
|
||||
var sbxOptions1 = [{ code : "cfs10", compID : "sbx_stage" }];
|
||||
|
||||
com.setCfsCommonCode(sbxOptions1);
|
||||
};
|
||||
|
||||
scwin.onpageunload = function() {
|
||||
|
||||
};
|
||||
|
||||
scwin.btn_search_onclick = function(e) {
|
||||
com.executeSubmission(sbm_searchPenaltyList);
|
||||
};
|
||||
|
||||
|
||||
scwin.btn_excel_onclick = function(e) {
|
||||
var info = {};
|
||||
var options = {};
|
||||
var totalCnt = grd_penaltyList.getTotalRow();
|
||||
if (totalCnt > 0) {
|
||||
//엑셀다운로드 실행
|
||||
} else {
|
||||
com.alert("엑셀다운로드할 정보가 없습니다.");
|
||||
return false;
|
||||
}
|
||||
options.fileName = "공시송달 파일생성 및 등록_"+com.getCurDtime()+".xlsx";
|
||||
options.sheetName = "공시송달 파일생성 및 등록";
|
||||
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
|
||||
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
|
||||
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
|
||||
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
|
||||
options.useDataFormat ="true"; //다운로드시 format의 값을 유지할지 여부(true:유지)
|
||||
options.useStyle = "true"; //화면의 서식을 그대로 사용한다.
|
||||
options.printSet = {
|
||||
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
|
||||
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
|
||||
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
|
||||
};
|
||||
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
|
||||
|
||||
grd_penaltyList.advancedExcelDownload( options , info );
|
||||
};
|
||||
|
||||
scwin.btn_creatFile_onclick = function(e) {
|
||||
var checked = grd_penaltyList.getCheckedIndex("chk");
|
||||
|
||||
if(checked.length < 1) {
|
||||
com.alert("한 건 이상을 선택해주세요.");
|
||||
} else {
|
||||
|
||||
var chkArr = grd_penaltyList.getCheckedIndex("chk");
|
||||
|
||||
$.each(chkArr, function(i, item) {
|
||||
var owner = penaltyList.getCellData(item, "owner");
|
||||
|
||||
var o_len = scwin.getTextLength(owner);
|
||||
|
||||
if(o_len > 10) {
|
||||
//alert(owner + " >> 자리수가 10자리가 넘음 : " + o_len);
|
||||
}
|
||||
});
|
||||
|
||||
com.confirm("선택한 정보를 공시송달을 위한 반송정보 파일을 생성하시겠습니까?", "scwin.addConfirmCallback");
|
||||
}
|
||||
};
|
||||
|
||||
scwin.addConfirmCallback = function(e) {
|
||||
if(e) {
|
||||
var searchJSON = search_cond.getJSON();
|
||||
var data = { data : searchJSON, callbackFn : ""};
|
||||
var opt = { id : "FN044P01",
|
||||
popupName : "주민/소유자 수정",
|
||||
width : 530, height : 400};
|
||||
var popupUrl = "/ui/cfs/fine/FN044P01.xml";
|
||||
com.openPopup(popupUrl, opt, data);
|
||||
//com.executeSubmission(sbm_createSendInfo);
|
||||
}
|
||||
};
|
||||
|
||||
scwin.getTextLength = function(str) {
|
||||
var len = 0;
|
||||
for (var i = 0; i < str.length; i++) {
|
||||
if (escape(str.charAt(i)).length == 6) {
|
||||
len++;
|
||||
}
|
||||
len++;
|
||||
}
|
||||
return len;
|
||||
};
|
||||
|
||||
scwin.trigger2_onclick = function(e) {
|
||||
var form_tag = document.getElementById("FN044M01");
|
||||
|
||||
form_tag.penaltyDateFrom.value = search_cond.get("penaltyDateFrom");
|
||||
form_tag.penaltyDateTo.value = search_cond.get("penaltyDateTo");
|
||||
form_tag.stage.value = search_cond.get("stage");
|
||||
form_tag.crePublic.value = search_cond.get("crePublic");
|
||||
|
||||
form_tag.crfName.value = "FN044M01";
|
||||
|
||||
var url = "/ClipReport4/reportView.jsp";
|
||||
|
||||
form_tag.action=url;
|
||||
form_tag.method ="post";
|
||||
form_tag.target="clipform";
|
||||
form_tag.submit();
|
||||
};
|
||||
]]></script>
|
||||
</head>
|
||||
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
||||
<xf:group class="contentWrap" id="" style="">
|
||||
<form id="FN044M01" method="post" action ="/ClipReport4/reportView.jsp">
|
||||
<input type ="hidden" name="crfName"></input>
|
||||
<input type ="hidden" name="penaltyDateFrom"></input>
|
||||
<input type ="hidden" name="penaltyDateTo"></input>
|
||||
<input type ="hidden" name="stage"></input>
|
||||
<input type ="hidden" name="crePublic"></input>
|
||||
</form>
|
||||
<w2:wframe id="" initScript="scwin.wfTitleFavInit();" src="/cm/common/wf_titleFav.xml" style=""></w2:wframe>
|
||||
<xf:group class="tbl_search" id="tbl_search" style="">
|
||||
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
|
||||
<w2:attributes>
|
||||
<w2:summary></w2:summary>
|
||||
</w2:attributes>
|
||||
<xf:group tagname="colgroup">
|
||||
<xf:group style="width:70.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:120px;" tagname="col"></xf:group>
|
||||
<xf:group tagname="col" style="width:70px;"></xf:group><xf:group tagname="col" style="width:120px;"></xf:group><xf:group style="width:70.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:240.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 allOption="" appearance="minimal" chooseOption="" chooseOptionLabel="-전체-" direction="auto"
|
||||
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_stage" ref="data:search_cond.stage"
|
||||
style="" submenuSize="auto">
|
||||
<xf:choices></xf:choices>
|
||||
</xf:select1></xf:group>
|
||||
<xf:group tagname="th" class="w2tb_th">생성구분<w2:attributes><w2:scope>row</w2:scope></w2:attributes></xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td"><w2:attributes>
|
||||
<w2:scope>row</w2:scope>
|
||||
</w2:attributes>
|
||||
<xf:select1 allOption="" appearance="minimal" chooseOption="" chooseOptionLabel="" direction="auto"
|
||||
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_crePublic" ref="data:search_cond.crePublic" style="" submenuSize="auto">
|
||||
<xf:choices>
|
||||
<xf:item>
|
||||
<xf:label><![CDATA[최초생성]]></xf:label>
|
||||
<xf:value><![CDATA[0]]></xf:value>
|
||||
</xf:item>
|
||||
<xf:item>
|
||||
<xf:label><![CDATA[재생성]]></xf:label>
|
||||
<xf:value><![CDATA[1]]></xf:value>
|
||||
</xf:item>
|
||||
</xf:choices>
|
||||
</xf:select1></xf:group>
|
||||
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
|
||||
<xf:group class="w2tb_td" style="" tagname="td">
|
||||
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateFrom" ref="data:search_cond.penaltyDateFrom" renderDiv="true" renderType="component" style=""
|
||||
weekStartsOn="0" mandatory="true">
|
||||
</w2:inputCalendar>
|
||||
<w2:span id="spa_span1" label="~" style=""></w2:span>
|
||||
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateTo" ref="data:search_cond.penaltyDateTo" renderDiv="true" renderType="component" style=""
|
||||
weekStartsOn="0" mandatory="true">
|
||||
</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="">
|
||||
<w2:textbox class="df_tt" id="" label="공시송달 파일생성 및 등록" style="" tagname="h2"></w2:textbox>
|
||||
<xf:group class="fr" id="" style="">
|
||||
|
||||
<xf:trigger class="btn_act" ev:onclick="scwin.btn_creatFile_onclick" id="btn_creatFile" style="" type="button">
|
||||
<xf:label><![CDATA[파일생성]]></xf:label>
|
||||
</xf:trigger><xf:trigger class="btn_act" ev:onclick="scwin.btn_loss_cancle_onclick" id="btn_loss_cancle" style="" type="button">
|
||||
<xf:label><![CDATA[주소등록]]></xf:label>
|
||||
</xf:trigger>
|
||||
<xf:trigger class="btn_act exceldown" id="btn_excel" style="" type="button" ev:onclick="scwin.btn_excel_onclick">
|
||||
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
|
||||
</xf:trigger>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
<xf:group style="" id="grp_group1">
|
||||
<w2:gridView scrollByColumnAdaptive="false" rowNumVisible="true" summaryAuto="false" useShiftKey="true"
|
||||
scrollByColumn="false" rowNumHeaderValue="순번" readOnly="true" focusMode="row" fixedColumnWithHidden="true"
|
||||
dataList="data:penaltyList" ignoreCellClick="false" style="height: 300px;" autoFit="allColumn" id="grd_penaltyList"
|
||||
visibleRowNum="all" class="cm_grid" ignoreToggleOnDisabled="false" autoFitMinWidth="">
|
||||
<w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption>
|
||||
<w2:header style="" id="header1">
|
||||
<w2:row style="" id="row1">
|
||||
<w2:column removeBorderStyle="false" width="20" inputType="checkbox" style="" id="column23" value="체크박스"
|
||||
blockSelect="false" displayMode="label" readOnly="false">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column21" value="관리번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column19" value="요금소"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column17" value="통행일자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column15" value="통행시간"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column13" value="차량번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column11" value="주민번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column9" value="소유자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column7" value="진행상태"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column5" value="과태료"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column3" value="관리년도"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column1" value="일련번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:header>
|
||||
<w2:gBody style="" id="gBody1">
|
||||
<w2:row style="" id="row2">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="checkbox" style="" id="chk" value=""
|
||||
blockSelect="false" displayMode="label" readOnly="false">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="mngno" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="fareOfficeNm" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="penaltyDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="workTimes" value=""
|
||||
blockSelect="false" displayMode="label" displayFormat="##:##:##">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carNo" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="residentNo" value=""
|
||||
blockSelect="false" displayMode="label" displayFormat="######-#######">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="owner" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="motionNm" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="lavyAmount" value=""
|
||||
blockSelect="false" displayMode="label" displayFormat="###,###">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="penaltyManageYear" value=""
|
||||
blockSelect="false" displayMode="label" hidden="true">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="penaltySeqno" value=""
|
||||
blockSelect="false" displayMode="label" hidden="true">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:gBody>
|
||||
<w2:footer style="" id="footer1">
|
||||
<w2:row style="" id="row3">
|
||||
<w2:column removeBorderStyle="false" width="20" inputType="text" style="" id="column36" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column35" value="Total"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="expression" style="" id="column34" value=""
|
||||
blockSelect="false" displayMode="label" expression="COUNT('mngno')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column33" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="80" inputType="text" style="" id="column32" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column31" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column30" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column29" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column28" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column27" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column26" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column25" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:footer>
|
||||
</w2:gridView>
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
</body>
|
||||
</html>
|
||||
@ -1,113 +0,0 @@
|
||||
<?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 ev:submitdone="scwin.sbm_createSendInfo_submitdone">
|
||||
<xf:instance>
|
||||
<data xmlns="" />
|
||||
</xf:instance>
|
||||
<w2:dataCollection baseNode="map">
|
||||
<w2:dataMap baseNode="map" id="search_cond">
|
||||
<w2:keyInfo>
|
||||
<w2:key id="residentNo" name="주민번호" dataType="text"></w2:key>
|
||||
<w2:key id="owner" name="소유자" dataType="text"></w2:key>
|
||||
</w2:keyInfo>
|
||||
</w2:dataMap>
|
||||
</w2:dataCollection>
|
||||
<w2:workflowCollection></w2:workflowCollection>
|
||||
<xf:submission id="sbm_searchDueDate" ref='data:json,{"id":"search_cond","key":"param"}' target='data:json,result'
|
||||
action="/cfs/fine/findDueDayForPayment.do" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace=""
|
||||
errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="scwin.sbm_searchDueDate_submitdone"
|
||||
ev:submiterror="" abortTrigger="">
|
||||
</xf:submission>
|
||||
<xf:submission id="sbm_countSendInfo" ref='data:json,{"id":"search_cond2","key":"param"}' target="data:json,result"
|
||||
action="/cfs/fine/countSendInfo.do" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace=""
|
||||
errorHandler="" customHandler="" mode="asynchronous" processMsg="" ev:submit="" ev:submitdone="scwin.sbm_countSendInfo_submitdone"
|
||||
ev:submiterror="" abortTrigger="">
|
||||
</xf:submission>
|
||||
</xf:model>
|
||||
<script type="text/javascript" lazy="false"><![CDATA[
|
||||
|
||||
scwin.onpageload = function() {
|
||||
ibx_residentNo.setValue("9000001000000");
|
||||
ibx_owner.setValue("가나다라마가나다라마");
|
||||
};
|
||||
|
||||
scwin.onpageunload = function() {
|
||||
|
||||
};
|
||||
|
||||
scwin.btn_close_onclick = function(e) {
|
||||
com.closePopup();
|
||||
};
|
||||
|
||||
scwin.btn_print_onclick = function(e) {
|
||||
$p.parent().scwin.createSendInfo(ica_dateFrom.getValue(), ica_dateTo.getValue());
|
||||
com.closePopup();
|
||||
};
|
||||
|
||||
scwin.sbm_searchDueDate_submitdone = function(e) {
|
||||
ica_dateFrom.setValue(com.getToday());
|
||||
ica_dateTo.setValue(result.get("dueDate"));
|
||||
};]]></script>
|
||||
</head>
|
||||
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
||||
<xf:group style="width:500px;height:200px;padding-left: 10px;" id="grp_group2">
|
||||
<w2:textbox style="height:23px;text-align: center;" label="" id="tbx_textbox1"></w2:textbox>
|
||||
<xf:group tagname="table" style="" id="tbl_table1" 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:100px;"></xf:group>
|
||||
<xf:group tagname="col" style="width:390px;"></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:input adjustMaxLength="false" id="ibx_residentNo" style="width: 100%" maxlength="13" dataType="number"
|
||||
maxByteLength="13" mandatory="true">
|
||||
</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:input adjustMaxLength="false" id="ibx_owner" style="width: 100%" dataType="text" maxlength="" maxByteLength="40" mandatory="true"></xf:input>
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
<xf:group style="padding-top: 10px;" id="" class="">
|
||||
<w2:span label="주민번호 : 13자리 이하" style="color: blue;" id=""></w2:span>
|
||||
</xf:group>
|
||||
<xf:group class="" id="" style="padding-top: 10px;">
|
||||
<w2:span id="" label="소유자 : 한글 20자리 이하<br/> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 영문 40자리 이하" style="color: blue;"></w2:span>
|
||||
</xf:group><xf:group style="" id="grp_group3" class="grp_btn">
|
||||
|
||||
|
||||
|
||||
<xf:trigger style="" id="btn_print" type="button" class="btn_cm" ev:onclick="scwin.btn_print_onclick">
|
||||
<xf:label><![CDATA[적용]]></xf:label>
|
||||
</xf:trigger>
|
||||
<xf:trigger style="" id="btn_close" type="button" class="btn_cm" ev:onclick="scwin.btn_close_onclick">
|
||||
<xf:label><![CDATA[파일생성에서 제외함]]></xf:label>
|
||||
</xf:trigger>
|
||||
</xf:group>
|
||||
|
||||
|
||||
</xf:group></body>
|
||||
</html>
|
||||
@ -1,542 +0,0 @@
|
||||
<?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="search_cond">
|
||||
<w2:keyInfo>
|
||||
<w2:key id="regStatus" name="거주상태" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateFrom" name="통행일자 시작" dataType="text"></w2:key>
|
||||
<w2:key id="penaltyDateTo" name="통행일자 끝" dataType="text"></w2:key>
|
||||
<w2:key id="crePublic" name="생성구분" dataType="text"></w2:key>
|
||||
</w2:keyInfo>
|
||||
</w2:dataMap>
|
||||
<w2:dataList baseNode="list" repeatNode="map" id="penaltyList" saveRemovedData="true">
|
||||
<w2:columnInfo>
|
||||
<w2:column id="chk" name="체크박스" dataType="text"></w2:column>
|
||||
<w2:column id="mngno" name="관리번호" dataType="text"></w2:column>
|
||||
<w2:column id="carNo" name="차량번호" dataType="text"></w2:column>
|
||||
<w2:column id="owner" name="소유자" dataType="text"></w2:column>
|
||||
<w2:column id="residentNo" name="주민번호" dataType="text"></w2:column>
|
||||
<w2:column id="fareOfficeNm" name="요금소" dataType="text"></w2:column>
|
||||
<w2:column id="penaltyDate" name="통행일자" dataType="text"></w2:column>
|
||||
<w2:column id="workTimes" name="통행시간" dataType="text"></w2:column>
|
||||
<w2:column id="lavyAmount" name="과태료" dataType="text"></w2:column>
|
||||
<w2:column id="changeDate" name="변동일자" dataType="text"></w2:column>
|
||||
<w2:column id="returnReasonNm" name="반송사유" dataType="text"></w2:column>
|
||||
<w2:column id="regStatus" name="거주상태" dataType="text"></w2:column>
|
||||
<w2:column id="changeReason" name="주소변동사유" dataType="text"></w2:column>
|
||||
<w2:column id="gigwan" name="기관" dataType="text"></w2:column>
|
||||
<w2:column id="sido" name="시도명" dataType="text"></w2:column>
|
||||
<w2:column id="sigungu" name="시군구명" dataType="text"></w2:column>
|
||||
<w2:column id="dong" name="읍면동명" dataType="text"></w2:column>
|
||||
<w2:column id="ri" name="리명" dataType="text"></w2:column>
|
||||
<w2:column id="san" name="산" dataType="text"></w2:column>
|
||||
<w2:column id="bunji" name="번지" dataType="text"></w2:column>
|
||||
<w2:column id="ho" name="호" dataType="text"></w2:column>
|
||||
<w2:column id="tong" name="통" dataType="text"></w2:column>
|
||||
<w2:column id="ban" name="반" dataType="text"></w2:column>
|
||||
<w2:column id="block" name="블럭주소" dataType="text"></w2:column>
|
||||
<w2:column id="special" name="특수주소" dataType="text"></w2:column>
|
||||
<w2:column id="spDong" name="동" dataType="text"></w2:column>
|
||||
<w2:column id="spHo" name="호" dataType="text"></w2:column>
|
||||
<w2:column id="addrCode" name="주소코드" dataType="text"></w2:column>
|
||||
<w2:column id="penaltyManageYear" name="관리년도" dataType="text"></w2:column>
|
||||
<w2:column id="penaltySeqno" name="일련번호" dataType="text"></w2:column>
|
||||
</w2:columnInfo>
|
||||
</w2:dataList>
|
||||
<w2:dataList baseNode="list" id="checkedPenaltyList" repeatNode="map" saveRemovedData="true" style="">
|
||||
<w2:columnInfo>
|
||||
<w2:column dataType="text" id="chk" name="체크박스"></w2:column>
|
||||
<w2:column dataType="text" id="mngno" name="관리번호"></w2:column>
|
||||
<w2:column dataType="text" id="carNo" name="차량번호"></w2:column>
|
||||
<w2:column dataType="text" id="owner" name="소유자"></w2:column>
|
||||
<w2:column dataType="text" id="residentNo" name="주민번호"></w2:column>
|
||||
<w2:column dataType="text" id="fareOfficeNm" name="요금소"></w2:column>
|
||||
<w2:column dataType="text" id="penaltyDate" name="통행일자"></w2:column>
|
||||
<w2:column dataType="text" id="workTimes" name="통행시간"></w2:column>
|
||||
<w2:column dataType="text" id="lavyAmount" name="과태료"></w2:column>
|
||||
<w2:column dataType="text" id="changeDate" name="변동일자"></w2:column>
|
||||
<w2:column dataType="text" id="returnReasonNm" name="반송사유"></w2:column>
|
||||
<w2:column dataType="text" id="regStatus" name="거주상태"></w2:column>
|
||||
<w2:column dataType="text" id="changeReason" name="주소변동사유"></w2:column>
|
||||
<w2:column dataType="text" id="gigwan" name="기관"></w2:column>
|
||||
<w2:column dataType="text" id="sido" name="시도명"></w2:column>
|
||||
<w2:column dataType="text" id="sigungu" name="시군구명"></w2:column>
|
||||
<w2:column dataType="text" id="dong" name="읍면동명"></w2:column>
|
||||
<w2:column dataType="text" id="ri" name="리명"></w2:column>
|
||||
<w2:column dataType="text" id="san" name="산"></w2:column>
|
||||
<w2:column dataType="text" id="bunji" name="번지"></w2:column>
|
||||
<w2:column dataType="text" id="ho" name="호"></w2:column>
|
||||
<w2:column dataType="text" id="tong" name="통"></w2:column>
|
||||
<w2:column dataType="text" id="ban" name="반"></w2:column>
|
||||
<w2:column dataType="text" id="block" name="블럭주소"></w2:column>
|
||||
<w2:column dataType="text" id="special" name="특수주소"></w2:column>
|
||||
<w2:column dataType="text" id="spDong" name="동"></w2:column>
|
||||
<w2:column dataType="text" id="spHo" name="호"></w2:column>
|
||||
<w2:column dataType="text" id="addrCode" name="주소코드"></w2:column>
|
||||
<w2:column dataType="text" id="penaltyManageYear" name="관리년도"></w2:column>
|
||||
<w2:column dataType="text" id="penaltySeqno" name="일련번호"></w2:column>
|
||||
</w2:columnInfo>
|
||||
</w2:dataList>
|
||||
</w2:dataCollection>
|
||||
<w2:workflowCollection></w2:workflowCollection>
|
||||
<xf:submission id="sbm_searchPenaltyList" ref='data:json,{"id":"search_cond","key":"param"}' target='data:json,penaltyList'
|
||||
action="/cfs/fine/findPenaltyList18.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_createSendInfo"
|
||||
ref='data:json,[{"id":"checkedPenaltyList","key":"paramList"},{"id":"search_cond","key":"paramMap"}]' target=""
|
||||
action="/cfs/fine/updatePenaltyDetailInfo18.do" method="post" mediatype="application/json" encoding="UTF-8" instance="" replace=""
|
||||
errorHandler="" customHandler="" mode="asynchronous" processMsg="처리중 입니다." ev:submit=""
|
||||
ev:submitdone="scwin.sbm_createSendInfo_submitdone" ev:submiterror="" abortTrigger="">
|
||||
</xf:submission>
|
||||
</xf:model>
|
||||
<script type="text/javascript" lazy="false"><![CDATA[
|
||||
/*
|
||||
FN046M01
|
||||
과태료정보-공시송달 - 공시송달압류대상자생성
|
||||
|
||||
*/
|
||||
scwin.onpageload = function() {
|
||||
var ymd = com.getToday();
|
||||
ica_dateFrom.setValue( ymd );
|
||||
ica_dateTo.setValue( ymd );
|
||||
|
||||
rad_cPublic.setSelectedIndex(0);
|
||||
search_cond.set( "crePublic" , "3");
|
||||
|
||||
var sbxOptions1 = [{ code : "cfs19", compID : "sbx_regStatus" }];
|
||||
|
||||
com.setCfsCommonCode(sbxOptions1);
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
||||
scwin.onpageunload = function() {
|
||||
|
||||
};
|
||||
|
||||
scwin.btn_search_onclick = function(e) {
|
||||
com.executeSubmission(sbm_searchPenaltyList);
|
||||
};
|
||||
|
||||
scwin.btn_excel_onclick = function(e) {
|
||||
var info = {};
|
||||
var options = {};
|
||||
var totalCnt = grd_penaltyList.getTotalRow();
|
||||
if (totalCnt > 0) {
|
||||
//엑셀다운로드 실행
|
||||
} else {
|
||||
com.alert("엑셀다운로드할 정보가 없습니다.");
|
||||
return false;
|
||||
}
|
||||
options.fileName = "공시송달 압류대상 생성_"+com.getCurDtime()+".xlsx";
|
||||
options.sheetName = "공시송달 압류대상 생성";
|
||||
options.showProcess = "true"; //다운로드 시 프로세스 창을 보여줄지 여부 (true:보임)
|
||||
options.showConfirm = "true"; //다운로드 확인창을 띄울지 여부 (false:미확인)
|
||||
options.useFooter = "true"; //다운로드시 Footer를 출력 할지 여부 (true:포함)
|
||||
options.useSubTotal = "true"; //다운로드시 SubTotal을 출력 할지 여부 (false:미포함)
|
||||
options.useDataFormat ="true"; //다운로드시 format의 값을 유지할지 여부(true:유지)
|
||||
options.useStyle = "true"; //화면의 서식을 그대로 사용한다.
|
||||
options.printSet = {
|
||||
fitToPage : "true" //엑셀 프린터 출력시 쪽맞춤 사용 유무 (false:미사용)
|
||||
, landScape : "true" //엑셀 프린터 출력시 가로 방향 출력 유무 (false:세로)
|
||||
, pageSize : "A4" //엑셀 프린터 출력시 인쇄용지 설정 (A4:A4용지)
|
||||
};
|
||||
options.autoSizeColumn = "false"; //너비자동맞춤 설정 유무 (false:미적용)
|
||||
|
||||
grd_penaltyList.advancedExcelDownload( options , info );
|
||||
|
||||
};
|
||||
|
||||
scwin.btn_loss_cancle_onclick = function(e) {
|
||||
var checked = grd_penaltyList.getCheckedIndex("chk");
|
||||
|
||||
if(checked.length < 1) {
|
||||
com.alert("한 건 이상을 선택해주세요.");
|
||||
} else {
|
||||
checkedPenaltyList.removeAll();
|
||||
var chkRowJSON = grd_penaltyList.getCheckedJSON("chk");
|
||||
|
||||
$.each(chkRowJSON, function(i, item) {
|
||||
checkedPenaltyList.setRowJSON( 0 , item , false );
|
||||
});
|
||||
|
||||
com.confirm("선택한 정보를 압류대상자로 생성하시겠습니까?", "scwin.addConfirmCallback");
|
||||
}
|
||||
};
|
||||
|
||||
scwin.addConfirmCallback = function(e) {
|
||||
if(e) {
|
||||
com.executeSubmission(sbm_createSendInfo);
|
||||
}
|
||||
};
|
||||
|
||||
scwin.sbm_createSendInfo_submitdone = function(e) {
|
||||
com.alert(e.responseJSON.rsMsg.message , function() {
|
||||
com.executeSubmission(sbm_searchPenaltyList);
|
||||
});
|
||||
};
|
||||
]]></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="tbl_search" style="">
|
||||
<xf:group adaptive="layout" adaptiveThreshold="700" class="w2tb tbl_sc" id="" style="" tagname="table">
|
||||
<w2:attributes>
|
||||
<w2:summary></w2:summary>
|
||||
</w2:attributes>
|
||||
<xf:group tagname="colgroup">
|
||||
<xf:group style="width:70.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:140.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:320.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:70.00px;" tagname="col"></xf:group>
|
||||
<xf:group style="width:240.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 allOption="" appearance="minimal" chooseOption="true" chooseOptionLabel="-전체-" direction="auto"
|
||||
disabled="false" disabledClass="w2selectbox_disabled" displayMode="label" id="sbx_regStatus" ref="data:search_cond.regStatus" style="" submenuSize="auto">
|
||||
<xf:choices></xf:choices>
|
||||
</xf:select1>
|
||||
</xf:group>
|
||||
<xf:group tagname="td" class="w2tb_td">
|
||||
<w2:attributes></w2:attributes>
|
||||
<xf:select1 id="rad_cPublic" selectedIndex="-1" appearance="full" style="width:360px;height: 21px;" cols=""
|
||||
rows="1" ref="data:search_cond.crePublic">
|
||||
<xf:choices>
|
||||
<xf:item>
|
||||
<xf:label><![CDATA[미생성]]></xf:label>
|
||||
<xf:value><![CDATA[3]]></xf:value>
|
||||
</xf:item>
|
||||
<xf:item>
|
||||
<xf:label><![CDATA[생성]]></xf:label>
|
||||
<xf:value><![CDATA[4]]></xf:value>
|
||||
</xf:item>
|
||||
</xf:choices>
|
||||
</xf:select1>
|
||||
</xf:group>
|
||||
<xf:group class="w2tb_th" style="" tagname="th">통행일자</xf:group>
|
||||
<xf:group class="w2tb_td" style="" tagname="td">
|
||||
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateFrom" ref="data:search_cond.penaltyDateFrom" renderDiv="true" renderType="component" style=""
|
||||
weekStartsOn="0" mandatory="true">
|
||||
</w2:inputCalendar>
|
||||
<w2:span id="spa_span1" label="~" style="padding-left: 5px;padding-right: 5px;"></w2:span>
|
||||
<w2:inputCalendar calendarValueType="yearMonthDate" class="" dateValidCheck="" focusOnDateSelect="false"
|
||||
footerDiv="false" id="ica_dateTo" ref="data:search_cond.penaltyDateTo" renderDiv="true" renderType="component" style=""
|
||||
weekStartsOn="0" mandatory="true">
|
||||
</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="left:1px;top:5px;">
|
||||
<w2:textbox class="df_tt" id="" label="공시송달 압류대상 생성" style="" tagname="h2"></w2:textbox>
|
||||
<xf:group class="fr" id="" style="">
|
||||
<xf:trigger class="btn_act" id="btn_loss_cancle" style="" type="button" ev:onclick="scwin.btn_loss_cancle_onclick">
|
||||
<xf:label><![CDATA[압류대상생성]]></xf:label>
|
||||
</xf:trigger>
|
||||
|
||||
<xf:trigger class="btn_act exceldown" id="btn_excel" style="" type="button" ev:onclick="scwin.btn_excel_onclick">
|
||||
<xf:label><![CDATA[엑셀다운로드]]></xf:label>
|
||||
</xf:trigger>
|
||||
|
||||
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
<xf:group style="" id="grp_group1">
|
||||
<w2:gridView scrollByColumnAdaptive="false" rowNumVisible="true" summaryAuto="false" useShiftKey="true"
|
||||
scrollByColumn="false" rowNumHeaderValue="순번" readOnly="true" focusMode="row" fixedColumnWithHidden="true"
|
||||
dataList="data:penaltyList" ignoreCellClick="false" style="height: 300px;left:-2px;top:7px;" autoFit="none" id="grd_penaltyList"
|
||||
visibleRowNum="all" class="cm_grid" ignoreToggleOnDisabled="false" autoFitMinWidth="">
|
||||
<w2:caption style="" id="caption1" value="this is a grid caption."></w2:caption>
|
||||
<w2:header style="" id="header1">
|
||||
<w2:row style="" id="row1">
|
||||
<w2:column removeBorderStyle="false" width="20" inputType="checkbox" style="" id="column237" value="체크박스"
|
||||
blockSelect="false" displayMode="label" readOnly="false">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column235" value="관리번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column233" value="차량번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column231" value="소유자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column229" value="주민번호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column227" value="요금소"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="90" inputType="text" style="" id="column225" value="통행일자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column223" value="통행시간"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column221" value="과태료"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column219" value="변동일자"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column217" value="반송사유"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column215" value="거주상태"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="90" inputType="text" style="" id="column213" value="주소변동사유"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column211" value="기관"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column209" value="시도명"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column207" value="시군구명"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column205" value="읍면동명"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column203" value="리명"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column201" value="산"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column199" value="번지"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column197" value="호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column195" value="통"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column193" value="반"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column191" value="블럭주소"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column189" value="특수주소"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column187" value="동"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column185" value="호"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column183" value="주소코드"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:header>
|
||||
<w2:gBody style="" id="gBody1">
|
||||
<w2:row style="" id="row2">
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="checkbox" style="" id="chk" value=""
|
||||
blockSelect="false" displayMode="label" readOnly="false">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="mngno" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="carNo" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="owner" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="residentNo" value=""
|
||||
blockSelect="false" displayMode="label" displayFormat="######-#######">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="fareOfficeNm" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="90" inputType="text" style="" id="penaltyDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="workTimes" value=""
|
||||
blockSelect="false" displayMode="label" displayFormat="##:##:##">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="lavyAmount" value=""
|
||||
blockSelect="false" displayMode="label" displayFormat="###,###">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="changeDate" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="returnReasonNm" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="regStatus" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="90" inputType="text" style="" id="changeReason" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="gigwan" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="sido" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="sigungu" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="dong" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="ri" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="san" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="bunji" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="ho" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="tong" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="ban" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="block" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="special" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="spDong" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="spHo" value="" blockSelect="false"
|
||||
displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="addrCode" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:gBody>
|
||||
<w2:footer style="" id="footer1">
|
||||
<w2:row style="" id="row3">
|
||||
<w2:column removeBorderStyle="false" width="20" inputType="text" style="" id="column265" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column264" value="Total"
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="expression" style="" id="column263" value=""
|
||||
blockSelect="false" displayMode="label" expression="COUNT('mngno')">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column262" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="120" inputType="text" style="" id="column261" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column260" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="90" inputType="text" style="" id="column259" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column258" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column257" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column256" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="100" inputType="text" style="" id="column255" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column254" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="90" inputType="text" style="" id="column253" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column252" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column251" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column250" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column249" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column248" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column247" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column246" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column245" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column244" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column243" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column242" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column241" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column240" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column239" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
<w2:column removeBorderStyle="false" width="70" inputType="text" style="" id="column238" value=""
|
||||
blockSelect="false" displayMode="label">
|
||||
</w2:column>
|
||||
</w2:row>
|
||||
</w2:footer>
|
||||
</w2:gridView>
|
||||
</xf:group>
|
||||
</xf:group>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in New Issue