123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- <?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>
- <userschemngtdeptlist>
- <emplno/>
- <emplnm/>
- <dutplcedeptcd/>
- <dutplcedeptnm/>
- </userschemngtdeptlist>
- <temp>
- </temp>
- <send>
- <emplno/>
- </send>
- </main>
- <target>
- <emplno/>
- </target>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- misfGridInit(grd_userschemngtdeptlist);
- ipt_emplno.value=parent.ipt_emplno_s.value;
- if(ipt_emplno.value !=""){
- submit("TRRPD01305");
- }
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPD01305" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/send" resultref="/root/main/userschemngtdeptlist"/>
- </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="../../../mis/educationmngtweb/js/RPS001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="500" pageheight="450" guideline="2,-5;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:480px; y2:25px; "/>
- <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:117px; height:14px; ">스캐줄부서조회</caption>
- <datagrid id="grd_userschemngtdeptlist" nodeset="/root/main/userschemngtdeptlist" caption="사원번호^성명^근무부서코드^근무지부서" colsep="^" colwidth="100, 100, 121, 138" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" style="left:0px; top:30px; width:480px; height:330px; ">
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="dutplcedeptcd" type="output"/>
- <col ref="dutplcedeptnm" type="output" style="text-align:right; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_userschemngtdeptlist.isCell(event.target) && grd_userschemngtdeptlist.row >= grd_userschemngtdeptlist.fixedRows )
- {
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </datagrid>
- <button id="btn_cancel" class="btn4_letter2" style="left:255px; top:370px; width:56px; height:22px; ">
- <caption>취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- window.close();
-
- ]]>
- </script>
- </button>
- <button id="btn_confirm" class="btn4_letter2" style="left:196px; top:370px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- misfPopUpListReturn(grd_userschemngtdeptlist);
- ]]>
- </script>
- </button>
- <input id="ipt_emplno" ref="/root/main/send/emplno" visibility="hidden" style="left:310px; top:5px; width:135px; height:15px; "/>
- </xhtml:body>
- </xhtml:html>
|