123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195 |
- <?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>SMRPB19000_간호부발령내역조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <indgvnoffcordspec>
- <indgvnoffcordspeclist/>
- </indgvnoffcordspec>
- </main>
- <send>
- <indgvnoffcordspec>
- <prfshipflag/>
- <gvnoffcordfrdd/>
- <gvnoffcordtodd/>
- <gvnoffcordflag/>
- <emplno/>
- <instcd/>
- <deptcd/>
- <deptnm/>
- <name/>
- <gvnoffcorddetlflag/>
- <grupjoblncd/>
- </indgvnoffcordspec>
- </send>
- <init/>
- <hidden>
- <temp/>
- </hidden>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_indgvnoffcordspeclist);
- misfMsterDetailSet(grd_indgvnoffcordspeclist,null, "TRRPB19001" ,"N");
-
- misfComboInstCdListMulti("cmb_instcd", getCurrentDate(),"","N","Y");
- misfComboComCdListMulti("R0059,R0058,R0091", "cmb_grupjoblncd,cmb_prfshipflag,cmb_gvnoffcordflag_s");
-
- grd_indgvnoffcordspeclist.rowHeight(0) = 50;
- cmb_instcd.value = getUserInfo("posinstcd");
- var curDate = getCurrentDate().toDate();
- ipt_gvnoffcordfrdd.value = curDate.getDateFormat('YYYYMM')+'01';
- ipt_gvnoffcordtodd.value = curDate.getDateFormat('YYYYMMDD');
- ]]>
- </script>
- <submission id="TRRPB19001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/indgvnoffcordspec" resultref="/root/main/indgvnoffcordspec"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.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:18px; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:61px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:95px; x2:1195px; y2:95px; "/>
- <datagrid id="grd_indgvnoffcordspeclist" nodeset="/root/main/indgvnoffcordspec/indgvnoffcordspeclist" caption="발령구분^발령구분^소속기관^소속부서^소속기관
(발령후)^소속부서
(발령후)^발령일^ 사번^성명^성직구분^교직구분^직군^직열^직종^직위^직책^신직급^년차^직급^호봉" colsep="^" colwidth="70, 80, 140, 100, 140, 100, 80, 80, 60, 70, 70, 100, 100, 100, 100, 100, 54, 57, 56, 52" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:100px; width:1195px; height:634px; ">
- <col ref="gvnoffcordflag"/>
- <col ref="gvnoffcorddetlflag"/>
- <col ref="preinstcd"/>
- <col ref="predeptcd"/>
- <col ref="instcd"/>
- <col ref="deptcd"/>
- <col class="text_center" ref="gvnoffcorddd" format="yyyy-mm-dd"/>
- <col ref="emplno"/>
- <col ref="name"/>
- <col ref="holyordflag"/>
- <col ref="prfshipflag"/>
- <col ref="grupjoblncd"/>
- <col ref="joblncd"/>
- <col ref="jobkindcd"/>
- <col ref="jobposcd"/>
- <col ref="jobrespcd"/>
- <col ref="njobgradcd"/>
- <col ref="anual"/>
- <col ref="ojobgradcd"/>
- <col ref="payclscd"/>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:5px; top:80px; width:144px; height:13px; ">개인별발령내역</caption>
- <button id="btn_emplnohelp" class="icon_search" style="left:846px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var precv_list = "emplno" + "," + "name";
- misfOpenPopUpList("01", ipt_emplno, "", precv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:680px; top:44px; width:85px; height:17px; ">사 번 :</caption>
- <input id="ipt_emplno" ref="/root/send/indgvnoffcordspec/emplno" class="input_search" style="left:766px; top:44px; width:78px; height:19px; "/>
- <input id="ipt_emplnm" ref="/root/send/indgvnoffcordspec/name" class="input_search" style="left:865px; top:44px; width:120px; height:19px; "/>
- <button id="btn_excelsave" class="btn2_letter4" style="left:1131px; top:74px; 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_indgvnoffcordspeclist.saveExcel(fileName);
- }
- ]]>
- </script>
- </button>
- <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1125px; top:29px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1110px; y1:18px; x2:1110px; y2:61px; border-color:#ffe4bb; border-left-style:solid; "/>
- <select1 id="cmb_gvnoffcorddetlflag_s" ref="/root/send/indgvnoffcordspec/gvnoffcorddetlflag" class="combo_search" navindex="4" appearance="minimal" style="left:532px; top:44px; width:120px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_prfshipflag" ref="/root/send/indgvnoffcordspec/prfshipflag" class="combo_search" appearance="minimal" style="left:766px; top:19px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_gvnoffcordtodd" ref="/root/send/indgvnoffcordspec/gvnoffcordtodd" class="input_s_essential" inputtype="date" style="left:550px; top:19px; width:100px; height:19px; "/>
- <input id="ipt_gvnoffcordfrdd" ref="/root/send/indgvnoffcordspec/gvnoffcordfrdd" class="input_s_essential" inputtype="date" style="left:430px; top:19px; width:100px; height:19px; "/>
- <select1 id="cmb_instcd" ref="/root/send/indgvnoffcordspec/instcd" class="combo_s_essential" appearance="minimal" style="left:101px; top:19px; width:212px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_deptcdhelp" class="icon_search" style="left:181px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var precv_list = "deptcd" + "," + "deptnm";
- //alert(precv_list);
- misfOpenPopUpList("02", ipt_deptcd, "", precv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:343px; top:19px; width:86px; height:17px; ">발령일자 :</caption>
- <select1 id="cmb_gvnoffcordflag_s" ref="/root/send/indgvnoffcordspec/gvnoffcordflag" class="combo_search" navindex="3" appearance="minimal" style="left:430px; top:44px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- /* 발령구분 선택시 발령 세부구분 자료를 Setting,한다 */
- var gvnoffcordflag = model.getValue(cmb_gvnoffcordflag_s.attribute("ref"));
- rpbfComboGvnoffOrddetl(gvnoffcordflag, "cmb_gvnoffcorddetlflag_s");
-
- //misfComboCopyItemSet(cmb_gvnoffcorddetlflag_s, "", grd_gvnoffcordmastlist, "gvnoffcorddetlflag");
- ]]>
- </script>
- </select1>
- <caption id="caption11" class="search_name" style="left:904px; top:19px; width:86px; height:17px; ">직군구분 :</caption>
- <caption id="caption3" class="search_name" style="left:680px; top:19px; width:86px; height:17px; ">교직구분 :</caption>
- <input id="ipt_deptnm" ref="/root/send/indgvnoffcordspec/deptnm" class="input_search" style="left:198px; top:44px; width:114px; height:19px; "/>
- <input id="ipt_deptcd" ref="/root/send/indgvnoffcordspec/deptcd" class="input_search" style="left:101px; top:44px; width:78px; height:19px; "/>
- <caption id="caption16" class="search_n_b" style="left:535px; top:19px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <caption id="caption1" class="search_name" style="left:16px; top:19; width:85px; height:17px; ">기 관 :</caption>
- <caption id="caption8" class="search_name" style="left:16px; top:44px; width:85px; height:17px; ">부 서 :</caption>
- <select1 id="cmb_grupjoblncd" ref="/root/send/indgvnoffcordspec/grupjoblncd" class="combo_search" navindex="6" appearance="minimal" style="left:990px; top:19px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption5" class="search_name" style="left:343px; top:44px; width:86px; height:17px; ">발령구분 :</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|