SMRWD01800_개인별수당등록.xrw 19 KB

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