SMRAF00400_예금기금현황.xrw 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  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. <list>
  11. <cashlist/>
  12. </list>
  13. </main>
  14. <send>
  15. <retrparams>
  16. <instcd/>
  17. <instnm/>
  18. <frdate/>
  19. <todate/>
  20. <aactcd/>
  21. <aactno/>
  22. <aactnm/>
  23. <temp/>
  24. </retrparams>
  25. </send>
  26. <init/>
  27. <send/>
  28. </root>
  29. </instance>
  30. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  33. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  34. <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
  35. <script type="javascript" ev:event="xforms-ready">
  36. <![CDATA[
  37. fInit();
  38. ]]>
  39. </script>
  40. <script type="javascript">
  41. <![CDATA[
  42. function fInit()
  43. {
  44. makeReportPreview(0, 115, 1194, 655);
  45. misfComboComCdListMulti("Z0007","cmb_instcd");
  46. model.setValue("/root/send/retrparams/frdate", getCurrentDate());
  47. model.setValue("/root/send/retrparams/todate", getCurrentDate());
  48. model.setValue("/root/send/retrparams/instcd", getUserInfo("dutplceinstcd"));
  49. model.refresh();
  50. cmb_instcd.disabled = true;
  51. model.setValue("/root/send/retrparams/instnm", cmb_instcd.label);
  52. }
  53. ]]>
  54. </script>
  55. <submission id="TRRAF00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/retrparams" resultref="/root/main/list"/>
  56. </model>
  57. </xhtml:head>
  58. <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  59. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  60. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">예금기금현황</caption>
  61. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  62. </group>
  63. <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  64. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
  65. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  66. <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1125px; top:7px; width:56px; height:22px; text-align:left; ">
  67. <caption>조회</caption>
  68. <script type="javascript" ev:event="DOMActivate">
  69. <![CDATA[
  70. submit("TRRAF00401");
  71. exeReportPreview("RPRAF00401", "XMLSTR", "/root/send/retrparams");
  72. model.refresh();
  73. ]]>
  74. </script>
  75. </button>
  76. <caption id="caption7" class="search_name" style="left:16px; top:9px; width:86px; height:17px; ">기관구분 :</caption>
  77. <line id="line5" class="line_4" style="x1:1107px; y1:8px; x2:1107px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
  78. <caption id="caption1" class="search_name" style="left:285px; top:9px; width:86px; height:17px; ">조회기간 :</caption>
  79. <caption id="caption3" style="left:477px; top:12px; width:15px; height:15px; ">~</caption>
  80. <input id="ipt_frymd" ref="/root/send/retrparams/frdate" class="input_s_essential" inputtype="date" style="left:375px; top:8px; width:100px; height:19px; "/>
  81. <input id="ipt_toymd" ref="/root/send/retrparams/todate" class="input_s_essential" inputtype="date" style="left:490px; top:8px; width:100px; height:19px; "/>
  82. <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; ">
  83. <choices>
  84. <itemset>
  85. <label/>
  86. <value/>
  87. </itemset>
  88. </choices>
  89. <script type="javascript" ev:event="xforms-value-changed">
  90. <![CDATA[
  91. model.setValue("/root/send/retrparams/instnm", cmb_instcd.label);
  92. ]]>
  93. </script>
  94. </select1>
  95. <caption id="caption2" class="search_name" style="left:635px; top:10px; width:86px; height:17px; ">계좌번호 :</caption>
  96. <input id="ipt_aactcd" ref="/root/send/retrparams/aactcd" class="input_s_essential" navindex="6" maxlength="3" style="left:724px; top:8px; width:80px; height:19px; text-align:center; ">
  97. <script type="javascript" ev:event="xforms-value-changed">
  98. <![CDATA[
  99. // pvali_kind, pcdgrupid, precv_list, pValueControl, pNodeNames, pRetrKind, pInstcd
  100. misfValidationCheck("15", "", "aactcd,aactno,aactnm", "ipt_temp", "acntcd");
  101. model.refresh();
  102. ]]>
  103. </script>
  104. <script type="javascript" ev:event="onkeypress">
  105. <![CDATA[
  106. if(event.keyCode == 13)
  107. {
  108. model.setFocus("btn_search");
  109. }
  110. ]]>
  111. </script>
  112. </input>
  113. <input id="ipt_aactno" ref="/root/send/retrparams/aactno" class="input_s_essential" navindex="6" style="left:829px; top:8px; width:181px; height:19px; ">
  114. <script type="javascript" ev:event="xforms-value-changed">
  115. <![CDATA[
  116. misfValidationCheck("15", "", "aactcd,aactno,aactnm", "ipt_temp", "acntcd");
  117. model.refresh();
  118. ]]>
  119. </script>
  120. <script type="javascript" ev:event="onkeypress">
  121. <![CDATA[
  122. if(event.keyCode == 13)
  123. {
  124. model.setFocus("btn_search");
  125. }
  126. ]]>
  127. </script>
  128. </input>
  129. <button id="btn_aacthelp" class="icon_search" style="left:809px; top:10px; width:16px; height:16px; ">
  130. <caption/>
  131. <script type="javascript" ev:event="DOMActivate">
  132. <![CDATA[
  133. // phelp_kind, pcontrol_name, pcdgrupid, precv_list, pdefault_value, pNodeName,precvnm_list
  134. misfOpenPopUpList("15", ipt_aactcd, "", "aactcd,aactno,aactnm");
  135. model.refresh();
  136. ]]>
  137. </script>
  138. </button>
  139. <input id="ipt_temp" ref="/root/send/retrparams/temp" visibility="hidden" style="left:1085px; top:15px; width:20px; height:19px; "/>
  140. </group>
  141. <line id="line3" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  142. <caption id="caption21" class="tit_2" style="left:5px; top:55px; width:131px; height:14px; ">예금기금현황</caption>
  143. <button id="button9" class="btn2_letter2" visibility="hidden" style="left:1150px; top:50px; width:42px; height:19px; text-align:left; ">
  144. <caption>엑셀</caption>
  145. </button>
  146. </group>
  147. <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  148. <line id="line2" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  149. <button id="button11" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
  150. <caption>출력</caption>
  151. </button>
  152. </group>
  153. </xhtml:body>
  154. </xhtml:html>