SMRPA04100_대여상환금납입명세서.xrw 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238
  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. <disadiffpay>
  11. <disadiffpayinst>
  12. <instnm/>
  13. <cnt/>
  14. <mancnt/>
  15. <instcd/>
  16. <notiym/>
  17. <emplnm/>
  18. <workgbn/>
  19. <infoworkgbn/>
  20. </disadiffpayinst>
  21. </disadiffpay>
  22. <disadiffpayform>
  23. <penlentlist>
  24. <seqno/>
  25. <instcd/>
  26. <notiym/>
  27. <rrgstno/>
  28. <name/>
  29. <pensloadno/>
  30. <pensym/>
  31. <paytimes/>
  32. <divtimes/>
  33. <prinamt/>
  34. <restamt/>
  35. <delyrest/>
  36. <payflag/>
  37. <spreprin/>
  38. <emplno/>
  39. </penlentlist>
  40. </disadiffpayform>
  41. </main>
  42. <send>
  43. <searchlist>
  44. <notiym/>
  45. <rrgstno1/>
  46. <rrgstno2/>
  47. <emplnm/>
  48. <instcd/>
  49. <infoworkgbn/>
  50. <workgbn/>
  51. </searchlist>
  52. <disadiffpay>
  53. <instcd/>
  54. <notiym/>
  55. <rrgstno1/>
  56. <rrgstno2/>
  57. <emplnm/>
  58. <workgbn/>
  59. <infoworkgbn/>
  60. </disadiffpay>
  61. </send>
  62. <temp/>
  63. <init/>
  64. </root>
  65. </instance>
  66. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  67. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  68. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  69. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  70. <script type="javascript" ev:event="xforms-ready">
  71. <![CDATA[
  72. fInitialize();
  73. misfGridInit(grd_disadiffpayinst);
  74. misfGridInit(grd_penlentlist);
  75. misfMsterDetailSet(grd_disadiffpayinst, null, "TRRPA03001" ,"N");
  76. misfMsterDetailSet(grd_penlentlist, grd_disadiffpayinst, "TRRPA03003" ,"N");
  77. misfComboComCdList('Z0007', cmb_instcd);
  78. var instcd = getUserInfo("dutplceinstcd");
  79. cmb_instcd.value=instcd;
  80. ]]>
  81. </script>
  82. <submission id="TRRPA03001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchlist" resultref="/root/main/disadiffpay"/>
  83. <submission id="TRRPA03003" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/disadiffpay" resultref="/root/main/disadiffpayform"/>
  84. </model>
  85. <script type="javascript">
  86. <![CDATA[
  87. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  88. function fInitialize() {
  89. model.removeNodeset("/root/main/disadiffpay/disadiffpayinst");
  90. model.removeNodeset("/root/main/disadiffpayform/penlentlist");
  91. model.resetInstanceNode("/root/send");
  92. model.refresh();
  93. var curDate = getCurrentDate().toDate();
  94. model.setValue("/root/send/searchlist/notiym", curDate.getDateFormat('YYYYMM'));
  95. }
  96. function fPrint() {
  97. exeReportPreview("RPRPA04100", "XMLSTR");
  98. }
  99. ]]>
  100. </script>
  101. </xhtml:head>
  102. <xhtml:body style="margin-left:8; margin-right:8; ">
  103. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  104. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">대여상환금납입 명세서</caption>
  105. </group>
  106. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  107. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  108. <caption id="caption2" class="search_name" style="left:15px; top:19px; width:86px; height:17px; ">고지년월:</caption>
  109. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  110. <caption>조회</caption>
  111. <script type="javascript" ev:event="DOMActivate">
  112. <![CDATA[
  113. if(!isRequiredControls("ipt_notiym"))return;
  114. model.makeValue("/root/send/searchlist/workgbn","P");
  115. model.setValue("/root/send/searchlist/infoworkgbn","M");
  116. misfMsterDetailRetrieve();
  117. ]]>
  118. </script>
  119. </button>
  120. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  121. <line id="line207" class="line_1" style="x1:0; y1:69; x2:1195; y2:69px; "/>
  122. <input id="ipt_notiym" ref="/root/send/searchlist/notiym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:100px; top:18px; width:100px; height:19px; "/>
  123. <caption id="caption9" class="tit_2" style="left:10px; top:54px; width:139px; height:14px; ">대여상환금 내역</caption>
  124. <caption id="caption4" class="search_name" style="left:219px; top:20px; width:99px; height:17px; ">주민번호:</caption>
  125. <caption id="caption309" style="left:372px; top:21px; width:16px; height:17px; font-weight:bold; text-align:center; vertical-align:bottom; ">~</caption>
  126. <input id="ipt_chldrnresdnrgst1" ref="/root/send/searchlist/rrgstno1" class="input_default" maxlength="6" style="left:300px; top:19px; width:70px; height:19px; ">
  127. <script type="javascript" ev:event="onkeypress">
  128. <![CDATA[
  129. inputEnterKey("btn_search", "DOMActivate");
  130. ]]>
  131. </script>
  132. </input>
  133. <input id="ipt_chldrnresdnrgst2" ref="/root/send/searchlist/rrgstno2" class="input_default" maxlength="7" style="left:388px; top:19px; width:70px; height:19px; ">
  134. <script type="javascript" ev:event="onkeypress">
  135. <![CDATA[
  136. inputEnterKey("btn_search", "DOMActivate");
  137. ]]>
  138. </script>
  139. </input>
  140. <caption id="caption5" class="search_name" style="left:466px; top:20px; width:60px; height:17px; ">성명:</caption>
  141. <input id="ipt_emplnm" ref="/root/send/searchlist/emplnm" imemode="hangul" style="left:526px; top:19px; width:105px; height:19px; "/>
  142. <select1 id="cmb_instcd" ref="/root/send/searchlist/instcd" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:675px; top:20px; width:144px; height:19px; ">
  143. <choices>
  144. <itemset>
  145. <label/>
  146. <value/>
  147. </itemset>
  148. </choices>
  149. </select1>
  150. <datagrid id="grd_disadiffpayinst" nodeset="/root/main/disadiffpay/disadiffpayinst" caption="기관^총건수^인원수^기관코드^작업월^caption1^caption2^caption3" colsep="^" colwidth="137, 62, 58, 100, 43" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:74px; width:280px; height:640px; ">
  151. <col ref="instnm"/>
  152. <col ref="cnt" format="#,###" style="text-align:right; "/>
  153. <col ref="mancnt" format="#,###" style="text-align:right; "/>
  154. <col ref="instcd" visibility="hidden"/>
  155. <col ref="notiym" visibility="hidden"/>
  156. <col ref="workgbn" visibility="hidden"/>
  157. <col ref="infoworkgbn" visibility="hidden"/>
  158. <script type="javascript" ev:event="onrowchanged">
  159. <![CDATA[
  160. grd_disadiffpayinst.subtotal("clear", 0, 0);
  161. grd_disadiffpayinst.subtotalPosition = "below";
  162. grd_disadiffpayinst.multiTotals = true;
  163. grd_disadiffpayinst.subtotal("sum", -1, 3, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; font-weight:bold; ", 1, "총합계", false);
  164. grd_disadiffpayinst.subtotal("sum", -1, 2, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; font-weight:bold; ", 1, "총합계", false);
  165. var rrgstno1=model.getValue("/root/send/searchlist/rrgstno1");
  166. var rrgstno2=model.getValue("/root/send/searchlist/rrgstno2");
  167. var emplnm=model.getValue("/root/send/searchlist/emplnm");
  168. model.makeValue("/root/main/disadiffpay/disadiffpayinst/rrgstno1",rrgstno1);
  169. model.makeValue("/root/main/disadiffpay/disadiffpayinst/rrgstno2",rrgstno2);
  170. model.makeValue("/root/main/disadiffpay/disadiffpayinst/emplnm",emplnm);
  171. misfMsterDetailRetrieve();
  172. ]]>
  173. </script>
  174. </datagrid>
  175. <datagrid id="grd_penlentlist" nodeset="/root/main/disadiffpayform/penlentlist" caption="고지년월^기관^주민등록번호^성명^연금대여번호^불입횟차^분할횟차^원금^이자^합계" colsep="^" colwidth="67, 124, 114, 81, 80, 58, 66, 90, 90, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:284px; top:74px; width:910px; height:640px; ">
  176. <col ref="notiym" format="yyyy-mm" style="text-align:center; "/>
  177. <col ref="instnm" style="text-align:center; "/>
  178. <col ref="rrgstno" format="999999-9999999" style="text-align:center; "/>
  179. <col ref="emplnm" style="text-align:center; "/>
  180. <col ref="pensloadno" style="text-align:center; "/>
  181. <col ref="paytimes" style="text-align:center; "/>
  182. <col ref="divtimes" style="text-align:center; "/>
  183. <col ref="prinamt" format="(-)#,###" style="text-align:right; "/>
  184. <col ref="restamt" format="(-)#,###" style="text-align:right; "/>
  185. <col ref="totamt" format="(-)#,###" style="text-align:right; "/>
  186. <col ref="instcd" visibility="hidden"/>
  187. </datagrid>
  188. <input id="input1" ref="/root/send/searchlist/infoworkgbn" visibility="hidden" style="left:835px; top:20px; width:100px; height:19px; "/>
  189. <button id="btn_instexcel" class="btn2_letter4" style="left:210px; top:48px; width:64px; height:19px; ">
  190. <caption>엑셀저장</caption>
  191. <script type="javascript" ev:event="DOMActivate">
  192. <![CDATA[
  193. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  194. if (fileName != "")
  195. {
  196. grd_disadiffpayinst.saveExcel(fileName, "SheetName", true, true, "", "");
  197. }
  198. ]]>
  199. </script>
  200. </button>
  201. <button id="btn_penexcel" class="btn2_letter4" style="left:1125px; top:48px; width:64px; height:19px; ">
  202. <caption>엑셀저장</caption>
  203. <script type="javascript" ev:event="DOMActivate">
  204. <![CDATA[
  205. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  206. if (fileName != "")
  207. {
  208. grd_penlentlist.saveExcel(fileName, "SheetName", true, true, "", "");
  209. }
  210. ]]>
  211. </script>
  212. </button>
  213. </group>
  214. <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  215. <button id="btn_init" class="btn4_letter3" style="left:1119px; top:3px; width:68px; height:22px; ">
  216. <caption>초기화</caption>
  217. <script type="javascript" ev:event="DOMActivate">
  218. <![CDATA[
  219. fInitialize();
  220. ]]>
  221. </script>
  222. </button>
  223. <line id="line9" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  224. <button id="button2" class="btn4_letter5" style="left:1025px; top:3px; width:92px; height:22px; ">
  225. <caption>명세서출력</caption>
  226. <script type="javascript" ev:event="DOMActivate">
  227. <![CDATA[
  228. fPrint();
  229. ]]>
  230. </script>
  231. </button>
  232. </group>
  233. </xhtml:body>
  234. </xhtml:html>