SMRPD01200_스캐줄부서조회.xrw 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>교육비 항목관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <userschemngtdeptlist>
  11. <emplno/>
  12. <emplnm/>
  13. <dutplcedeptcd/>
  14. <dutplcedeptnm/>
  15. </userschemngtdeptlist>
  16. <temp>
  17. </temp>
  18. <send>
  19. <emplno/>
  20. </send>
  21. </main>
  22. <target>
  23. <emplno/>
  24. </target>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. misfGridInit(grd_userschemngtdeptlist);
  30. ipt_emplno.value=parent.ipt_emplno_s.value;
  31. if(ipt_emplno.value !=""){
  32. submit("TRRPD01305");
  33. }
  34. model.refresh();
  35. ]]>
  36. </script>
  37. <submission id="TRRPD01305" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/send" resultref="/root/main/userschemngtdeptlist"/>
  38. </model>
  39. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  41. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  42. <script type="javascript" src="../../../mis/educationmngtweb/js/RPS001.js"/>
  43. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  44. </xhtml:head>
  45. <xhtml:body pagewidth="500" pageheight="450" guideline="2,-5;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  46. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:480px; y2:25px; "/>
  47. <caption id="caption9" class="tit_2" style="left:5px; top:10px; width:117px; height:14px; ">스캐줄부서조회</caption>
  48. <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; ">
  49. <col ref="emplno"/>
  50. <col ref="emplnm"/>
  51. <col ref="dutplcedeptcd" type="output"/>
  52. <col ref="dutplcedeptnm" type="output" style="text-align:right; "/>
  53. <script type="javascript" ev:event="ondblclick">
  54. <![CDATA[
  55. if( grd_userschemngtdeptlist.isCell(event.target) && grd_userschemngtdeptlist.row >= grd_userschemngtdeptlist.fixedRows )
  56. {
  57. btn_confirm.dispatch("DOMActivate");
  58. }
  59. ]]>
  60. </script>
  61. </datagrid>
  62. <button id="btn_cancel" class="btn4_letter2" style="left:255px; top:370px; width:56px; height:22px; ">
  63. <caption>취소</caption>
  64. <script type="javascript" ev:event="DOMActivate">
  65. <![CDATA[
  66. window.close();
  67. ]]>
  68. </script>
  69. </button>
  70. <button id="btn_confirm" class="btn4_letter2" style="left:196px; top:370px; width:56px; height:22px; ">
  71. <caption>확인</caption>
  72. <script type="javascript" ev:event="DOMActivate">
  73. <![CDATA[
  74. misfPopUpListReturn(grd_userschemngtdeptlist);
  75. ]]>
  76. </script>
  77. </button>
  78. <input id="ipt_emplno" ref="/root/main/send/emplno" visibility="hidden" style="left:310px; top:5px; width:135px; height:15px; "/>
  79. </xhtml:body>
  80. </xhtml:html>