SMRPA10000_사학연금(빈센트).xrw 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet ype="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. <vintinsur>
  11. <vintinsurlist/>
  12. <exceptvintinsurlist/>
  13. <notvintinsurlist/>
  14. </vintinsur>
  15. <excel>
  16. <excellist/>
  17. </excel>
  18. </main>
  19. <send>
  20. <vintinsur>
  21. <instcd/>
  22. <notiym/>
  23. <emplno/>
  24. <emplnm/>
  25. <qryflag>A</qryflag>
  26. </vintinsur>
  27. <save>
  28. <emplserventplist/>
  29. </save>
  30. <attach>
  31. <file/>
  32. <instcd/>
  33. <srventrcd/>
  34. <contfromdd/>
  35. </attach>
  36. <payapp>
  37. <payym/>
  38. <payitemcd/>
  39. <instcd/>
  40. <cancelyn/>
  41. </payapp>
  42. </send>
  43. <temp/>
  44. <init>
  45. </init>
  46. </root>
  47. </instance>
  48. <submission id="TRRPA10001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/vintinsur" resultref="/root/main/vintinsur"/>
  49. <submission id="TXRPA10001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/temp"/>
  50. <submission id="TXRPA10002" mediatype="multipart/form-data" method="form-data-post" ref="/root/send/attach" resultref="/root/main/excel"/>
  51. <submission id="TXRWZ00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payapp" resultref="/root/temp"/>
  52. </model>
  53. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  57. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  58. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  59. <script type="javascript" ev:event="xforms-ready">
  60. <![CDATA[
  61. fInitialize();
  62. ]]>
  63. </script>
  64. <script type="javascript">
  65. <![CDATA[
  66. function fInitialize()
  67. {
  68. model.removenode(grd_vintinsurlist.nodeset);
  69. model.removenode(grd_exceptvintinsurlist.nodeset);
  70. model.removenode(grd_notvintinsurlist.nodeset);
  71. model.refresh();
  72. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
  73. misfMsterDetailSet(grd_vintinsurlist, null, "TRRPA10001", "Y");
  74. misfMsterDetailSet(grd_exceptvintinsurlist, null, "TRRPA10001", "N");
  75. misfMsterDetailSet(grd_notvintinsurlist, null, "TRRPA10001", "N");
  76. var curdate = getCurrentDate();
  77. ipt_notiym.value = curdate.substring(0,6);
  78. cmb_instcd.value = getUserInfo("dutplceinstcd");
  79. btn_payappinsur.disabled = false;
  80. btn_canpayappinsur.disabled = true;
  81. btn_save.disabled = false;
  82. btn_upload.disabled = false;
  83. btn_grdaddvintinsurlist.disabled = false;
  84. btn_alldelete.disabled = false;
  85. btn_grddelvintinsurlist.disabled = false;
  86. model.refresh();
  87. //model.refresh();
  88. }
  89. var fso=new ActiveXObject("Scripting.FileSystemObject");
  90. function fExcelUpload() {
  91. var maxsize = upload1.attribute("filesize");
  92. var filename = window.fileDialog("open", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  93. var filelist = filename.split("|");
  94. model.removeNodeset("/root/main/list/filelist");
  95. model.removeNodeset("/root/send/attach");
  96. //타이틀을 획득한다.
  97. var s = new String(filelist[filelist.length-1]);
  98. var ss = s.split("\\");
  99. if(filename !=""){
  100. //작업 전 row를 추가 >파일명 유/무에 따른 분기>
  101. for(var i = 0 ; i < filelist.length ; i++ ){
  102. grd_attach.addRow(false);
  103. if(filelist[i] == ""){
  104. //alert(grd_attach.rows - 1);
  105. grd_attach.removeRow(false);
  106. grd_attach.refresh();
  107. }else{
  108. grd_attach.valueMatrix(grd_attach.rows - 1, 0) = filelist[i];
  109. //파일크기('tfHelper.checkFileSize' 참조)
  110. var fileCnt = upload1.getFileCount();
  111. var lastIndex = fileCnt - 1;
  112. var fileSize = upload1.getFileSize(lastIndex);
  113. grd_attach.textmatrix(grd_attach.rows - 1,1) = fileSize;
  114. if (!checkFileSize(upload1)){
  115. grd_attach.removeItem();
  116. messageBox("파일 크기가 최대치("+maxsize+"Byte)를", "E003");
  117. return;
  118. }
  119. }
  120. }
  121. // model.makeValue("/root/send/attach/instcd",cmb_instcd.value);
  122. // model.makeValue("/root/send/attach/srventrcd",cmb_srventrcd.value);
  123. // model.makeValue("/root/send/attach/contfromdd",ipt_fromdd.value);
  124. openLoadingBar("파일업로드 작업중입니다... ") ;
  125. submit("TXRPA10002");
  126. closeLoadingBar();
  127. //btn_search.dispatch("DOMActivate");
  128. }
  129. }
  130. ]]>
  131. </script>
  132. </xhtml:head>
  133. <xhtml:body style="margin-left:8; margin-right:8; ">
  134. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  135. <switch id="switch1" style="left:0px; top:80px; width:1190px; height:660px; ">
  136. <case id="case1" selected="true">
  137. <datagrid id="grd_vintinsurlist" nodeset="/root/main/vintinsur/vintinsurlist" caption="사번^성명^주민번호^당월연금^휴직^일반소급^군소급^대여금^합산반납금^추가공제금액^합계^퇴사일^급여반영여부^급여마감여부^고지년월^기관^직급^호봉^직위^급여반영일^입사일^주민번호OLD|사번^성명^주민번호^당월연금^휴직^일반소급^군소급^대여금^합산반납금^추가공제금액^합계^퇴사일^급여반영여부^급여마감여부^고지년월^기관^직급^호봉^직위^급여반영일^입사일^주민번호OLD" colsep="^" colwidth="79, 78, 102, 101, 78, 82, 83, 81, 90, 89, 91, 97, 47, 47, 29, 18, 15, 19, 16, 29, 26, 29" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:35px; width:1186px; height:615px; ">
  138. <col ref="emplno"/>
  139. <col ref="emplnm" type="input"/>
  140. <col ref="rrgstno" type="input" format="999999-9999999" style="text-align:center; vertical-align:middle; "/>
  141. <col ref="prestmmbamt" type="input" format="(-)#,###" style="text-align:right; "/>
  142. <col ref="layoff" type="input" format="(-)#,###" style="text-align:right; "/>
  143. <col ref="totretc" type="input" format="(-)#,###" style="text-align:right; "/>
  144. <col ref="groupretc" type="input" format="(-)#,###" style="text-align:right; "/>
  145. <col ref="loadamt" type="input" format="(-)#,###" style="text-align:right; "/>
  146. <col ref="totamt" type="input" format="(-)#,###" style="text-align:right; "/>
  147. <col ref="adddeduamt" type="input" format="(-)#,###" style="text-align:right; "/>
  148. <col ref="paytotamt" type="output" format="(-)#,###" style="text-align:right; "/>
  149. <col ref="retiredd" format="yyyy-mm-dd"/>
  150. <col ref="payappyn"/>
  151. <col ref="endyn"/>
  152. <col ref="notiym" visibility="hidden"/>
  153. <col ref="instcd" visibility="hidden"/>
  154. <col ref="jobgrad" visibility="hidden"/>
  155. <col ref="paycls" visibility="hidden"/>
  156. <col ref="jobpos" visibility="hidden"/>
  157. <col ref="payappdd" visibility="hidden"/>
  158. <col ref="entcodd" visibility="hidden"/>
  159. <col ref="oldrrgstno" visibility="hidden"/>
  160. <script type="javascript" ev:event="onrowchanged">
  161. <![CDATA[
  162. misfMsterDetailRetrieve();
  163. ]]>
  164. </script>
  165. </datagrid>
  166. <caption id="caption278" class="tit_2" style="left:11px; top:13px; width:162px; height:13px; ">연금 List</caption>
  167. <button id="btn_grddelvintinsurlist" class="btn2_letter3" style="left:1065px; top:5px; width:53px; height:19px; ">
  168. <caption>행삭제</caption>
  169. <script type="javascript" ev:event="DOMActivate">
  170. <![CDATA[
  171. misfGridIUD(grd_vintinsurlist, "D");
  172. ]]>
  173. </script>
  174. </button>
  175. <button id="btn_upload" class="btn5_letter5" style="left:786px; top:5px; width:75px; height:19px; ">
  176. <caption>파일업로드</caption>
  177. <script type="javascript" ev:event="DOMActivate">
  178. <![CDATA[
  179. fExcelUpload();
  180. ]]>
  181. </script>
  182. </button>
  183. <button id="btn_excelsave" class="btn2_letter4" style="left:1119px; top:5px; width:64px; height:19px; ">
  184. <caption>엑셀저장</caption>
  185. <script type="javascript" ev:event="DOMActivate">
  186. <![CDATA[
  187. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  188. if (fileName != "")
  189. {
  190. grd_vintinsurlist.saveExcel(fileName);
  191. }
  192. ]]>
  193. </script>
  194. </button>
  195. <upload id="upload1" nodeset="/root/send/attach/file" ext="zip" filecount="5" filesize="41943040" validate="true" style="left:766px; top:1px; width:25px; height:20px; "/>
  196. <button id="btn_grdaddvintinsurlist" class="btn2_letter3" style="left:944px; top:5px; width:53px; height:19px; ">
  197. <caption>행추가</caption>
  198. <script type="javascript" ev:event="DOMActivate">
  199. <![CDATA[
  200. grd_vintinsurlist.subtotal("clear", 0, 0);
  201. grd_vintinsurlist.refresh();
  202. misfGridIUD(grd_vintinsurlist, "A");
  203. ]]>
  204. </script>
  205. </button>
  206. <button id="btn_alldelete" class="btn2_letter4" style="left:1000px; top:5px; width:64px; height:19px; ">
  207. <caption>전체삭제</caption>
  208. <script type="javascript" ev:event="DOMActivate">
  209. <![CDATA[
  210. for (var i = grd_vintinsurlist.fixedRows; i < grd_vintinsurlist.rows; i++) {
  211. grd_vintinsurlist.row = i;
  212. misfGridIUD(grd_vintinsurlist, "D");
  213. }
  214. ]]>
  215. </script>
  216. </button>
  217. <line id="line207" class="line_1" style="x1:0px; y1:32px; x2:1183px; y2:31px; "/>
  218. </case>
  219. <case id="case2">
  220. <button id="btn_extexcelsave" class="btn2_letter4" style="left:1118px; top:5px; width:64px; height:19px; ">
  221. <caption>엑셀저장</caption>
  222. <script type="javascript" ev:event="DOMActivate">
  223. <![CDATA[
  224. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  225. if (fileName != "")
  226. {
  227. grd_exceptvintinsurlist.saveExcel(fileName);
  228. }
  229. ]]>
  230. </script>
  231. </button>
  232. <datagrid id="grd_exceptvintinsurlist" nodeset="/root/main/vintinsur/exceptvintinsurlist" caption="사번^성명^입사일^퇴사일^부서^교직구분^직위^직급|사번^성명^입사일^퇴사일^부서^교직구분^직위^직급" colsep="^" colwidth="122, 134, 140, 129, 162, 140, 168, 145" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:35px; width:1185px; height:610px; ">
  233. <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
  234. <col ref="emplnm"/>
  235. <col ref="entcodd" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
  236. <col ref="retiredd" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
  237. <col ref="deptnm"/>
  238. <col ref="prfshipflagnm"/>
  239. <col ref="jobposnm"/>
  240. <col ref="ojobgradnm"/>
  241. </datagrid>
  242. <caption id="caption3" class="tit_2" style="left:5px; top:13px; width:162px; height:14px; ">미 Load List</caption>
  243. <line id="line1" class="line_1" style="x1:0px; y1:31px; x2:1184px; y2:30px; "/>
  244. </case>
  245. <case id="case3">
  246. <button id="btn_saveexcelnotvin" class="btn2_letter4" style="left:1118px; top:5px; width:64px; height:19px; ">
  247. <caption>엑셀저장</caption>
  248. <script type="javascript" ev:event="DOMActivate">
  249. <![CDATA[
  250. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  251. if (fileName != "")
  252. {
  253. grd_notvintinsurlist.saveExcel(fileName);
  254. }
  255. ]]>
  256. </script>
  257. </button>
  258. <datagrid id="grd_notvintinsurlist" nodeset="/root/main/vintinsur/notvintinsurlist" caption="사번^성명^주민번호|사번^성명^주민번호" colsep="^" colwidth="122, 134, 140, 129, 162, 140, 168, 145" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:35px; width:1185px; height:610px; ">
  259. <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
  260. <col ref="emplnm"/>
  261. <col ref="rrgstno" format="999999-9999999" style="text-align:center; vertical-align:middle; "/>
  262. </datagrid>
  263. <caption id="caption4" class="tit_2" style="left:5px; top:13px; width:162px; height:14px; ">미 생성 List</caption>
  264. <line id="line2" class="line_1" style="x1:0px; y1:31px; x2:1184px; y2:30px; "/>
  265. </case>
  266. </switch>
  267. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:40px; "/>
  268. <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1125px; top:19px; width:56px; height:22px; text-align:left; ">
  269. <caption>조회</caption>
  270. <script type="javascript" ev:event="DOMActivate">
  271. <![CDATA[
  272. misfMsterDetailRetrieve();
  273. if (grd_vintinsurlist.rows - grd_vintinsurlist.fixedRows > 0) {
  274. if (grd_vintinsurlist.valueMatrix(grd_vintinsurlist.fixedRows, grd_vintinsurlist.colRef("endyn")) == "Y") {
  275. btn_payappinsur.disabled = true;
  276. btn_canpayappinsur.disabled = true;
  277. btn_save.disabled = true;
  278. btn_upload.disabled = true;
  279. btn_grdaddvintinsurlist.disabled = true;
  280. btn_alldelete.disabled = true;
  281. btn_grddelvintinsurlist.disabled = true;
  282. }
  283. else if (grd_vintinsurlist.valueMatrix(grd_vintinsurlist.fixedRows, grd_vintinsurlist.colRef("payappyn")) == "Y") {
  284. btn_payappinsur.disabled = true;
  285. btn_canpayappinsur.disabled = false;
  286. btn_save.disabled = true;
  287. btn_upload.disabled = true;
  288. btn_grdaddvintinsurlist.disabled = true;
  289. btn_alldelete.disabled = true;
  290. btn_grddelvintinsurlist.disabled = true;
  291. }
  292. else {
  293. btn_payappinsur.disabled = false;
  294. btn_canpayappinsur.disabled = true;
  295. btn_save.disabled = false;
  296. btn_upload.disabled = false;
  297. btn_grdaddvintinsurlist.disabled = false;
  298. btn_alldelete.disabled = false;
  299. btn_grddelvintinsurlist.disabled = false;
  300. }
  301. }
  302. else {
  303. btn_payappinsur.disabled = false;
  304. btn_canpayappinsur.disabled = true;
  305. btn_save.disabled = false;
  306. btn_upload.disabled = false;
  307. btn_grdaddvintinsurlist.disabled = false;
  308. btn_alldelete.disabled = false;
  309. btn_grddelvintinsurlist.disabled = false;
  310. }
  311. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("prestmmbamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  312. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("layoff"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  313. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("totretc"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  314. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("groupretc"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  315. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("loadamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  316. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("totamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  317. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("adddeduamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  318. grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("paytotamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  319. grd_vintinsurlist.subtotal("count" ,-1 , grd_vintinsurlist.colRef("rrgstno"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  320. ]]>
  321. </script>
  322. </button>
  323. <line id="line3" class="line_4" style="x1:1110px; y1:12px; x2:1110px; y2:50px; border-color:#ffe4bb; border-left-style:solid; "/>
  324. <input id="ipt_lbrunionjobrespnm" ref="/root/main/item/lbrunionjobrespnm" class="input_search" visibility="hidden"/>
  325. <input id="ipt_lbrunionjobresp" ref="/root/main/item/dutplceinst" visibility="hidden"/>
  326. <input id="ipt_emplno_m" ref="/root/main/imsiitem/emplno" visibility="hidden"/>
  327. <input id="ipt_lbrunionrgstyn_m" ref="/root/main/imsiitem/lbrunionrgstyn" visibility="hidden"/>
  328. <input id="ipt_lbrunionrgstdd_m" ref="/root/main/imsiitem/lbrunionrgstdd" visibility="hidden"/>
  329. <input id="ipt_lbrunionsecssdd_m" ref="/root/main/imsiitem/lbrunionsecssdd" visibility="hidden"/>
  330. <input id="ipt_lbrunionjobresp_m" ref="/root/main/imsiitem/lbrunionjobresp" visibility="hidden"/>
  331. <input id="ipt_lbrunionjobrespnm_m" ref="/root/main/imsiitem/lbrunionjobrespnm" visibility="hidden"/>
  332. <input id="ipt_asgnmpostndd_m" ref="/root/main/imsiitem/asgnmpostndd" visibility="hidden"/>
  333. <input id="ipt_todd_m" ref="/root/main/imsiitem/todd" visibility="hidden"/>
  334. <input id="ipt_cur_row" ref="/root/init/cur_row_m" class="input_search" visibility="hidden"/>
  335. <select1 id="cmb_instcd" ref="/root/send/vintinsur/instcd" class="combo_s_essential" disabled="true" appearance="minimal" style="left:60px; top:20px; width:154px; height:19px; ">
  336. <choices>
  337. <itemset>
  338. <label/>
  339. <value/>
  340. </itemset>
  341. </choices>
  342. </select1>
  343. <caption id="cap_instcd" class="search_name" style="left:5px; top:20px; width:60px; height:17px; ">기관:</caption>
  344. <input id="ipt_notiym" ref="/root/send/vintinsur/notiym" class="input_default" disabled="false" inputtype="date" format="yyyy-mm" style="left:320px; top:20px; width:94px; height:19px; text-align:center; vertical-align:middle; "/>
  345. <datagrid id="grd_attach" nodeset="/root/send/attach" class="datagrid1" visibility="hidden" caption="File Name^File Size" colsep="^" colwidth="403, 93" dataheight="23" ellipsis="true" focuscolor="#b9e5fb" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" style="left:605px; top:430px; width:505px; height:69px; ">
  346. <col ref="file" style="text-align:center; "/>
  347. <col ref="filesize" format="#,###" style="text-align:right; "/>
  348. </datagrid>
  349. <caption id="caption1" class="search_name" style="left:240px; top:20px; width:85px; height:17px; ">고지년월:</caption>
  350. <caption id="caption2" class="search_name" style="left:440px; top:20px; width:63px; height:17px; ">사번 :</caption>
  351. <button id="btn_emplno" class="icon_search" style="left:593px; top:20px; width:16px; height:16px; ">
  352. <caption/>
  353. <script type="javascript" ev:event="DOMActivate">
  354. <![CDATA[
  355. var recv_list = "emplno,emplnm" ;
  356. rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"","N");
  357. model.refresh();
  358. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  359. btn_search.dispatch("DOMActivate");
  360. }
  361. ]]>
  362. </script>
  363. </button>
  364. <input id="ipt_emplnos" ref="/root/send/vintinsur/emplno" class="input_default" style="left:501px; top:20px; width:87px; height:19px; ">
  365. <script type="javascript" ev:event="onkeyup">
  366. <![CDATA[
  367. if (ipt_emplnos.currentText != null && ipt_emplnos.currentText != "" ) {
  368. inputEnterKey("ipt_emplnos", "xforms-value-changed");
  369. }
  370. ]]>
  371. </script>
  372. <script type="javascript" ev:event="xforms-value-changed">
  373. <![CDATA[
  374. var recv_list = "emplno,emplnm" ;
  375. rpbfValidationCheck("EMPLNO", recv_list);
  376. model.refresh();
  377. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  378. btn_search.dispatch("DOMActivate");
  379. }
  380. ]]>
  381. </script>
  382. </input>
  383. <input id="ipt_emplnms" ref="/root/send/vintinsur/emplnm" class="input_default" style="left:612px; top:20px; width:76px; height:19px; ">
  384. <script type="javascript" ev:event="onkeyup">
  385. <![CDATA[
  386. if (ipt_emplnms.currentText != null && ipt_emplnms.currentText != "" ) {
  387. inputEnterKey("ipt_emplnms", "xforms-value-changed");
  388. }
  389. ]]>
  390. </script>
  391. <script type="javascript" ev:event="xforms-value-changed">
  392. <![CDATA[
  393. var recv_list = "emplno,emplnm" ;
  394. rpbfValidationCheck("EMPLNM", recv_list);
  395. model.refresh();
  396. if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
  397. btn_search.dispatch("DOMActivate");
  398. }
  399. ]]>
  400. </script>
  401. </input>
  402. <select1 id="radio1" ref="/root/send/vintinsur/qryflag" appearance="full" cellspacing="7" cols="3" overflow="visible" style="left:915px; top:20px; width:180px; height:20px; border-style:solid; ">
  403. <choices>
  404. <item>
  405. <label>전체</label>
  406. <value>A</value>
  407. </item>
  408. <item>
  409. <label>재직자</label>
  410. <value>B</value>
  411. </item>
  412. <item>
  413. <label>퇴직자</label>
  414. <value>C</value>
  415. </item>
  416. </choices>
  417. </select1>
  418. <button id="button1" class="btn_sw" group="tab" selected="false" style="left:103px; top:60px; width:100px; height:22px; ">
  419. <caption>미LOAD 내역</caption>
  420. <script type="javascript" ev:event="DOMActivate">
  421. <![CDATA[
  422. model.toggle("case2");
  423. ]]>
  424. </script>
  425. </button>
  426. <button id="button2" class="btn_sw" group="tab" selected="false" style="left:206px; top:60px; width:100px; height:22px; ">
  427. <caption>미생성 내역</caption>
  428. <script type="javascript" ev:event="DOMActivate">
  429. <![CDATA[
  430. model.toggle("case3");
  431. ]]>
  432. </script>
  433. </button>
  434. <button id="btn_eatsel" class="btn_sw" group="tab" selected="true" style="left:0px; top:60px; width:100px; height:22px; ">
  435. <caption>연금내역</caption>
  436. <script type="javascript" ev:event="DOMActivate">
  437. <![CDATA[
  438. model.toggle("case1");
  439. ]]>
  440. </script>
  441. </button>
  442. </group>
  443. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  444. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">연금내역</caption>
  445. </group>
  446. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  447. <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  448. <button id="btn_save" class="btn4_letter2" style="left:1134px; top:3px; width:56px; height:22px; ">
  449. <caption>저장</caption>
  450. <script type="javascript" ev:event="DOMActivate">
  451. <![CDATA[
  452. misfSave("TXRPA10001");
  453. if (model.getValue(gvErrorMsgPath + "/type") != "error"){
  454. btn_search.dispatch("DOMActivate");
  455. }
  456. ]]>
  457. </script>
  458. </button>
  459. <button id="btn_payappinsur" class="btn4_letter2" style="left:940px; top:3px; width:56px; height:22px; ">
  460. <caption>확정</caption>
  461. <script type="javascript" ev:event="DOMActivate">
  462. <![CDATA[
  463. model.setValue("/root/send/payapp/payym", ipt_notiym.value);
  464. model.setValue("/root/send/payapp/payitemcd", "60010");
  465. model.setValue("/root/send/payapp/instcd", cmb_instcd.value);
  466. model.setValue("/root/send/payapp/cancelyn", "N");
  467. submit("TXRWZ00303");
  468. btn_search.dispatch("DOMActivate");
  469. ]]>
  470. </script>
  471. </button>
  472. <button id="btn_canpayappinsur" class="btn4_letter4" style="left:1000px; top:3px; width:80px; height:22px; ">
  473. <caption>확정취소</caption>
  474. <script type="javascript" ev:event="DOMActivate">
  475. <![CDATA[
  476. model.setValue("/root/send/payapp/payym", ipt_notiym.value);
  477. model.setValue("/root/send/payapp/payitemcd", "60010");
  478. model.setValue("/root/send/payapp/instcd", cmb_instcd.value);
  479. model.setValue("/root/send/payapp/cancelyn", "Y");
  480. submit("TXRWZ00303");
  481. btn_search.dispatch("DOMActivate");
  482. ]]>
  483. </script>
  484. </button>
  485. </group>
  486. </xhtml:body>
  487. </xhtml:html>