123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>도로명주소등록관리(개정)</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <reginfo/>
- <regfileinfo/>
- <resultinfo/>
- <streetcodeinfo/>
- <addressmappinginfo/>
- <jibuninfo/>
- <additionalinfoinfo/>
- </main>
- <send>
- <search>
- <regflag/>
- </search>
- <searchfile>
- <regflag/>
- <basedd/>
- <allflag/>
- </searchfile>
- <searchdetl>
- <regseq/>
- <onlyapplyyn>Y</onlyapplyyn>
- <regflag/>
- <stcd/>
- <mgtno/>
- </searchdetl>
- <apply>
- <applydata/>
- </apply>
- </send>
- <init/>
- <hidden>
- <cmb_dongflag>
- <list>
- <label>읍면</label>
- <value>0</value>
- </list>
- <list>
- <label>동</label>
- <value>1</value>
- </list>
- <list>
- <label>미부여</label>
- <value>2</value>
- </list>
- </cmb_dongflag>
- <cmb_regflag>
- <list>
- <label>도로명코드</label>
- <value>1</value>
- </list>
- <list>
- <label>주소</label>
- <value>2</value>
- </list>
- <list>
- <label>지번</label>
- <value>3</value>
- </list>
- <list>
- <label>부가정보</label>
- <value>4</value>
- </list>
- </cmb_regflag>
- <cmb_allflag>
- <list>
- <label>전체</label>
- <value>0</value>
- </list>
- <list>
- <label>변경</label>
- <value>1</value>
- </list>
- </cmb_allflag>
- <cmb_applyflag>
- <list>
- <label>O</label>
- <value>Y</value>
- </list>
- <list>
- <label>X</label>
- <value/>
- </list>
- </cmb_applyflag>
- </hidden>
- <temp/>
- </root>
- </instance>
- <submission id="TRZBP00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/reginfo"/>
- <submission id="TRZBP00203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchfile" resultref="/root/main/regfileinfo"/>
- <submission id="TRZBP00204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchdetl" resultref="/root/main/streetcodeinfo"/>
- <submission id="TRZBP00205" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchdetl" resultref="/root/main/addressmappinginfo"/>
- <submission id="TRZBP00206" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchdetl" resultref="/root/main/jibuninfo"/>
- <submission id="TRZBP00207" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchdetl" resultref="/root/main/additionalinfoinfo"/>
- <submission id="TXZBP00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apply"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
-
- model.toggle("case1");
-
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- //등록리스트 조회
- function fSearchRegList(){
- submit("TRZBP00202",false);
- }
-
- //등록파일리스트 조회
- function fSearchRegFileList(){
- submit("TRZBP00203",false);
- }
-
- // 등록된 내용조회
- function fSearchRegDetl(){
- var regflag = model.getValue("/root/send/searchdetl/regflag");
-
- if(regflag == "1"){
- model.toggle("case1");
- btn_case1.selected = true;
- submit("TRZBP00204",false);
- }else if(regflag == "2"){
- model.toggle("case2");
- btn_case2.selected = true;
- submit("TRZBP00205",false);
- }else if(regflag == "3"){
- model.toggle("case3");
- btn_case3.selected = true;
- submit("TRZBP00206",false);
- }else if(regflag == "4"){
- model.toggle("case4");
- btn_case4.selected = true;
- submit("TRZBP00207",false);
- }
-
- }
-
- // 적용
- function fApply(){
- model.setValue("/root/send/apply/applydata",getNodeListCSV(instance1.selectNodes("/root/main/reginfo/reglist[chkyn='Y']")));
- submit("TXZBP00202",false);
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1195px" pageheight="780px">
- <datagrid id="grd_reglist" nodeset="/root/main/reginfo/reglist" caption="^등록구분^기준일자^전체/변경^적용^적용일시^등록건수" colsep="^" colwidth="19, 96, 84, 67, 52, 100, 58" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:85px; width:420px; height:310px; ">
- <col checkvalue="Y,N" ref="chkyn" type="radio"/>
- <col disabled="true" ref="regflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/hidden/cmb_regflag/list">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="basedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="allflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/hidden/cmb_allflag/list">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="applydesc" style="text-align:center; "/>
- <col ref="applydt" format="yyyy-mm-dd hh:nn"/>
- <col disabled="true" ref="regcnt" style="text-align:right; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- model.setValue("/root/send/searchfile/regflag", grd_reglist.valueMatrix(grd_reglist.row,grd_reglist.colRef("regflag")));
- model.setValue("/root/send/searchfile/basedd", grd_reglist.valueMatrix(grd_reglist.row,grd_reglist.colRef("basedd")));
- model.setValue("/root/send/searchfile/allflag", grd_reglist.valueMatrix(grd_reglist.row,grd_reglist.colRef("allflag")));
-
- fSearchRegFileList();
- model.refresh();
-
- ]]>
- </script>
- </datagrid>
- <group id="group2" style="left:0px; top:40px; width:420px; height:40px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:420px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_searchreg" class="btn1_letter2" navindex="5" style="left:293px; top:9px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearchRegList();
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="cpt_dept" class="search_name" style="left:15px; top:10px; width:100px; height:17px; ">등록구분</caption>
- <select1 id="cmb_regflag" ref="/root/send/search/regflag" class="input_s_essential" appearance="minimal" style="left:100px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/cmb_regflag/list">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_apply" class="btn4_letter2" style="left:355px; top:9px; width:56px; height:22px; ">
- <caption>적용</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- setAlertOn();
- fApply();
- model.refresh();
- ]]>
- </script>
- </button>
- </group>
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:180px; height:13px; ">도로명주소등록관리(개정)</caption>
- <datagrid id="grd_regfile" nodeset="/root/main/regfileinfo/regfilelist" caption="등록구분^기준일자^전체여부^등록순번^등록파일명^적용^건수" colsep="^" colwidth="28, 28, 33, 87, 124, 53, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:425px; width:420px; height:335px; ">
- <col ref="regflag" visibility="hidden" style="text-align:center; "/>
- <col ref="basedd" visibility="hidden" style="text-align:center; "/>
- <col ref="allflag" visibility="hidden" style="text-align:center; "/>
- <col ref="regseq" style="text-align:center; "/>
- <col ref="regfilenm" style="text-align:center; "/>
- <col disabled="true" ref="applyflag" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/hidden/cmb_applyflag/list">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </col>
- <col ref="regcnt" style="text-align:right; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
-
- model.setValue("/root/send/searchdetl/regflag", grd_regfile.valueMatrix(grd_regfile.row,grd_regfile.colRef("regflag")));
- model.setValue("/root/send/searchdetl/regseq", grd_regfile.valueMatrix(grd_regfile.row,grd_regfile.colRef("regseq")));
- model.setValue("/root/send/searchdetl/onlyapplyyn", "");
-
- fSearchRegDetl();
-
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <switch id="switch1" style="left:430px; top:62px; width:750px; height:698px; ">
- <case id="case1" selected="true">
- <datagrid id="grd_result" nodeset="/root/main/streetcodeinfo/streetcodelist" caption="등록순번^도로명코드^도로명^도로명로마자^읍면동일련번호^시도명^시도로마자^시군구명^시군구로마자^읍면동명^읍면동로마자^읍면동구분^읍면동코드^사용여부^변경사유^변경이력정보^고시일자^말소일자^등록자^등록일시" colsep="^" colwidth="79, 87, 96, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:50px; width:739px; height:642px; ">
- <col ref="regseq"/>
- <col ref="stcd"/>
- <col ref="stnm"/>
- <col ref="stenm"/>
- <col ref="dongseq"/>
- <col ref="citynm"/>
- <col ref="cityenm"/>
- <col ref="gunm"/>
- <col ref="guenm"/>
- <col ref="dongnm"/>
- <col ref="dongenm"/>
- <col ref="dongflag"/>
- <col ref="dongcd"/>
- <col ref="useflag"/>
- <col ref="chngresn"/>
- <col ref="chnghist"/>
- <col ref="startdd"/>
- <col ref="enddd"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd"/>
- </datagrid>
- <group id="group1" style="left:0px; top:5px; width:740px; height:40px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:740px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button2" class="btn1_letter2" navindex="5" style="left:670px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/searchdetl/regflag","1");
- fSearchRegDetl();
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:15px; top:10px; width:100px; height:17px; ">도로명코드</caption>
- <input id="input1" ref="/root/send/searchdetl/stcd" style="left:115px; top:10px; width:100px; height:19px; "/>
- <caption id="caption2" class="search_name" style="left:225px; top:10px; width:100px; height:17px; ">등록순번</caption>
- <input id="input2" ref="/root/send/searchdetl/regseq" style="left:310px; top:10px; width:100px; height:19px; "/>
- <select id="chk_onlyapplyyn" ref="/root/send/searchdetl/onlyapplyyn" overflow="visible" appearance="full" style="left:456px; top:12px; width:129px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>적용데이터만</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- </case>
- <case id="case2">
- <group id="group3" style="left:0px; top:5px; width:740px; height:40px; vertical-align:top; ">
- <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:740px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button3" class="btn1_letter2" navindex="5" style="left:670px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/searchdetl/regflag","2");
- fSearchRegDetl();
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption4" class="search_name" style="left:15px; top:10px; width:100px; height:17px; ">관리번호</caption>
- <input id="input3" ref="/root/send/searchdetl/mgtno" style="left:105px; top:10px; width:100px; height:19px; "/>
- <caption id="caption5" class="search_name" style="left:225px; top:10px; width:100px; height:17px; ">등록순번</caption>
- <input id="input4" ref="/root/send/searchdetl/regseq" style="left:310px; top:10px; width:100px; height:19px; "/>
- <select id="checkbox1" ref="/root/send/searchdetl/onlyapplyyn" overflow="visible" appearance="full" style="left:456px; top:12px; width:129px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>적용데이터만</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- <datagrid id="grd_addressmapping" nodeset="/root/main/addressmappinginfo/addressmappinglist" caption="등록순번^관리번호^도로명코드^읍면동일련번호^지하여부^건물본번^건물부번^기초구역번호^변경사유코드^고시일자^변경전도로명주소^상세주소부여여부^등록자^등록일시" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 82, 193, 100, 100, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:50px; width:739px; height:642px; ">
- <col ref="regseq"/>
- <col ref="mgtno"/>
- <col ref="stcd"/>
- <col ref="dongseq"/>
- <col ref="underflag"/>
- <col ref="builmno"/>
- <col ref="builsno"/>
- <col ref="baseareano"/>
- <col ref="chngresn"/>
- <col ref="startdd"/>
- <col ref="prestaddr"/>
- <col ref="detladdrflag"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd"/>
- </datagrid>
- </case>
- <case id="case3">
- <group id="group4" style="left:0px; top:5px; width:740px; height:40px; vertical-align:top; ">
- <shape id="roundrect4" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:740px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button4" class="btn1_letter2" navindex="5" style="left:670px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/searchdetl/regflag","3");
- fSearchRegDetl();
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:15px; top:10px; width:100px; height:17px; ">관리번호</caption>
- <input id="input5" ref="/root/send/searchdetl/mgtno" style="left:105px; top:10px; width:100px; height:19px; "/>
- <caption id="caption8" class="search_name" style="left:225px; top:10px; width:100px; height:17px; ">등록순번</caption>
- <input id="input6" ref="/root/send/searchdetl/regseq" style="left:310px; top:10px; width:100px; height:19px; "/>
- <select id="checkbox2" ref="/root/send/searchdetl/onlyapplyyn" overflow="visible" appearance="full" style="left:456px; top:12px; width:129px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>적용데이터만</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- <datagrid id="grd_jibun" nodeset="/root/main/jibuninfo/jibunlist" caption="등록순번^관리번호^일련번호^법정동코드^시도명^시군구명^법정읍면동명^법정리명^산여부^지번본번^지번부번^대표여부^등록자^등록일시" colsep="^" colwidth="100, 170, 75, 100, 105, 129, 150, 140, 50, 82, 82, 75, 100, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:50px; width:739px; height:642px; ">
- <col ref="regseq"/>
- <col ref="mgtno"/>
- <col ref="seqno"/>
- <col ref="ledongcd"/>
- <col ref="citynm"/>
- <col ref="gunm"/>
- <col ref="ledongnm"/>
- <col ref="lelinm"/>
- <col ref="mtflag"/>
- <col ref="jimno"/>
- <col ref="jisno"/>
- <col ref="repflag"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd"/>
- </datagrid>
- </case>
- <case id="case4">
- <group id="group5" style="left:0px; top:5px; width:740px; height:40px; vertical-align:top; ">
- <shape id="roundrect5" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:740px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button5" class="btn1_letter2" navindex="5" style="left:670px; top:10px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/send/searchdetl/regflag","4");
- fSearchRegDetl();
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption9" class="search_name" style="left:15px; top:10px; width:100px; height:17px; ">관리번호</caption>
- <input id="input7" ref="/root/send/searchdetl/mgtno" style="left:105px; top:10px; width:100px; height:19px; "/>
- <caption id="caption10" class="search_name" style="left:225px; top:10px; width:100px; height:17px; ">등록순번</caption>
- <input id="input8" ref="/root/send/searchdetl/regseq" style="left:310px; top:10px; width:100px; height:19px; "/>
- <select id="checkbox3" ref="/root/send/searchdetl/onlyapplyyn" overflow="visible" appearance="full" style="left:456px; top:12px; width:129px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>적용데이터조회</label>
- <value>Y</value>
- </item>
- </choices>
- </select>
- </group>
- <datagrid id="grd_additionalinfo" nodeset="/root/main/additionalinfoinfo/additionalinfolist" caption="등록순번^관리번호^행정동코드^행정동명^우편번호^우편번호일련번호^다량배달처명^건축물대장건물명^시군구건물명^공동주택여부^등록자^등록일시" colsep="^" colwidth="100, 100, 100, 115, 100, 100, 106, 233, 222, 88, 100, 100" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:50px; width:739px; height:642px; ">
- <col ref="regseq"/>
- <col ref="mgtno"/>
- <col ref="addongcd"/>
- <col ref="addongnm"/>
- <col ref="zipcd"/>
- <col ref="zipcdseq"/>
- <col ref="massdelivnm"/>
- <col ref="regbuilnm"/>
- <col ref="gubuilnm"/>
- <col ref="pubflag"/>
- <col ref="fstrgstrid"/>
- <col ref="fstrgstdt" format="yyyy-mm-dd"/>
- </datagrid>
- </case>
- </switch>
- <button id="button1" class="btn4_letter6" style="left:1055px; top:10px; width:100px; height:20px; ">
- <caption>신규파일등록</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- open("SPZBP00201");
- ]]>
- </script>
- </button>
- <line id="line7" class="line_1" style="x1:422px; y1:40px; x2:422px; y2:761px; border-color:#0000ff; "/>
- <button id="btn_case1" class="btn_sw" group="tab" selected="true" style="left:430px; top:40px; width:120px; height:22px; ">
- <caption>도로명코드</caption>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <button id="btn_case2" class="btn_sw" group="tab" style="left:550px; top:40px; width:120px; height:22px; ">
- <caption>주소매핑</caption>
- <toggle case="case2" ev:event="onclick"/>
- </button>
- <button id="btn_case3" class="btn_sw" group="tab" style="left:670px; top:40px; width:120px; height:22px; ">
- <caption>지번</caption>
- <toggle case="case3" ev:event="onclick"/>
- </button>
- <button id="btn_case4" class="btn_sw" group="tab" style="left:790px; top:40px; width:120px; height:22px; ">
- <caption>부가정보</caption>
- <toggle case="case4" ev:event="onclick"/>
- </button>
- <caption id="caption3" style="left:1060px; top:760px; width:118px; height:20px; ">(10000개까지만 조회)</caption>
- <caption id="caption23" class="tit_2" style="left:0px; top:405px; width:108px; height:13px; ">등록파일리스트</caption>
- </xhtml:body>
- </xhtml:html>
|