SPPMC07100_환불항목별 금액현황.xrw 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450
  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. <data>
  11. <fcstordmat/>
  12. <fcstinamt/>
  13. <fcstchrgfood/>
  14. <fcstmedimpsamt/>
  15. <fcstinjamt/>
  16. <fcstanstamt/>
  17. <fcstcureopamt/>
  18. <fcsttestamt/>
  19. <fcstimgdiagrayamt/>
  20. <fcstscitamt/>
  21. <fcstpsypamt/>
  22. <fcstctordamt/>
  23. <fcstmriordamt/>
  24. <fcstpetordamt/>
  25. <fcstchoiordamt/>
  26. <fcstnopyamt/>
  27. <fcstetcamt/>
  28. <fcstcurematramt/>
  29. <deciordmat/>
  30. <deciinamt/>
  31. <decichrgfood/>
  32. <decimedimpsamt/>
  33. <deciinjamt/>
  34. <decianstamt/>
  35. <decicureopamt/>
  36. <decitestamt/>
  37. <deciimgdiagrayamt/>
  38. <deciscitamt/>
  39. <decipsypamt/>
  40. <decictordamt/>
  41. <decimriordamt/>
  42. <decipetordamt/>
  43. <decichoiordamt/>
  44. <decinopyamt/>
  45. <decietcamt/>
  46. <decicurematramt/>
  47. </data>
  48. </main>
  49. <temp/>
  50. <send>
  51. <data1/>
  52. </send>
  53. </root>
  54. </instance>
  55. <script type="javascript" ev:event="xforms-ready">
  56. <![CDATA[
  57. var acptfromdd = opener.javascript.getParameter("acptfromdd");
  58. var acpttodd = opener.javascript.getParameter("acpttodd");
  59. model.makeValue("root/send/data1/acptfromdd", acptfromdd);
  60. model.makeValue("root/send/data1/acpttodd", acpttodd);
  61. submit("TRPMC03009");
  62. model.refresh();
  63. //팝업화면으로 사용될 때
  64. // if (checkOpener()){
  65. /*
  66. var fcstordmat = opener.javascript.getParameter("fcstordmat");
  67. var fcstinamt = opener.javascript.getParameter("fcstinamt");
  68. var fcstchrgfood = opener.javascript.getParameter("fcstchrgfood");
  69. var fcstmedimpsamt = opener.javascript.getParameter("fcstmedimpsamt");
  70. var fcstinjamt = opener.javascript.getParameter("fcstinjamt");
  71. var fcstanstamt = opener.javascript.getParameter("fcstanstamt");
  72. var fcstcureopamt = opener.javascript.getParameter("fcstcureopamt");
  73. var fcsttestamt = opener.javascript.getParameter("fcsttestamt");
  74. var fcstimgdiagrayamt = opener.javascript.getParameter("fcstimgdiagrayamt");
  75. var fcstscitamt = opener.javascript.getParameter("fcstscitamt");
  76. var fcstpsypamt = opener.javascript.getParameter("fcstpsypamt");
  77. var fcstctordamt = opener.javascript.getParameter("fcstctordamt");
  78. var fcstmriordamt = opener.javascript.getParameter("fcstmriordamt");
  79. var fcstpetordamt = opener.javascript.getParameter("fcstpetordamt");
  80. var fcstchoiordamt = opener.javascript.getParameter("fcstchoiordamt");
  81. var fcstnopyamt = opener.javascript.getParameter("fcstnopyamt");
  82. var fcstetcamt = opener.javascript.getParameter("fcstetcamt");
  83. var fcstcurematramt = opener.javascript.getParameter("fcstcurematramt");
  84. var deciordmat = opener.javascript.getParameter("deciordmat");
  85. var deciinamt = opener.javascript.getParameter("deciinamt");
  86. var decichrgfood = opener.javascript.getParameter("decichrgfood");
  87. var decimedimpsamt = opener.javascript.getParameter("decimedimpsamt");
  88. var deciinjamt = opener.javascript.getParameter("deciinjamt");
  89. var decianstamt = opener.javascript.getParameter("decianstamt");
  90. var decicureopamt = opener.javascript.getParameter("decicureopamt");
  91. var decitestamt = opener.javascript.getParameter("decitestamt");
  92. var deciimgdiagrayamt = opener.javascript.getParameter("deciimgdiagrayamt");
  93. var deciscitamt = opener.javascript.getParameter("deciscitamt");
  94. var decipsypamt = opener.javascript.getParameter("decipsypamt");
  95. var decictordamt = opener.javascript.getParameter("decictordamt");
  96. var decimriordamt = opener.javascript.getParameter("decimriordamt");
  97. var decipetordamt = opener.javascript.getParameter("decipetordamt");
  98. var decichoiordamt = opener.javascript.getParameter("decichoiordamt");
  99. var decinopyamt = opener.javascript.getParameter("decinopyamt");
  100. var decietcamt = opener.javascript.getParameter("decietcamt");
  101. var decicurematramt = opener.javascript.getParameter("decicurematramt");
  102. model.setValue("/root/main/fcstordmat", fcstordmat);
  103. model.setValue("/root/main/fcstinamt", fcstinamt);
  104. model.setValue("/root/main/fcstchrgfood", fcstchrgfood);
  105. model.setValue("/root/main/fcstmedimpsamt", fcstmedimpsamt);
  106. model.setValue("/root/main/fcstinjamt", fcstinjamt);
  107. model.setValue("/root/main/fcstanstamt", fcstanstamt);
  108. model.setValue("/root/main/fcstcureopamt", fcstcureopamt);
  109. model.setValue("/root/main/fcsttestamt", fcsttestamt);
  110. model.setValue("/root/main/fcstimgdiagrayamt", fcstimgdiagrayamt);
  111. model.setValue("/root/main/fcstscitamt", fcstscitamt);
  112. model.setValue("/root/main/fcstpsypamt", fcstpsypamt);
  113. model.setValue("/root/main/fcstctordamt", fcstctordamt);
  114. model.setValue("/root/main/fcstmriordamt", fcstmriordamt);
  115. model.setValue("/root/main/fcstpetordamt", fcstpetordamt);
  116. model.setValue("/root/main/fcstchoiordamt", fcstchoiordamt);
  117. model.setValue("/root/main/fcstnopyamt", fcstnopyamt);
  118. model.setValue("/root/main/fcstetcamt", fcstetcamt);
  119. model.setValue("/root/main/fcstcurematramt", fcstcurematramt);
  120. model.setValue("/root/main/deciordmat", deciordmat);
  121. model.setValue("/root/main/deciinamt", deciinamt);
  122. model.setValue("/root/main/decichrgfood", decichrgfood);
  123. model.setValue("/root/main/decimedimpsamt", decimedimpsamt);
  124. model.setValue("/root/main/deciinjamt", deciinjamt);
  125. model.setValue("/root/main/decianstamt", decianstamt);
  126. model.setValue("/root/main/decicureopamt", decicureopamt);
  127. model.setValue("/root/main/decitestamt", decitestamt);
  128. model.setValue("/root/main/deciimgdiagrayamt", deciimgdiagrayamt);
  129. model.setValue("/root/main/deciscitamt", deciscitamt);
  130. model.setValue("/root/main/decipsypamt", decipsypamt);
  131. model.setValue("/root/main/decictordamt", decictordamt);
  132. model.setValue("/root/main/decimriordamt", decimriordamt);
  133. model.setValue("/root/main/decipetordamt", decipetordamt);
  134. model.setValue("/root/main/decichoiordamt", decichoiordamt);
  135. model.setValue("/root/main/decinopyamt", decinopyamt);
  136. model.setValue("/root/main/decietcamt", decietcamt);
  137. model.setValue("/root/main/decicurematramt", decicurematramt);
  138. model.refresh();
  139. */
  140. /*
  141. if( pid != '') {
  142. //진료과 세팅
  143. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/pid", pid);
  144. }else if( hngnm != '') {
  145. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/hngnm", hngnm);
  146. }else if( rrgstno1 != '') {
  147. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/rrgstno1", rrgstno1);
  148. }else if( rrgstno2 != '') {
  149. model.setValue("/root/main/vippatbaseinfo/vippatbaseinfolist/rrgstno2", rrgstno2);
  150. }
  151. */
  152. // }
  153. ]]>
  154. </script>
  155. <submission id="TRPMC03009" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/data1" replace="instance" resultref="/root/main"/>
  156. </model>
  157. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  158. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  159. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  160. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  161. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  162. <script type="javascript">
  163. <![CDATA[
  164. function fInitialize() {
  165. model.setValue("/root/main/fcstordmat", "0");
  166. model.setValue("/root/main/fcstinamt", "0");
  167. model.setValue("/root/main/fcstchrgfood","0");
  168. model.setValue("/root/main/fcstmedimpsamt", "0");
  169. model.setValue("/root/main/fcstinjamt", "0");
  170. model.setValue("/root/main/fcstanstamt", "0");
  171. model.setValue("/root/main/fcstcureopamt", "0");
  172. model.setValue("/root/main/fcsttestamt", "0");
  173. model.setValue("/root/main/fcstimgdiagrayamt", "0");
  174. model.setValue("/root/main/fcstscitamt", "0");
  175. model.setValue("/root/main/fcstpsypamt", "0");
  176. model.setValue("/root/main/fcstctordamt", "0");
  177. model.setValue("/root/main/fcstmriordamt", "0");
  178. model.setValue("/root/main/fcstpetordamt", "0");
  179. model.setValue("/root/main/fcstchoiordamt", "0");
  180. model.setValue("/root/main/fcstnopyamt", "0");
  181. model.setValue("/root/main/fcstetcamt", "0");
  182. model.setValue("/root/main/fcstcurematramt", "0");
  183. model.setValue("/root/main/deciordmat", "0");
  184. model.setValue("/root/main/deciinamt", "0");
  185. model.setValue("/root/main/decichrgfood", "0");
  186. model.setValue("/root/main/decimedimpsamt", "0");
  187. model.setValue("/root/main/deciinjamt", "0");
  188. model.setValue("/root/main/decianstamt", "0");
  189. model.setValue("/root/main/decicureopamt", "0");
  190. model.setValue("/root/main/decitestamt", "0");
  191. model.setValue("/root/main/deciimgdiagrayamt", "0");
  192. model.setValue("/root/main/deciscitamt", "0");
  193. model.setValue("/root/main/decipsypamt", "0");
  194. model.setValue("/root/main/decictordamt", "0");
  195. model.setValue("/root/main/decimriordamt", "0");
  196. model.setValue("/root/main/decipetordamt", "0");
  197. model.setValue("/root/main/decichoiordamt", "0");
  198. model.setValue("/root/main/decinopyamt", "0");
  199. model.setValue("/root/main/decietcamt", "0");
  200. model.setValue("/root/main/decicurematramt", "0");
  201. model.refresh();
  202. }
  203. ]]>
  204. </script>
  205. </xhtml:head>
  206. <xhtml:body pagewidth="350" pageheight="600" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  207. <group id="group3" scroll="auto" style="left:0px; top:0px; width:320px; height:535px; ">
  208. <caption id="caption1" class="tit_2" style="left:5px; top:5px; width:139px; height:14px; ">환불항목별 금액현황</caption>
  209. <line id="line1" class="line_1" style="x1:0px; y1:20px; x2:318px; y2:20px; "/>
  210. <caption id="caption29" class="cell_1" style="left:0px; top:49px; width:185px; height:23px; text-align:center; vertical-align:middle; background-color:#99ccff; ">항목</caption>
  211. <caption id="caption2" class="cell_1" style="left:186px; top:49px; width:132px; height:23px; text-align:center; vertical-align:middle; background-color:#99ccff; ">금액</caption>
  212. <caption id="caption5" class="cell_1" style="left:0px; top:74px; width:185px; height:23px; vertical-align:middle; ">01 진찰료</caption>
  213. <caption id="caption6" class="cell_1" style="left:0px; top:99px; width:185px; height:23px; vertical-align:middle; ">02 입원료</caption>
  214. <caption id="caption7" class="cell_1" style="left:0px; top:124px; width:185px; height:23px; vertical-align:middle; ">03 식대</caption>
  215. <caption id="caption8" class="cell_1" style="left:0px; top:149px; width:185px; height:23px; vertical-align:middle; ">04 투약 및 처방전료</caption>
  216. <caption id="caption9" class="cell_1" style="left:0px; top:174px; width:185px; height:23px; vertical-align:middle; ">05 주사료</caption>
  217. <caption id="caption10" class="cell_1" style="left:0px; top:199px; width:185px; height:23px; vertical-align:middle; ">06 마취료</caption>
  218. <caption id="caption11" class="cell_1" style="left:0px; top:224px; width:185px; height:23px; vertical-align:middle; ">07 처처 및 수술료</caption>
  219. <caption id="caption12" class="cell_1" style="left:0px; top:249px; width:185px; height:23px; vertical-align:middle; ">08 검사료</caption>
  220. <caption id="caption13" class="cell_1" style="left:0px; top:274px; width:185px; height:28px; vertical-align:middle; ">09 영상진단 및 방사선 치료료</caption>
  221. <input id="input1" ref="/root/main/data/deciordmat" editable="false" format="(-)(-)#,###" style="left:187px; top:76px; width:130px; height:19px; text-align:right; ">
  222. <script type="javascript" ev:event="onkeypress">
  223. <![CDATA[
  224. if (event.keyCode == "13")
  225. {
  226. model.setFocus("input2");
  227. }
  228. ]]>
  229. </script>
  230. </input>
  231. <input id="input2" ref="/root/main/data/deciinamt" editable="false" format="(-)(-)#,###" style="left:187px; top:101px; width:130px; height:19px; text-align:right; ">
  232. <script type="javascript" ev:event="onkeypress">
  233. <![CDATA[
  234. if (event.keyCode == "13")
  235. {
  236. model.setFocus("input3");
  237. }
  238. ]]>
  239. </script>
  240. </input>
  241. <input id="input3" ref="/root/main/data/decichrgfood" editable="false" format="(-)(-)#,###" style="left:187px; top:126px; width:130px; height:19px; text-align:right; ">
  242. <script type="javascript" ev:event="onkeypress">
  243. <![CDATA[
  244. if (event.keyCode == "13")
  245. {
  246. model.setFocus("input4");
  247. }
  248. ]]>
  249. </script>
  250. </input>
  251. <input id="input4" ref="/root/main/data/decimedimpsamt" editable="false" format="(-)(-)#,###" style="left:187px; top:151px; width:130px; height:19px; text-align:right; ">
  252. <script type="javascript" ev:event="onkeypress">
  253. <![CDATA[
  254. if (event.keyCode == "13")
  255. {
  256. model.setFocus("input5");
  257. }
  258. ]]>
  259. </script>
  260. </input>
  261. <input id="input5" ref="/root/main/data/deciinjamt" editable="false" format="(-)(-)#,###" style="left:187px; top:176px; width:130px; height:19px; text-align:right; ">
  262. <script type="javascript" ev:event="onkeypress">
  263. <![CDATA[
  264. if (event.keyCode == "13")
  265. {
  266. model.setFocus("input6");
  267. }
  268. ]]>
  269. </script>
  270. </input>
  271. <input id="input6" ref="/root/main/data/decianstamt" editable="false" format="(-)(-)#,###" style="left:187px; top:201px; width:130px; height:19px; text-align:right; ">
  272. <script type="javascript" ev:event="onkeypress">
  273. <![CDATA[
  274. if (event.keyCode == "13")
  275. {
  276. model.setFocus("input7");
  277. }
  278. ]]>
  279. </script>
  280. </input>
  281. <input id="input7" ref="/root/main/data/decicureopamt" editable="false" format="(-)(-)#,###" style="left:187px; top:226px; width:130px; height:19px; text-align:right; ">
  282. <script type="javascript" ev:event="onkeypress">
  283. <![CDATA[
  284. if (event.keyCode == "13")
  285. {
  286. model.setFocus("input8");
  287. }
  288. ]]>
  289. </script>
  290. </input>
  291. <input id="input8" ref="/root/main/data/decitestamt" editable="false" format="(-)(-)#,###" style="left:187px; top:251px; width:130px; height:19px; text-align:right; ">
  292. <script type="javascript" ev:event="onkeypress">
  293. <![CDATA[
  294. if (event.keyCode == "13")
  295. {
  296. model.setFocus("input9");
  297. }
  298. ]]>
  299. </script>
  300. </input>
  301. <input id="input9" ref="/root/main/data/deciimgdiagrayamt" editable="false" format="(-)(-)#,###" style="left:187px; top:278px; width:130px; height:19px; text-align:right; ">
  302. <script type="javascript" ev:event="onkeypress">
  303. <![CDATA[
  304. if (event.keyCode == "13")
  305. {
  306. model.setFocus("input13");
  307. }
  308. ]]>
  309. </script>
  310. </input>
  311. <caption id="caption14" class="cell_1" style="left:0px; top:429px; width:185px; height:23px; vertical-align:middle; ">15 선택진료료</caption>
  312. <caption id="caption15" class="cell_1" style="left:0px; top:454px; width:185px; height:23px; vertical-align:middle; ">16 비급여</caption>
  313. <caption id="caption16" class="cell_1" style="left:0px; top:479px; width:185px; height:23px; vertical-align:middle; ">17 기타</caption>
  314. <caption id="caption17" class="cell_1" style="left:0px; top:504px; width:185px; height:28px; vertical-align:middle; ">18 치료재료대</caption>
  315. <caption id="caption18" class="cell_1" style="left:0px; top:304px; width:185px; height:23px; vertical-align:middle; ">10 이학요법료</caption>
  316. <caption id="caption19" class="cell_1" style="left:0px; top:329px; width:185px; height:23px; vertical-align:middle; ">11 정신요법료</caption>
  317. <caption id="caption20" class="cell_1" style="left:0px; top:354px; width:185px; height:23px; vertical-align:middle; ">12 CT 진단료</caption>
  318. <caption id="caption21" class="cell_1" style="left:0px; top:379px; width:185px; height:23px; vertical-align:middle; ">13 MRI 진단료</caption>
  319. <caption id="caption22" class="cell_1" style="left:0px; top:404px; width:185px; height:23px; vertical-align:middle; ">14 PET 진단료</caption>
  320. <input id="input10" ref="/root/main/data/decinopyamt" editable="false" format="(-)(-)#,###" style="left:187px; top:456px; width:130px; height:19px; text-align:right; ">
  321. <script type="javascript" ev:event="onkeypress">
  322. <![CDATA[
  323. if (event.keyCode == "13")
  324. {
  325. model.setFocus("input11");
  326. }
  327. ]]>
  328. </script>
  329. </input>
  330. <input id="input11" ref="/root/main/data/decietcamt" editable="false" format="(-)(-)#,###" style="left:187px; top:481px; width:130px; height:19px; text-align:right; ">
  331. <script type="javascript" ev:event="onkeypress">
  332. <![CDATA[
  333. if (event.keyCode == "13")
  334. {
  335. model.setFocus("input12");
  336. }
  337. ]]>
  338. </script>
  339. </input>
  340. <input id="input12" ref="/root/main/data/decicurematramt" editable="false" format="(-)(-)#,###" style="left:187px; top:508px; width:130px; height:19px; text-align:right; "/>
  341. <input id="input13" ref="/root/main/data/deciscitamt" editable="false" format="(-)(-)#,###" style="left:187px; top:306px; width:130px; height:19px; text-align:right; ">
  342. <script type="javascript" ev:event="onkeypress">
  343. <![CDATA[
  344. if (event.keyCode == "13")
  345. {
  346. model.setFocus("input14");
  347. }
  348. ]]>
  349. </script>
  350. </input>
  351. <input id="input14" ref="/root/main/data/decipsypamt" editable="false" format="(-)(-)#,###" style="left:187px; top:331px; width:130px; height:19px; text-align:right; ">
  352. <script type="javascript" ev:event="onkeypress">
  353. <![CDATA[
  354. if (event.keyCode == "13")
  355. {
  356. model.setFocus("input15");
  357. }
  358. ]]>
  359. </script>
  360. </input>
  361. <input id="input15" ref="/root/main/data/decictordamt" editable="false" format="(-)(-)#,###" style="left:187px; top:356px; width:130px; height:19px; text-align:right; ">
  362. <script type="javascript" ev:event="onkeypress">
  363. <![CDATA[
  364. if (event.keyCode == "13")
  365. {
  366. model.setFocus("input16");
  367. }
  368. ]]>
  369. </script>
  370. </input>
  371. <input id="input16" ref="/root/main/data/decimriordamt" editable="false" format="(-)(-)#,###" style="left:187px; top:381px; width:130px; height:19px; text-align:right; ">
  372. <script type="javascript" ev:event="onkeypress">
  373. <![CDATA[
  374. if (event.keyCode == "13")
  375. {
  376. model.setFocus("input17");
  377. }
  378. ]]>
  379. </script>
  380. </input>
  381. <input id="input17" ref="/root/main/data/decipetordamt" editable="false" format="(-)(-)#,###" style="left:187px; top:406px; width:130px; height:19px; text-align:right; ">
  382. <script type="javascript" ev:event="onkeypress">
  383. <![CDATA[
  384. if (event.keyCode == "13")
  385. {
  386. model.setFocus("input18");
  387. }
  388. ]]>
  389. </script>
  390. </input>
  391. <input id="input18" ref="/root/main/data/decichoiordamt" editable="false" format="(-)(-)#,###" style="left:187px; top:431px; width:130px; height:19px; text-align:right; ">
  392. <script type="javascript" ev:event="onkeypress">
  393. <![CDATA[
  394. if (event.keyCode == "13")
  395. {
  396. model.setFocus("input10");
  397. }
  398. ]]>
  399. </script>
  400. </input>
  401. <line id="line3" class="line_3" style="x1:0px; y1:147px; x2:318px; y2:147px; "/>
  402. <line id="line4" class="line_3" style="x1:0px; y1:172px; x2:318px; y2:172px; "/>
  403. <line id="line5" class="line_3" style="x1:0px; y1:197px; x2:318px; y2:197px; "/>
  404. <line id="line6" class="line_3" style="x1:0px; y1:222px; x2:318px; y2:222px; "/>
  405. <line id="line7" class="line_3" style="x1:0px; y1:247px; x2:318px; y2:247px; "/>
  406. <line id="line8" class="line_3" style="x1:0px; y1:272px; x2:318px; y2:272px; "/>
  407. <line id="line9" class="line_3" style="x1:0px; y1:532px; x2:318px; y2:532px; "/>
  408. <line id="line10" class="line_3" style="x1:0px; y1:302px; x2:318px; y2:302px; "/>
  409. <line id="line11" class="line_3" style="x1:0px; y1:327px; x2:318px; y2:327px; "/>
  410. <line id="line12" class="line_3" style="x1:0px; y1:352px; x2:318px; y2:352px; "/>
  411. <line id="line13" class="line_3" style="x1:0px; y1:377px; x2:318px; y2:377px; "/>
  412. <line id="line14" class="line_3" style="x1:0px; y1:402px; x2:318px; y2:402px; "/>
  413. <line id="line15" class="line_3" style="x1:0px; y1:427px; x2:318px; y2:427px; "/>
  414. <line id="line16" class="line_3" style="x1:0px; y1:452px; x2:318px; y2:452px; "/>
  415. <line id="line17" class="line_3" style="x1:0px; y1:477px; x2:318px; y2:477px; "/>
  416. <line id="line18" class="line_3" style="x1:0px; y1:502px; x2:318px; y2:502px; "/>
  417. <caption id="caption42" class="cell_1" style="left:0px; top:24px; width:319px; height:23px; vertical-align:middle; background-color:#c0c0c0; ">환불금액</caption>
  418. <line id="line20" class="line_3" style="x1:0px; y1:97px; x2:318px; y2:97px; "/>
  419. <line id="line40" class="line_3" style="x1:318px; y1:20px; x2:318px; y2:533px; text-align:right; "/>
  420. </group>
  421. <line id="line23" class="line_3" style="x1:0px; y1:122px; x2:318px; y2:122px; "/>
  422. <button id="button1" class="btn4_letter2" style="left:260px; top:545px; width:56px; height:22px; ">
  423. <caption>닫기</caption>
  424. <script type="javascript" ev:event="DOMActivate">
  425. <![CDATA[
  426. // 윈도우 닫기
  427. window.close();
  428. ]]>
  429. </script>
  430. </button>
  431. <button id="button4" class="btn3_letter4" style="left:5px; top:545px; width:116px; height:22px; ">
  432. <caption>내역출력</caption>
  433. <script type="javascript" ev:event="DOMActivate">
  434. <![CDATA[
  435. exeReportPreview("RPPMC03003", "XMLSTR", "","", "false","","","","","false");
  436. ]]>
  437. </script>
  438. </button>
  439. </xhtml:body>
  440. </xhtml:html>