123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet ype="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>연금내역등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <vintinsur>
- <vintinsurlist/>
- <exceptvintinsurlist/>
- <notvintinsurlist/>
- </vintinsur>
- <excel>
- <excellist/>
- </excel>
- </main>
- <send>
- <vintinsur>
- <instcd/>
- <notiym/>
- <emplno/>
- <emplnm/>
- <qryflag>A</qryflag>
- </vintinsur>
- <save>
- <emplserventplist/>
- </save>
- <attach>
- <file/>
- <instcd/>
- <srventrcd/>
- <contfromdd/>
- </attach>
- <payapp>
- <payym/>
- <payitemcd/>
- <instcd/>
- <cancelyn/>
- </payapp>
- </send>
- <temp/>
- <init>
- </init>
- </root>
- </instance>
- <submission id="TRRPA10001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/vintinsur" resultref="/root/main/vintinsur"/>
- <submission id="TXRPA10001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/temp"/>
- <submission id="TXRPA10002" mediatype="multipart/form-data" method="form-data-post" ref="/root/send/attach" resultref="/root/main/excel"/>
- <submission id="TXRWZ00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payapp" resultref="/root/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.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/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- model.removenode(grd_vintinsurlist.nodeset);
- model.removenode(grd_exceptvintinsurlist.nodeset);
- model.removenode(grd_notvintinsurlist.nodeset);
-
-
- model.refresh();
-
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
-
- misfMsterDetailSet(grd_vintinsurlist, null, "TRRPA10001", "Y");
- misfMsterDetailSet(grd_exceptvintinsurlist, null, "TRRPA10001", "N");
- misfMsterDetailSet(grd_notvintinsurlist, null, "TRRPA10001", "N");
-
- var curdate = getCurrentDate();
-
- ipt_notiym.value = curdate.substring(0,6);
-
- cmb_instcd.value = getUserInfo("dutplceinstcd");
-
-
-
- btn_payappinsur.disabled = false;
- btn_canpayappinsur.disabled = true;
- btn_save.disabled = false;
- btn_upload.disabled = false;
- btn_grdaddvintinsurlist.disabled = false;
- btn_alldelete.disabled = false;
- btn_grddelvintinsurlist.disabled = false;
-
- model.refresh();
-
- //model.refresh();
- }
-
- var fso=new ActiveXObject("Scripting.FileSystemObject");
- function fExcelUpload() {
-
- var maxsize = upload1.attribute("filesize");
- var filename = window.fileDialog("open", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|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 !=""){
- //작업 전 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;
- }
- }
- }
- // model.makeValue("/root/send/attach/instcd",cmb_instcd.value);
- // model.makeValue("/root/send/attach/srventrcd",cmb_srventrcd.value);
- // model.makeValue("/root/send/attach/contfromdd",ipt_fromdd.value);
-
- openLoadingBar("파일업로드 작업중입니다... ") ;
- submit("TXRPA10002");
- closeLoadingBar();
- //btn_search.dispatch("DOMActivate");
- }
-
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <switch id="switch1" style="left:0px; top:80px; width:1190px; height:660px; ">
- <case id="case1" selected="true">
- <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; ">
- <col ref="emplno"/>
- <col ref="emplnm" type="input"/>
- <col ref="rrgstno" type="input" format="999999-9999999" style="text-align:center; vertical-align:middle; "/>
- <col ref="prestmmbamt" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="layoff" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="totretc" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="groupretc" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="loadamt" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="totamt" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="adddeduamt" type="input" format="(-)#,###" style="text-align:right; "/>
- <col ref="paytotamt" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retiredd" format="yyyy-mm-dd"/>
- <col ref="payappyn"/>
- <col ref="endyn"/>
- <col ref="notiym" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="jobgrad" visibility="hidden"/>
- <col ref="paycls" visibility="hidden"/>
- <col ref="jobpos" visibility="hidden"/>
- <col ref="payappdd" visibility="hidden"/>
- <col ref="entcodd" visibility="hidden"/>
- <col ref="oldrrgstno" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </datagrid>
- <caption id="caption278" class="tit_2" style="left:11px; top:13px; width:162px; height:13px; ">연금 List</caption>
- <button id="btn_grddelvintinsurlist" class="btn2_letter3" style="left:1065px; top:5px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridIUD(grd_vintinsurlist, "D");
- ]]>
- </script>
- </button>
- <button id="btn_upload" class="btn5_letter5" style="left:786px; top:5px; width:75px; height:19px; ">
- <caption>파일업로드</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fExcelUpload();
- ]]>
- </script>
- </button>
- <button id="btn_excelsave" class="btn2_letter4" style="left:1119px; top:5px; 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_vintinsurlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <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; "/>
- <button id="btn_grdaddvintinsurlist" class="btn2_letter3" style="left:944px; top:5px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_vintinsurlist.subtotal("clear", 0, 0);
- grd_vintinsurlist.refresh();
-
- misfGridIUD(grd_vintinsurlist, "A");
- ]]>
- </script>
- </button>
- <button id="btn_alldelete" class="btn2_letter4" style="left:1000px; top:5px; width:64px; height:19px; ">
- <caption>전체삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- for (var i = grd_vintinsurlist.fixedRows; i < grd_vintinsurlist.rows; i++) {
- grd_vintinsurlist.row = i;
- misfGridIUD(grd_vintinsurlist, "D");
-
- }
-
- ]]>
- </script>
- </button>
- <line id="line207" class="line_1" style="x1:0px; y1:32px; x2:1183px; y2:31px; "/>
- </case>
- <case id="case2">
- <button id="btn_extexcelsave" class="btn2_letter4" style="left:1118px; top:5px; 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_exceptvintinsurlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <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; ">
- <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplnm"/>
- <col ref="entcodd" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
- <col ref="retiredd" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
- <col ref="deptnm"/>
- <col ref="prfshipflagnm"/>
- <col ref="jobposnm"/>
- <col ref="ojobgradnm"/>
- </datagrid>
- <caption id="caption3" class="tit_2" style="left:5px; top:13px; width:162px; height:14px; ">미 Load List</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:31px; x2:1184px; y2:30px; "/>
- </case>
- <case id="case3">
- <button id="btn_saveexcelnotvin" class="btn2_letter4" style="left:1118px; top:5px; 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_notvintinsurlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <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; ">
- <col ref="emplno" style="text-align:center; vertical-align:middle; "/>
- <col ref="emplnm"/>
- <col ref="rrgstno" format="999999-9999999" style="text-align:center; vertical-align:middle; "/>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:5px; top:13px; width:162px; height:14px; ">미 생성 List</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:31px; x2:1184px; y2:30px; "/>
- </case>
- </switch>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:40px; "/>
- <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1125px; top:19px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
-
- if (grd_vintinsurlist.rows - grd_vintinsurlist.fixedRows > 0) {
- if (grd_vintinsurlist.valueMatrix(grd_vintinsurlist.fixedRows, grd_vintinsurlist.colRef("endyn")) == "Y") {
- btn_payappinsur.disabled = true;
- btn_canpayappinsur.disabled = true;
- btn_save.disabled = true;
- btn_upload.disabled = true;
- btn_grdaddvintinsurlist.disabled = true;
- btn_alldelete.disabled = true;
- btn_grddelvintinsurlist.disabled = true;
- }
- else if (grd_vintinsurlist.valueMatrix(grd_vintinsurlist.fixedRows, grd_vintinsurlist.colRef("payappyn")) == "Y") {
- btn_payappinsur.disabled = true;
- btn_canpayappinsur.disabled = false;
- btn_save.disabled = true;
- btn_upload.disabled = true;
- btn_grdaddvintinsurlist.disabled = true;
- btn_alldelete.disabled = true;
- btn_grddelvintinsurlist.disabled = true;
- }
- else {
- btn_payappinsur.disabled = false;
- btn_canpayappinsur.disabled = true;
- btn_save.disabled = false;
- btn_upload.disabled = false;
- btn_grdaddvintinsurlist.disabled = false;
- btn_alldelete.disabled = false;
- btn_grddelvintinsurlist.disabled = false;
- }
- }
- else {
- btn_payappinsur.disabled = false;
- btn_canpayappinsur.disabled = true;
- btn_save.disabled = false;
- btn_upload.disabled = false;
- btn_grdaddvintinsurlist.disabled = false;
- btn_alldelete.disabled = false;
- btn_grddelvintinsurlist.disabled = false;
- }
-
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("prestmmbamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("layoff"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("totretc"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("groupretc"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("loadamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("totamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("adddeduamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("sum" ,-1 , grd_vintinsurlist.colRef("paytotamt"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- grd_vintinsurlist.subtotal("count" ,-1 , grd_vintinsurlist.colRef("rrgstno"), "format:#,###; ", "background-color:#ffff99; font-weight:bold; ", 1, "합계");
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1110px; y1:12px; x2:1110px; y2:50px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_lbrunionjobrespnm" ref="/root/main/item/lbrunionjobrespnm" class="input_search" visibility="hidden"/>
- <input id="ipt_lbrunionjobresp" ref="/root/main/item/dutplceinst" visibility="hidden"/>
- <input id="ipt_emplno_m" ref="/root/main/imsiitem/emplno" visibility="hidden"/>
- <input id="ipt_lbrunionrgstyn_m" ref="/root/main/imsiitem/lbrunionrgstyn" visibility="hidden"/>
- <input id="ipt_lbrunionrgstdd_m" ref="/root/main/imsiitem/lbrunionrgstdd" visibility="hidden"/>
- <input id="ipt_lbrunionsecssdd_m" ref="/root/main/imsiitem/lbrunionsecssdd" visibility="hidden"/>
- <input id="ipt_lbrunionjobresp_m" ref="/root/main/imsiitem/lbrunionjobresp" visibility="hidden"/>
- <input id="ipt_lbrunionjobrespnm_m" ref="/root/main/imsiitem/lbrunionjobrespnm" visibility="hidden"/>
- <input id="ipt_asgnmpostndd_m" ref="/root/main/imsiitem/asgnmpostndd" visibility="hidden"/>
- <input id="ipt_todd_m" ref="/root/main/imsiitem/todd" visibility="hidden"/>
- <input id="ipt_cur_row" ref="/root/init/cur_row_m" class="input_search" visibility="hidden"/>
- <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; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:5px; top:20px; width:60px; height:17px; ">기관:</caption>
- <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; "/>
- <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; ">
- <col ref="file" style="text-align:center; "/>
- <col ref="filesize" format="#,###" style="text-align:right; "/>
- </datagrid>
- <caption id="caption1" class="search_name" style="left:240px; top:20px; width:85px; height:17px; ">고지년월:</caption>
- <caption id="caption2" class="search_name" style="left:440px; top:20px; width:63px; height:17px; ">사번 :</caption>
- <button id="btn_emplno" class="icon_search" style="left:593px; top:20px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"","N");
-
- model.refresh();
-
- if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <input id="ipt_emplnos" ref="/root/send/vintinsur/emplno" class="input_default" style="left:501px; top:20px; width:87px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnos.currentText != null && ipt_emplnos.currentText != "" ) {
- inputEnterKey("ipt_emplnos", "xforms-value-changed");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
- model.refresh();
-
- if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- </input>
- <input id="ipt_emplnms" ref="/root/send/vintinsur/emplnm" class="input_default" style="left:612px; top:20px; width:76px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnms.currentText != null && ipt_emplnms.currentText != "" ) {
- inputEnterKey("ipt_emplnms", "xforms-value-changed");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNM", recv_list);
-
- model.refresh();
-
- if (model.getValue(ipt_emplnos.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <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; ">
- <choices>
- <item>
- <label>전체</label>
- <value>A</value>
- </item>
- <item>
- <label>재직자</label>
- <value>B</value>
- </item>
- <item>
- <label>퇴직자</label>
- <value>C</value>
- </item>
- </choices>
- </select1>
- <button id="button1" class="btn_sw" group="tab" selected="false" style="left:103px; top:60px; width:100px; height:22px; ">
- <caption>미LOAD 내역</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case2");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn_sw" group="tab" selected="false" style="left:206px; top:60px; width:100px; height:22px; ">
- <caption>미생성 내역</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case3");
- ]]>
- </script>
- </button>
- <button id="btn_eatsel" class="btn_sw" group="tab" selected="true" style="left:0px; top:60px; width:100px; height:22px; ">
- <caption>연금내역</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- </group>
- <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; ">연금내역</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- <button id="btn_save" class="btn4_letter2" style="left:1134px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfSave("TXRPA10001");
-
- if (model.getValue(gvErrorMsgPath + "/type") != "error"){
- btn_search.dispatch("DOMActivate");
- }
-
- ]]>
- </script>
- </button>
- <button id="btn_payappinsur" class="btn4_letter2" style="left:940px; top:3px; width:56px; height:22px; ">
- <caption>확정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.setValue("/root/send/payapp/payym", ipt_notiym.value);
- model.setValue("/root/send/payapp/payitemcd", "60010");
- model.setValue("/root/send/payapp/instcd", cmb_instcd.value);
- model.setValue("/root/send/payapp/cancelyn", "N");
-
- submit("TXRWZ00303");
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </button>
- <button id="btn_canpayappinsur" class="btn4_letter4" style="left:1000px; top:3px; width:80px; height:22px; ">
- <caption>확정취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.setValue("/root/send/payapp/payym", ipt_notiym.value);
- model.setValue("/root/send/payapp/payitemcd", "60010");
- model.setValue("/root/send/payapp/instcd", cmb_instcd.value);
- model.setValue("/root/send/payapp/cancelyn", "Y");
-
- submit("TXRWZ00303");
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|