123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" 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">
- <xhtml:head>
- <xhtml:title>기수관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <condition>
- <cadlfrom>1</cadlfrom>
- <cadlto>999</cadlto>
- </condition>
- <cadllist>
- <cadl/>
- <acntyy/>
- <fromdd/>
- <todd/>
- </cadllist>
- <cadlinfo>
- <status/>
- <cadl/>
- <acntyy/>
- <fromdd/>
- <todd/>
- <prsdnm/>
- <rrgstno/>
- <zipcd/>
- <zipcd1/>
- <zipcd2/>
- <zipcdseqno/>
- <supaddr/>
- <infaddr/>
- <entrregno/>
- <custnm/>
- <prntnm1/>
- <prntnm2/>
- <prntnm3/>
- <cntctel/>
- <faxno/>
- <emailaddr/>
- <homepgaddr/>
- <bizcont/>
- <item/>
- <homtexid/>
- <taxationcd/>
- <supengaddr/>
- <infengaddr/>
- </cadlinfo>
- </main>
- <send/>
- <init/>
- <hidden>
- <cadllist>
- <a>
- <s>
- </s>
- </a>
- </cadllist>
- <cadlinfo/>
- </hidden>
- <temp>
- </temp>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fOpenForm();
-
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- //========================================================================================
- //화면 로드시 초기화 함수
- //========================================================================================
- function fOpenForm() {
- model.removenode("/root/main/cadllist");
- //model.refresh();
- fGetCadlList();//기수코드 조회
- // if(model.getValue("/root/main/cadllist[1]/cadl") != "") {
- // grd_cadllist.isSelected(1) = true;
- // fGetCadlInfo(1);
- // }else {
- // fCopyInstance();
- // }
- }
- //========================================================================================
- //인스턴스 Copy 함수
- //========================================================================================
- function fCopyInstance() {
- model.copyNode("/root/hidden/cadlinfo", "/root/main/cadlinfo");
- model.refresh();
- }
- //========================================================================================
- //기수 조회 함수
- //========================================================================================
- function fGetCadlList() {
- model.removenode("/root/main/cadllist");//조회시 기존 데이터 삭제
- model.copyNode("/root/send", "/root/main/condition");
- submit("TRRAC00201");
- model.refresh();
- }
-
- //========================================================================================
- //기수 상세정보 조회
- //========================================================================================
- function fGetCadlInfo(pRow) {
- if ( pRow > 0 ) {
- model.resetInstanceNode("/root/send");
- model.copyNode("/root/send", "/root/main/cadllist["+ pRow + "]");
- submit("TRRAC00202");
-
- fCopyInstance();
- }
- }
-
- //========================================================================================
- //신규 버턴 클릭시 인스턴스 초기화
- //========================================================================================
- function fSetCadlInfo() {
- ipt_cadl.disabled = false;
- model.resetInstanceNode("/root/main/cadlinfo");
- model.setFocus("ipt_cadl");
- model.setValue("/root/main/cadlinfo/status","i");
-
- fCopyInstance();
- }
-
- //========================================================================================
- // 저장버튼 클릭시 저장 수행 함수
- //========================================================================================
- function fClickSaveBtn() {
- if(!fIsValidForSave())//저장전 유효성 검사
- return;
-
- model.resetInstanceNode("/root/send");
- model.copyNode("/root/send", "/root/main/cadlinfo");
- submit("TXRAC00201");
- model.setValue("/root/main/cadlinfo/status", "-");
- model.makeNode("/root/hidden/cadlinfo");
- fCopyInstance();
-
- fGetCadlList();//재조회
- ipt_cadl.disabled = true;
- }
-
- //========================================================================================
- //저장전 유효성 검사
- //========================================================================================
- function fIsValidForSave() {
- //필수 입력 항목 체크(공통 ftHelper.js)
- if(!isRequiredControls("ipt_cadl","inp_acntyy","cal_fromdd","cal_todd",
- "ipt_zipcd","ipt_supaddr","ipt_infaddr","ipt_entrregno")) {
- return false;
- }
-
- var sStatus = model.getValue("/root/main/cadlinfo/status");
- var sNewData = fGetNodeText("/root/main/cadlinfo");
- var sOldData = fGetNodeText("/root/hidden/cadlinfo");
-
- //변경된 정보가 있는지 확인
- if(sNewData != sOldData && sStatus == "-") { // 데이터 수정일 경우
- model.setValue("/root/main/cadlinfo/status","u");
- return true;
- } else if(sNewData == sOldData && sStatus == "-" ) { //변경된 값이 없을경우
- messageBox("변경된 정보가 ", "I004");
- return false;
- }else if(sStatus == "i") { //데이터 입력일 경우
- return true;
- }else if(sStatus = "d") { //데이터 삭제일 경우
- return true;
- }
- }
-
- //========================================================================================
- //우편번호 Help Open
- //========================================================================================
- function fOpenPopupZipHelp(pControl, pInstance) {
- //04 우편번호 Helper
- misfOpenPopUpList("04", pControl, "", pInstance);
-
- var sZipcd = model.getValue("/root/main/cadlinfo/zipcd1") + '-' + model.getValue("/root/main/cadlinfo/zipcd2");
- model.setValue("/root/main/cadlinfo/zipcd", sZipcd);
-
- model.refresh();
- }
-
- //========================================================================================
- //엑셀입력(excel file을 그리드에 입력)
- //========================================================================================
- function fInputExcel(pGrid) {
- var fileName = window.fileDialog("open", ",", false, "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if(fileName != "") {
- pGrid.loadExcel(fileName, 1, true);
- pGrid.deleteRow(1);
- pGrid.refresh();
- }
- }
-
- //========================================================================================
- //동일한 Depth의 인스턴스의 값을 스트링형으로 변환
- //========================================================================================
- function fGetNodeText(pNode) {
- var trgNdoe = instance1.selectSingleNode(pNode);
- var trgNdoeList = trgNdoe.childNodes;
- var childNode;
- var allText = "";
- while( childNode = trgNdoeList.nextNode() ) {
-
- allText += childNode.text;
- }
- return allText;
- }
-
- function fOpenPopupDeptHelp(pControl, pInstance)
- {
- misfOpenPopUpList("02", pControl, "", pInstance);
- model.refresh();
- }
-
-
- ]]>
- </script>
- <submission id="TRRAC00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/cadllist"/>
- <submission id="TRRAC00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/cadlinfo"/>
- <submission id="TXRAC00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1194;1,1406;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">기수 관리</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption7" class="search_name" style="left:16px; top:9px; width:86px; height:17px; ">기 수 :</caption>
- <line id="line5" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption1" style="left:212px; top:10px; width:15px; height:20px; vertical-align:middle; ">~</caption>
- <input id="ipt_to" ref="/root/main/condition/cadlto" class="input_s_essential" navindex="2" maxlength="3" style="left:225px; top:8px; width:100px; height:19px; "/>
- <input id="int_from" ref="/root/main/condition/cadlfrom" class="input_s_essential" navindex="1" maxlength="3" style="left:110px; top:8px; width:100; height:19px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1123px; top:8px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGetCadlList();
- ]]>
- </script>
- </button>
- </group>
- <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:560px; y2:70px; "/>
- <line id="line1" class="line_1" style="x1:565; y1:70px; x2:1194; y2:70px; "/>
- <line id="line8" class="line_2" style="x1:565px; y1:197px; x2:1194; y2:197px; "/>
- <line id="line9" class="line_2" style="x1:565px; y1:222px; x2:1194; y2:222px; "/>
- <line id="line10" class="line_2" style="x1:565px; y1:297px; x2:1194px; y2:297px; "/>
- <caption id="caption10" class="cell_1" style="left:880px; top:149px; width:150px; height:23px; text-align:center; vertical-align:middle; ">주 민 번 호</caption>
- <line id="line13" class="line_2" style="x1:565px; y1:97px; x2:1194; y2:97px; "/>
- <caption id="caption9" class="cell_1" style="left:565px; top:149px; width:150px; height:23px; text-align:center; vertical-align:middle; ">대 표 자 명</caption>
- <line id="line4" class="line_2" style="x1:565px; y1:122px; x2:1194; y2:122px; "/>
- <line id="line6" class="line_2" style="x1:565px; y1:147px; x2:1194; y2:147px; "/>
- <line id="line7" class="line_2" style="x1:565px; y1:172px; x2:1194; y2:172px; "/>
- <line id="line15" class="line_2" style="x1:565px; y1:347px; x2:1194px; y2:347px; "/>
- <caption id="caption13" class="cell_1" style="left:565px; top:374px; width:150px; height:23px; text-align:center; vertical-align:middle; ">전 화 번 호</caption>
- <line id="line16" class="line_2" style="x1:565px; y1:372px; x2:1194px; y2:372px; "/>
- <caption id="caption14" class="cell_1" style="left:880px; top:374px; width:150px; height:23px; text-align:center; vertical-align:middle; ">팩 스 번 호</caption>
- <caption id="caption16" class="cell_1" style="left:565px; top:399px; width:150px; height:23px; text-align:center; vertical-align:middle; ">이 메 일</caption>
- <line id="line17" class="line_2" style="x1:565px; y1:397px; x2:1194px; y2:397px; "/>
- <line id="line18" class="line_2" style="x1:565px; y1:422px; x2:1194px; y2:422px; "/>
- <caption id="caption12" class="cell_1" style="left:565px; top:424px; width:150px; height:23px; text-align:center; vertical-align:middle; ">업 태</caption>
- <caption id="caption17" class="cell_1" style="left:880px; top:399px; width:150px; height:23px; text-align:center; vertical-align:middle; ">홈 페 이 지</caption>
- <caption id="caption19" class="cell_1" style="left:880px; top:424px; width:150px; height:23px; text-align:center; vertical-align:middle; ">종 목</caption>
- <button id="button5" class="icon_search" navindex="10" style="left:858px; top:178px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fOpenPopupZipHelp(opt_zipcd1,"zipcd1,zipcd2,supaddr,zipcdseqno");
- ]]>
- </script>
- </button>
- <caption id="caption21" class="tit_2" style="left:5px; top:55px; width:131px; height:14px; ">기수 목록</caption>
- <caption id="caption20" class="tit_2" style="left:570px; top:55px; width:131px; height:14px; ">기수 정보</caption>
- <button id="button9" class="btn2_letter2" style="left:1150px; top:50px; width:42px; height:19px; text-align:left; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_cadllist);
- ]]>
- </script>
- </button>
- <input id="ipt_cadl" ref="/root/main/cadlinfo/cadl" class="input_essential" disabled="true" navindex="3" maxlength="3" style="left:717px; top:76px; width:120px; height:19px; ">
- <script type="javascript" ev:event="DOMFocusOut">
- <![CDATA[
- var sCadl = model.getValue("/root/main/cadlinfo/cadl").getLeftPad(3,0);
- model.makeNode("/root/send/cadl");
- model.setValue("/root/send/cadl", sCadl);
- submit("TRRAC00202");
- if(model.getValue("/root/main/cadlinfo/cadl") == "") {
- model.makeNode("/root/main/cadlinfo");
- model.copyNode("/root/main/cadlinfo", "/root/hidden/cadlinfo");
- model.setValue("/root/main/cadlinfo/status", "i");
- model.setValue("/root/main/cadlinfo/cadl", sCadl);
- model.setFocus("ipt_acntyy");
- model.refresh();
- }
- ]]>
- </script>
- </input>
- <input id="ipt_prsd" ref="/root/main/cadlinfo/prsdnm" class="input_default" navindex="7" style="left:717px; top:150px; width:120px; height:19px; background-color:#ccffcc; "/>
- <input id="ipt_rrgstno" ref="/root/main/cadlinfo/rrgstno" class="input_default" navindex="8" format="999999-9999999" style="left:1032px; top:150px; width:142px; height:19px; "/>
- <input id="ipt_zipcd" ref="/root/main/cadlinfo/zipcd" class="input_essential" navindex="9" style="left:717px; top:176px; width:133px; height:19px; "/>
- <line id="line20" class="line_2" style="x1:565px; y1:322px; x2:1194px; y2:322px; "/>
- <input id="ipt_supaddr" ref="/root/main/cadlinfo/supaddr" class="input_essential" navindex="11" style="left:717px; top:201px; width:400px; height:19px; background-color:#ccffcc; "/>
- <input id="ipt_infaddr" ref="/root/main/cadlinfo/infaddr" class="input_essential" navindex="12" style="left:717px; top:226px; width:400px; height:19px; background-color:#ccffcc; "/>
- <input id="ipt_entrregno" ref="/root/main/cadlinfo/entrregno" class="input_essential" navindex="13" format="999-99-99999" style="left:717px; top:301px; width:160px; height:19px; background-color:#ccffcc; "/>
- <input id="ipt_tel" ref="/root/main/cadlinfo/cntctel" class="input_default" navindex="14" style="left:717px; top:376px; width:160px; height:19px; "/>
- <input id="ipt_fax" ref="/root/main/cadlinfo/faxno" class="input_default" navindex="15" style="left:1032px; top:376px; width:160px; height:19px; "/>
- <input id="ipt_email" ref="/root/main/cadlinfo/emailaddr" class="input_default" navindex="16" style="left:717px; top:401px; width:160px; height:19px; "/>
- <input id="ipt_homepg" ref="/root/main/cadlinfo/homepgaddr" class="input_default" navindex="17" style="left:1032px; top:401px; width:160px; height:19px; "/>
- <input id="ipt_bizcond" ref="/root/main/cadlinfo/bizcont" class="input_default" navindex="18" style="left:717px; top:426px; width:160px; height:19px; background-color:#ccffcc; "/>
- <input id="ipt_item" ref="/root/main/cadlinfo/item" class="input_default" navindex="19" style="left:1032px; top:426px; width:160px; height:19px; background-color:#ccffcc; "/>
- <input id="cal_todd" ref="/root/main/cadlinfo/todd" class="input_essential" navindex="6" inputtype="date" style="left:1032px; top:126px; width:120px; height:19px; "/>
- <input id="cal_fromdd" ref="/root/main/cadlinfo/fromdd" class="input_essential" navindex="5" inputtype="date" style="left:717; top:126px; width:120px; height:19px; "/>
- <output id="opt_status" ref="/root/main/cadlinfo/status" class="input_default" visibility="hidden" style="left:935px; top:75px; width:25px; height:19px; "/>
- <datagrid id="grd_cadllist" nodeset="/root/main/cadllist" caption="기수^회계년도^회계시작일자^회계종료일자" colsep="^" colwidth="110, 120, 140, 140" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" style="left:0px; top:75px; width:560px; height:663px; ">
- <col class="text_center" ref="cadl"/>
- <col class="text_center" ref="acntyy"/>
- <col class="text_center" ref="fromdd" format="yyyy-mm-dd"/>
- <col class="text_center" ref="todd" format="yyyy-mm-dd"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var cur_row = grd_cadllist.row;
- fGetCadlInfo(cur_row);
- ]]>
- </script>
- </datagrid>
- <caption id="cap_cadl" class="cell_1" style="left:565px; top:74px; width:150px; height:23px; text-align:center; vertical-align:middle; ">기 수</caption>
- <caption id="cap_acntyy" class="cell_1" style="left:565px; top:99px; width:150px; height:23px; text-align:center; vertical-align:middle; ">회 계 년 도</caption>
- <caption id="cap_fromdd" class="cell_1" style="left:565px; top:124px; width:150px; height:23px; text-align:center; vertical-align:middle; ">회계시작일자</caption>
- <caption id="cap_todd" class="cell_1" style="left:880px; top:124px; width:150px; height:23px; text-align:center; vertical-align:middle; ">회계종료일자</caption>
- <caption id="cap_zipcd" class="cell_1" style="left:565px; top:174px; width:150px; height:23px; text-align:center; vertical-align:middle; ">우 편 번 호</caption>
- <caption id="cap_supaddr" class="cell_1" style="left:565px; top:199px; width:150px; height:23px; text-align:center; vertical-align:middle; ">상 위 주 소</caption>
- <caption id="cap_infaddr" class="cell_1" style="left:565px; top:224px; width:150px; height:23px; text-align:center; vertical-align:middle; ">하 위 주 소</caption>
- <caption id="cap_entrregno" class="cell_1" style="left:565px; top:299px; width:150px; height:23px; text-align:center; vertical-align:middle; ">사업자번호</caption>
- <output id="opt_zipcdseqno" ref="/root/main/cadlinfo/zipcdseqno" class="input_default" visibility="hidden" style="left:945px; top:175px; width:25px; height:19px; "/>
- <output id="opt_zipcd1" ref="/root/main/cadlinfo/zipcd1" class="input_default" visibility="hidden" style="left:885px; top:175px; width:25px; height:19px; "/>
- <output id="opt_zipcd2" ref="/root/main/cadlinfo/zipcd2" class="input_default" visibility="hidden" style="left:915px; top:175px; width:25px; height:19px; "/>
- <input id="ipt_acntyy" ref="/root/main/cadlinfo/acntyy" class="input_essential" navindex="4" maxlength="4" style="left:717px; top:101px; width:120px; height:19px; "/>
- <input id="ipt_custnm" ref="/root/main/cadlinfo/custnm" class="input_default" navindex="14" style="left:1032px; top:301px; width:160px; height:19px; background-color:#ccffcc; "/>
- <input id="ipt_prntnm1" ref="/root/main/cadlinfo/prntnm1" class="input_default" navindex="15" style="left:717px; top:327px; width:160px; height:19px; "/>
- <caption id="caption2" class="cell_1" style="left:880px; top:299px; width:150px; height:23px; text-align:center; vertical-align:middle; ">거 래 처 명</caption>
- <caption id="caption3" class="cell_1" style="left:565px; top:324px; width:150px; height:23px; text-align:center; vertical-align:middle; ">출 력 명 1</caption>
- <caption id="caption5" class="cell_1" style="left:880px; top:324px; width:150px; height:23px; text-align:center; vertical-align:middle; ">출 력 명 2</caption>
- <caption id="caption8" class="cell_1" style="left:565px; top:349px; width:150px; height:23px; text-align:center; vertical-align:middle; ">출 력 명 3</caption>
- <input id="ipt_prntnm2" ref="/root/main/cadlinfo/prntnm2" class="input_default" navindex="14" style="left:1032px; top:327px; width:160px; height:19px; "/>
- <input id="ipt_prntnm3" ref="/root/main/cadlinfo/prntnm3" class="input_default" navindex="15" style="left:717px; top:352px; width:160px; height:19px; "/>
- <line id="line11" class="line_3" style="x1:565px; y1:448px; x2:1194px; y2:448px; "/>
- <input id="input1" ref="/root/main/cadlinfo/taxationcd" class="input_default" navindex="19" style="left:1032px; top:452px; width:160px; height:19px; background-color:#ccffcc; "/>
- <input id="input2" ref="/root/main/cadlinfo/homtexid" class="input_default" navindex="18" style="left:717px; top:452px; width:160px; height:19px; "/>
- <caption id="caption11" class="cell_1" style="left:565px; top:450px; width:150px; height:23px; text-align:center; vertical-align:middle; ">홈텍스 ID</caption>
- <caption id="caption15" class="cell_1" style="left:880px; top:450px; width:150px; height:23px; text-align:center; vertical-align:middle; ">신고세무서코드</caption>
- <caption id="caption18" class="cell_1" style="left:565px; top:274px; width:150px; height:23px; text-align:center; vertical-align:middle; ">영 문 하 위 주 소</caption>
- <input id="input3" ref="/root/main/cadlinfo/supengaddr" class="input_essential" navindex="11" style="left:717px; top:251px; width:400px; height:19px; "/>
- <caption id="caption22" class="cell_1" style="left:565px; top:249px; width:150px; height:23px; text-align:center; vertical-align:middle; ">영 문 상 위 주 소</caption>
- <input id="input4" ref="/root/main/cadlinfo/infengaddr" class="input_essential" navindex="12" style="left:717px; top:276px; width:400px; height:19px; "/>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- <button id="btn_save" class="btn4_letter2" navindex="20" style="left:1137px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fClickSaveBtn();
- ]]>
- </script>
- </button>
- <button id="btn_delete" class="btn4_letter2" style="left:1079px; top:3px; width:56px; height:22px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.setValue("/root/main/cadlinfo/status", "d");
- fClickSaveBtn();
- model.reset();
- // model.refresh();
- ]]>
- </script>
- </button>
- <button id="btn_prt" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="btn_insert" class="btn4_letter2" style="left:1021px; top:3px; width:56px; height:22px; ">
- <caption>신규</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetCadlInfo();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn4_letter2" style="left:960px; top:3px; width:56px; height:22px; ">
- <caption>복사</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ipt_cadl.disabled = false;
- model.setValue("/root/main/cadlinfo/status","i");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|