SMRPA05800_개인별보험료납부통지내역.xrw 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448
  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. <healthinsulist>
  11. </healthinsulist>
  12. <healthinsusum/>
  13. </main>
  14. <send>
  15. <report>
  16. <notiym/>
  17. <instcd/>
  18. <workgbn/>
  19. <rrgstno1/>
  20. <rrgstno2/>
  21. <emplnm/>
  22. <preststatcd/>
  23. <healpreststatcd/>
  24. <retircalcamt/>
  25. </report>
  26. <payappsend>
  27. <instcd/>
  28. <payym/>
  29. <payitemcd/>
  30. <cancelyn/>
  31. </payappsend>
  32. </send>
  33. <temp>
  34. <payrefltyn/>
  35. <instcnfmyn/>
  36. <hidden/>
  37. </temp>
  38. <init>
  39. <healpreststat>
  40. <label>전체</label>
  41. <value>0</value>
  42. <label>재직</label>
  43. <value>1</value>
  44. <label>퇴직</label>
  45. <value>2</value>
  46. </healpreststat>
  47. </init>
  48. </root>
  49. </instance>
  50. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  51. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  52. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  53. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  54. <script type="javascript" src="../../../mis/insurancemngtweb/js/RPA001.js"/>
  55. <script type="javascript" ev:event="xforms-ready">
  56. <![CDATA[
  57. fInitialize();
  58. misfGridInit(grd_healthinsulist);
  59. rpaComboInstBase(cmb_instcd,getUserInfo("dutplceinstcd"),"Y");
  60. misfComboComCdList('R0146', cmb_preststatcd,'Y');
  61. var instcd = getUserInfo("dutplceinstcd");
  62. cmb_instcd.value=instcd;
  63. rdo_healpreststat.value='0';
  64. ]]>
  65. </script>
  66. <submission id="TRRPA05801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/main"/>
  67. <submission id="TXRWZ00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payappsend" resultref="/root/temp/hidden"/>
  68. <submission id="TRRPA01402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/temp"/>
  69. </model>
  70. <script type="javascript">
  71. <![CDATA[
  72. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  73. function fInitialize() {
  74. model.removeNodeset("/root/main/healthinsulist");
  75. model.resetInstanceNode("/root/send");
  76. model.refresh();
  77. var curDate = getCurrentDate().toDate();
  78. model.setValue("/root/send/report/notiym", curDate.getDateFormat('YYYYMM'));
  79. }
  80. function fPrint() {
  81. exeReportPreview("RPRPA05800", "XMLSTR", "/root/send/report");
  82. //grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"))=notiympayamt;
  83. }
  84. function fCopyNode(){
  85. // 개인별 건강보험료 납부 통지 내역 리스트
  86. model.makeNode("/root/send/rexreport/healthinsulist/notiym");
  87. model.makeNode("/root/send/rexreport/healthinsulist/instnm");
  88. model.makeNode("/root/send/rexreport/healthinsulist/emplnm");
  89. model.makeNode("/root/send/rexreport/healthinsulist/rrgstno");
  90. model.makeNode("/root/send/rexreport/healthinsulist/reductresnnm");
  91. model.makeNode("/root/send/rexreport/healthinsulist/jobkindcd");
  92. model.makeNode("/root/send/rexreport/healthinsulist/remunrmmamt");
  93. model.makeNode("/root/send/rexreport/healthinsulist/calcinsuamt");
  94. model.makeNode("/root/send/rexreport/healthinsulist/calcresnnm");
  95. model.makeNode("/root/send/rexreport/healthinsulist/acqtdd");
  96. model.makeNode("/root/send/rexreport/healthinsulist/lossdd");
  97. model.makeNode("/root/send/rexreport/healthinsulist/calcamt");
  98. model.makeNode("/root/send/rexreport/healthinsulist/notiamt")
  99. model.makeNode("/root/send/rexreport/healthinsulist/yyendcalc");
  100. model.makeNode("/root/send/rexreport/healthinsulist/adjtamt");
  101. model.makeNode("/root/send/rexreport/healthinsulist/notiympayamt");
  102. model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcinsuamt");
  103. model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcresn");
  104. model.makeNode("/root/send/rexreport/healthinsulist/mtrtfromym");
  105. model.makeNode("/root/send/rexreport/healthinsulist/mtrttoym");
  106. model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcamt");
  107. model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiamt");
  108. model.makeNode("/root/send/rexreport/healthinsulist/mtrtyyendcalc");
  109. model.makeNode("/root/send/rexreport/healthinsulist/mtrtadjtamt");
  110. model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiympayamt");
  111. model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcinsuamtsum");
  112. model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcamtsum");
  113. model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiamtsum");
  114. model.makeNode("/root/send/rexreport/healthinsulist/mtrtyyendcalcsum");
  115. model.makeNode("/root/send/rexreport/healthinsulist/mtrtadjtamtsum");
  116. model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiympayamtsum");
  117. model.makeNode("/root/send/rexreport/healthinsulist/endyn");
  118. model.makeNode("/root/send/rexreport/healthinsulist/payrefltyn");
  119. model.makeNode("/root/send/rexreport/healthinsulist/retircalcamt");
  120. model.makeNode("/root/send/rexreport/healthinsulist/unitbizplceno");
  121. // 개인별 건강보험료 납부 통지 내역 합계
  122. model.makeNode("/root/send/rexreport/healthinsusum/calcinsuamtsum");
  123. model.makeNode("/root/send/rexreport/healthinsusum/calcamtsum");
  124. model.makeNode("/root/send/rexreport/healthinsusum/notiamtsum");
  125. model.makeNode("/root/send/rexreport/healthinsusum/yyendcalcsum");
  126. model.makeNode("/root/send/rexreport/healthinsusum/adjtamtsum");
  127. model.copyNode("/root/send/rexreport", "/root/main");
  128. }
  129. ]]>
  130. </script>
  131. </xhtml:head>
  132. <xhtml:body style="margin-left:8; margin-right:8; ">
  133. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  134. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">개인별 보험료 납부 통지 내역</caption>
  135. </group>
  136. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  137. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  138. <caption id="cap_notiym" class="search_name" style="left:15px; top:19px; width:86px; height:17px; ">고지년월:</caption>
  139. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  140. <caption>조회</caption>
  141. <script type="javascript" ev:event="DOMActivate">
  142. <![CDATA[
  143. if(!isRequiredControls("ipt_notiym"))return;
  144. misfGridInit(grd_healthinsulist);
  145. model.removeNodeset("/root/main");
  146. submit("TRRPA05801");
  147. fCopyNode();
  148. grd_healthinsulist.subtotal("clear", 0, 0);
  149. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("calcinsuamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  150. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("calcamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  151. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("notiamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  152. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("yyendcalc"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  153. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("adjtamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  154. grd_healthinsulist.subtotal("sum",-1, grd_healthinsulist.colRef("notiympayamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  155. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcinsuamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  156. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  157. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  158. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtyyendcalc"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  159. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtadjtamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  160. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiympayamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  161. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcinsuamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  162. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  163. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  164. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtyyendcalcsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  165. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtadjtamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  166. grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiympayamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
  167. var retircalcamt=0;
  168. var mtrtretircalcamt=0;
  169. var totmtrtnotiympayamtsum=0;
  170. for(var i = 2 ; i < grd_healthinsulist.rows ; i++ ){
  171. var calcresnnm =grd_healthinsulist.valueMatrix(i,grd_healthinsulist.colRef("calcresnnm"));
  172. if(calcresnnm =='퇴직'){
  173. retircalcamt=parseFloat(grd_healthinsulist.valueMatrix(i,grd_healthinsulist.colRef("notiympayamt")))+parseFloat(retircalcamt);
  174. mtrtretircalcamt=parseFloat(grd_healthinsulist.valueMatrix(i,grd_healthinsulist.colRef("mtrtnotiympayamt")))+parseFloat(mtrtretircalcamt);
  175. }
  176. }
  177. grd_healthinsulist.insertRow(1,"below", "false", "true");
  178. grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("instnm"))="퇴직정산";
  179. grd_healthinsulist.rowstyle(2, "data", "background-color") = "#ffff99";
  180. grd_healthinsulist.rowstyle(2, "data", "format") = "(-)#,##0";
  181. grd_healthinsulist.rowstyle(2, "data", "font-weight") = "bold";
  182. grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"))=retircalcamt;
  183. grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("mtrtnotiympayamt"))=mtrtretircalcamt;
  184. totmtrtnotiympayamtsum = retircalcamt + mtrtretircalcamt;
  185. grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("mtrtnotiympayamtsum"))= totmtrtnotiympayamtsum;
  186. ipt_retircalcamt.value = totmtrtnotiympayamtsum;
  187. grd_healthinsulist.clearStatus();
  188. //퇴직 및 공통 데이터
  189. model.makeNode("/root/send/rexreport/retirementcom/selectinstnm");
  190. model.makeNode("/root/send/rexreport/retirementcom/unitbizplceno");
  191. model.makeNode("/root/send/rexreport/retirementcom/totmtrtnotiympayamtsum");
  192. model.makeNode("/root/send/rexreport/retirementcom/notiym");
  193. var selectInstnm="";
  194. var unitbizplceno=grd_healthinsulist.valueMatrix(3,grd_healthinsulist.colRef("unitbizplceno"));
  195. var notiym = grd_healthinsulist.valueMatrix(3,grd_healthinsulist.colRef("notiym"));
  196. var retircalcamt= ipt_retircalcamt.value;
  197. if(cmb_instcd.label==""){
  198. selectInstnm="전체";
  199. }else{
  200. selectInstnm=cmb_instcd.label;
  201. }
  202. //var notiympayamt=grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"));
  203. //grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"))=0;
  204. model.setValue("/root/send/rexreport/retirementcom/selectinstnm", selectInstnm);
  205. model.setValue("/root/send/rexreport/retirementcom/unitbizplceno", unitbizplceno);
  206. model.setValue("/root/send/rexreport/retirementcom/totmtrtnotiympayamtsum", totmtrtnotiympayamtsum);
  207. model.setValue("/root/send/rexreport/retirementcom/notiym", notiym);
  208. model.refresh();
  209. ]]>
  210. </script>
  211. </button>
  212. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  213. <input id="ipt_notiym" ref="/root/send/report/notiym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:100px; top:18px; width:80px; height:19px; "/>
  214. <select1 id="cmb_instcd" ref="/root/send/report/instcd" class="combo_s_essential" appearance="minimal" style="left:275px; top:18px; width:110px; height:19px; ">
  215. <choices>
  216. <itemset>
  217. <label/>
  218. <value/>
  219. </itemset>
  220. </choices>
  221. </select1>
  222. <caption id="cap_instcd" class="search_name" style="left:190px; top:20px; width:86px; height:17px; ">기 관:</caption>
  223. <input id="ipt_workgbn" ref="/root/send/report/workgbn" visibility="hidden" style="left:735px; top:50px; width:110px; height:19px; "/>
  224. <line id="line207" class="line_1" style="x1:0; y1:69; x2:1195; y2:69px; "/>
  225. <caption id="caption9" class="tit_2" style="left:10px; top:54px; width:219px; height:14px; ">개인별 보험료 납부 통지 내역</caption>
  226. <datagrid id="grd_healthinsulist" nodeset="/root/main/healthinsulist" caption="고지년월^기관^성명^주민등록번호^감면사유^직종코드^보수월액^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^합계^합계^합계^합계^합계^합계^증번호^취득일^상실일^자료마감^급여반영^퇴직정산금액^단위기관^급여기관코드|고지년월^기관^성명^주민등록번호^감면사유^직종코드^보수월액^산출보험료^정산^정산시작월^정산종료월^정산금액^고지금액^연말정산^조정금액^당월납부액^산출보험료^정산^정산시작월^정산종료월^정산금액^고지금액^연말정산^조정금액^당월납부액^산출보험료^정산보험료^고지보험료^연말정산보험료^조정금액^당월납부액^증번호^취득일^상실일^자료마감^급여반영^퇴직정산금액^단위기관^급여기관코드" colwidth="56, 101, 68, 90, 60, 54, 70, 84, 60, 75, 75, 70, 80, 70, 70, 81, 100, 60, 75, 75, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 85, 75, 75, 56, 54, 55, 81, 70" dataheight="25" ellipsis="true" extendlastcol="scroll" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:74px; width:1194px; height:616px; text-align:center; ">
  227. <col ref="notiym" visibility="visible" format="yyyy-mm"/>
  228. <col ref="instnm" style="text-align:center; "/>
  229. <col ref="emplnm" type="output" style="text-align:center; "/>
  230. <col ref="rrgstno" type="output" format="999999-9999999" style="text-align:center; "/>
  231. <col ref="reductresnnm" style="text-align:center; "/>
  232. <col ref="jobkindcd" style="text-align:center; "/>
  233. <col ref="remunrmmamt" savetype="digit" format="(-)#,##0" style="text-align:right; "/>
  234. <col ref="calcinsuamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  235. <col ref="calcresnnm" savetype="digit" style="text-align:center; "/>
  236. <col ref="fromym" visibility="visible" format="yyyy-mm"/>
  237. <col ref="toym" visibility="visible" format="yyyy-mm"/>
  238. <col ref="calcamt" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
  239. <col ref="notiamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  240. <col ref="yyendcalc" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  241. <col ref="adjtamt" savetype="digit" type="output" format="(-)#,##0" style="left:951px; top:43px; width:70px; height:23px; text-align:right; "/>
  242. <col ref="notiympayamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  243. <col ref="mtrtcalcinsuamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  244. <col ref="mtrtcalcresn" style="text-align:center; "/>
  245. <col ref="mtrtfromym" visibility="visible" format="yyyy-mm"/>
  246. <col ref="mtrttoym" visibility="visible" format="yyyy-mm"/>
  247. <col ref="mtrtcalcamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  248. <col ref="mtrtnotiamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  249. <col ref="mtrtyyendcalc" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  250. <col ref="mtrtadjtamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  251. <col ref="mtrtnotiympayamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  252. <col ref="mtrtcalcinsuamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  253. <col ref="mtrtcalcamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  254. <col ref="mtrtnotiamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  255. <col ref="mtrtyyendcalcsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  256. <col ref="mtrtadjtamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  257. <col ref="mtrtnotiympayamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  258. <col ref="certno" style="text-align:center; "/>
  259. <col ref="acqtdd" visibility="visible" format="yyyy-mm-dd"/>
  260. <col ref="lossdd" visibility="visible" format="yyyy-mm-dd"/>
  261. <col ref="endyn" style="text-align:center; "/>
  262. <col ref="payrefltyn" style="text-align:center; "/>
  263. <col ref="retircalcamt" savetype="digit" visibility="hidden" style="text-align:center; "/>
  264. <col ref="unitbizplceno" visibility="hidden"/>
  265. <col ref="instcd" visibility="hidden" style="text-align:center; "/>
  266. </datagrid>
  267. <caption id="caption32" style="left:539px; top:20px; width:16px; height:17px; font-weight:bold; text-align:center; vertical-align:bottom; ">~</caption>
  268. <caption id="caption34" class="search_name" style="left:396px; top:19px; width:99px; height:17px; ">주민번호:</caption>
  269. <input id="ipt_emplnm" ref="/root/send/report/emplnm" class="input_search" imemode="hangul" style="left:692px; top:18px; width:73px; height:19px; ">
  270. <script type="javascript" ev:event="onkeyup">
  271. <![CDATA[
  272. inputEnterKey("btn_search", "DOMActivate");
  273. ]]>
  274. </script>
  275. </input>
  276. <input id="ipt_chldrnresdnrgst1" ref="/root/send/report/rrgstno1" class="input_search" maxlength="6" style="left:477px; top:18px; width:60px; height:19px; ">
  277. <script type="javascript" ev:event="onkeypress">
  278. <![CDATA[
  279. inputEnterKey("btn_search", "DOMActivate");
  280. ]]>
  281. </script>
  282. <script type="javascript" ev:event="onkeyup">
  283. <![CDATA[
  284. inputEnterKey("btn_search", "DOMActivate");
  285. ]]>
  286. </script>
  287. </input>
  288. <input id="ipt_chldrnresdnrgst2" ref="/root/send/report/rrgstno2" class="input_search" maxlength="8" style="left:557px; top:18px; width:60px; height:19px; ">
  289. <script type="javascript" ev:event="onkeypress">
  290. <![CDATA[
  291. inputEnterKey("btn_search", "DOMActivate");
  292. ]]>
  293. </script>
  294. <script type="javascript" ev:event="onkeyup">
  295. <![CDATA[
  296. inputEnterKey("btn_search", "DOMActivate");
  297. ]]>
  298. </script>
  299. </input>
  300. <caption id="caption37" class="search_name" style="left:632px; top:19px; width:60px; height:17px; ">성명:</caption>
  301. <button id="btn_exceldetail" class="btn2_letter4" style="left:1125px; top:48px; width:64px; height:19px; ">
  302. <caption>엑셀저장</caption>
  303. <script type="javascript" ev:event="DOMActivate">
  304. <![CDATA[
  305. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  306. if (fileName != "")
  307. {
  308. grd_healthinsulist.saveExcel(fileName, "sheetname:savetype", true, true, "", "");
  309. }
  310. ]]>
  311. </script>
  312. </button>
  313. <caption id="caption1" class="search_name" style="left:780px; top:20px; width:81px; height:17px; ">근무상태:</caption>
  314. <select1 id="cmb_preststatcd" ref="/root/send/report/preststatcd" class="combo_s_essential" appearance="minimal" style="left:863px; top:19px; width:77px; height:19px; ">
  315. <choices>
  316. <itemset>
  317. <label/>
  318. <value/>
  319. </itemset>
  320. </choices>
  321. </select1>
  322. <select1 id="rdo_healpreststat" ref="/root/send/report/healpreststatcd" class="radio_search" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:945px; top:20px; width:160px; height:16px; text-align:center; border-style:none; ">
  323. <choices>
  324. <itemset nodeset="/root/init/healpreststat">
  325. <label ref="label"/>
  326. <value ref="value"/>
  327. </itemset>
  328. </choices>
  329. </select1>
  330. <input id="ipt_retircalcamt" ref="/root/send/report/retircalcamt" visibility="hidden" style="left:855px; top:50px; width:110px; height:19px; "/>
  331. </group>
  332. <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  333. <button id="btn_init" class="btn4_letter3" style="left:949px; top:3px; width:68px; height:22px; ">
  334. <caption>초기화</caption>
  335. <script type="javascript" ev:event="DOMActivate">
  336. <![CDATA[
  337. fInitialize();
  338. ]]>
  339. </script>
  340. </button>
  341. <line id="line9" class="line_6" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
  342. <button id="button1" class="btn4_letter5" style="left:1018px; top:3px; width:92px; height:22px; ">
  343. <caption>내역서출력</caption>
  344. <script type="javascript" ev:event="DOMActivate">
  345. <![CDATA[
  346. fPrint();
  347. //exeReportPreview("RPTPA05700", "XMLSTR");
  348. ]]>
  349. </script>
  350. </button>
  351. <button id="button2" class="btn4_letter4" visibility="visible" style="left:1112px; top:3px; width:80px; height:22px; ">
  352. <caption>급여이체</caption>
  353. <script type="javascript" ev:event="DOMActivate">
  354. <![CDATA[
  355. // if(!isRequiredControls("ipt_notiym"))return;
  356. // var retMes = messageBox("자료를 급여이체하시겠습니까?", "Q999");
  357. // if ( retMes != 6) {
  358. // return;
  359. // }
  360. // submit("TRRPA01402");
  361. // var payrefltyn=model.getValue("/root/temp/payrefltyn");
  362. // var endyn=model.getValue("/root/temp/endyn");
  363. // if(endyn !='Y'){
  364. // messageBox("건강보험 자료가 마감되지 ","E007");
  365. // return;
  366. // }
  367. // if(payrefltyn =='Y'){
  368. // messageBox("급여이체 자료가 이미 ","I001");
  369. // return;
  370. // }
  371. //
  372. //
  373. // var instcd = getUserInfo("dutplceinstcd");
  374. // var payym = model.getValue("/root/send/report/notiym");
  375. // var payitemcd = "60020";
  376. // var cancelyn = "N";
  377. // model.setValue("/root/send/payappsend/instcd",instcd);
  378. // model.setValue("/root/send/payappsend/payym",payym);
  379. // model.setValue("/root/send/payappsend/payitemcd",payitemcd);
  380. // model.setValue("/root/send/payappsend/cancelyn",cancelyn);
  381. //
  382. //
  383. // submit("TXRWZ00303");
  384. // if (model.getValue(gvErrorMsgPath + "/type") != "error"){
  385. // messageBox("급여이체작업이","I001");
  386. // //btn_search.dispatch("DOMActivate");
  387. // model.refresh();
  388. // }
  389. // commonWeb-common.js 에 open함수 있음.
  390. open("SMRPA06100","","20","20","popup");
  391. ]]>
  392. </script>
  393. </button>
  394. <button id="button3" class="btn4_letter6" visibility="hidden" style="left:720px; top:0px; width:104px; height:22px; ">
  395. <caption>급여이체취소</caption>
  396. <script type="javascript" ev:event="DOMActivate">
  397. <![CDATA[
  398. // commonWeb-common.js 에 open함수 있음.
  399. open("SMRPA06100","","20","20","popup");
  400. /*
  401. if(!isRequiredControls("ipt_notiym"))return;
  402. var retMes = messageBox("전기관의 급여이체를 취소하시겠습니까?", "Q999");
  403. if ( retMes != 6) {
  404. return;
  405. }
  406. var instcd = getUserInfo("dutplceinstcd");
  407. var payym = model.getValue("/root/send/report/notiym");
  408. var payitemcd = "60020";
  409. var cancelyn = "Y";
  410. model.setValue("/root/send/payappsend/instcd",instcd);
  411. model.setValue("/root/send/payappsend/payym",payym);
  412. model.setValue("/root/send/payappsend/payitemcd",payitemcd);
  413. model.setValue("/root/send/payappsend/cancelyn",cancelyn);
  414. submit("TXRWZ00303");
  415. if (model.getValue(gvErrorMsgPath + "/type") != "error"){
  416. messageBox("급여이체 취소작업이","I001");
  417. //btn_search.dispatch("DOMActivate");
  418. model.refresh();
  419. }
  420. */
  421. ]]>
  422. </script>
  423. </button>
  424. </group>
  425. </xhtml:body>
  426. </xhtml:html>