SMRWP08000_지출결의서작성요령.xrw 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>SMRWP08000_지출결의서</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <expsaactlist/>
  11. </main>
  12. <init/>
  13. <send>
  14. <payym/>
  15. <payinstnm/>
  16. <usernm/>
  17. </send>
  18. <hidden/>
  19. </root>
  20. </instance>
  21. <script type="javascript" ev:event="xforms-ready">
  22. <![CDATA[
  23. makeReportPreview(0,110,1195,650);
  24. var today = getCurrentDate();
  25. var cur_yymm = parseInt(today.substring(0, 6));
  26. model.setValue("/root/send/payym", cur_yymm);
  27. ipt_payym.refresh();
  28. model.setValue("/root/send/usernm", getUserInfo("usernm")); // 사용자 정보 설정
  29. model.refresh();
  30. ]]>
  31. </script>
  32. <submission id="TRRWP08001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/expsaactlist"/>
  33. </model>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  37. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  38. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  39. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  40. </xhtml:head>
  41. <xhtml:body guideline="1,98;" style="margin-left:8; margin-right:8; ">
  42. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  43. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">지출결의서</caption>
  44. </group>
  45. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  46. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  47. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
  48. <caption>조회</caption>
  49. <script type="javascript" ev:event="DOMActivate">
  50. <![CDATA[
  51. submit("TRRWP08001");
  52. exeReportPreview("RPRWP08000", "XMLSTR");//, "/root/main/payamt");
  53. ]]>
  54. </script>
  55. </button>
  56. <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
  57. <caption id="caption22" class="search_name" style="left:10px; top:19px; width:85px; height:17px; ">지급월:</caption>
  58. <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; "/>
  59. <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:144px; height:14px; ">지출결의서</caption>
  60. <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
  61. <input id="ipt_payinstnm" ref="/root/send/payinstnm" visibility="hidden" style="left:420px; top:20px; width:100px; height:19px; "/>
  62. <input id="ipt_usernm" ref="/root/send/usernm" visibility="hidden" style="left:525px; top:20px; width:130px; height:19px; "/>
  63. </group>
  64. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  65. </xhtml:body>
  66. </xhtml:html>