SMPAS00570_카드사별수납내역.xrw 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. <?xml version="1.0" encoding="UTF-16"?>
  2. <!--
  3. * 화면 : SMPAS00570.xrw
  4. * 설명 : 카드사별수납내역
  5. * 작성자 : 신한익
  6. * 작성일 : 2011/06/07
  7. -->
  8. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  9. <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">
  10. <xhtml:head>
  11. <xhtml:title>카드사별수납내역</xhtml:title>
  12. <model id="model1">
  13. <instance id="instance1">
  14. <root xmlns="">
  15. <main>
  16. </main>
  17. <send>
  18. <frdd/>
  19. <todd/>
  20. <instcd/>
  21. </send>
  22. <hidden>
  23. </hidden>
  24. <init/>
  25. </root>
  26. </instance>
  27. <script type="javascript" ev:event="xforms-ready">
  28. <![CDATA[
  29. makeReportPreview(4,70,1200,670);
  30. fInitialize();
  31. ]]>
  32. </script>
  33. </model>
  34. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  35. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  40. <script type="javascript" src="../../../pam/pamcomnweb/js/PAM.js"/>
  41. <script type="javascript">
  42. <![CDATA[
  43. function fInitialize() {
  44. model.setValue("/root/send/frdd", getCurrentDate() - 1);
  45. model.setValue("/root/send/todd", getCurrentDate());
  46. model.setValue("/root/send/instcd", getUserInfo("posinstcd"));
  47. model.refresh();
  48. }
  49. ]]>
  50. </script>
  51. </xhtml:head>
  52. <xhtml:body pagewidth="1211" pageheight="784" guideline="1,-1;1,3;1,1;">
  53. <group id="group3" style="left:0px; top:0px; width:1211px; height:13px; ">
  54. <caption id="caption60" class="tit_1" style="left:0px; top:0px; width:215px; height:14px; font-family:돋움; vertical-align:middle; ">카드사별 수납내역</caption>
  55. </group>
  56. <group id="group2" style="left:4px; top:23px; width:1203px; height:35px; ">
  57. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1202px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  58. <caption id="caption2" class="search_name" style="left:15px; top:9px; width:198px; height:17px; ">일자:</caption>
  59. <caption id="caption25" style="left:160px; top:10px; width:25px; height:14px; text-align:center; ">~</caption>
  60. <input id="input_frdate" ref="/root/send/frdd" class="input_default" navindex="7" autonext="false" inputtype="date" style="left:75px; top:9px; width:85px; height:19px; text-align:center; "/>
  61. <input id="input_todate" ref="/root/send/todd" class="input_default" navindex="7" autonext="false" inputtype="date" style="left:190px; top:9px; width:85px; height:19px; text-align:center; "/>
  62. <button id="button2" class="btn1_letter2" visibility="visible" style="left:1138px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  63. <caption>조회</caption>
  64. <script type="javascript" ev:event="DOMActivate">
  65. <![CDATA[
  66. // 로딩창 열기
  67. callLoadingWindow("선택진료비현황 조회중");
  68. exeReportPreview("RPPAS00570", "XML", "/root/send");
  69. // 로딩창 닫기
  70. removeLoadingWindow();
  71. ]]>
  72. </script>
  73. </button>
  74. </group>
  75. <button id="btn_init" class="btn4_letter3" disable.background-image="../../../com/commonweb/images/dis_btn4_letter3.gif" style="left:1129px; top:760px; width:68px; height:22px; background-image:../../../com/commonweb/images/btn4_letter3.gif; ">
  76. <caption>초기화</caption>
  77. <script type="javascript" ev:event="DOMActivate">
  78. <![CDATA[
  79. fInitialize();
  80. ]]>
  81. </script>
  82. </button>
  83. </xhtml:body>
  84. </xhtml:html>