|
|
|
|
@ -2,10 +2,10 @@
|
|
|
|
|
<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>
|
|
|
|
|
<head>
|
|
|
|
|
<w2:type>DEFAULT</w2:type>
|
|
|
|
|
<w2:buildDate/>
|
|
|
|
|
<xf:model>
|
|
|
|
|
<xf:instance>
|
|
|
|
|
<data xmlns="" />
|
|
|
|
|
</xf:instance>
|
|
|
|
|
@ -17,8 +17,6 @@
|
|
|
|
|
<w2:key id="penaltySeqNo" name="과태료 일련번호" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="carNo2" name="수정용 차량번호" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="seqNo" name="수정번호" dataType="text"></w2:key>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</w2:keyInfo>
|
|
|
|
|
</w2:dataMap>
|
|
|
|
|
<w2:dataMap baseNode="map" id="statList1">
|
|
|
|
|
@ -48,7 +46,7 @@
|
|
|
|
|
<w2:key id="maxCarryCapacity" name="최대적제량" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="residentDate" name="수납일" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="miniCarKbn" name="경차구분" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="year" name="냔도" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="year" name="년도" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="month" name="월" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="day" name="일" dataType="text"></w2:key>
|
|
|
|
|
<w2:key id="motionId" name="상태" dataType="text"></w2:key>
|
|
|
|
|
@ -89,18 +87,27 @@
|
|
|
|
|
</w2:dataMap>
|
|
|
|
|
</w2:dataCollection>
|
|
|
|
|
<w2:workflowCollection></w2:workflowCollection>
|
|
|
|
|
<xf:submission id="sub_search" ref='data:json,{"id":"statMap","key":"param"}'
|
|
|
|
|
target='data:json,{"id":"statList1","key":"statList1"}' action="/cfs/fine/findPaymentOfPenaltySecondaryChange.do" method="post"
|
|
|
|
|
mediatype="application/json" encoding="UTF-8" instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
|
|
|
|
|
processMsg="조회중입니다." ev:submit="" ev:submitdone="scwin.sub_search_submitdone" ev:submiterror="" abortTrigger="">
|
|
|
|
|
<xf:submission id="sub_search"
|
|
|
|
|
ref='data:json,{"id":"statMap","key":"param"}'
|
|
|
|
|
target='data:json,{"id":"statList1","key":"statList1"}'
|
|
|
|
|
action="/cfs/fine/findPaymentOfPenaltySecondaryChange.do"
|
|
|
|
|
method="post" mediatype="application/json" encoding="UTF-8"
|
|
|
|
|
instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
|
|
|
|
|
processMsg="조회중입니다."
|
|
|
|
|
ev:submit=""
|
|
|
|
|
ev:submitdone="scwin.sub_search_submitdone" ev:submiterror="" abortTrigger="">
|
|
|
|
|
</xf:submission>
|
|
|
|
|
<xf:submission id="sub_update" ref='data:json,{"id":"statList1","key":"param"}' target=""
|
|
|
|
|
action="/cfs/fine/findPaymentOfPenaltySecondaryChangeUpdate.do" method="post" mediatype="application/json" encoding="UTF-8"
|
|
|
|
|
instance="" replace="" errorHandler="" customHandler="" mode="asynchronous" processMsg="수정중입니다." ev:submit=""
|
|
|
|
|
<xf:submission id="sub_update"
|
|
|
|
|
ref='data:json,{"id":"statList1","key":"param"}' target=""
|
|
|
|
|
action="/cfs/fine/findPaymentOfPenaltySecondaryChangeUpdate.do"
|
|
|
|
|
method="post" mediatype="application/json" encoding="UTF-8"
|
|
|
|
|
instance="" replace="" errorHandler="" customHandler="" mode="asynchronous"
|
|
|
|
|
processMsg="수정중입니다."
|
|
|
|
|
ev:submit=""
|
|
|
|
|
ev:submitdone="scwin.sub_update_submitdone" ev:submiterror="" abortTrigger="">
|
|
|
|
|
</xf:submission>
|
|
|
|
|
</xf:model>
|
|
|
|
|
<script type="text/javascript" lazy="false"><![CDATA[
|
|
|
|
|
</xf:model>
|
|
|
|
|
<script type="text/javascript" lazy="false"><![CDATA[
|
|
|
|
|
//load
|
|
|
|
|
scwin.onpageload = function() {
|
|
|
|
|
scwin.param = com.getParameter();
|
|
|
|
|
@ -295,9 +302,9 @@
|
|
|
|
|
scwin.btn_close_onclick = function(e) {
|
|
|
|
|
com.closePopup();
|
|
|
|
|
};
|
|
|
|
|
]]></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
|
|
|
|
]]></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body ev:onpageload="scwin.onpageload" ev:onpageunload="scwin.onpageunload">
|
|
|
|
|
<xf:group class="pop" id="" style="">
|
|
|
|
|
<xf:group class="pop_con" id="" style="">
|
|
|
|
|
<xf:group class="cm_tbl" id="" style="">
|
|
|
|
|
@ -802,7 +809,5 @@
|
|
|
|
|
</xf:group>
|
|
|
|
|
</xf:group>
|
|
|
|
|
</xf:group>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|