SMRPB10900_인원현황(직원).xrw 4.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  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. <emppsnnoprescondlist/>
  11. <dispatpsnlist/>
  12. </main>
  13. <init/>
  14. <send>
  15. <payym/>
  16. <payinst/>
  17. <payinstnm/>
  18. </send>
  19. <hidden/>
  20. </root>
  21. </instance>
  22. <script type="javascript" ev:event="xforms-ready">
  23. <![CDATA[
  24. // misfComboComCdList("Z0007", cmb_payinst);
  25. // addComboItem( "cmb_payinst", "전체", "", "above");
  26. var today = getCurrentDate();
  27. var cur_yymm = parseInt(today.substring(0, 6));
  28. model.setValue("/root/send/payym", cur_yymm);
  29. ipt_payym.refresh();
  30. misfComboInstCdListMulti("cmb_payinst",ipt_payym.value+ getCurrentDate().substr(6,2),"","N","Y");
  31. makeReportPreview(0,110,1195,650);
  32. model.refresh();
  33. ]]>
  34. </script>
  35. <submission id="TRRPB10901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
  36. </model>
  37. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  41. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  42. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  43. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  44. </xhtml:head>
  45. <xhtml:body style="margin-left:8; margin-right:8; ">
  46. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  47. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">인원현황(직원)</caption>
  48. </group>
  49. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  50. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  51. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
  52. <caption>조회</caption>
  53. <script type="javascript" ev:event="DOMActivate">
  54. <![CDATA[
  55. submit("TRRPB10901");
  56. ipt_payinstnm.value = cmb_payinst.label;
  57. exeReportPreview("RPRPB10901", "XMLSTR");//, "/root/main/payamt");
  58. ]]>
  59. </script>
  60. </button>
  61. <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
  62. <caption id="cap_payinst" class="search_name" style="left:223px; top:19px; width:61px; height:17px; ">기관:</caption>
  63. <select1 id="cmb_payinst" ref="/root/send/payinst" class="combo_s_essential" appearance="minimal" style="left:286px; top:18px; width:179px; height:19px; ">
  64. <choices>
  65. <itemset>
  66. <label/>
  67. <value/>
  68. </itemset>
  69. </choices>
  70. </select1>
  71. <caption id="caption22" class="search_name" style="left:10px; top:19px; width:85px; height:17px; ">기준월:</caption>
  72. <input id="ipt_payym" ref="/root/send/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:79px; top:18px; width:94px; height:19px; text-align:center; vertical-align:middle; ">
  73. <script type="javascript" ev:event="xforms-value-changed">
  74. <![CDATA[
  75. var instcd = cmb_payinst.value;
  76. if( getStringLength(ipt_payym.value) == "6" ) {
  77. model.removeNodeset(cmb_payinst.attribute("ref"));
  78. model.makeNode("/root/send/payinst");
  79. misfComboInstCdListMulti("cmb_payinst",ipt_payym.value+"31","","N","Y");
  80. cmb_payinst.value = instcd;
  81. model.refresh();
  82. }
  83. ]]>
  84. </script>
  85. </input>
  86. <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:144px; height:14px; ">인원현황</caption>
  87. <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
  88. <input id="ipt_payinstnm" ref="/root/send/payinstnm" visibility="hidden" style="left:420px; top:20px; width:100px; height:19px; "/>
  89. </group>
  90. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  91. </xhtml:body>
  92. </xhtml:html>