SMRWD01700_고정지급공제사항등록.xrw 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  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. <payitem>
  11. <payitemlist/>
  12. </payitem>
  13. <paydedu>
  14. <paydedulist/>
  15. </paydedu>
  16. <paydeducopy>
  17. <paydeducopylist/>
  18. </paydeducopy>
  19. <excel>
  20. <excellist/>
  21. </excel>
  22. </main>
  23. <send>
  24. <payitem>
  25. <appdd/>
  26. <instcd/>
  27. <paydeduflag/>
  28. <saldfrayflag/>
  29. <calcmthd/>
  30. </payitem>
  31. <paydedu>
  32. <paydedudd/>
  33. <instcd/>
  34. <paydeduflag/>
  35. <payitemcd/>
  36. <saldfrayflag/>
  37. </paydedu>
  38. <save>
  39. <paydedulist/>
  40. </save>
  41. <attach>
  42. <file/>
  43. <paydedudd/>
  44. <saldfrayflag/>
  45. <paydeduflag/>
  46. <payitemcd/>
  47. </attach>
  48. <vindedu>
  49. <instcd/>
  50. <payym/>
  51. <saldfrayflag/>
  52. </vindedu>
  53. </send>
  54. <init>
  55. <searchtext/>
  56. </init>
  57. </root>
  58. </instance>
  59. <script type="javascript" ev:event="xforms-ready">
  60. <![CDATA[
  61. misfGridInit(grd_payitemtitle);
  62. misfGridInit(grd_paydedulist);
  63. misfMsterDetailSet(grd_payitemtitle,null, "TRRWD01702" ,"N");
  64. misfMsterDetailSet(grd_paydedulist,grd_payitemtitle, "TRRWD01701" ,"Y");
  65. var curdate = getCurrentDate();
  66. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  67. model.setValue(cmb_SalDfrayFlag.attribute("ref") , "1");
  68. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
  69. misfComboComCdListMulti("R0099,R0112","cmb_paydeduflag,cmb_SalDfrayFlag");
  70. ]]>
  71. </script>
  72. <submission id="TRRWD01701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/paydedu" resultref="/root/main/paydedu"/>
  73. <submission id="TRRWD01702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payitem" resultref="/root/main/payitem"/>
  74. <submission id="TXRWD01701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
  75. <submission id="TXRWD00202" mediatype="multipart/form-data" method="form-data-post" ref="/root/send/attach" resultref="/root/main/excel"/>
  76. </model>
  77. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  78. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  79. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  80. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  81. <script type="javascript" src="../../../mis/paybaseinfomngtweb/js/RWC001.js"/>
  82. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  83. <script type="javascript">
  84. <![CDATA[
  85. function fseqnoset()
  86. {
  87. for (var i = grd_paydedulist.fixedRows; i < grd_paydedulist.rows; i++ ) {
  88. grd_paydedulist.valueMatrix(i, grd_paydedulist.colRef("seqno")) = i - grd_paydedulist.fixedRows + 1;
  89. }
  90. }
  91. var fso=new ActiveXObject("Scripting.FileSystemObject");
  92. function fExcelUpload() {
  93. var maxsize = upload1.attribute("filesize");
  94. var filename = window.fileDialog("open", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  95. var filelist = filename.split("|");
  96. model.removeNodeset("/root/main/list/filelist");
  97. model.removeNodeset("/root/send/attach");
  98. //타이틀을 획득한다.
  99. var s = new String(filelist[filelist.length-1]);
  100. var ss = s.split("\\");
  101. if(filename !=""){
  102. //작업 전 row를 추가 >파일명 유/무에 따른 분기>
  103. for(var i = 0 ; i < filelist.length ; i++ ){
  104. grd_attach.addRow(false);
  105. if(filelist[i] == ""){
  106. //alert(grd_attach.rows - 1);
  107. grd_attach.removeRow(false);
  108. grd_attach.refresh();
  109. }else{
  110. grd_attach.valueMatrix(grd_attach.rows - 1, 0) = filelist[i];
  111. //파일크기('tfHelper.checkFileSize' 참조)
  112. var fileCnt = upload1.getFileCount();
  113. var lastIndex = fileCnt - 1;
  114. var fileSize = upload1.getFileSize(lastIndex);
  115. grd_attach.textmatrix(grd_attach.rows - 1,1) = fileSize;
  116. if (!checkFileSize(upload1)){
  117. grd_attach.removeItem();
  118. messageBox("파일 크기가 최대치("+maxsize+"Byte)를", "E003");
  119. return;
  120. }
  121. }
  122. }
  123. model.makeValue("/root/send/attach/saldfrayflag",cmb_SalDfrayFlag.value);
  124. model.makeValue("/root/send/attach/paydeduflag",cmb_paydeduflag.value);
  125. model.makeValue("/root/send/attach/payitemcd",grd_payitemtitle.valueMatrix(grd_payitemtitle.row, grd_payitemtitle.colRef("payitemcd")) );
  126. openLoadingBar("파일업로드 작업중입니다... ") ;
  127. submit("TXRWD00202");
  128. closeLoadingBar();
  129. //btn_search.dispatch("DOMActivate");
  130. }
  131. }
  132. ]]>
  133. </script>
  134. </xhtml:head>
  135. <xhtml:body>
  136. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  137. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">고정지급공제사항등록</caption>
  138. </group>
  139. <group id="group2" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
  140. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  141. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  142. <caption>조회</caption>
  143. <script type="javascript" ev:event="DOMActivate">
  144. <![CDATA[
  145. misfMsterDetailRetrieve();
  146. var saldfrayflag = cmb_SalDfrayFlag.value;
  147. var paydeduflag = cmb_paydeduflag.value;
  148. ]]>
  149. </script>
  150. </button>
  151. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  152. <caption id="caption278" class="tit_2" style="left:5px; top:55px; width:157px; height:13px; ">지급/공제코드</caption>
  153. <line id="line207" class="line_1" style="x1:0px; y1:70px; x2:355px; y2:70px; "/>
  154. <line id="line1" class="line_1" style="x1:360px; y1:70px; x2:1190px; y2:70px; "/>
  155. <caption id="caption1" class="tit_2" style="left:360px; top:55px; width:198px; height:13px; ">개인별 지급/공제사항등록</caption>
  156. <button id="btn_grdaddpaydedulist" class="btn2_letter3" style="left:888px; top:50px; width:53px; height:19px; ">
  157. <caption>행추가</caption>
  158. <script type="javascript" ev:event="DOMActivate">
  159. <![CDATA[
  160. //grd_paydedulist.subtotal("clear", 0, 0);
  161. //grd_paydedulist.refresh();
  162. misfGridIUD(grd_paydedulist, "A");
  163. ]]>
  164. </script>
  165. </button>
  166. <button id="btn_inputexcel" class="btn2_letter4" style="left:1130px; top:50px; width:64px; height:19px; ">
  167. <caption>엑셀입력</caption>
  168. <script type="javascript" ev:event="DOMActivate">
  169. <![CDATA[
  170. //grd_paydedulist.subtotal("clear", 0, 0);
  171. //grd_paydedulist.refresh();
  172. var fileName = window.fileDialog("open", ",", false, "", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  173. grd_paydedulist.loadExcel(fileName, 1, true);
  174. //grd_paydedulist.deleteRow(grd_paydedulist.fixedRows);
  175. grd_paydedulist.refresh();
  176. var instcd = grd_payitemtitle.valueMatrix(grd_payitemtitle.row, grd_payitemtitle.colRef("instcd"));
  177. var paydeduflag = grd_payitemtitle.valueMatrix(grd_payitemtitle.row, grd_payitemtitle.colRef("paydeduflag"));
  178. var payitemcd = grd_payitemtitle.valueMatrix(grd_payitemtitle.row, grd_payitemtitle.colRef("payitemcd"));
  179. var saldfrayflag = grd_payitemtitle.valueMatrix(grd_payitemtitle.row, grd_payitemtitle.colRef("saldfrayflag"));
  180. for (var i = grd_paydedulist.fixedRows; i < grd_paydedulist.rows; i++) {
  181. grd_paydedulist.valueMatrix(i, grd_paydedulist.colRef("instcd")) = instcd;
  182. grd_paydedulist.valueMatrix(i, grd_paydedulist.colRef("payitemcd")) = payitemcd;
  183. grd_paydedulist.valueMatrix(i, grd_paydedulist.colRef("saldfrayflag")) = saldfrayflag;
  184. grd_paydedulist.rowStatus(i) = 1;
  185. }
  186. model.refresh();
  187. ]]>
  188. </script>
  189. </button>
  190. <button id="btn_grddelpaydedulist" class="btn2_letter3" style="left:1009px; top:50px; width:53px; height:19px; ">
  191. <caption>행삭제</caption>
  192. <script type="javascript" ev:event="DOMActivate">
  193. <![CDATA[
  194. // grd_paydedulist.subtotal("clear", 0, 0);
  195. // grd_paydedulist.refresh();
  196. // grd_paydedulist.row= grd_paydedulist.row - 1;
  197. misfGridIUD(grd_paydedulist, "D");
  198. ]]>
  199. </script>
  200. </button>
  201. <select1 id="cmb_instcd" ref="/root/send/payitem/instcd" class="combo_s_essential" navindex="1" appearance="minimal" style="left:84px; top:17px; width:125px; height:19px; ">
  202. <choices>
  203. <itemset>
  204. <label/>
  205. <value/>
  206. </itemset>
  207. </choices>
  208. </select1>
  209. <caption id="caption2" class="search_name" style="left:25px; top:18px; width:61px; height:17px; ">기관:</caption>
  210. <datagrid id="grd_payitemtitle" nodeset="/root/main/payitem/payitemlist" caption="급여항목^급여항목코드명^^계산기준^적용일자^지급구분^지급공제구분^기관" colsep="^" colwidth="107, 169, 33, 36, 40, 42, 34, 34" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:75px; width:355px; height:660px; ">
  211. <col ref="payitemcd" type="output" style="text-align:center; vertical-align:middle; "/>
  212. <col ref="prntnm" type="output"/>
  213. <col ref="chkyn"/>
  214. <col ref="calcbase" visibility="hidden"/>
  215. <col ref="paydedudd" visibility="hidden"/>
  216. <col ref="saldfrayflag" visibility="hidden"/>
  217. <col ref="paydeduflag" visibility="hidden"/>
  218. <col ref="instcd" visibility="hidden"/>
  219. <script type="javascript" ev:event="onrowchanged">
  220. <![CDATA[
  221. misfMsterDetailRetrieve();
  222. //grd_paydedulist.subtotal("clear", 0, 0);
  223. fseqnoset();
  224. //grd_paydedulist.subtotal("count",-1 , grd_paydedulist.colRef("emplno"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  225. //grd_paydedulist.subtotal("sum",-1 , grd_paydedulist.colRef("paydeduamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  226. ]]>
  227. </script>
  228. <script type="javascript" ev:event="onaftersort">
  229. <![CDATA[
  230. grd_payitemtitle.gridToInstance();
  231. ]]>
  232. </script>
  233. </datagrid>
  234. <datagrid id="grd_paydedulist" nodeset="/root/main/paydedu/paydedulist" caption="인원^사원번호^성명^지급공제금액/횟수^적용시작일자^적용종료일자^주민번호^비고^급여기관^기관코드^급여종류^지급공제코드^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시" colsep="^" colwidth="41, 102, 68, 120, 94, 94, 99, 169, 113, 463, 34, 31, 34, 30, 38, 39" dataheight="25" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:360px; top:75px; width:830px; height:660px; ">
  235. <col ref="seqno" style="text-align:center; vertical-align:middle; "/>
  236. <col disabled="true" ref="emplno" type="inputbutton" style="text-align:right; vertical-align:middle; "/>
  237. <col ref="emplnm"/>
  238. <col ref="paydeduamt" type="input" format="(-)#,###" savetype="digit" style="text-align:right; vertical-align:middle; "/>
  239. <col ref="valifromdd" type="inputdate" format="yyyy-mm-dd" style="text-align:center; "/>
  240. <col ref="valitodd" type="inputdate" format="yyyy-mm-dd" style="text-align:center; "/>
  241. <col ref="rregno" format="999999-9999999" style="text-align:center; "/>
  242. <col ref="cmt" type="input"/>
  243. <col ref="instnm"/>
  244. <col ref="instcd" visibility="hidden"/>
  245. <col ref="saldfrayflag" visibility="hidden"/>
  246. <col ref="payitemcd" visibility="hidden"/>
  247. <col ref="fstrgstrid" visibility="hidden"/>
  248. <col ref="fstrgstdt" visibility="hidden"/>
  249. <col ref="lastupdtrid" visibility="hidden"/>
  250. <col ref="lastupdtdt" visibility="hidden"/>
  251. <script type="javascript" ev:event="onbuttonclick">
  252. <![CDATA[
  253. if (grd_paydedulist.colAttribute(grd_paydedulist.col,"ref") == "emplno" ) { //계산기준코드
  254. var recv_list = "emplno,emplnm";
  255. rpbfOpenPopUpList("SPRPB00101", grd_paydedulist, recv_list,"","N");
  256. model.refresh();
  257. }
  258. ]]>
  259. </script>
  260. <script type="javascript" ev:event="xforms-value-changed">
  261. <![CDATA[
  262. if (grd_paydedulist.colAttribute(grd_paydedulist.col,"ref") == "emplno" ) { //계산기준코드
  263. var recv_list = "emplno,emplnm";
  264. misfValidationCheck("01-1", "", recv_list);
  265. model.refresh();
  266. }
  267. ]]>
  268. </script>
  269. <script type="javascript" ev:event="onaftersort">
  270. <![CDATA[
  271. grd_paydedulist.gridToInstance();
  272. fseqnoset();
  273. //grd_paydedulist.subtotal("count",-1 , grd_paydedulist.colRef("emplno"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  274. //grd_paydedulist.subtotal("sum",-1 , grd_paydedulist.colRef("paydeduamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
  275. ]]>
  276. </script>
  277. <script type="javascript" ev:event="onbeforesort">
  278. <![CDATA[
  279. //grd_paydedulist.subtotal("clear", 0, 0);
  280. ]]>
  281. </script>
  282. </datagrid>
  283. <select1 id="cmb_paydeduflag" ref="/root/send/payitem/paydeduflag" class="combo_s_essential" navindex="3" appearance="minimal" style="left:594px; top:17px; width:125px; height:19px; ">
  284. <choices>
  285. <itemset>
  286. <label/>
  287. <value/>
  288. </itemset>
  289. </choices>
  290. <script type="javascript" ev:event="xforms-value-changed">
  291. <![CDATA[
  292. btn_search.dispatch("DOMActivate");
  293. ]]>
  294. </script>
  295. </select1>
  296. <caption id="caption4" class="search_name" style="left:485px; top:18px; width:107px; height:17px; ">지급공제구분:</caption>
  297. <caption id="caption5" class="search_name" style="left:245px; top:18px; width:86px; height:17px; ">급여종류:</caption>
  298. <select1 id="cmb_SalDfrayFlag" ref="/root/send/payitem/saldfrayflag" class="combo_s_essential" navindex="2" appearance="minimal" style="left:326px; top:17px; width:125px; height:19px; ">
  299. <choices>
  300. <itemset>
  301. <label/>
  302. <value/>
  303. </itemset>
  304. </choices>
  305. </select1>
  306. <button id="btn_saveexcel" class="btn2_letter4" style="left:1064px; top:50px; width:64px; height:19px; ">
  307. <caption>엑셀저장</caption>
  308. <script type="javascript" ev:event="DOMActivate">
  309. <![CDATA[
  310. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  311. if (fileName != "")
  312. {
  313. grd_paydedulist.saveExcel(fileName, "sheetname:savetype", true, true, "", "");
  314. }
  315. ]]>
  316. </script>
  317. </button>
  318. <button id="btn_grddelpaydedulistall" class="btn2_letter4" style="left:943px; top:50px; width:53px; height:19px; ">
  319. <caption>전체삭제</caption>
  320. <script type="javascript" ev:event="DOMActivate">
  321. <![CDATA[
  322. // grd_paydedulist.subtotal("clear", 0, 0);
  323. // grd_paydedulist.refresh();
  324. model.setFocus("grd_paydedulist");
  325. //grd_paydedulist.row= grd_paydedulist.row - 1;
  326. grd_paydedulist.select(grd_paydedulist.fixedRows, grd_paydedulist.colRef("emplno"), grd_paydedulist.rows - 1, grd_paydedulist.colRef("emplno")) = true;
  327. misfGridIUD(grd_paydedulist, "D");
  328. ]]>
  329. </script>
  330. </button>
  331. <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:135px; top:430px; width:505px; height:69px; ">
  332. <col ref="file" style="text-align:center; "/>
  333. <col ref="filesize" format="#,###" style="text-align:right; "/>
  334. </datagrid>
  335. </group>
  336. <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  337. <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3; width:56px; height:22px; ">
  338. <caption>저장</caption>
  339. <script type="javascript" ev:event="DOMActivate">
  340. <![CDATA[
  341. for (var i = 1; i < grd_paydedulist.rows; i ++){
  342. /*
  343. if (model.getValue("/root/main/paydedu/paydedulist[" + i + "]/emplno") != ""){
  344. if (model.getValue("/root/main/paydedu/paydedulist[" + i + "]/valifromdd") == ""){
  345. messageBox(i + "번째의 적용시작일자는 필수 입력항목입니다.", "E999", "");
  346. return;
  347. }
  348. if (model.getValue("/root/main/paydedu/paydedulist[" + i + "]/valitodd") == ""){
  349. messageBox(i + "번째의 적용종료일자는 필수 입력항목입니다.", "E999", "");
  350. return;
  351. }
  352. if (isValidDateTime(model.getValue("/root/main/paydedu/paydedulist[" + i + "]/valifromdd")) == false){
  353. messageBox(i + "번째의 적용시작일자 형식이 잘못 되었습니다.", "E999", "");
  354. return;
  355. }
  356. if (isValidDateTime(model.getValue("/root/main/paydedu/paydedulist[" + i + "]/valitodd")) == false){
  357. messageBox(i + "번째의 적용시작일자 형식이 잘못 되었습니다.", "E999", "");
  358. return;
  359. }
  360. if (model.getValue("/root/main/paydedu/paydedulist[" + i + "]/valifromdd") > model.getValue("/root/main/paydedu/paydedulist[" + i + "]/valitodd")){
  361. messageBox(i + "번째의 적용시작일자가 적용종료일자 보다 큽니다.", "E999", "");
  362. return;
  363. }
  364. }
  365. */
  366. var emplno = model.getValue("/root/main/paydedu/paydedulist[" + i + "]/emplno");
  367. var rregno = model.getValue("/root/main/paydedu/paydedulist[" + i + "]/rregno");
  368. if (emplno == ""){
  369. messageBox(i + "번째의 사원번호는 필수 항목입니다.", "E999", "");
  370. return;
  371. }
  372. var irow = 0;
  373. if (emplno != ""){
  374. irow = grd_paydedulist.findRow(emplno, i + 1, grd_paydedulist.colRef("emplno"), false, false);
  375. if (irow > 0){
  376. messageBox(irow + "번째 중복된 사원번호 자료가 존재합니다", "E999", "");
  377. return false;
  378. }
  379. }
  380. /*
  381. if (rregno != ""){
  382. irow = grd_paydedulist.findRow(rregno, i + 1, grd_paydedulist.colRef("rregno"), false, false);
  383. if (irow > 0){
  384. messageBox(irow + "번째 중복된 주민번호 자료가 존재합니다", "E999", "");
  385. return false;
  386. }
  387. }
  388. */
  389. /*
  390. for (var j = 1; j < grd_paydedulist.rows; j++){
  391. var emplno1 = model.getValue("/root/main/paydedu/paydedulist[" + j + "]/emplno");
  392. var rregno1 = model.getValue("/root/main/paydedu/paydedulist[" + j + "]/rregno");
  393. if (i != j){
  394. if (emplno != "" && emplno == emplno1){
  395. var emplnm = model.getValue("/root/main/paydedu/paydedulist[" + j + "]/emplnm");
  396. messageBox(j + "번째 " + emplnm + "의 중복된 사원번호 자료가 존재합니다", "E999", "");
  397. return false;
  398. }
  399. if (rregno != "" && rregno == rregno1){
  400. var emplnm = model.getValue("/root/main/paydedu/paydedulist[" + j + "]/emplnm");
  401. messageBox(j + "번째 " + emplnm + "의 중복된 주민번호 자료가 존재합니다", "E999", "");
  402. return false;
  403. }
  404. }
  405. }
  406. */
  407. }
  408. misfSave("TXRWD01701");
  409. ]]>
  410. </script>
  411. </button>
  412. <button id="button35" class="btn4_letter3" style="left:1069px; top:3; width:68px; height:22px; ">
  413. <caption>초기화</caption>
  414. </button>
  415. <line id="line9" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  416. </group>
  417. </xhtml:body>
  418. </xhtml:html>