SMPIF50300_의사별원외정산내역조회.xrw 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <send>
  10. <fromdd/>
  11. <todd/>
  12. </send>
  13. <main>
  14. <list01>
  15. <gridoprcdrinfo>
  16. <orddeptcd/>
  17. <orddrid/>
  18. <orddrnm/>
  19. <clamym/>
  20. <cadecidifamt/>
  21. </gridoprcdrinfo>
  22. </list01>
  23. </main>
  24. </root>
  25. </instance>
  26. <submission id="TRPIF50300" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/list01"/>
  27. </model>
  28. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  30. </xhtml:head>
  31. <xhtml:body>
  32. <group id="group3" scroll="auto" style="left:0px; top:13px; width:565px; height:732px; ">
  33. <caption id="caption7" class="tit_2" style="left:6px; top:75px; width:111px; height:14px; ">삭감현황</caption>
  34. <line id="line8" class="line_1" style="x1:0px; y1:90px; x2:564px; y2:90px; "/>
  35. <button id="button12" class="btn2_letter4" style="left:498px; top:68px; width:64px; height:19px; ">
  36. <caption>엑셀저장</caption>
  37. <script type="javascript" ev:event="DOMActivate">
  38. <![CDATA[
  39. var today = new Date();
  40. var yy = today.getYear()+"";
  41. var mm = today.getMonth()+1;
  42. var dd = today.getDate();
  43. if(mm < 10) { mm = "0"+mm; } else { mm = mm+""; }
  44. if(dd < 10) { dd = "0" + dd; } else { dd = dd + ""; }
  45. var tmp = yy+mm+dd;
  46. var fileName = window.fileDialog("save", ",", false, "원외처방개인별심결내역및지급내역조회_"+tmp, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  47. if (fileName != "") {
  48. grddrinfo.saveExcel(fileName, "SheetName", true, true, "", "", "");
  49. }
  50. ]]>
  51. </script>
  52. </button>
  53. <datagrid id="grddrinfo" nodeset="/root/main/list01/gridoprcdrinfo" class="datagrid1" scroll="auto" caption="진료과^진료의ID^진료의^청구년월^정산금액^상한액^지원금^장애인기금^대불금^부적정&#xA;부담금^부적정&#xA;본인환급금^공단부담&#xA;환수액^조정액^약국명^처방전교부번호^약품코드^약품코드명^조정&#xA;사유^환수일자^환수액|진료과^진료의ID^진료의^청구년월^정산금액^상한액^지원금^장애인기금^대불금^부적정&#xA;부담금^부적정&#xA;본인환급금^공단부담&#xA;환수액^조정액^약국명^처방전교부번호^약품코드^약품코드명^조정&#xA;사유^환수일자^환수액" colsep="^" colwidth="182, 81, 80, 70, 105" dataheight="25" explorerbar="sortshowmove" extendlastcol="false" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:96px; width:564px; height:634px; ">
  54. <col ref="orddeptcd" style="text-align:center; "/>
  55. <col ref="orddrid" style="text-align:center; "/>
  56. <col ref="orddrnm" style="text-align:center; "/>
  57. <col ref="clamym" format="yyyy-mm" style="text-align:center; "/>
  58. <col ref="cadecidifamt" format="#,###" style="text-align:right; "/>
  59. <script type="javascript" ev:event="oncopy">
  60. <![CDATA[
  61. grid_oncopy();
  62. ]]>
  63. </script>
  64. </datagrid>
  65. <button id="button7" class="btn2_letter6" style="left:410px; top:68px; width:86px; height:19px; ">
  66. <caption>Open Excel</caption>
  67. <script type="javascript" ev:event="DOMActivate">
  68. <![CDATA[
  69. try {
  70. window.exec("excel");
  71. } catch(e) {
  72. alert(e);
  73. }
  74. ]]>
  75. </script>
  76. </button>
  77. <button id="button10" class="btn2_letter3" style="left:300px; top:68px; width:53px; height:19px; ">
  78. <caption>열카피</caption>
  79. <script type="javascript" ev:event="onclick">
  80. <![CDATA[
  81. grddrinfo.attribute("selectionmode") = "bycol";
  82. ]]>
  83. </script>
  84. </button>
  85. <button id="button11" class="btn2_letter3" style="left:355px; top:68px; width:53px; height:19px; ">
  86. <caption>행카피</caption>
  87. <script type="javascript" ev:event="onclick">
  88. <![CDATA[
  89. grddrinfo.attribute("selectionmode") = "byrow";
  90. ]]>
  91. </script>
  92. </button>
  93. <button id="button13" class="btn2_letter3" style="left:245px; top:68px; width:53px; height:19px; ">
  94. <caption>셀카피</caption>
  95. <script type="javascript" ev:event="onclick">
  96. <![CDATA[
  97. grddrinfo.attribute("selectionmode") = "free";
  98. ]]>
  99. </script>
  100. </button>
  101. <group id="group2" style="left:0px; top:10px; width:563px; height:55px; vertical-align:top; ">
  102. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:563px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
  103. <button id="btn_srch" class="btn1_letter2" navindex="3" style="left:480px; top:17px; width:56px; height:22px; ">
  104. <caption>조회</caption>
  105. <script type="javascript" ev:event="DOMActivate">
  106. <![CDATA[
  107. if(ipt_fromdd.value == "" || ipt_todd.value == "") {
  108. messageBox("도착 시작일과 종료일을","C001");
  109. model.setFocus("ipt_fromdd");
  110. return false;
  111. }
  112. model.removenode("/root/main/list01");
  113. model.refresh();
  114. submit("TRPIF50300");
  115. ]]>
  116. </script>
  117. </button>
  118. <line id="line43" class="line_4" style="x1:467px; y1:7px; x2:467px; y2:48px; border-color:#ffe4bb; border-left-style:solid; "/>
  119. <caption id="caption2" style="left:245px; top:19px; width:15px; height:15px; ">~</caption>
  120. <input id="ipt_fromdd" ref="/root/send/fromdd" class="input_search" navindex="1" inputtype="date" style="left:157px; top:17px; width:85px; height:19px; ">
  121. <script type="javascript" ev:event="DOMFocusOut">
  122. <![CDATA[
  123. ipt_todd.value = ipt_fromdd.value;
  124. model.refreshpart("/root/send/todd");
  125. ]]>
  126. </script>
  127. </input>
  128. <input id="ipt_todd" ref="/root/send/todd" class="input_search" navindex="2" inputtype="date" style="left:258px; top:17px; width:85px; height:19px; "/>
  129. <caption id="caption4" class="search_name" style="left:10px; top:17px; width:143px; height:17px; ">원외정산 도착일자 :</caption>
  130. </group>
  131. </group>
  132. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:269px; height:14px; ">의사별 원외정산내역 조회</caption>
  133. </xhtml:body>
  134. </xhtml:html>