¿¬±ÝºÎ´ã±Ý
<jobkind/> <delflag/> <jrflag/> <savelist> <insurancelist/> <disadiffpayitem/> </savelist> <searchlist> <notiym/> <rrgstno1/> <rrgstno2/> <emplnm/> <instcd/> <togglegbn/> <workgbn/> <seqno/> <rrgstno/> </searchlist> <disadiffpay> <instcd/> <notiym/> <rrgstno1/> <rrgstno2/> <emplnm/> </disadiffpay> </send> <temp> <cnt/> <doduyn/> <medicntrcnfmyn/> <hidden/> </temp> <init/> </root> </instance> <script type="javascript" src="../../../com/commonweb/js/common.js"/> <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/> <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/> <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/> <script type="javascript" src="../../../mis/insurancemngtweb/js/RPA001.js"/> <script type="javascript" ev:event="xforms-ready"> <![CDATA[ fInitialize(); misfGridInit(grd_disadiffpayinst); misfGridInit(grd_insurancelist); misfGridInit(grd_attach); misfMsterDetailSet(grd_disadiffpayinst, null, "TRRPA01201" ,"N"); misfMsterDetailSet(grd_insurancelist, grd_disadiffpayinst, "TRRPA01203","Y"); rpaComboInstBase(cmb_instcd,getUserInfo("dutplceinstcd")); misfComboCopyItemSet(cmb_instcd, "", grd_insurancelist, "instcd"); var instcd = getUserInfo("dutplceinstcd"); cmb_instcd.value=instcd; //È­¸é ±ÇÇÑ ¼³Á¤ btn_save.disabled = !(checkAuth("X")); //btn_save.disabled=true; ]]> </script> <submission id="TRRPA01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchlist" resultref="/root/main/disadiffpay"/> <submission id="TXRPA01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savelist" resultref="/root/temp"/> <submission id="TRRPA01202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchlist" resultref="/root/temp"/> <submission id="TXRPA01202" mediatype="multipart/form-data" method="form-data-post" ref="/root/send" resultref="/root/main/list01"/> <submission id="TXRPA01203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchlist" resultref="/root/temp"/> <submission id="TRRPA01203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/disadiffpay" resultref="/root/main/disadiffpayform"/> <submission id="TRRPA03401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchlist" resultref="/root/temp"/> <submission id="TXRPA01204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/searchlist" resultref="/root/temp/hidden"/> </model> <script type="javascript"> <![CDATA[ // È­¸é open½Ã¿Í ÃʱâÈ­ ¹öư Ŭ¸¯½Ã È­¸é ÃʱâÈ­ ±â´ÉÀ» ¼öÇàÇÑ´Ù. function fInitialize() { model.removeNodeset("/root/main/disadiffpay/disadiffpayinst"); model.removeNodeset("/root/main/disadiffpayform/insurancelist"); model.removeNodeset("/root/main/list/filelist"); model.resetInstanceNode("/root/main/disadiffpayform/disadiffpayitem"); model.resetInstanceNode("/root/send"); model.refresh(); var curDate = getCurrentDate().toDate(); model.setValue("/root/send/searchlist/notiym", curDate.getDateFormat('YYYYMM')); } /** ¿ÞÂÊ °ø¹é Á¦°Å */ function funcLtrim( str ) { var src = new String( str ); var tmp = new String(); var i,firstnum, len = src.length; for(i = 0;i < len ;i++) { tmp = src.substring(i,i+1); if (tmp != ' ' ) { firstnum = i; break; } } tmp = src.substring(firstnum); return tmp; } var fso=new ActiveXObject("Scripting.FileSystemObject"); function fCsvUpload() { var maxsize = upload1.attribute("filesize"); //var files = window.fileDialog("open", "|", true); //var filename = window.fileDialog("open", "|", true,dirPath + fileName, "txt", "All File(*.*)|*.*"); var filename = window.fileDialog("open", ",", false, "", "txt", "Text Files(*.txt)|*.txt|All Files (*.*)|*.*"); var filelist = filename.split("|"); model.removeNodeset("/root/main/list/filelist"); model.removeNodeset("/root/send/attach"); //ŸÀÌÆ²À» ȹµæÇÑ´Ù. var s = new String(filelist[filelist.length-1]); var ss = s.split("\\"); if(filename !=""){ if (!fso.FileExists(filename)) { fso.CreateTextFile(filename,true); } var ts=fso.OpenTextFile(filename,1); var i=0; while (!ts.AtEndOfStream) { i++; strData = ts.ReadLine(); ts.Close(); if(!fIsValidate(strData))return; if(i == 1)break; } //end of while var notiym = strData.substring(6, 12); model.setValue("/root/send/searchlist/notiym", notiym); submit("TRRPA01202"); var doduyn = ipt_doduyn.value; if(doduyn =='Y'){ messageBox("ÇØ´ç¿ùÀÇ ÀÚ·á°¡ ","E006"); return; }else{ //ÀÛ¾÷ Àü row¸¦ Ãß°¡ >ÆÄÀϸí À¯/¹«¿¡ µû¸¥ ºÐ±â> for(var i = 0 ; i < filelist.length ; i++ ){ grd_attach.addRow(false); if(filelist[i] == ""){ //alert(grd_attach.rows - 1); grd_attach.removeRow(false); grd_attach.refresh(); } else{ grd_attach.valueMatrix(grd_attach.rows - 1, 0) = filelist[i]; //ÆÄÀÏÅ©±â('tfHelper.checkFileSize' ÂüÁ¶) var fileCnt = upload1.getFileCount(); var lastIndex = fileCnt - 1; var fileSize = upload1.getFileSize(lastIndex); grd_attach.textmatrix(grd_attach.rows - 1,1) = fileSize; if (!checkFileSize(upload1)){ grd_attach.removeItem(); messageBox("ÆÄÀÏ Å©±â°¡ ÃÖ´ëÄ¡("+maxsize+"Byte)¸¦", "E003"); return; } } } openLoadingBar("ÆÄÀϾ÷·Îµå ÀÛ¾÷ÁßÀÔ´Ï´Ù... ") ; submit("TXRPA01202"); if (model.getValue(gvErrorMsgPath + "/type") != "error")submit("TXRPA01204"); if (model.getValue(gvErrorMsgPath + "/type") != "error")btn_search.dispatch("DOMActivate"); closeLoadingBar(); } } } //============================================================================================= // ÀüȯÇÒ LineÀÇ À¯È¿¼º °Ë»ç //============================================================================================= function fIsValidate(strData) { if(lvGetByteSize(strData) == 139) { //·¹ÄÚµå±æÀÌ 139 bytes //ÀÛ¾÷ ³â¿ùÀ» ºñ±³ÇÑ´Ù. if(strData.substring(6, 12) != model.getValue("/root/send/searchlist/notiym")) { messageBox("¼±ÅÃÇÑ ÆÄÀÏÀÇ ³â¿ù°ú ÀÔ·ÂÇÑ ³â¿ù °ªÀÌ ", "E004"); return false; } return true; } else { messageBox("ÆÄÀÏÇüŰ¡", "E004"); return false; } return true; } /** * @group : lvString È®Àå * @ver : 2004.07.29 (KUHDEV-0002) * @by : LeeHJ. * @--------------------------------------------------- * @type : function * @access : public * @desc : ÆÄ¶ó¹ÌÅÍ °ªÀÇ Byte Å©±â¸¦ ¸®ÅÏ * @param : N/A * @return : ÆÄ¶ó¹ÌÅÍ °ªÀÇ Byte Å©±â * @--------------------------------------------------- */ function lvGetByteSize(strData) { var tcount = 0; var tmpStr = new String(strData); var temp = tmpStr.length; var onechar; for ( k=0; k<temp; k++ ) { onechar = tmpStr.charAt(k); if (escape(onechar).length > 4) { tcount += 2; } else { tcount += 1; } } return tcount; } ]]> </script> </xhtml:head> <xhtml:body style="margin-left:8; margin-right:8; "> <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; "> <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">¿¬±ÝºÎ´ã±Ý ÆÄÀÏ Upload</caption> </group> <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; "> <line id="line3" class="line_3" style="x1:0px; y1:733px; x2:1138px; y2:733px; "/> <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/> <caption id="caption2" class="search_name" style="left:15px; top:19; width:86px; height:17px; ">°íÁö³â¿ù :</caption> <button id="btn_search" class="btn1_letter2" style="left:1125px; top:17px; width:56px; height:22px; "> <caption>Á¶È¸</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ if(!isRequiredControls("ipt_notiym"))return; misfMsterDetailRetrieve(); ]]> </script> </button> <line id="line13" class="line_4" style="x1:1110px; y1:17px; x2:1110px; y2:39px; "/> <datagrid id="grd_insurancelist" nodeset="/root/main/disadiffpayform/insurancelist" caption="°íÁö³â¿ù^ÇØ´ç³â¿ù^ÀϷùøÈ£^±â°ü¸í^Áֹεî·Ï¹øÈ£^¼º¸í^Á÷±¸ºÐ^Á÷À§^È£ºÀ^Á¤±Ù^±¸ºÐ1^´ç¿ùºÎ´ã±Ý¾×^±¸ºÐ2^ÀÔ´ëÈÞÁ÷^±¸ºÐ3^ÈÞÁ÷^µ¿ÀϼұÞ^Ÿ¼Ò±Þ^±º¼Ò±Þ^ÇÕ»ê¹øÈ£^ÇÕ»ê±Ý¾×^³³ºÎÃѾ×^ÃÖÃʰíÁö³â¿ù^±¸ºÐ4^±¸ºÐ5^Á¾ÀüÁ÷±¸ºÐ^Á¾ÀüÁ÷À§^Á¾ÀüÈ£ºÀ" colsep="^" colwidth="66, 61, 57, 141, 113, 62, 61, 61, 61, 62, 51, 99, 52, 64, 53, 61, 83, 92, 92, 55, 75, 87, 88, 77, 77, 67, 69, 65" dataheight="25" ellipsis="true" extendlastcol="scroll" frozencols="6" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" tooltip="true" style="left:284px; top:73px; width:910px; height:608px; "> <col ref="notiym" format="yyyy-mm" style="text-align:center; "/> <col ref="pensym" visibility="hidden" format="yyyy-mm" style="text-align:center; "/> <col ref="seqno" visibility="hidden" style="text-align:center; "/> <col id="instcd" ref="instcd" type="combo"> <choices> <itemset> <label/> <value/> </itemset> </choices> </col> <col ref="rrgstno" format="999999-9999999" style="text-align:center; "/> <col ref="emplnm" style="text-align:center; "/> <col ref="jobgrad" visibility="hidden" style="text-align:center; "/> <col ref="jobpos" visibility="hidden" style="text-align:center; "/> <col ref="paycls" visibility="hidden" style="text-align:center; "/> <col ref="diligent" visibility="hidden" style="text-align:center; "/> <col ref="flag1" visibility="hidden" style="text-align:center; "/> <col ref="prestmmbamt" format="(-)#,###" style="text-align:right; "/> <col ref="flag2" visibility="hidden" style="text-align:center; "/> <col ref="enlstmnlayoff" format="(-)#,###" style="text-align:right; "/> <col ref="flag3" visibility="hidden" style="text-align:center; "/> <col ref="layoff" format="(-)#,###" style="text-align:right; "/> <col ref="sameretc" format="(-)#,###" style="text-align:right; "/> <col ref="difretc" format="(-)#,###" style="text-align:right; "/> <col ref="groupretc" format="(-)#,###" style="text-align:right; "/> <col ref="totno" format="(-)#,###" style="text-align:right; "/> <col ref="totamt" format="(-)#,###" style="text-align:right; "/> <col ref="paytotamt" format="(-)#,###" style="text-align:right; "/> <col ref="fstnotiym" visibility="hidden" format="yyyy-mm" style="text-align:center; "/> <col ref="flag4" visibility="hidden" style="text-align:center; "/> <col ref="flag5" visibility="hidden" style="text-align:center; "/> <col ref="bfjobgrad" style="text-align:center; "/> <col ref="bfjobpos" style="text-align:center; "/> <col ref="bfpaycls" style="text-align:center; "/> <script type="javascript" ev:event="xforms-value-changed"> <![CDATA[ var cur_row = grd_insurancelist.row; //½ÅûÀÏÀÚ ¹× ½Ã°£ À¯È¿¼º üũ if(grd_insurancelist.col == 4){ for(i=1; i < grd_insurancelist.rows ; i++){ var rrgstno= grd_insurancelist.valueMatrix(grd_insurancelist.row,5); var instcd= grd_insurancelist.valueMatrix(grd_insurancelist.row,4); var rrgstno_ch= model.getValue("/root/main/disadiffpayform/insurancelist["+i+"]/rrgstno"); if(rrgstno == rrgstno_ch){ grd_insurancelist.valueMatrix(i, grd_insurancelist.colRef("instcd")) =instcd; grd_insurancelist.addStatus(i,"update"); } } } ]]> </script> <script type="javascript" ev:event="onaftersort"> <![CDATA[ grd_insurancelist.gridToInstance(); ]]> </script> </datagrid> <input id="ipt_notiym" ref="/root/send/searchlist/notiym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:100px; top:18; width:100px; height:19px; "/> <caption id="caption9" class="tit_2" style="left:5px; top:54px; width:100px; height:13px; ">¿¬±ÝºÎ´ã±Ý</caption> <input id="ipt_cnt" ref="/root/temp/cnt" class="input_search" disabled="true" visibility="hidden" format="#,###" style="left:932px; top:47px; width:81px; height:19px; text-align:right; "/> <button id="btn_upload" class="btn2_letter5" style="left:1052px; top:47px; width:75px; height:19px; "> <caption>ÆÄÀϾ÷·Îµå</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ fCsvUpload(); if(!isRequiredControls("ipt_notiym"))return; ]]> </script> </button> <caption id="caption4" class="search_name" style="left:225px; top:19; width:99px; height:17px; ">ÁֹιøÈ£ :</caption> <caption id="caption309" style="left:414px; top:19px; width:16px; height:17px; font-weight:bold; text-align:center; vertical-align:bottom; ">~</caption> <input id="ipt_chldrnresdnrgst1" ref="/root/send/searchlist/rrgstno1" class="input_default" maxlength="6" style="left:310px; top:18; width:100px; height:19px; "> <script type="javascript" ev:event="onkeypress"> <![CDATA[ inputEnterKey("btn_search", "DOMActivate"); ]]> </script> </input> <input id="ipt_chldrnresdnrgst2" ref="/root/send/searchlist/rrgstno2" class="input_default" maxlength="7" style="left:433px; top:18; width:100px; height:19px; "> <script type="javascript" ev:event="onkeypress"> <![CDATA[ inputEnterKey("btn_search", "DOMActivate"); ]]> </script> </input> <caption id="caption5" class="search_name" style="left:559px; top:19; width:85px; height:17px; ">¼º ¸í :</caption> <input id="ipt_emplnm" ref="/root/send/searchlist/emplnm" imemode="hangul" style="left:643px; top:18; width:105px; height:19px; "> <script type="javascript" ev:event="onkeypress"> <![CDATA[ inputEnterKey("btn_search", "DOMActivate"); ]]> </script> </input> <input id="ipt_payterm" ref="/root/main/disadiffpayform/disadiffpayitem/payterm" class="input_default" disabled="true" navindex="20" format="yyyy-mm-dd" style="left:82px; top:713px; width:103px; height:19px; text-align:center; vertical-align:middle; "/> <input id="ipt_calcbaseamt" ref="/root/main/disadiffpayform/disadiffpayitem/calcbaseamt" class="input_default" disabled="true" navindex="45" format="#,###" style="left:269px; top:713px; width:103px; height:19px; text-align:right; vertical-align:middle; "/> <caption id="caption11" class="cell_1" style="left:0px; top:711px; width:80px; height:23px; vertical-align:middle; ">³³ÀÔ±âÇÑ</caption> <caption id="caption7" class="tit_2" style="left:0px; top:691px; width:198px; height:13px; ">ÀçÇØº¸»óºÎ´ã±Ý</caption> <caption id="caption8" class="cell_1" style="left:374px; top:711px; width:80px; height:23px; vertical-align:middle; ">´ç¿ùºÎ´ã±Ý¾×</caption> <caption id="caption12" class="cell_1" style="left:187px; top:711px; width:80px; height:23px; vertical-align:middle; ">»êÃâ±Ù°Å±Ý¾×</caption> <caption id="caption13" class="cell_1" style="left:560px; top:711px; width:80px; height:23px; vertical-align:middle; ">Àü¿ù°ú¿À³³</caption> <input id="ipt_prestmmbamt" ref="/root/main/disadiffpayform/disadiffpayitem/prestmmbamt" class="input_default" disabled="true" navindex="45" format="#,###" style="left:456px; top:713px; width:102px; height:19px; text-align:right; vertical-align:middle; "/> <line id="line2" class="line_1" style="x1:0px; y1:706px; x2:1138px; y2:706px; "/> <input id="ipt_enlstmnlayoff" ref="/root/main/disadiffpayform/disadiffpayitem/enlstmnlayoff" class="input_default" disabled="true" navindex="45" format="#,###" style="left:642px; top:713px; width:101px; height:19px; text-align:right; vertical-align:middle; "/> <caption id="caption10" class="cell_1" style="left:745px; top:711px; width:80px; height:23px; vertical-align:middle; ">Àü¿ù¿¬Ã¼±Ý</caption> <input id="ipt_bfdelyamt" ref="/root/main/disadiffpayform/disadiffpayitem/bfdelyamt" class="input_default" disabled="true" navindex="45" format="#,###" style="left:827px; top:713px; width:101px; height:19px; text-align:right; vertical-align:middle; "/> <caption id="caption14" class="cell_1" style="left:931px; top:711px; width:103px; height:23px; vertical-align:middle; ">ÀçÇØº¸»ó³³ºÎÃѾ×</caption> <input id="ipt_paytotamt" ref="/root/main/disadiffpayform/disadiffpayitem/paytotamt" class="input_default" disabled="true" navindex="45" format="#,###" style="left:1036px; top:713px; width:102px; height:19px; text-align:right; vertical-align:middle; "/> <input id="ipt_notiym2" ref="/root/main/disadiffpayform/disadiffpayitem/notiym" class="input_default" disabled="true" navindex="20" visibility="hidden" style="left:415px; top:585px; width:100px; height:19px; text-align:right; vertical-align:middle; "/> <input id="ipt_seqno" ref="/root/main/disadiffpayform/disadiffpayitem/seqno" class="input_default" disabled="true" navindex="20" visibility="hidden" style="left:530px; top:585px; width:100px; height:19px; text-align:right; vertical-align:middle; "/> <select1 id="cmb_instcd" ref="/root/send/searchlist/instcd" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:750px; top:18; width:144px; height:19px; "> <choices> <itemset> <label/> <value/> </itemset> </choices> </select1> <input id="ipt_doduyn" ref="/root/temp/doduyn" visibility="hidden"/> <upload id="upload1" nodeset="/root/send/attach/file" ext="zip" filecount="5" filesize="41943040" validate="true" style="left:1017px; top:47px; width:25px; height:20px; "/> <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:670px; top:535px; width:505px; height:69px; "> <col ref="file" style="text-align:center; "/> <col ref="filesize" format="#,###" style="text-align:right; "/> </datagrid> <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:73px; width:280px; height:608px; "> <col ref="instnm"/> <col ref="cnt" format="#,###" style="text-align:right; "/> <col ref="mancnt" format="#,###" style="text-align:right; "/> <col ref="instcd" visibility="hidden"/> <col ref="notiym" visibility="hidden"/> <script type="javascript" ev:event="onrowchanged"> <![CDATA[ grd_disadiffpayinst.subtotal("clear", 0, 0); grd_disadiffpayinst.subtotalPosition = "below"; grd_disadiffpayinst.multiTotals = true; grd_disadiffpayinst.subtotal("sum", -1, 3, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; font-weight:bold; ", 1, "ÃÑÇÕ°è", false); grd_disadiffpayinst.subtotal("sum", -1, 2, "format:#,###; roundmode:round; roundpostion:2", "background-color:#7CBBDD; color:#ffffff; font-weight:bold; ", 1, "ÃÑÇÕ°è", false); var rrgstno1=model.getValue("/root/send/searchlist/rrgstno1"); var rrgstno2=model.getValue("/root/send/searchlist/rrgstno2"); var emplnm=model.getValue("/root/send/searchlist/emplnm"); model.makeValue("/root/main/disadiffpay/disadiffpayinst/rrgstno1",rrgstno1); model.makeValue("/root/main/disadiffpay/disadiffpayinst/rrgstno2",rrgstno2); model.makeValue("/root/main/disadiffpay/disadiffpayinst/emplnm",emplnm); misfMsterDetailRetrieve(); /*var cur_row=grd_disadiffpayinst.rows-1; if (grd_disadiffpayinst.row != cur_row){ var instcd=grd_disadiffpayinst.valueMatrix(grd_disadiffpayinst.row,4); if(instcd ==""){ btn_save.disabled=false; }else{ btn_save.disabled=true; } misfMsterDetailRetrieve(); }else{ btn_save.disabled=true; }*/ ]]> </script> </datagrid> <button id="btn_exceldetail" class="btn2_letter4" style="left:1130px; top:47px; width:64px; height:19px; "> <caption>¿¢¼¿ÀúÀå</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*"); if (fileName != "") { grd_insurancelist.saveExcel(fileName, "SheetName", true, true, "", ""); } ]]> </script> </button> <button id="btn_instexcel" class="btn2_letter4" style="left:216px; top:47px; width:64px; height:19px; "> <caption>¿¢¼¿ÀúÀå</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*"); if (fileName != "") { grd_disadiffpayinst.saveExcel(fileName, "SheetName", true, true, "", ""); } ]]> </script> </button> <input id="input1" ref="/root/temp/medicntrcnfmyn" visibility="hidden" style="left:855px; top:47px; width:30px; height:19px; "/> <input id="input2" ref="/root/send/searchlist/togglegbn" visibility="hidden" style="left:770px; top:47px; width:35px; height:19px; "/> <input id="input3" ref="/root/send/searchlist/workgbn" visibility="hidden" style="left:810px; top:47px; width:35px; height:19px; "/> <input id="input4" ref="/root/send/searchlist/seqno" visibility="hidden" style="left:895px; top:47px; width:30px; height:19px; "/> <input id="input5" ref="/root/send/searchlist/rrgstno" visibility="hidden" style="left:725px; top:47px; width:30px; height:19px; "/> <line id="line207" class="line_1" style="x1:0px; y1:68px; x2:280px; y2:68px; "/> <line id="line1" class="line_1" style="x1:285px; y1:68px; x2:1195px; y2:68px; "/> </group> <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; "> <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3; width:56px; height:22px; "> <caption>ÀúÀå</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ var updtdata = getGridUpdateData(grd_insurancelist); if (updtdata == "" ) { messageBox("º¯°æµÈ µ¥ÀÌÅͰ¡","I004"); return; } var retMes = messageBox("ÀúÀå ÇϽðڽÀ´Ï±î?", "Q999"); if ( retMes != 6) { return; } misfSave("TXRPA01201"); ]]> </script> </button> <button id="btn_init" class="btn4_letter3" style="left:1069px; top:3; width:68px; height:22px; "> <caption>ÃʱâÈ­</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ var updtdata = getGridUpdateData(grd_insurancelist); if (updtdata != "") { var ret = messageBox("±×¸®µå¿¡ ÀÛ¾÷ ÁßÀÎ ³»¿ëÀÌ ÀÖ½À´Ï´Ù. ÃʱâÈ­ ÀÛ¾÷À»","Q003"); if (ret != 6) { // not OK return; } } fInitialize(); ]]> </script> </button> <line id="line9" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/> <button id="button2" class="btn4_letter4" style="left:987px; top:3px; width:80px; height:22px; "> <caption>ÀÚ·á»èÁ¦</caption> <script type="javascript" ev:event="DOMActivate"> <![CDATA[ if(!isRequiredControls("ipt_notiym"))return; var retMes = messageBox("ÀڷḦ »èÁ¦ ÇϽðڽÀ´Ï±î?", "Q999"); if ( retMes != 6) { return; } model.setValue("/root/send/searchlist/rrgstno",""); model.setValue("/root/send/searchlist/seqno",""); model.setValue("/root/send/searchlist/togglegbn","01"); model.setValue("/root/send/searchlist/workgbn","0"); submit("TRRPA03401"); var medicntrcnfmyn=model.getValue("/root/temp/medicntrcnfmyn"); if(medicntrcnfmyn =='Y'){ messageBox("ÀÇ·á¿øÈ®Á¤ÀÌ ¿Ï·áµÈ °íÁö¿ùÀº »èÁ¦ ","E001"); return; } submit("TXRPA01203"); if (model.getValue(gvErrorMsgPath + "/type") != "error"){ messageBox("»èÁ¦°¡ ","I001"); } ipt_doduyn.value=""; misfGridInit(grd_disadiffpayinst); misfGridInit(grd_insurancelist); model.resetInstanceNode("/root/main/disadiffpayform/disadiffpayitem"); ]]> </script> </button> </group> </xhtml:body> </xhtml:html>