SMRAC00200_기수관리.xrw 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>기수관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <condition>
  11. <cadlfrom>1</cadlfrom>
  12. <cadlto>999</cadlto>
  13. </condition>
  14. <cadllist>
  15. <cadl/>
  16. <acntyy/>
  17. <fromdd/>
  18. <todd/>
  19. </cadllist>
  20. <cadlinfo>
  21. <status/>
  22. <cadl/>
  23. <acntyy/>
  24. <fromdd/>
  25. <todd/>
  26. <prsdnm/>
  27. <rrgstno/>
  28. <zipcd/>
  29. <zipcd1/>
  30. <zipcd2/>
  31. <zipcdseqno/>
  32. <supaddr/>
  33. <infaddr/>
  34. <entrregno/>
  35. <custnm/>
  36. <prntnm1/>
  37. <prntnm2/>
  38. <prntnm3/>
  39. <cntctel/>
  40. <faxno/>
  41. <emailaddr/>
  42. <homepgaddr/>
  43. <bizcont/>
  44. <item/>
  45. <homtexid/>
  46. <taxationcd/>
  47. <supengaddr/>
  48. <infengaddr/>
  49. </cadlinfo>
  50. </main>
  51. <send/>
  52. <init/>
  53. <hidden>
  54. <cadllist>
  55. <a>
  56. <s>
  57. </s>
  58. </a>
  59. </cadllist>
  60. <cadlinfo/>
  61. </hidden>
  62. <temp>
  63. </temp>
  64. </root>
  65. </instance>
  66. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  68. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  69. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  70. <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
  71. <script type="javascript" ev:event="xforms-ready">
  72. <![CDATA[
  73. fOpenForm();
  74. ]]>
  75. </script>
  76. <script type="javascript">
  77. <![CDATA[
  78. //========================================================================================
  79. //화면 로드시 초기화 함수
  80. //========================================================================================
  81. function fOpenForm() {
  82. model.removenode("/root/main/cadllist");
  83. //model.refresh();
  84. fGetCadlList();//기수코드 조회
  85. // if(model.getValue("/root/main/cadllist[1]/cadl") != "") {
  86. // grd_cadllist.isSelected(1) = true;
  87. // fGetCadlInfo(1);
  88. // }else {
  89. // fCopyInstance();
  90. // }
  91. }
  92. //========================================================================================
  93. //인스턴스 Copy 함수
  94. //========================================================================================
  95. function fCopyInstance() {
  96. model.copyNode("/root/hidden/cadlinfo", "/root/main/cadlinfo");
  97. model.refresh();
  98. }
  99. //========================================================================================
  100. //기수 조회 함수
  101. //========================================================================================
  102. function fGetCadlList() {
  103. model.removenode("/root/main/cadllist");//조회시 기존 데이터 삭제
  104. model.copyNode("/root/send", "/root/main/condition");
  105. submit("TRRAC00201");
  106. model.refresh();
  107. }
  108. //========================================================================================
  109. //기수 상세정보 조회
  110. //========================================================================================
  111. function fGetCadlInfo(pRow) {
  112. if ( pRow > 0 ) {
  113. model.resetInstanceNode("/root/send");
  114. model.copyNode("/root/send", "/root/main/cadllist["+ pRow + "]");
  115. submit("TRRAC00202");
  116. fCopyInstance();
  117. }
  118. }
  119. //========================================================================================
  120. //신규 버턴 클릭시 인스턴스 초기화
  121. //========================================================================================
  122. function fSetCadlInfo() {
  123. ipt_cadl.disabled = false;
  124. model.resetInstanceNode("/root/main/cadlinfo");
  125. model.setFocus("ipt_cadl");
  126. model.setValue("/root/main/cadlinfo/status","i");
  127. fCopyInstance();
  128. }
  129. //========================================================================================
  130. // 저장버튼 클릭시 저장 수행 함수
  131. //========================================================================================
  132. function fClickSaveBtn() {
  133. if(!fIsValidForSave())//저장전 유효성 검사
  134. return;
  135. model.resetInstanceNode("/root/send");
  136. model.copyNode("/root/send", "/root/main/cadlinfo");
  137. submit("TXRAC00201");
  138. model.setValue("/root/main/cadlinfo/status", "-");
  139. model.makeNode("/root/hidden/cadlinfo");
  140. fCopyInstance();
  141. fGetCadlList();//재조회
  142. ipt_cadl.disabled = true;
  143. }
  144. //========================================================================================
  145. //저장전 유효성 검사
  146. //========================================================================================
  147. function fIsValidForSave() {
  148. //필수 입력 항목 체크(공통 ftHelper.js)
  149. if(!isRequiredControls("ipt_cadl","inp_acntyy","cal_fromdd","cal_todd",
  150. "ipt_zipcd","ipt_supaddr","ipt_infaddr","ipt_entrregno")) {
  151. return false;
  152. }
  153. var sStatus = model.getValue("/root/main/cadlinfo/status");
  154. var sNewData = fGetNodeText("/root/main/cadlinfo");
  155. var sOldData = fGetNodeText("/root/hidden/cadlinfo");
  156. //변경된 정보가 있는지 확인
  157. if(sNewData != sOldData && sStatus == "-") { // 데이터 수정일 경우
  158. model.setValue("/root/main/cadlinfo/status","u");
  159. return true;
  160. } else if(sNewData == sOldData && sStatus == "-" ) { //변경된 값이 없을경우
  161. messageBox("변경된 정보가 ", "I004");
  162. return false;
  163. }else if(sStatus == "i") { //데이터 입력일 경우
  164. return true;
  165. }else if(sStatus = "d") { //데이터 삭제일 경우
  166. return true;
  167. }
  168. }
  169. //========================================================================================
  170. //우편번호 Help Open
  171. //========================================================================================
  172. function fOpenPopupZipHelp(pControl, pInstance) {
  173. //04 우편번호 Helper
  174. misfOpenPopUpList("04", pControl, "", pInstance);
  175. var sZipcd = model.getValue("/root/main/cadlinfo/zipcd1") + '-' + model.getValue("/root/main/cadlinfo/zipcd2");
  176. model.setValue("/root/main/cadlinfo/zipcd", sZipcd);
  177. model.refresh();
  178. }
  179. //========================================================================================
  180. //엑셀입력(excel file을 그리드에 입력)
  181. //========================================================================================
  182. function fInputExcel(pGrid) {
  183. var fileName = window.fileDialog("open", ",", false, "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  184. if(fileName != "") {
  185. pGrid.loadExcel(fileName, 1, true);
  186. pGrid.deleteRow(1);
  187. pGrid.refresh();
  188. }
  189. }
  190. //========================================================================================
  191. //동일한 Depth의 인스턴스의 값을 스트링형으로 변환
  192. //========================================================================================
  193. function fGetNodeText(pNode) {
  194. var trgNdoe = instance1.selectSingleNode(pNode);
  195. var trgNdoeList = trgNdoe.childNodes;
  196. var childNode;
  197. var allText = "";
  198. while( childNode = trgNdoeList.nextNode() ) {
  199. allText += childNode.text;
  200. }
  201. return allText;
  202. }
  203. function fOpenPopupDeptHelp(pControl, pInstance)
  204. {
  205. misfOpenPopUpList("02", pControl, "", pInstance);
  206. model.refresh();
  207. }
  208. ]]>
  209. </script>
  210. <submission id="TRRAC00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/cadllist"/>
  211. <submission id="TRRAC00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/cadlinfo"/>
  212. <submission id="TXRAC00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/temp"/>
  213. </model>
  214. </xhtml:head>
  215. <xhtml:body guideline="1,1194;1,1406;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  216. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  217. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">기수 관리</caption>
  218. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  219. </group>
  220. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  221. <group id="grp_sea" style="left:0px; top:10px; width:1194; height:35px; vertical-align:top; ">
  222. <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; "/>
  223. <caption id="caption7" class="search_name" style="left:16px; top:9px; width:86px; height:17px; ">기 수 :</caption>
  224. <line id="line5" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
  225. <caption id="caption1" style="left:212px; top:10px; width:15px; height:20px; vertical-align:middle; ">~</caption>
  226. <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; "/>
  227. <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; "/>
  228. <button id="btn_search" class="btn1_letter2" style="left:1123px; top:8px; width:56px; height:22px; text-align:left; ">
  229. <caption>조회</caption>
  230. <script type="javascript" ev:event="DOMActivate">
  231. <![CDATA[
  232. fGetCadlList();
  233. ]]>
  234. </script>
  235. </button>
  236. </group>
  237. <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:560px; y2:70px; "/>
  238. <line id="line1" class="line_1" style="x1:565; y1:70px; x2:1194; y2:70px; "/>
  239. <line id="line8" class="line_2" style="x1:565px; y1:197px; x2:1194; y2:197px; "/>
  240. <line id="line9" class="line_2" style="x1:565px; y1:222px; x2:1194; y2:222px; "/>
  241. <line id="line10" class="line_2" style="x1:565px; y1:297px; x2:1194px; y2:297px; "/>
  242. <caption id="caption10" class="cell_1" style="left:880px; top:149px; width:150px; height:23px; text-align:center; vertical-align:middle; ">주 민 번 호</caption>
  243. <line id="line13" class="line_2" style="x1:565px; y1:97px; x2:1194; y2:97px; "/>
  244. <caption id="caption9" class="cell_1" style="left:565px; top:149px; width:150px; height:23px; text-align:center; vertical-align:middle; ">대 표 자 명</caption>
  245. <line id="line4" class="line_2" style="x1:565px; y1:122px; x2:1194; y2:122px; "/>
  246. <line id="line6" class="line_2" style="x1:565px; y1:147px; x2:1194; y2:147px; "/>
  247. <line id="line7" class="line_2" style="x1:565px; y1:172px; x2:1194; y2:172px; "/>
  248. <line id="line15" class="line_2" style="x1:565px; y1:347px; x2:1194px; y2:347px; "/>
  249. <caption id="caption13" class="cell_1" style="left:565px; top:374px; width:150px; height:23px; text-align:center; vertical-align:middle; ">전 화 번 호</caption>
  250. <line id="line16" class="line_2" style="x1:565px; y1:372px; x2:1194px; y2:372px; "/>
  251. <caption id="caption14" class="cell_1" style="left:880px; top:374px; width:150px; height:23px; text-align:center; vertical-align:middle; ">팩 스 번 호</caption>
  252. <caption id="caption16" class="cell_1" style="left:565px; top:399px; width:150px; height:23px; text-align:center; vertical-align:middle; ">이 메 일</caption>
  253. <line id="line17" class="line_2" style="x1:565px; y1:397px; x2:1194px; y2:397px; "/>
  254. <line id="line18" class="line_2" style="x1:565px; y1:422px; x2:1194px; y2:422px; "/>
  255. <caption id="caption12" class="cell_1" style="left:565px; top:424px; width:150px; height:23px; text-align:center; vertical-align:middle; ">업 태</caption>
  256. <caption id="caption17" class="cell_1" style="left:880px; top:399px; width:150px; height:23px; text-align:center; vertical-align:middle; ">홈 페 이 지</caption>
  257. <caption id="caption19" class="cell_1" style="left:880px; top:424px; width:150px; height:23px; text-align:center; vertical-align:middle; ">종 목</caption>
  258. <button id="button5" class="icon_search" navindex="10" style="left:858px; top:178px; width:16px; height:16px; ">
  259. <caption/>
  260. <script type="javascript" ev:event="DOMActivate">
  261. <![CDATA[
  262. fOpenPopupZipHelp(opt_zipcd1,"zipcd1,zipcd2,supaddr,zipcdseqno");
  263. ]]>
  264. </script>
  265. </button>
  266. <caption id="caption21" class="tit_2" style="left:5px; top:55px; width:131px; height:14px; ">기수 목록</caption>
  267. <caption id="caption20" class="tit_2" style="left:570px; top:55px; width:131px; height:14px; ">기수 정보</caption>
  268. <button id="button9" class="btn2_letter2" style="left:1150px; top:50px; width:42px; height:19px; text-align:left; ">
  269. <caption>엑셀</caption>
  270. <script type="javascript" ev:event="DOMActivate">
  271. <![CDATA[
  272. misfSaveExcel(grd_cadllist);
  273. ]]>
  274. </script>
  275. </button>
  276. <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; ">
  277. <script type="javascript" ev:event="DOMFocusOut">
  278. <![CDATA[
  279. var sCadl = model.getValue("/root/main/cadlinfo/cadl").getLeftPad(3,0);
  280. model.makeNode("/root/send/cadl");
  281. model.setValue("/root/send/cadl", sCadl);
  282. submit("TRRAC00202");
  283. if(model.getValue("/root/main/cadlinfo/cadl") == "") {
  284. model.makeNode("/root/main/cadlinfo");
  285. model.copyNode("/root/main/cadlinfo", "/root/hidden/cadlinfo");
  286. model.setValue("/root/main/cadlinfo/status", "i");
  287. model.setValue("/root/main/cadlinfo/cadl", sCadl);
  288. model.setFocus("ipt_acntyy");
  289. model.refresh();
  290. }
  291. ]]>
  292. </script>
  293. </input>
  294. <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; "/>
  295. <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; "/>
  296. <input id="ipt_zipcd" ref="/root/main/cadlinfo/zipcd" class="input_essential" navindex="9" style="left:717px; top:176px; width:133px; height:19px; "/>
  297. <line id="line20" class="line_2" style="x1:565px; y1:322px; x2:1194px; y2:322px; "/>
  298. <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; "/>
  299. <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; "/>
  300. <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; "/>
  301. <input id="ipt_tel" ref="/root/main/cadlinfo/cntctel" class="input_default" navindex="14" style="left:717px; top:376px; width:160px; height:19px; "/>
  302. <input id="ipt_fax" ref="/root/main/cadlinfo/faxno" class="input_default" navindex="15" style="left:1032px; top:376px; width:160px; height:19px; "/>
  303. <input id="ipt_email" ref="/root/main/cadlinfo/emailaddr" class="input_default" navindex="16" style="left:717px; top:401px; width:160px; height:19px; "/>
  304. <input id="ipt_homepg" ref="/root/main/cadlinfo/homepgaddr" class="input_default" navindex="17" style="left:1032px; top:401px; width:160px; height:19px; "/>
  305. <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; "/>
  306. <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; "/>
  307. <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; "/>
  308. <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; "/>
  309. <output id="opt_status" ref="/root/main/cadlinfo/status" class="input_default" visibility="hidden" style="left:935px; top:75px; width:25px; height:19px; "/>
  310. <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; ">
  311. <col class="text_center" ref="cadl"/>
  312. <col class="text_center" ref="acntyy"/>
  313. <col class="text_center" ref="fromdd" format="yyyy-mm-dd"/>
  314. <col class="text_center" ref="todd" format="yyyy-mm-dd"/>
  315. <script type="javascript" ev:event="onclick">
  316. <![CDATA[
  317. var cur_row = grd_cadllist.row;
  318. fGetCadlInfo(cur_row);
  319. ]]>
  320. </script>
  321. </datagrid>
  322. <caption id="cap_cadl" class="cell_1" style="left:565px; top:74px; width:150px; height:23px; text-align:center; vertical-align:middle; ">기 수</caption>
  323. <caption id="cap_acntyy" class="cell_1" style="left:565px; top:99px; width:150px; height:23px; text-align:center; vertical-align:middle; ">회 계 년 도</caption>
  324. <caption id="cap_fromdd" class="cell_1" style="left:565px; top:124px; width:150px; height:23px; text-align:center; vertical-align:middle; ">회계시작일자</caption>
  325. <caption id="cap_todd" class="cell_1" style="left:880px; top:124px; width:150px; height:23px; text-align:center; vertical-align:middle; ">회계종료일자</caption>
  326. <caption id="cap_zipcd" class="cell_1" style="left:565px; top:174px; width:150px; height:23px; text-align:center; vertical-align:middle; ">우 편 번 호</caption>
  327. <caption id="cap_supaddr" class="cell_1" style="left:565px; top:199px; width:150px; height:23px; text-align:center; vertical-align:middle; ">상 위 주 소</caption>
  328. <caption id="cap_infaddr" class="cell_1" style="left:565px; top:224px; width:150px; height:23px; text-align:center; vertical-align:middle; ">하 위 주 소</caption>
  329. <caption id="cap_entrregno" class="cell_1" style="left:565px; top:299px; width:150px; height:23px; text-align:center; vertical-align:middle; ">사업자번호</caption>
  330. <output id="opt_zipcdseqno" ref="/root/main/cadlinfo/zipcdseqno" class="input_default" visibility="hidden" style="left:945px; top:175px; width:25px; height:19px; "/>
  331. <output id="opt_zipcd1" ref="/root/main/cadlinfo/zipcd1" class="input_default" visibility="hidden" style="left:885px; top:175px; width:25px; height:19px; "/>
  332. <output id="opt_zipcd2" ref="/root/main/cadlinfo/zipcd2" class="input_default" visibility="hidden" style="left:915px; top:175px; width:25px; height:19px; "/>
  333. <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; "/>
  334. <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; "/>
  335. <input id="ipt_prntnm1" ref="/root/main/cadlinfo/prntnm1" class="input_default" navindex="15" style="left:717px; top:327px; width:160px; height:19px; "/>
  336. <caption id="caption2" class="cell_1" style="left:880px; top:299px; width:150px; height:23px; text-align:center; vertical-align:middle; ">거 래 처 명</caption>
  337. <caption id="caption3" class="cell_1" style="left:565px; top:324px; width:150px; height:23px; text-align:center; vertical-align:middle; ">출 력 명 1</caption>
  338. <caption id="caption5" class="cell_1" style="left:880px; top:324px; width:150px; height:23px; text-align:center; vertical-align:middle; ">출 력 명 2</caption>
  339. <caption id="caption8" class="cell_1" style="left:565px; top:349px; width:150px; height:23px; text-align:center; vertical-align:middle; ">출 력 명 3</caption>
  340. <input id="ipt_prntnm2" ref="/root/main/cadlinfo/prntnm2" class="input_default" navindex="14" style="left:1032px; top:327px; width:160px; height:19px; "/>
  341. <input id="ipt_prntnm3" ref="/root/main/cadlinfo/prntnm3" class="input_default" navindex="15" style="left:717px; top:352px; width:160px; height:19px; "/>
  342. <line id="line11" class="line_3" style="x1:565px; y1:448px; x2:1194px; y2:448px; "/>
  343. <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; "/>
  344. <input id="input2" ref="/root/main/cadlinfo/homtexid" class="input_default" navindex="18" style="left:717px; top:452px; width:160px; height:19px; "/>
  345. <caption id="caption11" class="cell_1" style="left:565px; top:450px; width:150px; height:23px; text-align:center; vertical-align:middle; ">홈텍스 ID</caption>
  346. <caption id="caption15" class="cell_1" style="left:880px; top:450px; width:150px; height:23px; text-align:center; vertical-align:middle; ">신고세무서코드</caption>
  347. <caption id="caption18" class="cell_1" style="left:565px; top:274px; width:150px; height:23px; text-align:center; vertical-align:middle; ">영 문 하 위 주 소</caption>
  348. <input id="input3" ref="/root/main/cadlinfo/supengaddr" class="input_essential" navindex="11" style="left:717px; top:251px; width:400px; height:19px; "/>
  349. <caption id="caption22" class="cell_1" style="left:565px; top:249px; width:150px; height:23px; text-align:center; vertical-align:middle; ">영 문 상 위 주 소</caption>
  350. <input id="input4" ref="/root/main/cadlinfo/infengaddr" class="input_essential" navindex="12" style="left:717px; top:276px; width:400px; height:19px; "/>
  351. </group>
  352. <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  353. <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  354. <button id="btn_save" class="btn4_letter2" navindex="20" style="left:1137px; top:3px; width:56px; height:22px; ">
  355. <caption>저장</caption>
  356. <script type="javascript" ev:event="DOMActivate">
  357. <![CDATA[
  358. fClickSaveBtn();
  359. ]]>
  360. </script>
  361. </button>
  362. <button id="btn_delete" class="btn4_letter2" style="left:1079px; top:3px; width:56px; height:22px; ">
  363. <caption>삭제</caption>
  364. <script type="javascript" ev:event="DOMActivate">
  365. <![CDATA[
  366. model.setValue("/root/main/cadlinfo/status", "d");
  367. fClickSaveBtn();
  368. model.reset();
  369. // model.refresh();
  370. ]]>
  371. </script>
  372. </button>
  373. <button id="btn_prt" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
  374. <caption>출력</caption>
  375. </button>
  376. <button id="btn_insert" class="btn4_letter2" style="left:1021px; top:3px; width:56px; height:22px; ">
  377. <caption>신규</caption>
  378. <script type="javascript" ev:event="DOMActivate">
  379. <![CDATA[
  380. fSetCadlInfo();
  381. ]]>
  382. </script>
  383. </button>
  384. <button id="button1" class="btn4_letter2" style="left:960px; top:3px; width:56px; height:22px; ">
  385. <caption>복사</caption>
  386. <script type="javascript" ev:event="DOMActivate">
  387. <![CDATA[
  388. ipt_cadl.disabled = false;
  389. model.setValue("/root/main/cadlinfo/status","i");
  390. ]]>
  391. </script>
  392. </button>
  393. </group>
  394. </xhtml:body>
  395. </xhtml:html>