123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- <?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>
- <empinsuryn>
- <empinsurynlist/>
- </empinsuryn>
- </main>
- <send>
- <empinsuryn>
- <instcd/>
- <payym/>
- <prfshipflag/>
- <emplno/>
- <emplnm/>
- </empinsuryn>
- <save>
- <empinsurynlist/>
- </save>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_empinsurynlist);
-
- misfMsterDetailSet(grd_empinsurynlist, null, "TRRWP10601" ,"Y");
-
- var curdate = getCurrentDate();
- model.setValue(ipt_payym.attribute("ref") , curdate.substr(0, 6));
-
-
- misfComboComCdListMulti("Z0007,R0058","cmb_instcd,cmb_prfshipflag");
-
- addComboItem( "cmb_prfshipflag", "[-- 전체 --]", "", "above");
-
-
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
- model.setValue(cmb_prfshipflag.attribute("ref") , "");
-
- misfGetUserAuth();
-
- if (DUTY_PAY_YN == "Y" ) {
- cmb_instcd.disabled = false;
- }
- else {
- cmb_instcd.disabled = true;
- }
-
- model.refresh();
- model.setFocus("cmb_instcd");
- ]]>
- </script>
- <submission id="TRRWP10601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/empinsuryn" resultref="/root/main/empinsuryn"/>
- <submission id="TXRWP10601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hidden/temp"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </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:38; width:1195px; height:744px; ">
- <line id="line9" class="line_1" style="x1:0px; y1:69px; x2:1193px; y2:69px; "/>
- <caption id="caption34" class="tit_2" style="left:6px; top:52px; width:186px; height:14px; ">고용보험 대상자 List</caption>
- <group id="grp_sea" style="left:0px; top:10; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1124px; top:7px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
-
-
- ]]>
- </script>
- </button>
- <line id="line5" class="line_4" style="x1:1109px; y1:7px; x2:1109px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_payym" ref="/root/send/empinsuryn/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:324px; top:7px; width:101px; height:19px; text-align:center; vertical-align:middle; "/>
- <caption id="cap_payym" class="search_name" style="left:250px; top:8px; width:70px; height:17px; ">지급월:</caption>
- <select1 id="cmb_instcd" ref="/root/send/empinsuryn/instcd" class="combo_s_essential" appearance="minimal" style="left:69px; top:7px; width:171px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:10px; top:8px; width:61px; height:17px; ">기관:</caption>
- <select1 id="cmb_prfshipflag" ref="/root/send/empinsuryn/prfshipflag" class="combo_s_essential" appearance="minimal" style="left:532px; top:7px; width:171px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="caption1" class="search_name" style="left:446px; top:8px; width:81px; height:17px; ">급여분류:</caption>
- <caption id="caption2" class="search_name" style="left:740px; top:8px; width:61px; height:17px; ">사번:</caption>
- <input id="ipt_emplnm" ref="/root/send/empinsuryn/emplnm" class="input_default" style="left:894px; top:7px; width:106px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplnm.currentText != null && ipt_emplnm.currentText != "" ) {
- inputEnterKey("ipt_emplnm", "xforms-value-changed");
- inputEnterKey("btn_search", "DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNM", recv_list);
-
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_emplno" class="icon_search" style="left:873px; top:7px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list,"","N");
-
- model.refresh();
-
- if (model.getValue(ipt_emplno.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </button>
- <input id="ipt_emplno" ref="/root/send/empinsuryn/emplno" class="input_default" style="left:799px; top:7px; width:70px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if (ipt_emplno.currentText != null && ipt_emplno.currentText != "" ) {
- inputEnterKey("ipt_emplno", "xforms-value-changed");
- inputEnterKey("btn_search", "DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
- model.refresh();
- ]]>
- </script>
- </input>
- </group>
- <datagrid id="grd_empinsurynlist" nodeset="/root/main/empinsuryn/empinsurynlist" caption="선택^사원번호^성명^입사일^부서^직군^직위^직종^직급^호봉^급여분류|선택^사원번호^성명^입사일^부서^직군^직위^직종^직급^호봉^급여분류" colsep="^" colwidth="40, 83, 87, 111, 285, 115, 115, 127, 102, 87, 110" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:75px; width:1193px; height:665px; ">
- <col checkvalue="Y,N" ref="empinsuyn" type="checkbox"/>
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col disabled="true" ref="entcodd" format="yyyy-mm-dd"/>
- <col ref="deptnm"/>
- <col ref="grupjoblnnm" visibility="hidden"/>
- <col ref="jobposnm"/>
- <col ref="jobkindnm"/>
- <col ref="jobgradnm"/>
- <col ref="payclsnm"/>
- <col ref="prfshipflagnm"/>
- </datagrid>
- <button id="btn_saveexcel" class="btn2_letter4" style="left:1130px; top:49px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
- if (fileName != "")
- {
- grd_empinsurynlist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <button id="btn_allselect" class="btn2_letter4" style="left:158px; top:49px; width:64px; height:19px; ">
- <caption>전체선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- for (var i = grd_empinsurynlist.fixedRows; i < grd_empinsurynlist.rows; i++) {
- grd_empinsurynlist.valueMatrix(i, grd_empinsurynlist.colRef("empinsuyn")) = "Y";
- grd_empinsurynlist.rowStatus(i) = "2";
- }
- ]]>
- </script>
- </button>
- <button id="btn_allunselect" class="btn2_letter6" style="left:225px; top:49px; width:86px; height:19px; ">
- <caption>전체선택취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- for (var i = grd_empinsurynlist.fixedRows; i < grd_empinsurynlist.rows; i++) {
- grd_empinsurynlist.valueMatrix(i, grd_empinsurynlist.colRef("empinsuyn")) = "N";
- grd_empinsurynlist.rowStatus(i) = "2";
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0; top:12; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" style="left:1124px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSave("TXRWP10601");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <line id="line4" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|