SMRPB40100_직원현황출력.xrw 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  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. <empllist/>
  11. </main>
  12. <init/>
  13. <send>
  14. <year/>
  15. <instcd/>
  16. <instcdnm/>
  17. <deptcd/>
  18. <deptnm/>
  19. <emplno/>
  20. <emplnm/>
  21. </send>
  22. <hidden/>
  23. </root>
  24. </instance>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","N");
  28. makeReportPreview(0,100,1195,650);
  29. model.setValue("/root/send/year", getCurrentDate());
  30. model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
  31. model.refresh();
  32. ]]>
  33. </script>
  34. <submission id="TRRPB40101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/empllist"/>
  35. </model>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  39. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  40. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  41. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  42. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  43. </xhtml:head>
  44. <xhtml:body style="margin-left:8; margin-right:8; ">
  45. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  46. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">직원현황</caption>
  47. </group>
  48. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  49. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  50. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:18px; width:56px; height:22px; ">
  51. <caption>조회</caption>
  52. <script type="javascript" ev:event="DOMActivate">
  53. <![CDATA[
  54. model.removeNode("/root/main/empllist");
  55. submit("TRRPB40101");
  56. exeReportPreview("RPRPB40100", "XMLSTR");//, "/root/main/payamt");
  57. ]]>
  58. </script>
  59. </button>
  60. <line id="line13" class="line_4" style="x1:1120px; y1:14px; x2:1120px; y2:47px; "/>
  61. <caption id="caption28" class="tit_2" style="left:5px; top:55px; width:144px; height:13px; ">인사고과표</caption>
  62. <line id="line193" class="line_1" style="x1:2px; y1:70px; x2:1192px; y2:70px; "/>
  63. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:100px; top:18px; width:110px; height:19px; ">
  64. <choices>
  65. <itemset>
  66. <label/>
  67. <value/>
  68. </itemset>
  69. </choices>
  70. </select1>
  71. <caption id="caption1" class="search_name" style="left:242px; top:19px; width:86px; height:17px; ">기준일자 :</caption>
  72. <caption id="caption4" class="search_name" style="left:10px; top:19px; width:86px; height:17px; ">소속기관 :</caption>
  73. <input id="ipt_appfromdd" ref="/root/send/year" class="input_s_essential" navindex="2" inputtype="date" format="yyyy-mm-dd" style="left:332px; top:18px; width:128px; height:19px; text-align:center; "/>
  74. </group>
  75. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  76. </xhtml:body>
  77. </xhtml:html>