SMRAF00600_예금명세서.xrw 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  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>Untitle</xhtml:title>
  6. <model id="btn_search">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main/>
  10. <send>
  11. <retrparams>
  12. <instcd/>
  13. <instnm/>
  14. <frdate/>
  15. <acntflag>%</acntflag>
  16. </retrparams>
  17. </send>
  18. <init/>
  19. <temp/>
  20. </root>
  21. </instance>
  22. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  23. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  24. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  25. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  26. <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. fInit();
  30. ]]>
  31. </script>
  32. <script type="javascript">
  33. <![CDATA[
  34. function fInit()
  35. {
  36. makeReportPreview(0, 115, 1194, 655);
  37. misfComboComCdListMulti("Z0007","cmb_instcd");
  38. model.setValue("/root/send/retrparams/frdate", getCurrentDate());
  39. model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
  40. model.refresh();
  41. cmb_instcd.disabled = true;
  42. model.setValue("/root/send/retrparams/instnm", cmb_instcd.label);
  43. }
  44. ]]>
  45. </script>
  46. <submission id="TRRAF00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/list"/>
  47. </model>
  48. </xhtml:head>
  49. <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  50. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  51. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">현금/예금명세서</caption>
  52. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  53. </group>
  54. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  55. <group id="grp_sea" style="left:0px; top:10px; width:1195; height:35px; vertical-align:top; ">
  56. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  57. <button id="button1" class="btn1_letter2" navindex="4" style="left:1123px; top:8px; width:56px; height:22px; text-align:left; ">
  58. <caption>조회</caption>
  59. <script type="javascript" ev:event="DOMActivate">
  60. <![CDATA[
  61. submit("TRRAF00601");
  62. exeReportPreview("RPRAF00601", "XMLSTR", "/root/send/retrparams");
  63. model.refresh();
  64. ]]>
  65. </script>
  66. </button>
  67. <line id="line5" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
  68. <select1 id="cmb_instcd" ref="/root/send/retrparams/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:105px; top:8px; width:145px; height:19px; ">
  69. <choices>
  70. <itemset>
  71. <label/>
  72. <value/>
  73. </itemset>
  74. </choices>
  75. <script type="javascript" ev:event="xforms-value-changed">
  76. <![CDATA[
  77. model.setValue("/root/send/retrparams/instnm", cmb_instcd.label);
  78. ]]>
  79. </script>
  80. </select1>
  81. <caption id="caption1" class="search_name" style="left:305px; top:9px; width:86px; height:17px; ">조회일자 :</caption>
  82. <caption id="caption7" class="search_name" style="left:16px; top:9px; width:86px; height:17px; ">기관구분 :</caption>
  83. <input id="ipt_frymd" ref="/root/send/retrparams/frdate" class="input_s_essential" inputtype="date" style="left:395px; top:8px; width:100px; height:19px; "/>
  84. <select1 id="rdo_acntflag" ref="/root/send/retrparams/acntflag" overflow="visible" appearance="full" cellspacing="20" cols="3" style="left:673px; top:9px; width:257px; height:15px; border-style:none; ">
  85. <choices>
  86. <item>
  87. <label>전체</label>
  88. <value>%</value>
  89. </item>
  90. <item>
  91. <label>예적금</label>
  92. <value>A</value>
  93. </item>
  94. <item>
  95. <label>제예금</label>
  96. <value>B</value>
  97. </item>
  98. </choices>
  99. </select1>
  100. <caption id="caption8" class="search_name" style="left:580px; top:9px; width:86px; height:17px; ">분 류 :</caption>
  101. </group>
  102. <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  103. <caption id="caption21" class="tit_2" style="left:5px; top:55px; width:131px; height:14px; ">현금/예금명세서</caption>
  104. <button id="button9" class="btn2_letter2" style="left:1150px; top:50px; width:42px; height:19px; text-align:left; ">
  105. <caption>엑셀</caption>
  106. </button>
  107. </group>
  108. <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  109. <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  110. <button id="button11" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
  111. <caption>출력</caption>
  112. </button>
  113. </group>
  114. </xhtml:body>
  115. </xhtml:html>