SPPIF80200_과별진료비삭감현황조회.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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. <send>
  10. <fromdd/>
  11. <todd/>
  12. <ioflag>I</ioflag>
  13. <insukind>'11','21','22','41'</insukind>
  14. <ordfildcd>!=</ordfildcd>
  15. </send>
  16. <main>
  17. <list>
  18. <deptcutamtlist>
  19. <instcd/>
  20. <orddeptcd/>
  21. <orddeptnm/>
  22. <totcnt/>
  23. <totalamt/>
  24. <cutcnt/>
  25. <totamt/>
  26. <item01/>
  27. <item02/>
  28. <item03/>
  29. <item04/>
  30. <itemblood/>
  31. <item05/>
  32. <item06/>
  33. <item07/>
  34. <item08/>
  35. <item09/>
  36. <item10/>
  37. <itemss/>
  38. <itemct/>
  39. <itemmri/>
  40. <itempetct/>
  41. <instcd/>
  42. <orddeptcd/>
  43. <orddeptnm/>
  44. <totcnt/>
  45. <totalamt/>
  46. <cutcnt/>
  47. <totamt/>
  48. <item01per/>
  49. <item02per/>
  50. <item03per/>
  51. <item04per/>
  52. <itembloodper/>
  53. <item05per/>
  54. <item06per/>
  55. <item07per/>
  56. <item08per/>
  57. <item09per/>
  58. <item10per/>
  59. <itemssper/>
  60. <itemctper/>
  61. <itemmriper/>
  62. <itempetctper/>
  63. </deptcutamtlist>
  64. </list>
  65. </main>
  66. <init>
  67. <P0028list>
  68. <P0028>
  69. <cdid/>
  70. <cdnm/>
  71. </P0028>
  72. </P0028list>
  73. <P0155list>
  74. <P0155>
  75. <cdid/>
  76. <cdnm/>
  77. </P0155>
  78. </P0155list>
  79. <M0530list>
  80. <M0530>
  81. <cdid/>
  82. <cdnm/>
  83. </M0530>
  84. </M0530list>
  85. <M0029list>
  86. <M0029>
  87. <cdid/>
  88. <cdnm/>
  89. </M0029>
  90. </M0029list>
  91. <P0443list/>
  92. <P0444list/>
  93. </init>
  94. <hidden>
  95. <U0001>
  96. <cd/>
  97. <nm>전체</nm>
  98. </U0001>
  99. <U0002list>
  100. <U0002>
  101. <cdid/>
  102. <cdnm/>
  103. </U0002>
  104. </U0002list>
  105. <sppmc02500>
  106. <cond>
  107. <srchcond/>
  108. <pid/>
  109. <hngnm/>
  110. <rrgstno1/>
  111. <rrgstno2/>
  112. <insukind/>
  113. </cond>
  114. </sppmc02500>
  115. <excel>
  116. <seqno/>
  117. <printno/>
  118. </excel>
  119. </hidden>
  120. </root>
  121. </instance>
  122. <script type="javascript" ev:event="xforms-ready">
  123. <![CDATA[
  124. CommCode_Load();
  125. // 그리드 초기화(행을 모두 삭제한다.)
  126. model.removeNodeset("/root/main/list/deptcutamtlist");
  127. model.refresh();
  128. model.setValue("/root/send/fromdd", getCurrentDate());
  129. model.setValue("/root/send/todd", getCurrentDate());
  130. ipt_fromdd.refresh();
  131. ipt_todd.refresh();
  132. ]]>
  133. </script>
  134. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post"/>
  135. <submission id="TRPIF80201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list"/>
  136. <submission id="TRPIJ00203" mediatype="application/x-www-form-urlencoded" method="post"/>
  137. </model>
  138. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  139. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  140. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  141. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  142. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  143. <script type="javascript" src="../../../com/commonweb/js/tfHelperAsync.js"/>
  144. <script type="javascript" src="../../../com/instantmsgweb/js/ZMI001.js"/>
  145. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  146. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  147. <script type="javascript">
  148. <![CDATA[
  149. // 공통코드 Load작업
  150. function CommCode_Load() {
  151. // 관련 Control 초기화
  152. zbcfGetCodeList(new Array("P0028", "P0155", "M0530","M0029","P0443", "P0444"), new Array("/root/init/P0028list", "/root/init/P0155list", "/root/init/M0530list", "/root/init/M0029list","/root/init/P0443list", "/root/init/P0444list"));
  153. }
  154. function responseHandlerTRPIF80201() {
  155. //copyNodeType("/root/main/list1","/root/hidden/list1","after");
  156. //model.removeNodeset("/root/hidden/list1/clbs");
  157. multilinegrid1.cellStyle("border-bottom-style",1,multilinegrid1.colRef("totamt"), multilinegrid1.rows-1 , multilinegrid1.colRef("totamt")) = "hidden";
  158. multilinegrid1.cellStyle("border-bottom-style",1,multilinegrid1.colRef("item01"), multilinegrid1.rows-1 , multilinegrid1.colRef("itempetct")) = "hidden";
  159. var totalamt = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/totalamt)"));
  160. var totcnt = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/totcnt)"));
  161. var cutcnt = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/cutcnt)"));
  162. var totamt = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/totamt)"));
  163. var item01 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item01)"));
  164. var item02 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item02)"));
  165. var item03 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item03)"));
  166. var item04 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item04)"));
  167. var itemblood = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/itemblood)"));
  168. var item05 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item05)"));
  169. var item06 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item06)"));
  170. var item07 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item07)"));
  171. var item08 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item08)"));
  172. var item09 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item09)"));
  173. var item10 = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/item10)"));
  174. var itemss = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/itemss)"));
  175. var itemct = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/itemct)"));
  176. var itemmri = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/itemmri)"));
  177. var itempetct = parseInt(model.getXPathValue("sum(/root/main/list/deptcutamtlist[*]/itempetct)"));
  178. multilinegrid1.addRow();
  179. var maxcnt = model.getXPathValue("count(/root/main/list/deptcutamtlist[*]/orddeptcd)") ;
  180. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/orddeptcd", 0);
  181. model.setValue("/root/main/list/deptcutamtlist["+maxcnt+"]/orddeptnm", '총 합계');
  182. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/totalamt", totalamt);
  183. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/amtper", (totamt/totalamt*100).toFixed(2) );
  184. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/totcnt", totcnt);
  185. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/cutcnt", cutcnt);
  186. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/totamt", totamt);
  187. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item01", item01);
  188. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item02", item02);
  189. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item03", item03);
  190. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item04", item04);
  191. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itemblood", itemblood);
  192. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item05", item05);
  193. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item06", item06);
  194. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item07", item07);
  195. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item08", item08);
  196. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item09", item09);
  197. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item10", item10);
  198. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itemss", itemss);
  199. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itemct", itemct);
  200. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itemmri", itemmri);
  201. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itempetct", itempetct);
  202. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item01per", (item01/totamt*100).toFixed(2) );
  203. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item02per", (item02/totamt*100).toFixed(2));
  204. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item03per", (item03/totamt*100).toFixed(2) );
  205. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item04per", (item04/totamt*100).toFixed(2) );
  206. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itembloodper", (itemblood/totamt*100).toFixed(2) );
  207. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item05per", (item05/totamt*100).toFixed(2));
  208. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item06per", (item06/totamt*100).toFixed(2));
  209. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item07per", (item07/totamt*100).toFixed(2));
  210. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item08per", (item08/totamt*100).toFixed(2) );
  211. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item09per", (item09/totamt*100).toFixed(2) );
  212. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/item10per", (item10/totamt*100).toFixed(2) );
  213. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itemssper", (itemss/totamt*100).toFixed(2) );
  214. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itemctper", (itemct/totamt*100).toFixed(2) );
  215. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itemmriper", (itemmri/totamt*100).toFixed(2));
  216. model.setXPathValue("/root/main/list/deptcutamtlist["+maxcnt+"]/itempetctper", (itempetct/totamt*100).toFixed(2) );
  217. model.refresh();
  218. removeLoadingWindow();
  219. }
  220. ]]>
  221. </script>
  222. </xhtml:head>
  223. <xhtml:body class="datagrid2" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  224. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  225. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:311px; height:15px; ">과별진료비삭감현황조회</caption>
  226. </group>
  227. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  228. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:38px; vertical-align:top; ">
  229. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  230. <button id="button1" class="btn1_letter2" style="left:1123px; top:7px; width:56px; height:22px; ">
  231. <caption>조회</caption>
  232. <script type="javascript" ev:event="DOMActivate">
  233. <![CDATA[
  234. var sWindowMsg = "데이터 조회 중입니다...";
  235. callLoadingWindow(sWindowMsg);
  236. asyncSend("TRPIF80201", "/root/send", "/root/main/list", "responseHandlerTRPIF80201");
  237. //submit("TRPIF80201");
  238. ]]>
  239. </script>
  240. </button>
  241. <line id="line13" class="line_4" style="x1:1098px; y1:7px; x2:1098px; y2:29px; "/>
  242. <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" inputtype="date" format="yyyy-mm" style="left:75px; top:10x; width:70px; height:19px; ">
  243. <script type="javascript" ev:event="xforms-value-changed">
  244. <![CDATA[
  245. ipt_todd.value = ipt_fromdd.value.substr(0,6);
  246. model.refreshpart("/root/send/todd");
  247. ]]>
  248. </script>
  249. </input>
  250. <caption id="caption13" class="search_name" style="left:10px; top:9px; width:71px; height:17px; ">기간 :</caption>
  251. <caption id="caption3" style="left:147px; top:10px; width:20px; height:20px; ">~</caption>
  252. <input id="ipt_todd" ref="/root/send/todd" class="input_search" inputtype="date" format="yyyy-mm" style="left:160px; top:10px; width:70px; height:19px; "/>
  253. <caption id="caption1" class="search_name" style="left:237px; top:9x; width:90px; height:17px; ">내원유형 :</caption>
  254. <caption id="caption2" class="search_name" style="left:417px; top:9px; width:90px; height:17px; ">보험유형 :</caption>
  255. <caption id="caption4" class="search_name" style="left:688px; top:9px; width:90px; height:17px; ">분야 :</caption>
  256. <select1 id="radio1" ref="/root/send/ioflag" appearance="full" cols="2" overflow="visible" style="left:325px; top:10px; width:95px; height:20px; border-style:none; ">
  257. <choices>
  258. <item>
  259. <label>입원</label>
  260. <value>I</value>
  261. </item>
  262. <item>
  263. <label>외래</label>
  264. <value>O</value>
  265. </item>
  266. </choices>
  267. <script type="javascript" ev:event="xforms-value-changed">
  268. <![CDATA[
  269. button1.dispatch("DOMActivate");
  270. ]]>
  271. </script>
  272. </select1>
  273. <select1 id="radio2" ref="/root/send/insukind" appearance="full" cols="4" overflow="visible" style="left:507px; top:10px; width:190px; height:20px; border-style:none; ">
  274. <choices>
  275. <item>
  276. <label>전체</label>
  277. <value>'11','21','22','41'</value>
  278. </item>
  279. <item>
  280. <label>보험</label>
  281. <value>'11'</value>
  282. </item>
  283. <item>
  284. <label>보호</label>
  285. <value>'21','22'</value>
  286. </item>
  287. <item>
  288. <label>산재</label>
  289. <value>'41'</value>
  290. </item>
  291. </choices>
  292. <script type="javascript" ev:event="xforms-value-changed">
  293. <![CDATA[
  294. button1.dispatch("DOMActivate");
  295. ]]>
  296. </script>
  297. </select1>
  298. <select1 id="radio3" ref="/root/send/ordfildcd" appearance="full" cols="2" overflow="visible" style="left:749px; top:10px; width:100px; height:20px; border-style:none; ">
  299. <choices>
  300. <item>
  301. <label>의과</label>
  302. <value>!=</value>
  303. </item>
  304. <item>
  305. <label>치과</label>
  306. <value>=</value>
  307. </item>
  308. </choices>
  309. <script type="javascript" ev:event="xforms-value-changed">
  310. <![CDATA[
  311. button1.dispatch("DOMActivate");
  312. ]]>
  313. </script>
  314. </select1>
  315. </group>
  316. <button id="button12" class="btn2_letter4" style="left:1130px; top:55px; width:64px; height:19px; ">
  317. <caption>액셀저장</caption>
  318. <script type="javascript" ev:event="onclick">
  319. <![CDATA[
  320. var fileName = window.fileDialog("save", ",", false, '과별진료비삭감현황조회', "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  321. if (fileName != "") {
  322. multilinegrid1.saveExcel(fileName, "sheetname:sheet1;exporttype:multi");
  323. }
  324. ]]>
  325. </script>
  326. </button>
  327. <line id="line2" class="line_1" style="x1:0px; y1:75px; x2:1195px; y2:75px; "/>
  328. <caption id="caption10" class="tit_2" style="left:0px; top:58px; width:265px; height:15px; ">과별진료비삭감현황조회</caption>
  329. <multilinegrid id="multilinegrid1" nodeset="/root/main/list/deptcutamtlist" caption="진료과^총진료비^진료과^총진료비^총인원^총삭감액^삭감인원^진찰료^입원료^내복약^주사료^마취료^물리치료료^정신요법료^수술처치료^수혈료^검사료^방사선료^특수^CT료^MRI^Pet CT|진료과^총진료비^진료과^총진료비^총인원^총삭감액^삭감인원^진찰료^입원료^내복약^주사료^마취료^물리치료료^정신요법료^수술처치료^수혈료^검사료^방사선료^특수^CT료^MRI^Pet CT" colsep="^" colwidth="20, 17, 102, 80, 44, 70, 37, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70, 70" rowheader="seq" rowsep="|" mergecellsfixedrows="bycolrec" style="left:0px; top:80px; width:1195px; height:650px; ">
  330. <row>
  331. <col ref="instcd" rowspan="2" visibility="hidden"/>
  332. <col ref="orddeptcd" rowspan="2" visibility="hidden"/>
  333. <col ref="orddeptnm" rowspan="2" style="text-align:left; vertical-align:top; "/>
  334. <col ref="totalamt" rowspan="2" format="#,###" style="text-align:right; vertical-align:top; "/>
  335. <col ref="totcnt" rowspan="2" format="#,###" style="text-align:right; vertical-align:top; "/>
  336. <col ref="totamt" format="#,###" style="text-align:right; border-bottom-color:#ffffff; border-bottom-style:hidden; "/>
  337. <col ref="cutcnt" rowspan="2" format="#,###" style="text-align:right; vertical-align:top; "/>
  338. <col ref="item01" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  339. <col ref="item02" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  340. <col ref="item03" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  341. <col ref="item04" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  342. <col ref="item05" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  343. <col ref="item06" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  344. <col ref="item07" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  345. <col ref="item08" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  346. <col ref="itemblood" format="#,###" style="text-align:right; border-bottom-color:#ffffff; border-top-style:none; "/>
  347. <col ref="item09" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  348. <col ref="item10" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  349. <col ref="itemss" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  350. <col ref="itemct" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  351. <col ref="itemmri" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  352. <col ref="itempetct" format="#,###" style="text-align:right; border-bottom-color:#ffffff; "/>
  353. </row>
  354. <row>
  355. <col ref="amtper" format="###.00" style="text-align:right; border-top-color:#ffffff; border-top-style:hidden; "/>
  356. <col ref="item01per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  357. <col ref="item02per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  358. <col ref="item03per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  359. <col ref="item04per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  360. <col ref="item05per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  361. <col ref="item06per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  362. <col ref="item07per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  363. <col ref="item08per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  364. <col ref="itembloodper" format="###.00" style="text-align:right; border-top-color:#ffffff; border-top-style:none; "/>
  365. <col ref="item09per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  366. <col ref="item10per" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  367. <col ref="itemssper" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  368. <col ref="itemctper" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  369. <col ref="itemmriper" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  370. <col ref="itempetctper" format="###.00" style="text-align:right; border-top-color:#ffffff; "/>
  371. </row>
  372. </multilinegrid>
  373. <button id="button2" class="btn2_letter2" style="left:1087px; top:55px; width:42px; height:19px; ">
  374. <caption>출력</caption>
  375. <script type="javascript" ev:event="onclick">
  376. <![CDATA[
  377. exeReportPreview("RPPIF80200", "XMLSTR", "", "", "false", "", "", "", "", "","", "", "", "", "", "1", "");
  378. ]]>
  379. </script>
  380. </button>
  381. </group>
  382. <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
  383. <group id="group1" scroll="auto" style="left:0px; top:755px; width:1195px; height:28px; ">
  384. <button id="button45" class="btn4_letter2" style="left:1138px; top:5px; width:56px; height:22px; ">
  385. <caption>닫기</caption>
  386. <script type="javascript" ev:event="onclick">
  387. <![CDATA[
  388. window.close();
  389. ]]>
  390. </script>
  391. </button>
  392. </group>
  393. </xhtml:body>
  394. </xhtml:html>