123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169 |
- <?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>SMRWD07000_교직원현황조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <emplist>
- <emplno/>
- <name/>
- <dutplceinstnm/>
- <dutunitnm/>
- <dutplcedeptnm/>
- <jobposnm/>
- <prfshipflag/>
- <hosinseqno/>
- <entcodd/>
- <retiredd/>
- </emplist>
- </list>
- </main>
- <send>
- <empl>
- <instcd/>
- <deptcd/>
- <deptnm/>
- <name/>
- <instflag/>
- </empl>
- </send>
- <temp>
- </temp>
- <init>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_emplist);
- misfMsterDetailSet(grd_emplist,null, "TRRWD07001" ,"Y");
-
- misfComboComCdList("Z0007",cmb_instcd,"Y");
- // misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
-
- model.refresh();
- ]]>
- </script>
- <submission id="TRRWD07001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/empl" resultref="/root/main/list/emplist"/>
- </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/stringHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body>
- <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; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1117px; top:11px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridInit(grd_emplist);
-
- if(cmb_instcd.value == '001' || cmb_instcd.value == '012' || cmb_instcd.value == '103' ) {
- model.setValue("/root/send/empl/instflag","001");
- }
- else{
- model.setValue("/root/send/empl/instflag",cmb_instcd.value);
- }
-
- if (model.getValue(ipt_emplname.attribute("ref")).length >= 2 ) {
- ;
- }
- else if( model.getValue(ipt_emplname.attribute("ref")).length == 0 ) {
- ;
- }
- else {
- messageBox("이름은 두글자 이상 입력하세요.","I999");
- return;
- }
-
- submit("TRRWD07001");
-
- for(var i = grd_emplist.fixedRows; i <grd_emplist.rows -grd_emplist.fixedRows; i++) {
- if( grd_emplist.valueMatrix(i,grd_emplist.colRef("retiredd")) !='') {
- grd_emplist.rowStyle(i,"data", "background-color") = "#ffff99";
- }
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1099px; y1:11px; x2:1099px; y2:33px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:60px; x2:1194px; y2:60px; "/>
- <select1 id="cmb_instcd" ref="/root/send/empl/instcd" class="combo_s_essential" appearance="minimal" style="left:128px; top:13px; width:177px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <datagrid id="grd_emplist" nodeset="/root/main/list/emplist" caption="사번^성명^근무기관^근무부서^현근무지^직위^내선번호^퇴사일자" colsep="^" colwidth="124, 106, 200, 200, 200, 120, 120, 100" dataheight="25" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:65px; width:1194px; height:635px; ">
- <col ref="emplno" style="text-align:center; "/>
- <col ref="name" style="text-align:center; "/>
- <col ref="dutplceinstnm" style="text-align:center; "/>
- <col ref="dutunitnm" style="text-align:center; "/>
- <col ref="dutplcedeptnm" style="text-align:center; "/>
- <col ref="jobposnm" style="text-align:center; "/>
- <col ref="hosinseqno" style="text-align:center; "/>
- <col ref="retiredd" format="yyyy-mm-dd" style="text-align:center; "/>
- </datagrid>
- <button id="btn_emplno" class="icon_search" style="left:552px; top:13px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- rpbfOpenDeptCdHelp(ipt_deptcd,recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:365px; top:13px; width:100px; height:17px; ">부 서 :</caption>
- <input id="ipt_deptcd" ref="/root/send/empl/deptcd" class="input_default" style="left:465px; top:13px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/empl/deptcd") == ""){
- model.setValue("/root/send/empl/deptnm", "");
- }
- model.refresh();
-
- if (model.getValue(ipt_deptcd.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <input id="ipt_deptnm" ref="/root/send/empl/deptnm" class="input_default" style="left:572px; top:13px; width:165px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/empl/deptnm") == ""){
- model.setValue("/root/send/empl/deptcd", "");
- }
- model.refresh();
-
- if (model.getValue(ipt_deptnm.attribute("ref")).length > 0) {
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:28px; top:13px; width:100px; height:17px; ">기 관 :</caption>
- <caption id="cap_emplname" class="search_name" style="left:795px; top:13px; width:100px; height:17px; ">이 름 :</caption>
- <input id="ipt_emplname" ref="/root/send/empl/name" class="input_default" imemode="hangul" style="left:897px; top:13px; width:100px; height:19px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
- <line id="line9" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
- </group>
- <caption id="caption278" class="tit_2" style="left:5px; top:85px; width:157px; height:14px; ">교직원 현황 List</caption>
- </xhtml:body>
- </xhtml:html>
|