SMRAR00900_구매거래처별채무잔액출력.xrw 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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. <maindatalist>
  11. <kydate/>
  12. <kyseq/>
  13. <ibgoymd/>
  14. <ibgoseq/>
  15. <custcode/>
  16. <cdacnt/>
  17. <acntnm/>
  18. <name/>
  19. <keumak/>
  20. <rmrk/>
  21. <ymdgive/>
  22. <amtgive/>
  23. <amt/>
  24. </maindatalist>
  25. </main>
  26. <send>
  27. <instcd/>
  28. <frombojocd/>
  29. <tobojocd/>
  30. </send>
  31. <init>
  32. <custcdlist>
  33. <value/>
  34. <label/>
  35. </custcdlist>
  36. </init>
  37. </root>
  38. </instance>
  39. <script type="javascript" ev:event="xforms-ready">
  40. <![CDATA[
  41. makeReportPreview(0,110,1195,650);
  42. model.removenode( "/root/main/maindatalist");
  43. var today = getCurrentDate();
  44. model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  45. submit("TRRAR00901"); //거래처코드 리스팅
  46. model.setFocus("cmb_frombojocd");
  47. model.refresh();
  48. ]]>
  49. </script>
  50. <submission id="TRRAR00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/custcdlist"/>
  51. <submission id="TRRAR00902" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/maindatalist"/>
  52. </model>
  53. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  56. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  57. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  58. <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
  59. </xhtml:head>
  60. <xhtml:body style="margin-left:8; margin-right:8; ">
  61. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  62. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">구매거래처별 채무잔액출력</caption>
  63. </group>
  64. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
  65. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1193px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  66. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:17px; width:56px; height:22px; ">
  67. <caption>조회</caption>
  68. <script type="javascript" ev:event="DOMActivate">
  69. <![CDATA[
  70. if (submit("TRRAR00902") ){
  71. exeReportPreview("SMRAR00901", "XMLSTR");//, "/root/main/payamt");
  72. }
  73. ]]>
  74. </script>
  75. </button>
  76. <line id="line13" class="line_4" style="x1:1120px; y1:10px; x2:1120px; y2:44px; "/>
  77. <caption id="caption22" class="search_name" style="left:20px; top:18px; width:85px; height:17px; ">보조과목:</caption>
  78. <caption id="caption28" class="tit_2" style="left:5px; top:53px; width:260px; height:13px; ">구매거래처별 채무잔액출력</caption>
  79. <line id="line193" class="line_1" style="x1:2px; y1:66px; x2:1192px; y2:66px; "/>
  80. <select1 id="cmb_frombojocd" ref="/root/send/frombojocd" class="combo_s_essential" navindex="1" appearance="minimal" style="left:105px; top:18px; width:200px; height:19px; ">
  81. <choices>
  82. <itemset nodeset="/root/init/custcdlist">
  83. <label ref="label"/>
  84. <value ref="value"/>
  85. </itemset>
  86. </choices>
  87. </select1>
  88. <caption id="caption1" style="left:310px; top:21px; width:15px; height:15px; ">~</caption>
  89. <select1 id="cmb_tobojocd" ref="/root/send/tobojocd" class="combo_s_essential" navindex="1" appearance="minimal" style="left:328px; top:18px; width:200px; height:19px; ">
  90. <choices>
  91. <itemset nodeset="/root/init/custcdlist">
  92. <label ref="label"/>
  93. <value ref="value"/>
  94. </itemset>
  95. </choices>
  96. </select1>
  97. </group>
  98. <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
  99. </xhtml:body>
  100. </xhtml:html>