SMRAT00700_세금계산서출력.xrw 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  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>세금계산서 출력</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <prntlist>
  11. <taxlist/>
  12. <custinfo/>
  13. </prntlist>
  14. </main>
  15. <send>
  16. <retrparams>
  17. <frdate/>
  18. <todate/>
  19. <taxbillkind>4</taxbillkind>
  20. <taxbillflag>2</taxbillflag>
  21. <entrregno/>
  22. <custnm/>
  23. <seqno/>
  24. <receiveflag>2</receiveflag>
  25. </retrparams>
  26. </send>
  27. <init/>
  28. <temp/>
  29. </root>
  30. </instance>
  31. <script type="javascript" ev:event="xforms-ready">
  32. <![CDATA[
  33. fInit();
  34. ]]>
  35. </script>
  36. <script type="javascript">
  37. <![CDATA[
  38. function fInit()
  39. {
  40. makeReportPreview(0, 115, 1194, 655);
  41. model.setValue("/root/send/retrparams/frdate", getCurrentDate());
  42. model.setValue("/root/send/retrparams/todate", getCurrentDate());
  43. model.refresh();
  44. }
  45. ]]>
  46. </script>
  47. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  49. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  50. <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
  51. <submission id="TRRAT00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/prntlist"/>
  52. </model>
  53. </xhtml:head>
  54. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  55. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  56. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:230px; height:14px; ">세금계산서 출력</caption>
  57. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  58. </group>
  59. <group id="group2" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  60. <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  61. <button id="button11" class="btn6_letter2" style="left:0px; top:3px; width:56px; height:22px; ">
  62. <caption>출력</caption>
  63. </button>
  64. </group>
  65. <group id="group4" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  66. <caption id="caption38" class="tit_2" style="left:5px; top:55px; width:118px; height:14px; ">세금계산서</caption>
  67. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:36px; vertical-align:top; ">
  68. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
  69. <caption id="caption53" class="search_name" style="left:295px; top:10px; width:108px; height:17px; ">작 성 일 자 :</caption>
  70. <line id="line28" class="line_4" style="x1:1107px; y1:3px; x2:1107px; y2:32px; border-color:#ffe4bb; border-left-style:solid; "/>
  71. <caption id="caption54" class="search_name" visibility="hidden" style="left:650px; top:10px; width:96px; height:17px; ">거 래 처 :</caption>
  72. <caption id="caption1" style="left:505px; top:12px; width:15px; height:15px; ">~</caption>
  73. <caption id="caption2" class="search_name" style="left:10px; top:10px; width:105px; height:17px; ">계산서 종류 :</caption>
  74. <button id="button3" class="icon_search" visibility="hidden" style="left:830px; top:10px; width:16px; height:16px; ">
  75. <caption/>
  76. </button>
  77. <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1125px; top:7px; width:56px; height:22px; text-align:left; ">
  78. <caption>조회</caption>
  79. <script type="javascript" ev:event="DOMActivate">
  80. <![CDATA[
  81. submit("TRRAT00701");
  82. if(rdo_taxbillkind.value == 4)
  83. {
  84. exeReportPreview("RPRAT00701", "XMLSTR", "/root/send/retrparams");
  85. }
  86. else
  87. {
  88. exeReportPreview("RPRAT00702", "XMLSTR", "/root/send/retrparams");
  89. }
  90. ]]>
  91. </script>
  92. </button>
  93. <input id="ipt_entrregno" ref="/root/send/retrparams/entrregno" class="input_search" navindex="3" visibility="hidden" format="999-99-99999" style="left:736px; top:9px; width:90px; height:19px; ">
  94. <script type="javascript" ev:event="onkeypress">
  95. <![CDATA[
  96. if(event.keyCode == 13)
  97. {
  98. racfCustValidCheck("entrregno,custnm", "code");
  99. }
  100. ]]>
  101. </script>
  102. <script type="javascript" ev:event="xforms-value-changed">
  103. <![CDATA[
  104. racfCustValidCheck("entrregno,custnm", "code");
  105. ]]>
  106. </script>
  107. </input>
  108. <input id="ipt_custnm" ref="/root/send/retrparams/custnm" class="input_search" navindex="3" visibility="hidden" style="left:848px; top:9px; width:185px; height:19px; ">
  109. <script type="javascript" ev:event="onkeypress">
  110. <![CDATA[
  111. if(event.keyCode == 13)
  112. {
  113. racfCustValidCheck("entrregno,custnm", "name");
  114. }
  115. ]]>
  116. </script>
  117. <script type="javascript" ev:event="xforms-value-changed">
  118. <![CDATA[
  119. racfCustValidCheck("entrregno,custnm", "name");
  120. ]]>
  121. </script>
  122. </input>
  123. <input id="ipt_frdate" ref="/root/send/retrparams/frdate" class="input_s_essential" inputtype="date" style="left:403px; top:9px; width:100px; height:19px; "/>
  124. <input id="ipt_todate" ref="/root/send/retrparams/todate" class="input_s_essential" inputtype="date" style="left:518px; top:9px; width:100px; height:19px; "/>
  125. <select1 id="rdo_taxbillkind" ref="/root/send/retrparams/taxbillkind" overflow="visible" appearance="full" cellspacing="10" cols="2" style="left:120px; top:10px; width:150px; height:15px; border-style:none; ">
  126. <choices>
  127. <item>
  128. <label>세금계산서</label>
  129. <value>4</value>
  130. </item>
  131. <item>
  132. <label>계산서</label>
  133. <value>5</value>
  134. </item>
  135. </choices>
  136. <script type="javascript" ev:event="xforms-value-changed">
  137. <![CDATA[
  138. btn_search.dispatch("DOMActivate");
  139. ]]>
  140. </script>
  141. </select1>
  142. <select1 id="rdo_receiveflag" ref="/root/send/retrparams/receiveflag" overflow="visible" appearance="full" style="left:1055px; top:2px; width:50px; height:32px; border-style:none; ">
  143. <choices>
  144. <item>
  145. <label>청구</label>
  146. <value>1</value>
  147. </item>
  148. <item>
  149. <label>영수</label>
  150. <value>2</value>
  151. </item>
  152. </choices>
  153. <script type="javascript" ev:event="xforms-value-changed">
  154. <![CDATA[
  155. btn_search.dispatch("DOMActivate");
  156. ]]>
  157. </script>
  158. </select1>
  159. </group>
  160. </group>
  161. </xhtml:body>
  162. </xhtml:html>