123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- <?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>
- <emplist>
- <empid/>
- <empnm/>
- <empdeptnm/>
- <empdeptcd/>
- <rrgstno1/>
- <rrgstno2/>
- <mpphonno/>
- <email/>
- </emplist>
- <cond>
- <refflag>A</refflag>
- <refcond/>
- </cond>
- </main>
- <init>
- </init>
- <send>
- <reqdata>
- </reqdata>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.removenode("/root/main/emplist");
- model.refresh();
- ]]>
- </script>
- <submission id="TRMNH02321" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/emplist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="370" pageheight="440" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:350px; height:395px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:62px; width:145px; height:13px; ">사원 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:77px; x2:345px; y2:77px; "/>
- <datagrid id="grd_emplist" nodeset="/root/main/emplist" class="grd_agtplcelist" autoresize="true" caption="사원번호^이름^부서명" colsep="^" colwidth="90, 80, 120" dataheight="23" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:82px; width:345px; height:313px; ">
- <col ref="empid" style="text-align:center; "/>
- <col ref="empnm" style="text-align:center; "/>
- <col ref="empdeptnm" style="text-align:center; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var iRow = -1;
- iRow = grd_emplist.row;
-
- var empid = model.getValue("/root/main/emplist"+"["+iRow+"]/empid");
- var empnm = model.getValue("/root/main/emplist"+"["+iRow+"]/empnm");
- var empdeptcd = model.getValue("/root/main/emplist"+"["+iRow+"]/empdeptcd");
- var rrgstno1 = model.getValue("/root/main/emplist"+"["+iRow+"]/rrgstno1");
- var rrgstno2 = model.getValue("/root/main/emplist"+"["+iRow+"]/rrgstno2");
- var email = model.getValue("/root/main/emplist"+"["+iRow+"]/email");
- var mpphonno = model.getValue("/root/main/emplist"+"["+iRow+"]/mpphonno");
-
- model.setValue(opener.root.main.aidmembinfo.aidmembdetlinfo.empid, empid);
- model.setValue(opener.root.main.aidmembinfo.aidmembdetlinfo.membnm, empnm);
- model.setValue(opener.root.main.aidmembinfo.aidmembdetlinfo.empdeptcd, empdeptcd);
- model.setValue(opener.root.main.aidmembinfo.aidmembdetlinfo.rrgstno1, rrgstno1);
- model.setValue(opener.root.main.aidmembinfo.aidmembdetlinfo.rrgstno2, rrgstno2);
- model.setValue(opener.root.main.aidmembinfo.aidmembdetlinfo.email, email);
- model.setValue(opener.root.main.aidmembinfo.aidmembdetlinfo.mpphontel, mpphonno);
-
- opener.model.refresh();
- window.close();
- ]]>
- </script>
- </datagrid>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:345px; height:60px; "/>
- <select1 id="radio1" ref="/root/main/cond/refflag" overflow="visible" appearance="full" cols="2" style="left:100px; top:9px; width:115px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>사번</label>
- <value>A</value>
- </item>
- <item>
- <label>사원명</label>
- <value>B</value>
- </item>
- </choices>
- </select1>
- <caption id="caption12" class="search_name" style="left:7px; top:9px; width:86px; height:17px; ">조회구분 :</caption>
- <caption id="caption2" class="search_name" style="left:7px; top:35px; width:86px; height:17px; ">조회조건 :</caption>
- <input id="input1" ref="/root/main/cond/refcond" style="left:100px; top:33px; width:115px; height:19px; "/>
- <button id="button1" class="btn1_letter2" style="left:285px; top:20px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- submit("TRMNH02321");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:275px; y1:19px; x2:275px; y2:43px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|