SMRPA04300_연금기관별청구현황.xrw 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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. <insurancelist>
  11. <instnm/>
  12. <jobgradnm/>
  13. <mancnt/>
  14. <prestmmbamt/>
  15. <totretc/>
  16. <loadamt/>
  17. <totamt/>
  18. <groupretc/>
  19. <perponamt/>
  20. <corporateamt/>
  21. <calamityamt/>
  22. <notiym/>
  23. <instcd/>
  24. <selectinstnm/>
  25. </insurancelist>
  26. </main>
  27. <send>
  28. <report>
  29. <notiym/>
  30. <instcd/>
  31. <workgbn/>
  32. <selectinstnm/>
  33. </report>
  34. </send>
  35. <temp/>
  36. <init/>
  37. </root>
  38. </instance>
  39. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  42. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  43. <script type="javascript" src="../../../mis/insurancemngtweb/js/RPA001.js"/>
  44. <script type="javascript" ev:event="xforms-ready">
  45. <![CDATA[
  46. fInitialize();
  47. misfGridInit(grd_insurancelist);
  48. rpaComboInstBase(cmb_instcd,getUserInfo("dutplceinstcd"),"Y");
  49. //var instcd = getUserInfo("dutplceinstcd");
  50. //cmb_instcd.value=instcd;
  51. ]]>
  52. </script>
  53. <submission id="TRRPA04301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/main/insurancelist"/>
  54. </model>
  55. <script type="javascript">
  56. <![CDATA[
  57. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  58. function fInitialize() {
  59. model.removeNodeset("/root/main/insurancelist");
  60. model.resetInstanceNode("/root/send");
  61. model.refresh();
  62. var curDate = getCurrentDate().toDate();
  63. model.setValue("/root/send/report/notiym", curDate.getDateFormat('YYYYMM'));
  64. }
  65. function fPrint() {
  66. model.makeNode("/root/send/report/selectinstnm");
  67. var selectInstnm="";
  68. if(cmb_instcd.value==""){
  69. selectInstnm="전체";
  70. }else{
  71. selectInstnm=cmb_instcd.label;
  72. }
  73. model.setValue("/root/send/report/selectinstnm", selectInstnm);
  74. exeReportPreview("RPRPA04300", "XMLSTR", "/root/send/report");
  75. }
  76. ]]>
  77. </script>
  78. </xhtml:head>
  79. <xhtml:body style="margin-left:8; margin-right:8; ">
  80. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  81. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">연금 기관별 청구현황</caption>
  82. </group>
  83. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  84. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  85. <caption id="cap_notiym" class="search_name" style="left:15px; top:19px; width:86px; height:17px; ">고지년월:</caption>
  86. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  87. <caption>조회</caption>
  88. <script type="javascript" ev:event="DOMActivate">
  89. <![CDATA[
  90. if(!isRequiredControls("ipt_notiym"))return;
  91. submit("TRRPA04301");
  92. grd_insurancelist.mergecol(2) = false;
  93. grd_insurancelist.mergecol(3) = false;
  94. grd_insurancelist.mergecol(4) = false;
  95. grd_insurancelist.mergecol(5) = false;
  96. grd_insurancelist.mergecol(6) = false;
  97. grd_insurancelist.mergecol(7) = false;
  98. grd_insurancelist.mergecol(8) = false;
  99. grd_insurancelist.mergecol(9) = false;
  100. grd_insurancelist.mergecol(10) = false;
  101. grd_insurancelist.mergecol(11) = false;
  102. grd_insurancelist.mergecol(12) = false;
  103. grd_insurancelist.mergecol(13) = false;
  104. grd_insurancelist.mergecells = "bycol";
  105. /*grd_insurancelist.subtotalposition="below";
  106. grd_insurancelist.multitotals=true;
  107. grd_insurancelist.subtotal("sum", 1, 3, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계", true);
  108. grd_insurancelist.subtotal("sum", 1, 4, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계1", true);
  109. grd_insurancelist.subtotal("sum", 1, 5, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계2", true);
  110. grd_insurancelist.subtotal("sum", 1, 6, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계3", true);
  111. grd_insurancelist.subtotal("sum", 1, 7, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계4", true);
  112. grd_insurancelist.subtotal("sum", 1, 8, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계5", true);
  113. grd_insurancelist.subtotal("sum", 1, 9, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계6", true);
  114. grd_insurancelist.subtotal("sum", 1, 10, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계7", true);
  115. grd_insurancelist.subtotal("sum", 1, 11, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계8", true);
  116. grd_insurancelist.subtotal("sum", 1, 12, "format:#,###; roundmode:round; roundpostion:2", "background-color:#ccffff; font-weight:bold;", 1, "기관별소계9", true);
  117. */
  118. // grd_insurancelist.subtotal("sum", 1, 4, "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", 1, "기관별소계", true);
  119. //grd_insurancelist.multitotals=true;
  120. //grd_insurancelist.subtotal("sum", 1, 4, "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", 2, "기관별소계", true);
  121. //grd_insurancelist.subtotal("sum", 1, 5, "format:#,###; roundmode:round; roundpostion:2", "background-color:#f4f4f4; font-weight:bold; ", 2, "기관별소계1", true);
  122. ]]>
  123. </script>
  124. </button>
  125. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  126. <input id="ipt_notiym" ref="/root/send/report/notiym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:100px; top:18px; width:100px; height:19px; "/>
  127. <select1 id="cmb_instcd" ref="/root/send/report/instcd" class="combo_s_essential" appearance="minimal" style="left:305px; top:18px; width:144px; height:19px; ">
  128. <choices>
  129. <itemset>
  130. <label/>
  131. <value/>
  132. </itemset>
  133. </choices>
  134. </select1>
  135. <caption id="cap_instcd" class="search_name" style="left:220px; top:20px; width:86px; height:17px; ">기 관:</caption>
  136. <input id="ipt_workgbn" ref="/root/send/report/workgbn" visibility="hidden" style="left:535px; top:20px; width:110px; height:20px; "/>
  137. <line id="line207" class="line_1" style="x1:0; y1:69; x2:1195; y2:69px; "/>
  138. <caption id="caption9" class="tit_2" style="left:10px; top:54px; width:139px; height:14px; ">연금 기관별청구현황</caption>
  139. <datagrid id="grd_insurancelist" nodeset="/root/main/insurancelist" caption="기관명^구분^인원수^당월개인부담금^소급부담금^대여금^합산반납금^군소급^개인부담금계^법인부담금계^재해보상금^총계" colsep="^" colwidth="125, 90, 90, 100, 90, 90, 90, 90, 95, 95, 95, 110, 90, 100" mergecellsfixedrows="bycolrec" rowheader="select" rowsep="|" style="left:0px; top:74px; width:1194px; height:640px; ">
  140. <col ref="instnm" style="text-align:center; "/>
  141. <col ref="jobgradnm" style="text-align:center; "/>
  142. <col ref="mancnt" format="#,###" style="text-align:right; "/>
  143. <col ref="prestmmbamt" format="#,###" style="text-align:right; "/>
  144. <col ref="totretc" format="#,###" style="text-align:right; "/>
  145. <col ref="loadamt" format="#,###" style="text-align:right; "/>
  146. <col ref="totamt" format="#,###" style="text-align:right; "/>
  147. <col ref="groupretc" format="#,###" style="text-align:right; "/>
  148. <col ref="perponamt" format="#,###" style="text-align:right; "/>
  149. <col ref="corporateamt" format="#,###" style="text-align:right; "/>
  150. <col ref="calamityamt" format="#,###" style="text-align:right; "/>
  151. <col ref="totperamt" format="#,###" style="text-align:right; "/>
  152. <col ref="notiym" visibility="hidden"/>
  153. <col ref="instcd" visibility="hidden"/>
  154. </datagrid>
  155. <button id="btn_penexcel" class="btn2_letter4" style="left:1125px; top:48px; width:64px; height:19px; ">
  156. <caption>엑셀저장</caption>
  157. <script type="javascript" ev:event="DOMActivate">
  158. <![CDATA[
  159. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  160. if (fileName != "")
  161. {
  162. grd_insurancelist.saveExcel(fileName, "SheetName", true, true, "", "");
  163. }
  164. ]]>
  165. </script>
  166. </button>
  167. </group>
  168. <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  169. <button id="btn_init" class="btn4_letter3" style="left:1119px; top:3px; width:68px; height:22px; ">
  170. <caption>초기화</caption>
  171. <script type="javascript" ev:event="DOMActivate">
  172. <![CDATA[
  173. fInitialize();
  174. ]]>
  175. </script>
  176. </button>
  177. <line id="line9" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  178. <button id="button2" class="btn4_letter5" style="left:1025px; top:3px; width:92px; height:22px; ">
  179. <caption>내역서출력</caption>
  180. <script type="javascript" ev:event="DOMActivate">
  181. <![CDATA[
  182. fPrint();
  183. ]]>
  184. </script>
  185. </button>
  186. </group>
  187. </xhtml:body>
  188. </xhtml:html>