SMRWP07800_급여총괄표(빈센트).xrw 4.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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. <paytotsum017>
  11. <paytotsum017list/>
  12. </paytotsum017>
  13. </main>
  14. <init/>
  15. <send>
  16. <paytotsum017>
  17. <payym/>
  18. <instcd/>
  19. <saldfrayflag/>
  20. </paytotsum017>
  21. </send>
  22. <hidden/>
  23. </root>
  24. </instance>
  25. <script type="javascript" ev:event="xforms-ready">
  26. <![CDATA[
  27. misfComboComCdListMulti("Z0007,R0112", "cmb_payinst,cmb_SalDfrayFlag");
  28. makeReportPreview(0,110,1195,650);
  29. var today = getCurrentDate();
  30. var cur_yymm = parseInt(today.substring(0, 6));
  31. // addComboItem( "cmb_SalDfrayFlag", "[-- 전체 --]", "", "above");
  32. // model.setValue(cmb_SalDfrayFlag.attribute("ref") , "");
  33. model.setValue("/root/send/paytotsum017/payym", cur_yymm);
  34. model.setValue("/root/send/paytotsum017/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
  35. model.refresh();
  36. ]]>
  37. </script>
  38. <submission id="TRRWP07801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/paytotsum017" resultref="/root/main/paytotsum017"/>
  39. </model>
  40. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  42. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  43. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  44. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  45. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  46. </xhtml:head>
  47. <xhtml:body style="margin-left:8; margin-right:8; ">
  48. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  49. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">급여 총괄표 출력</caption>
  50. </group>
  51. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  52. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  53. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:18px; width:56px; height:22px; ">
  54. <caption>조회</caption>
  55. <script type="javascript" ev:event="DOMActivate">
  56. <![CDATA[
  57. submit("TRRWP07801");
  58. exeReportPreview("RPRWP07800", "XMLSTR");
  59. ]]>
  60. </script>
  61. </button>
  62. <line id="line13" class="line_4" style="x1:1120px; y1:11px; x2:1120px; y2:45px; "/>
  63. <caption id="cap_payinst" class="search_name" style="left:200px; top:19px; width:86px; height:17px; ">급여기관:</caption>
  64. <select1 id="cmb_payinst" ref="/root/send/paytotsum017/instcd" class="combo_s_essential" disabled="true" appearance="minimal" style="left:281px; top:18px; width:149px; height:19px; ">
  65. <choices>
  66. <itemset>
  67. <label/>
  68. <value/>
  69. </itemset>
  70. </choices>
  71. </select1>
  72. <caption id="caption22" class="search_name" style="left:5px; top:19px; width:70px; height:17px; ">지급월:</caption>
  73. <input id="ipt_payym" ref="/root/send/paytotsum017/payym" class="input_default" inputtype="date" format="yyyy-mm" style="left:74px; top:18px; width:81px; height:19px; text-align:center; vertical-align:middle; "/>
  74. <caption id="caption28" class="tit_2" style="left:5px; top:52px; width:144px; height:14px; ">급여 총괄표</caption>
  75. <line id="line193" class="line_1" style="x1:2px; y1:67px; x2:1192px; y2:67px; "/>
  76. <caption id="caption21" class="search_name" style="left:470px; top:19px; width:86px; height:17px; ">급여종류:</caption>
  77. <select1 id="cmb_SalDfrayFlag" ref="/root/send/paytotsum017/saldfrayflag" class="combo_s_essential" appearance="minimal" style="left:551px; top:18px; width:164px; height:19px; ">
  78. <choices>
  79. <itemset>
  80. <label/>
  81. <value/>
  82. </itemset>
  83. </choices>
  84. </select1>
  85. </group>
  86. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  87. </xhtml:body>
  88. </xhtml:html>