123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- <healthretirelist>
- <instnm/>
- <emplnm/>
- <rrgstno/>
- <retireamt01/>
- <retireamt02/>
- <retireamt03/>
- <retireamt04/>
- <retireamt05/>
- <retireamt06/>
- <retireamt07/>
- <retireamt08/>
- <retireamt09/>
- <retireamt10/>
- <retireamt11/>
- <retireamt12/>
- <totretireamt/>
- </healthretirelist>
- </main>
- <send>
- <report>
- <notiym/>
- <instcd/>
- <rrgstno1/>
- <rrgstno2/>
- <emplnm/>
- </report>
- <payappsend>
- <instcd/>
- <payym/>
- <payitemcd/>
- </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_healthretirelist);
- rpaComboInstBase(cmb_instcd,getUserInfo("dutplceinstcd"),"Y");
- cmb_instcd.value="";
- ]]>
- </script>
- <submission id="TRRPA08201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/report" resultref="/root/main/healthretirelist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- model.removeNodeset("/root/main/healthretirelist");
- model.resetInstanceNode("/root/send");
- model.refresh();
- var curDate = getCurrentDate().toDate();
- model.setValue("/root/send/report/notiym", curDate.getDateFormat('YYYY'));
- }
- function fPrint() {
- model.makeNode("/root/send/report/selectinstnm");
- model.makeNode("/root/send/report/notiym");
- var selectInstnm="";
- var notiym = grd_healthinsulist.valueMatrix(3,grd_healthinsulist.colRef("notiym"));
- if(cmb_instcd.value==""){
- 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/report/selectinstnm", selectInstnm);
- model.setValue("/root/send/report/notiym", notiym);
- exeReportPreview("RPRPA05800", "XMLSTR", "/root/send/report");
- //grd_healthinsulist.valueMatrix(2,grd_healthinsulist.colRef("notiympayamt"))=notiympayamt;
- }
- ]]>
- </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;
-
-
- submit("TRRPA08201");
- 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" 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:285px; top:18px; width:110px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:200px; top:20px; width:86px; height:17px; ">기 관:</caption>
- <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_healthretirelist" nodeset="/root/main/healthretirelist" caption="기관^성명^주민등록번호^1월^2월^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월^합계" colwidth="100, 80, 105, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 100" 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:636px; text-align:center; ">
- <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="retireamt01" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt02" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt03" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt04" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt05" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt06" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt07" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt08" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt09" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt10" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt11" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="retireamt12" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- <col ref="totretireamt" savetype="digit" type="output" format="(-)#,###" style="text-align:right; "/>
- </datagrid>
- <caption id="caption32" style="left:579px; top:20px; width:16px; height:17px; font-weight:bold; text-align:center; vertical-align:bottom; ">~</caption>
- <caption id="caption34" class="search_name" style="left:416px; top:19px; width:99px; height:17px; ">주민번호:</caption>
- <input id="ipt_emplnm" ref="/root/send/report/emplnm" class="input_search" imemode="hangul" style="left:762px; top:18px; width:100px; 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:497px; top:18px; width:80px; 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:597px; top:18px; width:80px; 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:702px; 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_healthretirelist.saveExcel(fileName, "sheetname:savetype", true, true, "", "");
- }
- ]]>
- </script>
- </button>
- </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:1027px; 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:0; y1:25; x2:1195; y2:25; "/>
- <button id="button1" class="btn4_letter5" style="left:1096px; top:3px; width:92px; height:22px; ">
- <caption>내역서출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fPrint();
- //exeReportPreview("RPTPA05700", "XMLSTR");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|