123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="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>
- <healthinsulist>
- </healthinsulist>
- <healthinsusum/>
- </main>
- <send>
- <report>
- <notiym/>
- <instcd/>
- <workgbn/>
- <rrgstno1/>
- <rrgstno2/>
- <emplnm/>
- <preststatcd/>
- <healpreststatcd/>
- <retircalcamt/>
- </report>
- <payappsend>
- <instcd/>
- <payym/>
- <payitemcd/>
- <cancelyn/>
- </payappsend>
- </send>
- <temp>
- <payrefltyn/>
- <instcnfmyn/>
- <hidden/>
- </temp>
- <init>
- <healpreststat>
- <label>전체</label>
- <value>0</value>
- <label>재직</label>
- <value>1</value>
- <label>퇴직</label>
- <value>2</value>
- </healpreststat>
- </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_healthinsulist);
- rpaComboInstBase(cmb_instcd,getUserInfo("dutplceinstcd"),"Y");
- misfComboComCdList('R0146', cmb_preststatcd,'Y');
- var instcd = getUserInfo("dutplceinstcd");
- cmb_instcd.value=instcd;
- rdo_healpreststat.value='0';
- ]]>
- </script>
- <submission id="TRRPA05801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/main"/>
- <submission id="TXRWZ00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/payappsend" resultref="/root/temp/hidden"/>
- <submission id="TRRPA01402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/temp"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- model.removeNodeset("/root/main/healthinsulist");
- model.resetInstanceNode("/root/send");
- model.refresh();
- var curDate = getCurrentDate().toDate();
- model.setValue("/root/send/report/notiym", curDate.getDateFormat('YYYYMM'));
- }
- function fPrint() {
- exeReportPreview("RPRPA05800", "XMLSTR", "/root/send/report");
- //grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"))=notiympayamt;
- }
- function fCopyNode(){
- // 개인별 건강보험료 납부 통지 내역 리스트
- model.makeNode("/root/send/rexreport/healthinsulist/notiym");
- model.makeNode("/root/send/rexreport/healthinsulist/instnm");
- model.makeNode("/root/send/rexreport/healthinsulist/emplnm");
- model.makeNode("/root/send/rexreport/healthinsulist/rrgstno");
- model.makeNode("/root/send/rexreport/healthinsulist/reductresnnm");
- model.makeNode("/root/send/rexreport/healthinsulist/jobkindcd");
- model.makeNode("/root/send/rexreport/healthinsulist/remunrmmamt");
- model.makeNode("/root/send/rexreport/healthinsulist/calcinsuamt");
- model.makeNode("/root/send/rexreport/healthinsulist/calcresnnm");
- model.makeNode("/root/send/rexreport/healthinsulist/acqtdd");
- model.makeNode("/root/send/rexreport/healthinsulist/lossdd");
- model.makeNode("/root/send/rexreport/healthinsulist/calcamt");
- model.makeNode("/root/send/rexreport/healthinsulist/notiamt")
- model.makeNode("/root/send/rexreport/healthinsulist/yyendcalc");
- model.makeNode("/root/send/rexreport/healthinsulist/adjtamt");
- model.makeNode("/root/send/rexreport/healthinsulist/notiympayamt");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcinsuamt");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcresn");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtfromym");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrttoym");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcamt");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiamt");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtyyendcalc");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtadjtamt");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiympayamt");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcinsuamtsum");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtcalcamtsum");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiamtsum");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtyyendcalcsum");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtadjtamtsum");
- model.makeNode("/root/send/rexreport/healthinsulist/mtrtnotiympayamtsum");
- model.makeNode("/root/send/rexreport/healthinsulist/endyn");
- model.makeNode("/root/send/rexreport/healthinsulist/payrefltyn");
- model.makeNode("/root/send/rexreport/healthinsulist/retircalcamt");
- model.makeNode("/root/send/rexreport/healthinsulist/unitbizplceno");
- // 개인별 건강보험료 납부 통지 내역 합계
- model.makeNode("/root/send/rexreport/healthinsusum/calcinsuamtsum");
- model.makeNode("/root/send/rexreport/healthinsusum/calcamtsum");
- model.makeNode("/root/send/rexreport/healthinsusum/notiamtsum");
- model.makeNode("/root/send/rexreport/healthinsusum/yyendcalcsum");
- model.makeNode("/root/send/rexreport/healthinsusum/adjtamtsum");
- model.copyNode("/root/send/rexreport", "/root/main");
-
- }
- ]]>
- </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; ">개인별 보험료 납부 통지 내역</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <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="cap_notiym" class="search_name" style="left:15px; top:19px; width:86px; height:17px; ">고지년월:</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("ipt_notiym"))return;
- misfGridInit(grd_healthinsulist);
- model.removeNodeset("/root/main");
- submit("TRRPA05801");
- fCopyNode();
- grd_healthinsulist.subtotal("clear", 0, 0);
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("calcinsuamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("calcamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("notiamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("yyendcalc"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("adjtamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1, grd_healthinsulist.colRef("notiympayamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcinsuamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtyyendcalc"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtadjtamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiympayamt"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcinsuamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtcalcamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtyyendcalcsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtadjtamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- grd_healthinsulist.subtotal("sum",-1 , grd_healthinsulist.colRef("mtrtnotiympayamtsum"), "format:(-)#,##0; ", "background-color:#ffff99; font-weight:bold; ", 2, "합계");
- var retircalcamt=0;
- var mtrtretircalcamt=0;
- var totmtrtnotiympayamtsum=0;
- for(var i = 2 ; i < grd_healthinsulist.rows ; i++ ){
- var calcresnnm =grd_healthinsulist.valueMatrix(i,grd_healthinsulist.colRef("calcresnnm"));
- if(calcresnnm =='퇴직'){
- retircalcamt=parseFloat(grd_healthinsulist.valueMatrix(i,grd_healthinsulist.colRef("notiympayamt")))+parseFloat(retircalcamt);
- mtrtretircalcamt=parseFloat(grd_healthinsulist.valueMatrix(i,grd_healthinsulist.colRef("mtrtnotiympayamt")))+parseFloat(mtrtretircalcamt);
- }
- }
-
- grd_healthinsulist.insertRow(1,"below", "false", "true");
- grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("instnm"))="퇴직정산";
- grd_healthinsulist.rowstyle(2, "data", "background-color") = "#ffff99";
- grd_healthinsulist.rowstyle(2, "data", "format") = "(-)#,##0";
- grd_healthinsulist.rowstyle(2, "data", "font-weight") = "bold";
- grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"))=retircalcamt;
- grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("mtrtnotiympayamt"))=mtrtretircalcamt;
- totmtrtnotiympayamtsum = retircalcamt + mtrtretircalcamt;
- grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("mtrtnotiympayamtsum"))= totmtrtnotiympayamtsum;
- ipt_retircalcamt.value = totmtrtnotiympayamtsum;
- grd_healthinsulist.clearStatus();
- //퇴직 및 공통 데이터
- model.makeNode("/root/send/rexreport/retirementcom/selectinstnm");
- model.makeNode("/root/send/rexreport/retirementcom/unitbizplceno");
- model.makeNode("/root/send/rexreport/retirementcom/totmtrtnotiympayamtsum");
- model.makeNode("/root/send/rexreport/retirementcom/notiym");
- var selectInstnm="";
- var unitbizplceno=grd_healthinsulist.valueMatrix(3,grd_healthinsulist.colRef("unitbizplceno"));
- var notiym = grd_healthinsulist.valueMatrix(3,grd_healthinsulist.colRef("notiym"));
- var retircalcamt= ipt_retircalcamt.value;
- if(cmb_instcd.label==""){
- selectInstnm="전체";
- }else{
- selectInstnm=cmb_instcd.label;
- }
- //var notiympayamt=grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"));
- //grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"))=0;
- model.setValue("/root/send/rexreport/retirementcom/selectinstnm", selectInstnm);
- model.setValue("/root/send/rexreport/retirementcom/unitbizplceno", unitbizplceno);
- model.setValue("/root/send/rexreport/retirementcom/totmtrtnotiympayamtsum", totmtrtnotiympayamtsum);
- model.setValue("/root/send/rexreport/retirementcom/notiym", notiym);
- model.refresh();
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <input id="ipt_notiym" ref="/root/send/report/notiym" class="input_s_essential" inputtype="date" format="yyyy-mm" style="left:100px; top:18px; width:80px; height:19px; "/>
- <select1 id="cmb_instcd" ref="/root/send/report/instcd" class="combo_s_essential" appearance="minimal" style="left:275px; top:18px; width:110px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:190px; top:20px; width:86px; height:17px; ">기 관:</caption>
- <input id="ipt_workgbn" ref="/root/send/report/workgbn" visibility="hidden" style="left:735px; top:50px; width:110px; height:19px; "/>
- <line id="line207" class="line_1" style="x1:0; y1:69; x2:1195; y2:69px; "/>
- <caption id="caption9" class="tit_2" style="left:10px; top:54px; width:219px; height:14px; ">개인별 보험료 납부 통지 내역</caption>
- <datagrid id="grd_healthinsulist" nodeset="/root/main/healthinsulist" caption="고지년월^기관^성명^주민등록번호^감면사유^직종코드^보수월액^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^건강보험^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^장기요양^합계^합계^합계^합계^합계^합계^증번호^취득일^상실일^자료마감^급여반영^퇴직정산금액^단위기관^급여기관코드|고지년월^기관^성명^주민등록번호^감면사유^직종코드^보수월액^산출보험료^정산^정산시작월^정산종료월^정산금액^고지금액^연말정산^조정금액^당월납부액^산출보험료^정산^정산시작월^정산종료월^정산금액^고지금액^연말정산^조정금액^당월납부액^산출보험료^정산보험료^고지보험료^연말정산보험료^조정금액^당월납부액^증번호^취득일^상실일^자료마감^급여반영^퇴직정산금액^단위기관^급여기관코드" colwidth="56, 101, 68, 90, 60, 54, 70, 84, 60, 75, 75, 70, 80, 70, 70, 81, 100, 60, 75, 75, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 85, 75, 75, 56, 54, 55, 81, 70" dataheight="25" ellipsis="true" extendlastcol="scroll" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:74px; width:1194px; height:616px; text-align:center; ">
- <col ref="notiym" visibility="visible" format="yyyy-mm"/>
- <col ref="instnm" style="text-align:center; "/>
- <col ref="emplnm" type="output" style="text-align:center; "/>
- <col ref="rrgstno" type="output" format="999999-9999999" style="text-align:center; "/>
- <col ref="reductresnnm" style="text-align:center; "/>
- <col ref="jobkindcd" style="text-align:center; "/>
- <col ref="remunrmmamt" savetype="digit" format="(-)#,##0" style="text-align:right; "/>
- <col ref="calcinsuamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="calcresnnm" savetype="digit" style="text-align:center; "/>
- <col ref="fromym" visibility="visible" format="yyyy-mm"/>
- <col ref="toym" visibility="visible" format="yyyy-mm"/>
- <col ref="calcamt" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="notiamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="yyendcalc" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="adjtamt" savetype="digit" type="output" format="(-)#,##0" style="left:951px; top:43px; width:70px; height:23px; text-align:right; "/>
- <col ref="notiympayamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtcalcinsuamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtcalcresn" style="text-align:center; "/>
- <col ref="mtrtfromym" visibility="visible" format="yyyy-mm"/>
- <col ref="mtrttoym" visibility="visible" format="yyyy-mm"/>
- <col ref="mtrtcalcamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtnotiamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtyyendcalc" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtadjtamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtnotiympayamt" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtcalcinsuamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtcalcamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtnotiamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtyyendcalcsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtadjtamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="mtrtnotiympayamtsum" savetype="digit" type="output" format="(-)#,##0" style="text-align:right; "/>
- <col ref="certno" style="text-align:center; "/>
- <col ref="acqtdd" visibility="visible" format="yyyy-mm-dd"/>
- <col ref="lossdd" visibility="visible" format="yyyy-mm-dd"/>
- <col ref="endyn" style="text-align:center; "/>
- <col ref="payrefltyn" style="text-align:center; "/>
- <col ref="retircalcamt" savetype="digit" visibility="hidden" style="text-align:center; "/>
- <col ref="unitbizplceno" visibility="hidden"/>
- <col ref="instcd" visibility="hidden" style="text-align:center; "/>
- </datagrid>
- <caption id="caption32" style="left:539px; top:20px; width:16px; height:17px; font-weight:bold; text-align:center; vertical-align:bottom; ">~</caption>
- <caption id="caption34" class="search_name" style="left:396px; top:19px; width:99px; height:17px; ">주민번호:</caption>
- <input id="ipt_emplnm" ref="/root/send/report/emplnm" class="input_search" imemode="hangul" style="left:692px; top:18px; width:73px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_chldrnresdnrgst1" ref="/root/send/report/rrgstno1" class="input_search" maxlength="6" style="left:477px; top:18px; width:60px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_chldrnresdnrgst2" ref="/root/send/report/rrgstno2" class="input_search" maxlength="8" style="left:557px; top:18px; width:60px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption37" class="search_name" style="left:632px; top:19px; width:60px; height:17px; ">성명:</caption>
- <button id="btn_exceldetail" class="btn2_letter4" style="left:1125px; top:48px; 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_healthinsulist.saveExcel(fileName, "sheetname:savetype", true, true, "", "");
- }
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:780px; top:20px; width:81px; height:17px; ">근무상태:</caption>
- <select1 id="cmb_preststatcd" ref="/root/send/report/preststatcd" class="combo_s_essential" appearance="minimal" style="left:863px; top:19px; width:77px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_healpreststat" ref="/root/send/report/healpreststatcd" class="radio_search" appearance="full" cellspacing="5" cols="3" overflow="visible" style="left:945px; top:20px; width:160px; height:16px; text-align:center; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/healpreststat">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_retircalcamt" ref="/root/send/report/retircalcamt" visibility="hidden" style="left:855px; top:50px; width:110px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
- <button id="btn_init" class="btn4_letter3" style="left:949px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <line id="line9" class="line_6" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
- <button id="button1" class="btn4_letter5" style="left:1018px; top:3px; width:92px; height:22px; ">
- <caption>내역서출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPrint();
- //exeReportPreview("RPTPA05700", "XMLSTR");
- ]]>
- </script>
- </button>
- <button id="button2" class="btn4_letter4" visibility="visible" style="left:1112px; 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;
- // }
- // submit("TRRPA01402");
- // var payrefltyn=model.getValue("/root/temp/payrefltyn");
- // var endyn=model.getValue("/root/temp/endyn");
- // if(endyn !='Y'){
- // messageBox("건강보험 자료가 마감되지 ","E007");
- // return;
- // }
- // if(payrefltyn =='Y'){
- // messageBox("급여이체 자료가 이미 ","I001");
- // return;
- // }
- //
- //
- // var instcd = getUserInfo("dutplceinstcd");
- // var payym = model.getValue("/root/send/report/notiym");
- // var payitemcd = "60020";
- // var cancelyn = "N";
- // model.setValue("/root/send/payappsend/instcd",instcd);
- // model.setValue("/root/send/payappsend/payym",payym);
- // model.setValue("/root/send/payappsend/payitemcd",payitemcd);
- // model.setValue("/root/send/payappsend/cancelyn",cancelyn);
- //
- //
- // submit("TXRWZ00303");
- // if (model.getValue(gvErrorMsgPath + "/type") != "error"){
- // messageBox("급여이체작업이","I001");
- // //btn_search.dispatch("DOMActivate");
- // model.refresh();
- // }
- // commonWeb-common.js 에 open함수 있음.
- open("SMRPA06100","","20","20","popup");
- ]]>
- </script>
- </button>
- <button id="button3" class="btn4_letter6" visibility="hidden" style="left:720px; top:0px; width:104px; height:22px; ">
- <caption>급여이체취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // commonWeb-common.js 에 open함수 있음.
- open("SMRPA06100","","20","20","popup");
-
- /*
- if(!isRequiredControls("ipt_notiym"))return;
- var retMes = messageBox("전기관의 급여이체를 취소하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
-
- var instcd = getUserInfo("dutplceinstcd");
- var payym = model.getValue("/root/send/report/notiym");
- var payitemcd = "60020";
- var cancelyn = "Y";
- model.setValue("/root/send/payappsend/instcd",instcd);
- model.setValue("/root/send/payappsend/payym",payym);
- model.setValue("/root/send/payappsend/payitemcd",payitemcd);
- model.setValue("/root/send/payappsend/cancelyn",cancelyn);
-
- submit("TXRWZ00303");
- if (model.getValue(gvErrorMsgPath + "/type") != "error"){
- messageBox("급여이체 취소작업이","I001");
- //btn_search.dispatch("DOMActivate");
- model.refresh();
- }
- */
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|