SMRPA06100_건강보험기관별급여이체.xrw 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246
  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>I</workgbn>
  19. <paytransyn>N</paytransyn>
  20. </report>
  21. <payappsend>
  22. <instcd/>
  23. <payym/>
  24. <payitemcd/>
  25. <cancelyn/>
  26. </payappsend>
  27. </send>
  28. <temp>
  29. <payrefltyn/>
  30. <instcnfmyn/>
  31. <hidden/>
  32. </temp>
  33. </root>
  34. </instance>
  35. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  38. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  39. <script type="javascript" src="../../../mis/insurancemngtweb/js/RPA001.js"/>
  40. <script type="javascript" ev:event="xforms-ready">
  41. <![CDATA[
  42. fInitialize();
  43. misfGridInit(grd_healthinsulist);
  44. rpaComboInstBase(cmb_instcd,getUserInfo("dutplceinstcd"),"Y");
  45. var instcd = getUserInfo("dutplceinstcd");
  46. cmb_instcd.value=instcd;
  47. rdo_flag.value = "I";
  48. ]]>
  49. </script>
  50. <submission id="TRRPA05801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/main"/>
  51. <submission id="TXRWZ00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payappsend" resultref="/root/temp/hidden"/>
  52. <submission id="TRRPA01402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/temp"/>
  53. </model>
  54. <script type="javascript">
  55. <![CDATA[
  56. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  57. function fInitialize() {
  58. model.removeNodeset("/root/main/healthinsulist");
  59. model.resetInstanceNode("/root/send");
  60. model.setValue("/root/send/report/notiym", getCurrentDate().substr(0, 6));
  61. model.setValue("/root/send/report/paytransyn",'N');
  62. model.refresh();
  63. }
  64. function fSearch() {
  65. if(!isRequiredControls("ipt_notiym"))return;
  66. if ( cmb_instcd.value != "" ) {
  67. misfGridInit(grd_healthinsulist);
  68. submit("TRRPA05801");
  69. }
  70. }
  71. ]]>
  72. </script>
  73. </xhtml:head>
  74. <xhtml:body pagewidth="850" pageheight="550" style="margin-left:8; margin-right:8; ">
  75. <group id="group1" style="left:0px; top:0px; width:745px; height:13px; ">
  76. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:560px; height:13px; ">기관별 급여이체</caption>
  77. </group>
  78. <group id="group2" scroll="auto" style="left:0px; top:13px; width:805px; height:517px; ">
  79. <input id="ipt_notiym" ref="/root/send/report/notiym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:95px; top:6px; width:95px; height:19px; "/>
  80. <select1 id="cmb_instcd" ref="/root/send/report/instcd" class="combo_s_essential" appearance="minimal" style="left:95px; top:31px; width:180px; height:19px; ">
  81. <choices>
  82. <itemset>
  83. <label/>
  84. <value/>
  85. </itemset>
  86. </choices>
  87. </select1>
  88. <button id="btn_exceldetail" class="btn2_letter4" style="left:679px; top:77px; width:64px; height:19px; ">
  89. <caption>엑셀저장</caption>
  90. <script type="javascript" ev:event="DOMActivate">
  91. <![CDATA[
  92. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  93. if (fileName != "")
  94. {
  95. grd_healthinsulist.saveExcel(fileName, "sheetname:savetype", true, true, "", "");
  96. }
  97. ]]>
  98. </script>
  99. </button>
  100. <caption id="cap_instcd" class="cell_1" style="left:0px; top:30px; width:90px; height:23px; text-align:center; vertical-align:middle; ">급 여 기 관</caption>
  101. <caption id="cap_notiym" class="cell_1" style="left:0px; top:5px; width:90px; height:23px; text-align:center; vertical-align:middle; ">급 여 년 월</caption>
  102. <button id="button2" class="btn4_letter2" style="left:290px; top:55px; width:56px; height:22px; ">
  103. <caption>작업</caption>
  104. <script type="javascript" ev:event="DOMActivate">
  105. <![CDATA[
  106. if(!isRequiredControls("ipt_notiym","rdo_flag"))return;
  107. if ( rdo_flag.value == "I" ) {
  108. var retMes = messageBox("["+cmb_instcd.label+"] 자료를 급여이체하시겠습니까?", "Q999");
  109. if ( retMes != 6) {
  110. return;
  111. }
  112. submit("TRRPA01402");
  113. var payrefltyn = model.getValue("/root/temp/payrefltyn");
  114. var endyn = model.getValue("/root/temp/endyn");
  115. var payemplyn = model.getValue("/root/temp/payemplyn");
  116. if(endyn !='Y'){
  117. messageBox("건강보험 자료가 마감되지","E007");
  118. return;
  119. }
  120. if(payrefltyn =='Y'){
  121. messageBox("급여이체 자료가 이미","I001");
  122. return;
  123. }
  124. if(payemplyn != 'Y') {
  125. messageBox("급여대상자가 생성되지","E007");
  126. return;
  127. }
  128. var instcd = model.getValue("/root/send/report/instcd");
  129. var payym = model.getValue("/root/send/report/notiym");
  130. var payitemcd = "60020";
  131. var cancelyn = "N";
  132. model.setValue("/root/send/payappsend/instcd" ,instcd);
  133. model.setValue("/root/send/payappsend/payym" ,payym);
  134. model.setValue("/root/send/payappsend/payitemcd",payitemcd);
  135. model.setValue("/root/send/payappsend/cancelyn" ,cancelyn);
  136. submit("TXRWZ00303");
  137. if (model.getValue(gvErrorMsgPath + "/type") != "error"){
  138. messageBox("급여이체작업이","I001");
  139. //btn_search.dispatch("DOMActivate");
  140. model.refresh();
  141. }
  142. }
  143. else if( rdo_flag.value == "D" ){
  144. if(!isRequiredControls("ipt_notiym"))return;
  145. var retMes = messageBox("["+cmb_instcd.label+"] 급여이체를 취소하시겠습니까?", "Q999");
  146. if ( retMes != 6) {
  147. return;
  148. }
  149. var instcd = model.getValue("/root/send/report/instcd");
  150. var payym = model.getValue("/root/send/report/notiym");
  151. var payitemcd = "60020";
  152. var cancelyn = "Y";
  153. model.setValue("/root/send/payappsend/instcd" ,instcd);
  154. model.setValue("/root/send/payappsend/payym" ,payym);
  155. model.setValue("/root/send/payappsend/payitemcd",payitemcd);
  156. model.setValue("/root/send/payappsend/cancelyn" ,cancelyn);
  157. submit("TXRWZ00303");
  158. if (model.getValue(gvErrorMsgPath + "/type") != "error"){
  159. messageBox("급여이체 취소작업이","I001");
  160. model.refresh();
  161. }
  162. misfGridInit(grd_healthinsulist);
  163. }
  164. ]]>
  165. </script>
  166. </button>
  167. <caption id="cap_flag" class="cell_1" style="left:0px; top:55px; width:90px; height:23px; text-align:center; vertical-align:middle; ">작 업 구 분</caption>
  168. <select1 id="rdo_flag" ref="/root/send/report/workgbn" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:95px; top:58px; width:180px; height:15px; border-style:none; ">
  169. <choices>
  170. <item>
  171. <label>급여이체</label>
  172. <value>I</value>
  173. </item>
  174. <item>
  175. <label>급여이체취소</label>
  176. <value>D</value>
  177. </item>
  178. </choices>
  179. </select1>
  180. <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" explorerbar="sortmove" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:102px; width:745px; height:365px; text-align:center; ">
  181. <col ref="notiym" visibility="visible" format="yyyy-mm"/>
  182. <col ref="instnm" style="text-align:center; "/>
  183. <col ref="emplnm" type="output" style="text-align:center; "/>
  184. <col ref="rrgstno" type="output" format="999999-9999999" style="text-align:center; "/>
  185. <col ref="reductresnnm" style="text-align:center; "/>
  186. <col ref="jobkindcd" style="text-align:center; "/>
  187. <col ref="remunrmmamt" savetype="digit" format="(-)#,##0" style="text-align:right; "/>
  188. <col ref="calcinsuamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  189. <col ref="calcresnnm" savetype="digit" style="text-align:center; "/>
  190. <col ref="fromym" visibility="visible" format="yyyy-mm"/>
  191. <col ref="toym" visibility="visible" format="yyyy-mm"/>
  192. <col ref="calcamt" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
  193. <col ref="notiamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  194. <col ref="yyendcalc" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  195. <col ref="adjtamt" savetype="digit" type="output" format="(-)#,##0" style="left:951px; top:43px; width:70px; height:23px; text-align:right; "/>
  196. <col ref="notiympayamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  197. <col ref="mtrtcalcinsuamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  198. <col ref="mtrtcalcresn" style="text-align:center; "/>
  199. <col ref="mtrtfromym" visibility="visible" format="yyyy-mm"/>
  200. <col ref="mtrttoym" visibility="visible" format="yyyy-mm"/>
  201. <col ref="mtrtcalcamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  202. <col ref="mtrtnotiamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  203. <col ref="mtrtyyendcalc" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  204. <col ref="mtrtadjtamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  205. <col ref="mtrtnotiympayamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  206. <col ref="mtrtcalcinsuamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  207. <col ref="mtrtcalcamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  208. <col ref="mtrtnotiamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  209. <col ref="mtrtyyendcalcsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  210. <col ref="mtrtadjtamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  211. <col ref="mtrtnotiympayamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
  212. <col ref="certno" style="text-align:center; "/>
  213. <col ref="acqtdd" visibility="visible" format="yyyy-mm-dd"/>
  214. <col ref="lossdd" visibility="visible" format="yyyy-mm-dd"/>
  215. <col ref="endyn" style="text-align:center; "/>
  216. <col ref="payrefltyn" style="text-align:center; "/>
  217. <col ref="retircalcamt" savetype="digit" visibility="hidden" style="text-align:center; "/>
  218. <col ref="unitbizplceno" visibility="hidden"/>
  219. <col ref="instcd" visibility="hidden" style="text-align:center; "/>
  220. </datagrid>
  221. <line id="line203" class="line_1" style="x1:0px; y1:0px; x2:350px; y2:0px; "/>
  222. <line id="line1" class="line_2" style="x1:0px; y1:28px; x2:280px; y2:28px; "/>
  223. <line id="line2" class="line_2" style="x1:0px; y1:53px; x2:280px; y2:53px; "/>
  224. <line id="line3" class="line_3" style="x1:0px; y1:77px; x2:350px; y2:77px; "/>
  225. <line id="line4" class="line_1" style="x1:0px; y1:97px; x2:745px; y2:97px; "/>
  226. <caption id="caption278" class="tit_2" style="left:0px; top:83px; width:191px; height:13px; ">급여이체 되지 않은 사원 List</caption>
  227. <button id="btn_search" class="btn1_letter2" style="left:620px; top:75px; width:56px; height:22px; ">
  228. <caption>조회</caption>
  229. <script type="javascript" ev:event="DOMActivate">
  230. <![CDATA[
  231. if(!isRequiredControls("ipt_notiym"))return;
  232. fSearch();
  233. ]]>
  234. </script>
  235. </button>
  236. </group>
  237. </xhtml:body>
  238. </xhtml:html>