SMAYA02400_자선비지급명단관리.xrw 32 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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. <cond>
  11. <reffromdd/>
  12. <reftodd/>
  13. <charityamtflagcd/>
  14. <sort>1</sort>
  15. </cond>
  16. <patinfo>
  17. <patinfolist/>
  18. </patinfo>
  19. <charityamtlist>
  20. <charityamtlistinfo>
  21. <paydd/>
  22. <trgtmanid/>
  23. <trgtmannm/>
  24. <baptnm/>
  25. <sex/>
  26. <age/>
  27. <payamt/>
  28. <charityamtflagnm/>
  29. <charityamtflagcd/>
  30. <cnts/>
  31. <seqno/>
  32. <status/>
  33. </charityamtlistinfo>
  34. </charityamtlist>
  35. <popupendflag/>
  36. <charitypayspec>
  37. <charitypayinfo>
  38. <trgtmanid/>
  39. <trgtmannm/>
  40. <baptnm/>
  41. <paydd/>
  42. <payamt/>
  43. <charityamtflagcd/>
  44. <cnts/>
  45. <seqno/>
  46. <status/>
  47. </charitypayinfo>
  48. </charitypayspec>
  49. </main>
  50. <send>
  51. <reqdata/>
  52. <savedata/>
  53. </send>
  54. <init>
  55. <comcodelist>
  56. <charityamtflagcd_cmblist>
  57. <A0011A0452>
  58. <cdnm>전체</cdnm>
  59. <cdid/>
  60. </A0011A0452>
  61. </charityamtflagcd_cmblist>
  62. </comcodelist>
  63. <comcodelist>
  64. <charityamtflag_cmblist/>
  65. </comcodelist>
  66. </init>
  67. <hidden>
  68. <reqdata>
  69. <trgtmanid/>
  70. </reqdata>
  71. </hidden>
  72. <tamp>
  73. </tamp>
  74. </root>
  75. </instance>
  76. <script type="javascript" ev:event="xforms-ready">
  77. <![CDATA[
  78. fInit();
  79. fRefCharityListInfo();
  80. ]]>
  81. </script>
  82. <submission id="TRAYA02401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/charityamtlist"/>
  83. <submission id="TXAYA02401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/hidden"/>
  84. <submission id="TRZBC00105" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  85. </model>
  86. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  87. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  88. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  89. <script type="javascript">
  90. <![CDATA[
  91. //화면 오픈시
  92. function fInit() {
  93. //조회기간 오늘 날짜로 세팅
  94. var sDate = getNewDate();
  95. var CurrentDate = getCurrentDate();
  96. var lastDate = sDate.getFullYear();
  97. lastDate = lastDate.toString() + (( sDate.getMonth() + 1 > 9 ) ? sDate.getMonth() + 1 : "0" + (sDate.getMonth() + 1));
  98. lastDate = lastDate.toString() + sDate.getMonthDay();
  99. model.setValue("/root/main/cond/reffromdd", CurrentDate.substr(0,6)+"01");
  100. model.setValue("/root/main/cond/reftodd", lastDate);
  101. model.setValue("/root/main/charitypayspec/charitypayinfo/paydd", CurrentDate);
  102. model.setValue("/root/main/charitypayspec/charitypayinfo/status", "i");
  103. //자선비구분 콤보리스트 조회
  104. zbcfGetKindCodeList(
  105. new Array("A0011", "A0011"), //업무규칙
  106. new Array("A0452", "A0452"), //코드군
  107. new Array("/root/init/comcodelist/charityamtflagcd_cmblist", "/root/init/comcodelist/charityamtflag_cmblist"), //노드
  108. true, //minimum : true TRZBC00105
  109. new Array("dispseq", "dispseq"), //sorting 항목
  110. new Array("asc", "asc")
  111. );
  112. model.refresh();
  113. }//fInit END
  114. //조회버튼 클릭시
  115. function fRefCharityListInfo() {
  116. if (model.getValue("/root/main/cond/reffromdd") == "" || model.getValue("/root/main/cond/reftodd") == "") {
  117. messageBox("조회할 기간을", "C002");
  118. model.setFocus("ipt_reffromdd");
  119. return;
  120. }
  121. var reffromdd = model.getValue("/root/main/cond/reffromdd");
  122. var reftodd = model.getValue("/root/main/cond/reftodd");
  123. var charityamtflagcd = model.getValue("/root/main/cond/charityamtflagcd");
  124. var sort = model.getValue("/root/main/cond/sort");
  125. model.removeNodeset("/root/send/reqdata");
  126. model.makeNode("/root/send/reqdata");
  127. model.copyNode("/root/send/reqdata", "/root/main/cond");
  128. submit("TRAYA02401");
  129. }//fRefCharityListInfo END
  130. //조회된 데이터 그리드 행 클릭시 하단 등록 인스턴스에 반영
  131. function fGetCharityPayList(){
  132. var idxRow = grd_charityamtlist.row;
  133. if( idxRow < 1) return ;
  134. // model.resetInstanceNode("/root/hidden/main/charitypayspec/charitypayinfo");
  135. // model.copyNode("/root/main/charitypayspec/charitypayinfo", grd_charityamtlist.nodeset + "[" + idxRow + "]");
  136. model.copyNode("/root/main/charitypayspec/charitypayinfo", "/root/main/charityamtlist/charityamtlistinfo[" + idxRow + "]");
  137. // model.removeNodeset("/root/hidden/main/charitypayspec/charitypayinfo");
  138. // model.makeValue("/root/hidden/main/charitypayspec/charitypayinfo", grd_charityamtlist.nodeset + "[" + idxRow + "]");
  139. model.makeValue("/root/hidden/main/charitypayspec/charitypayinfo", model.getValue("/root/main/charityamtlist/charityamtlistinfo[" + idxRow + "]"));
  140. var seqno = model.getValue("/root/main/charitypayspec/charitypayinfo/seqno");
  141. if (seqno != "") { //수정
  142. var status = model.setValue("/root/main/charitypayspec/charitypayinfo/status", "u");
  143. model.refresh();
  144. }
  145. }//fGetCharityPayList END
  146. //저장시 필수항목값 체크
  147. function fCheck(){
  148. var trgtmanid = model.getValue("/root/main/charitypayspec/charitypayinfo/trgtmanid");
  149. var paydd = model.getValue("/root/main/charitypayspec/charitypayinfo/paydd");
  150. var payamt = model.getValue("/root/main/charitypayspec/charitypayinfo/payamt");
  151. var charityamtflagcd = model.getValue("/root/main/charitypayspec/charitypayinfo/charityamtflagcd");
  152. if(trgtmanid == ""){
  153. messageBox("환자등록번호를 ","C001");
  154. model.setFocus("ipt_trgtmanid");
  155. return false;
  156. }
  157. if(paydd == ""){
  158. messageBox("지급일자를 ","C001");
  159. model.setFocus("ipt_paydd");
  160. return false;
  161. }
  162. if(payamt == ""){
  163. messageBox("지급금액을 ","C001");
  164. model.setFocus("ipt_payamt");
  165. return false;
  166. }
  167. if(charityamtflagcd == ""){
  168. messageBox("자선비 구분을 ","C002");
  169. model.setFocus("cmb_charityamtflag");
  170. return false;
  171. }
  172. return true;
  173. }//fCheck END
  174. //저장버튼 클릭시
  175. function fSave() {
  176. var status = model.getValue("/root/main/charitypayspec/charitypayinfo/status");
  177. model.removeNodeset("/root/send/savedata");
  178. model.makeNode("/root/send/savedata/condinfo");
  179. if (status == "i") { //저장
  180. model.copyNode("/root/send/savedata/condinfo", "/root/main/charitypayspec/charitypayinfo");
  181. if(submit("TXAYA02401", false) == true){
  182. var pid = model.getValue("/root/hidden/reqdata/trgtmanid");
  183. if(pid == ""){
  184. messageBox("자료 저장이","I002");
  185. fReset();
  186. }else{
  187. messageBox("환자번호가 등록되어 있지 않아 저장할 수" , "I004");
  188. model.setFocus("ipt_trgtmanid");
  189. }
  190. }
  191. } else if(status == "u"){
  192. model.copyNode("/root/send/savedata/condinfo", "/root/main/charitypayspec/charitypayinfo");
  193. if(submit("TXAYA02401", false) == true){
  194. messageBox("자료 수정이","I002");
  195. fReset();
  196. model.setFocus("ipt_trgtmanid");
  197. }
  198. }
  199. model.refresh();
  200. fRefCharityListInfo();
  201. }//fSave END
  202. //환자정보팝업창 띄우고 내용가져와서 인스턴스에 반영
  203. function fSearchTrgtMan() {
  204. modal("SPAYA05300", 1,100,100);
  205. //modal("SPAYA05300",null,null,null, "SPAYA05300", "/root/actsource", "/root/main/actsource");
  206. if (model.getValue("/root/main/popupendflag") == "ok"){
  207. model.setValue("/root/main/charitypayspec/charitypayinfo/trgtmanid", model.getValue("/root/main/patinfo/patinfolist/pid"));
  208. model.setValue("/root/main/charitypayspec/charitypayinfo/trgtmannm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
  209. model.setValue("/root/main/charitypayspec/charitypayinfo/baptnm", model.getValue("/root/main/patinfo/patinfolist/baptnm"));
  210. model.setFocus("ipt_payamt");
  211. }else{
  212. model.setFocus("ipt_trgtmanid");
  213. }
  214. model.refresh();
  215. }//fSearchTrgtMan END
  216. //환자등록번호를 직접입력했을 경우 팝업내용 반영
  217. function fPopupinfo(){
  218. if (event.keyCode == 13) {
  219. model.makeValue("/root/temp/pid", ipt_trgtmanid.currentText);
  220. model.makeValue("/root/temp/srchcond", "1");
  221. model.makeValue("/root/temp/autoflag", "Y");
  222. modal("SPAYA05300", 1,100, 100, "SPAYA05300", "/root/temp", "/root/send");
  223. model.refresh();
  224. if (model.getValue("/root/main/popupendflag") == "ok"){
  225. model.setValue("/root/main/charitypayspec/charitypayinfo/trgtmanid", model.getValue("/root/main/patinfo/patinfolist/pid"));
  226. model.setValue("/root/main/charitypayspec/charitypayinfo/trgtmannm", model.getValue("/root/main/patinfo/patinfolist/hngnm"));
  227. model.setValue("/root/main/charitypayspec/charitypayinfo/baptnm", model.getValue("/root/main/patinfo/patinfolist/baptnm"));
  228. }else{
  229. model.setFocus("ipt_trgtmanid");
  230. }
  231. model.refresh();
  232. var index = ipt_payamt.navIndex;
  233. if(index == "3"){
  234. model.setFocus("ipt_payamt");
  235. }
  236. }
  237. }//fPopupinfo END
  238. //초기화 버튼 클릭시
  239. function fReset() {
  240. model.resetInstanceNode("/root/main/charitypayspec/charitypayinfo");
  241. model.setValue("/root/main/charitypayspec/charitypayinfo/status", "i");
  242. var CurrentDate = getCurrentDate();
  243. model.setValue("/root/main/charitypayspec/charitypayinfo/paydd", CurrentDate);
  244. model.setFocus("ipt_trgtmanid");
  245. model.refresh();
  246. btn_trgtman.disabled= false;
  247. ipt_trgtmanid.disabled = false;
  248. ipt_paydd.disabled = false;
  249. }// fReset END
  250. //자선비 지급내역 삭제버튼 클릭시
  251. function fDelData(){
  252. var trgtmanid = model.getValue("/root/main/charitypayspec/charitypayinfo/trgtmanid");
  253. var trgtmannm = model.getValue("/root/main/charitypayspec/charitypayinfo/trgtmannm");
  254. var charityamtflagcd = model.getValue("/root/main/charitypayspec/charitypayinfo/charityamtflagcd");
  255. var status = model.getValue("/root/main/charitypayspec/charitypayinfo/status");
  256. if (status == "i"){
  257. messageBox("삭제할 자선비 지급내역이 ","I004");
  258. } else {
  259. var btn = messageBox("선택한 자선비지급내역을 ","Q001");
  260. if(btn == "6"){
  261. model.removeNodeset("/root/send/savedata");
  262. model.makeNode("/root/send/savedata/condinfo");
  263. model.setValue("/root/main/charitypayspec/charitypayinfo/status", "d");
  264. model.copyNode("/root/send/savedata/condinfo", "/root/main/charitypayspec/charitypayinfo");
  265. submit("TXAYA02401");
  266. model.refresh();
  267. fRefCharityListInfo();
  268. fReset();
  269. } else if (btn == "7") {
  270. return;
  271. }
  272. }
  273. }//fDelData END
  274. //출력버튼 클릭시
  275. function fPreview(){
  276. exeReportPreview("RPAYA02401", "XMLSTR");
  277. }//fPreview END
  278. ]]>
  279. </script>
  280. </xhtml:head>
  281. <xhtml:body guideline="1,1193;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  282. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  283. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:181px; height:14px; ">자선비지급명단 관리</caption>
  284. </group>
  285. <group id="group3" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  286. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
  287. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; "/>
  288. <button id="button1" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  289. <caption>조회</caption>
  290. <script type="javascript" ev:event="DOMActivate">
  291. <![CDATA[
  292. fRefCharityListInfo();
  293. ]]>
  294. </script>
  295. </button>
  296. <line id="line13" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:29px; "/>
  297. <caption id="caption3" class="search_name" style="left:20px; top:10px; width:86px; height:17px; ">조회기간 :</caption>
  298. <caption id="caption5" class="search_no_b" style="left:225px; top:10px; width:12px; height:17px; ">~</caption>
  299. <input id="ipt_reftodd" ref="/root/main/cond/reftodd" class="input_s_essential" navindex="7" inputtype="date" style="left:245px; top:10px; width:95px; height:19px; "/>
  300. <input id="ipt_reffromdd" ref="/root/main/cond/reffromdd" class="input_s_essential" navindex="6" inputtype="date" style="left:125px; top:10px; width:95px; height:19px; ">
  301. <script type="javascript" ev:event="xforms-value-changed">
  302. <![CDATA[
  303. fSetDate();
  304. function fSetDate(){
  305. //조회기간 설정시 선택한 시작기간에 속한 달의 마지막날로 세팅
  306. var reffromdd = model.getValue("/root/main/cond/reffromdd");
  307. var eDate = reffromdd.toDate();
  308. var lastDate = reffromdd.toDate().getDateFormat().substr(0, 4);
  309. lastDate = lastDate.toString() + (( eDate.getMonth() + 1 > 9 ) ? eDate.getMonth() + 1 : "0" + (eDate.getMonth() + 1));
  310. lastDate = lastDate.toString() + eDate.getMonthDay();
  311. model.setValue("/root/main/cond/reftodd", lastDate);
  312. model.refresh();
  313. model.setFocus("ipt_reftodd");
  314. }//fSetDate END
  315. ]]>
  316. </script>
  317. </input>
  318. <caption id="caption12" class="search_name" style="left:410px; top:10px; width:104px; height:17px; ">자선비 구분 :</caption>
  319. <select1 id="cmb_charityamtflagcd" ref="/root/main/cond/charityamtflagcd" class="combo_search" navindex="8" appearance="minimal" style="left:535px; top:10px; width:115px; height:19px; ">
  320. <choices>
  321. <itemset nodeset="/root/init/comcodelist/charityamtflagcd_cmblist/A0011A0452">
  322. <label ref="cdnm"/>
  323. <value ref="cdid"/>
  324. </itemset>
  325. </choices>
  326. <script type="javascript" ev:event="xforms-value-changed">
  327. <![CDATA[
  328. fRefCharityListInfo();
  329. ]]>
  330. </script>
  331. </select1>
  332. <caption id="caption1" class="search_name" style="left:725px; top:10px; width:104px; height:17px; ">정렬기준 :</caption>
  333. <select1 id="rdo_sort" ref="/root/main/cond/sort" navindex="9" overflow="visible" appearance="full" cols="2" style="left:825px; top:10px; width:170px; height:20px; border-style:none; ">
  334. <choices>
  335. <item>
  336. <label>지급일자</label>
  337. <value>1</value>
  338. </item>
  339. <item>
  340. <label>자선비구분</label>
  341. <value>2</value>
  342. </item>
  343. </choices>
  344. <script type="javascript" ev:event="xforms-value-changed">
  345. <![CDATA[
  346. fRefCharityListInfo();
  347. ]]>
  348. </script>
  349. </select1>
  350. </group>
  351. <datagrid id="grd_charityamtlist" nodeset="/root/main/charityamtlist/charityamtlistinfo" caption="지급일자^등록번호^환자명^세례명^성별^나이^지급금액^자선비구분^자선비코드^내용^seq" colsep="^" colwidth="118, 100, 108, 100, 64, 62, 97, 118, 30, 398, 10" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:80px; width:1193px; height:515px; ">
  352. <col ref="paydd" format="yyyy-mm-dd" style="text-align:center; "/>
  353. <col ref="trgtmanid" style="text-align:center; "/>
  354. <col ref="trgtmannm" style="text-align:center; "/>
  355. <col ref="baptnm" style="text-align:center; "/>
  356. <col ref="sex" style="text-align:center; "/>
  357. <col ref="age" style="text-align:center; "/>
  358. <col ref="payamt" format="#,###" style="text-align:right; "/>
  359. <col ref="charityamtflagnm" style="text-align:center; "/>
  360. <col ref="charityamtflagcd" visibility="hidden"/>
  361. <col ref="cnts"/>
  362. <col ref="seqno" visibility="hidden"/>
  363. <script type="javascript" ev:event="onclick">
  364. <![CDATA[
  365. //초기화 실행 후 그리드 빈공간 클릭시 데이터가 하단 인스턴스에 뿌려지는것 방지
  366. if(grd_charityamtlist.isCell(event.target) && grd_charityamtlist.mouseRow >= grd_charityamtlist.fixedrows) {
  367. fGetCharityPayList();
  368. btn_trgtman.disabled= true;
  369. ipt_trgtmanid.disabled = true;
  370. ipt_paydd.disabled = true;
  371. }else{
  372. return;
  373. }
  374. ]]>
  375. </script>
  376. </datagrid>
  377. <caption id="caption2" class="tit_2" style="left:5px; top:58px; width:165px; height:14px; ">자선비지급명단 리스트</caption>
  378. <line id="line2" class="line_1" style="x1:0px; y1:75px; x2:1194px; y2:75px; "/>
  379. <group id="group9" style="left:0px; top:610px; width:1185px; height:90px; ">
  380. <caption id="caption13" class="tit_2" style="left:8px; top:5px; width:152px; height:14px; font-family:돋움; vertical-align:middle; ">자선비지급내역</caption>
  381. <caption id="caption14" class="cell_1" style="left:3px; top:25px; width:87px; height:23px; vertical-align:middle; ">환자등록번호</caption>
  382. <caption id="caption15" class="cell_1" style="left:243px; top:53px; width:65px; height:23px; vertical-align:middle; ">지급금액</caption>
  383. <line id="line12" class="line_1" style="x1:0px; y1:20px; x2:1179px; y2:20px; "/>
  384. <button id="button3" class="btn5_letter2" disable.background-image="../../../com/commonweb/images/dis_btn5_letter2.gif" style="left:1025px; top:0px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn5_letter2.gif; ">
  385. <caption>저장</caption>
  386. <script type="javascript" ev:event="DOMActivate">
  387. <![CDATA[
  388. if ( !fCheck() ) return; //필수 저장여부 체크
  389. fSave();
  390. ]]>
  391. </script>
  392. </button>
  393. <caption id="caption8" class="cell_1" style="left:3px; top:53px; width:87px; height:23px; vertical-align:middle; ">지급일자</caption>
  394. <caption id="caption4" class="cell_1" style="left:650px; top:25px; width:87px; height:50px; vertical-align:middle; ">내용</caption>
  395. <input id="ipt_payamt" ref="/root/main/charitypayspec/charitypayinfo/payamt" class="input_essential" navindex="3" maxlength="9" format="#,###" style="left:310px; top:55px; width:110px; height:19px; text-align:right; "/>
  396. <input id="ipt_paydd" ref="/root/main/charitypayspec/charitypayinfo/paydd" class="input_essential" navindex="2" inputtype="date" format="yyyy-mm-dd" style="left:95px; top:55px; width:120px; height:19px; "/>
  397. <caption id="caption7" class="cell_1" style="left:435px; top:53px; width:85px; height:23px; vertical-align:middle; ">자선비구분</caption>
  398. <select1 id="cmb_charityamtflag" ref="/root/main/charitypayspec/charitypayinfo/charityamtflagcd" class="input_essential" navindex="4" appearance="minimal" style="left:525px; top:55px; width:120px; height:19px; ">
  399. <choices>
  400. <itemset nodeset="/root/init/comcodelist/charityamtflag_cmblist/A0011A0452">
  401. <label ref="cdnm"/>
  402. <value ref="cdid"/>
  403. </itemset>
  404. </choices>
  405. </select1>
  406. <button id="button2" class="btn5_letter2" disable.background-image="../../../com/commonweb/images/dis_btn5_letter2.gif" style="left:1075px; top:0px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn5_letter2.gif; ">
  407. <caption>삭제</caption>
  408. <script type="javascript" ev:event="DOMActivate">
  409. <![CDATA[
  410. fDelData();
  411. ]]>
  412. </script>
  413. </button>
  414. <caption id="caption9" class="cell_1" style="left:243px; top:25px; width:65px; height:23px; vertical-align:middle; ">환자명</caption>
  415. <output id="out_trgtmannm" ref="/root/main/charitypayspec/charitypayinfo/trgtmannm" class="output_fix" style="left:310px; top:27px; width:120px; height:19px; "/>
  416. <caption id="caption10" style="left:420px; top:55px; width:20px; height:20px; ">원</caption>
  417. <input id="ipt_trgtmanid" ref="/root/main/charitypayspec/charitypayinfo/trgtmanid" class="input_essential" navindex="1" style="left:95px; top:27px; width:120px; height:19px; ">
  418. <script type="javascript" ev:event="onkeypress">
  419. <![CDATA[
  420. fPopupinfo();
  421. ]]>
  422. </script>
  423. </input>
  424. <button id="btn_trgtman" class="icon_search" style="left:220px; top:30px; width:16px; height:16px; ">
  425. <caption/>
  426. <script type="javascript" ev:event="onclick">
  427. <![CDATA[
  428. fSearchTrgtMan();
  429. ]]>
  430. </script>
  431. </button>
  432. <caption id="caption11" class="cell_1" style="left:435px; top:25px; width:85px; height:23px; vertical-align:middle; ">세례명</caption>
  433. <output id="output2" ref="/root/main/charitypayspec/charitypayinfo/baptnm" class="output_fix" style="left:525px; top:27px; width:120px; height:19px; "/>
  434. <textarea id="textarea1" ref="/root/main/charitypayspec/charitypayinfo/cnts" navindex="5" maxlength="100" style="left:740px; top:25px; width:440px; height:50px; "/>
  435. <line id="line3" class="line_2" style="x1:0px; y1:51px; x2:650px; y2:51px; "/>
  436. <line id="line6" class="line_3" style="x1:0px; y1:80px; x2:1179px; y2:80px; "/>
  437. <button id="button15" class="btn5_letter3" disable.background-image="../../../com/commonweb/images/dis_btn5_letter3.gif" style="left:1125px; top:0px; width:53px; height:19px; background-image:../../../com/commonweb/images/btn5_letter3.gif; ">
  438. <caption>초기화</caption>
  439. <script type="javascript" ev:event="DOMActivate">
  440. <![CDATA[
  441. fReset();
  442. ]]>
  443. </script>
  444. </button>
  445. <input id="input1" ref="/root/hidden/reqdata/trgtmanid" visibility="hidden" style="left:920px; top:0px; width:100px; height:19px; "/>
  446. </group>
  447. <button id="button10" class="btn2_letter2" disable.background-image="../../../com/commonweb/images/dis_btn2_letter2.gif" style="left:1135px; top:52px; width:42px; height:19px; background-image:../../../com/commonweb/images/btn2_letter2.gif; ">
  448. <caption>출력</caption>
  449. <script type="javascript" ev:event="DOMActivate">
  450. <![CDATA[
  451. fPreview();
  452. ]]>
  453. </script>
  454. </button>
  455. </group>
  456. <group id="group5" scroll="auto" style="left:0px; top:757px; width:1195px; height:27px; ">
  457. <line id="line37" class="line_6" style="x1:0px; y1:0px; x2:1194px; y2:0px; "/>
  458. </group>
  459. </xhtml:body>
  460. </xhtml:html>