SMPMS02501_계좌입금리스트.xrw 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="UTF-16"?>
  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. <send>
  10. <ordtype/>
  11. <fromdd/>
  12. <todd/>
  13. </send>
  14. <main>
  15. <onlineamt>
  16. <onlineamtlist/>
  17. </onlineamt>
  18. </main>
  19. <hidden>
  20. <tmp/>
  21. </hidden>
  22. <cominit>
  23. <P0001list>
  24. <P0001>
  25. <cdnm/>
  26. <cdid/>
  27. </P0001>
  28. </P0001list>
  29. <P0008list>
  30. <P0008>
  31. <cdnm/>
  32. <cdid/>
  33. </P0008>
  34. </P0008list>
  35. </cominit>
  36. </root>
  37. </instance>
  38. <script type="javascript" ev:event="xforms-ready">
  39. <![CDATA[
  40. var cur_Date = getCurrentDate();
  41. model.setValue("/root/send/fromdd",cur_Date);
  42. model.setValue("/root/send/todd",cur_Date);
  43. zbcfGetCodeList(new Array("P0001","P0008"),new Array("/root/cominit/P0001list","/root/cominit/P0008list"));
  44. model.removenode("/root/cominit/P0001list/P0001[1]");
  45. addComboItem("combo1", "전체", "%");
  46. model.setValue("/root/send/ordtype","%");
  47. model.refresh();
  48. ]]>
  49. </script>
  50. <submission id="TRZBC00101" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  51. <submission id="TRPMS02501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/onlineamt"/>
  52. </model>
  53. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  54. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  58. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  59. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  60. <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
  61. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  62. </xhtml:head>
  63. <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  64. <group id="group3" style="left:0px; top:0px; width:1195px; height:13px; ">
  65. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:183px; height:14px; font-family:돋움; vertical-align:middle; ">계좌입금리스트</caption>
  66. </group>
  67. <group id="group5" style="left:0px; top:25px; width:1195px; height:37px; ">
  68. <shape id="roundrect4" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  69. <caption id="caption10" class="search_name" style="left:15px; top:9px; width:100px; height:17px; ">조회기간 :</caption>
  70. <button id="button5" class="btn1_letter2" style="left:1118px; top:7px; width:56px; height:22px; ">
  71. <caption>조회</caption>
  72. <script type="javascript" ev:event="DOMActivate">
  73. <![CDATA[
  74. submit("TRPMS02501");
  75. datagrid3.subtotal("sum", 1, 6, "#,###", "background-color:#ffffff", 5, "[합계]");
  76. ]]>
  77. </script>
  78. </button>
  79. <input id="input6" ref="/root/send/fromdd" class="input_default" navindex="7" inputtype="date" style="left:106px; top:8px; width:90px; height:19px; ">
  80. <script type="javascript" ev:event="onkeydown">
  81. <![CDATA[
  82. if( event.keyCode == 13 ) {
  83. var pCurTargetObj = event.ptarget.parent;
  84. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  85. event.keyCode = 9;
  86. pCurTargetObj.dispatch("onkeydown");
  87. }
  88. else {
  89. event.keyCode = 9;
  90. }
  91. }
  92. event.stopPropagation();
  93. ]]>
  94. </script>
  95. </input>
  96. <input id="input8" ref="/root/send/todd" class="input_default" navindex="7" inputtype="date" style="left:218px; top:8px; width:90px; height:19px; ">
  97. <script type="javascript" ev:event="onkeydown">
  98. <![CDATA[
  99. if( event.keyCode == 13 ) {
  100. var pCurTargetObj = event.ptarget.parent;
  101. if( pCurTargetObj.elementName == "xforms:select1" || pCurTargetObj.elementName == "xforms:select") {
  102. event.keyCode = 9;
  103. pCurTargetObj.dispatch("onkeydown");
  104. }
  105. else {
  106. event.keyCode = 9;
  107. }
  108. }
  109. event.stopPropagation();
  110. ]]>
  111. </script>
  112. </input>
  113. <caption id="caption11" style="left:202px; top:9px; width:15px; height:20px; ">~</caption>
  114. <caption id="caption1" class="search_name" style="left:330px; top:9px; width:108px; height:17px; ">입원 / 외래 :</caption>
  115. <select1 id="combo1" ref="/root/send/ordtype" appearance="minimal" style="left:440px; top:8px; width:100px; height:19px; ">
  116. <choices>
  117. <itemset nodeset="/root/cominit/P0001list/P0001">
  118. <label ref="cdnm"/>
  119. <value ref="cdid"/>
  120. </itemset>
  121. </choices>
  122. </select1>
  123. <button id="btn_print" class="btn6_letter2" style="left:1054px; top:7px; width:56px; height:22px; ">
  124. <caption>출력</caption>
  125. <script type="javascript" ev:event="DOMActivate">
  126. <![CDATA[
  127. exeReportPreview("RPPMS07113", "XMLSTR", "","", "false","","","","","false");
  128. ]]>
  129. </script>
  130. </button>
  131. </group>
  132. <caption id="caption2" class="tit_2" style="left:5px; top:71px; width:162px; height:14px; ">계좌 입금 리스트</caption>
  133. <line id="line8" class="line_1" style="x1:0px; y1:88px; x2:1195px; y2:88px; "/>
  134. <datagrid id="datagrid3" nodeset="/root/main/onlineamt/onlineamtlist" class="datagrid4" caption="idx^전표일자^등록번호^성명^입원/외래^금액^담당자^코멘트^비고" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 300, 150" dataheight="25" defaultrows="2" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" subtotalposition="below" style="left:0px; top:93px; width:1195px; height:670px; ">
  135. <col ref="idx" visibility="hidden"/>
  136. <col ref="rcptdd" format="yyyy-mm-dd" style="text-align:center; "/>
  137. <col ref="pid" style="text-align:center; "/>
  138. <col ref="hngnm" style="text-align:center; "/>
  139. <col disabled="true" ref="ordtype" type="combo" style="text-align:center; ">
  140. <choices>
  141. <itemset nodeset="/root/cominit/P0001list/P0001">
  142. <label ref="cdnm"/>
  143. <value ref="cdid"/>
  144. </itemset>
  145. </choices>
  146. </col>
  147. <col ref="onlineamt" format="#,###" style="text-align:right; "/>
  148. <col ref="rcptrid" style="text-align:center; "/>
  149. <col ref="cnts" style="text-align:left; "/>
  150. <col/>
  151. </datagrid>
  152. </xhtml:body>
  153. </xhtml:html>