SMAHR00970_월별묶음사용실적.xrw 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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. <detlinfo>
  11. <item>
  12. <testcd/>
  13. <testnm/>
  14. <totam/>
  15. <dd01/>
  16. <dd02/>
  17. <dd03/>
  18. <dd04/>
  19. <dd05/>
  20. <dd06/>
  21. <dd07/>
  22. <dd08/>
  23. <dd09/>
  24. <dd10/>
  25. <dd11/>
  26. <dd12/>
  27. <dd13/>
  28. <dd14/>
  29. <dd15/>
  30. <dd16/>
  31. <dd17/>
  32. <dd18/>
  33. <dd19/>
  34. <dd20/>
  35. <dd21/>
  36. <dd22/>
  37. <dd23/>
  38. <dd24/>
  39. <dd25/>
  40. <dd26/>
  41. <dd27/>
  42. <dd28/>
  43. <dd29/>
  44. <dd30/>
  45. <dd31/>
  46. </item>
  47. </detlinfo>
  48. </main>
  49. <send>
  50. <srchhealexamflag/>
  51. <srchhopedd/>
  52. </send>
  53. <init>
  54. <baseinfo>
  55. <healexamflaglst>
  56. <cdid/>
  57. <cdnm/>
  58. </healexamflaglst>
  59. </baseinfo>
  60. </init>
  61. </root>
  62. </instance>
  63. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  64. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/utilHelper.js"/>
  66. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  67. <script type="javascript" src="../../../ast/commonweb/js/AST.js"/>
  68. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  69. <script type="javascript" src="../../../ast/healexamweb/js/AHA001.js"/>
  70. <script type="javascript" src="../../../ast/healthexambaseweb/js/healcombolist.js"/>
  71. <script type="javascript" ev:event="xforms-ready">
  72. <![CDATA[
  73. fInit();
  74. fGetBasicCdList();
  75. fGetRsrvAcptList();
  76. ]]>
  77. </script>
  78. <submission id="TRAHR00970" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/detlinfo"/>
  79. </model>
  80. <script type="javascript">
  81. <![CDATA[
  82. /**========================================================================================================================================
  83. * 초기화
  84. =========================================================================================================================================*/
  85. function fInit(){
  86. var curDt = getCurrentDate().substr(0,6);
  87. model.setValue(ipt_srchfromdd.attribute("ref") , curDt);
  88. model.refresh();
  89. }
  90. /**========================================================================================================================================
  91. * 공통코드 코드 조회
  92. =========================================================================================================================================*/
  93. function fGetBasicCdList(){
  94. //공통코드 콤보 호출
  95. zbcfGetCodeList( new Array("A0068"), new Array("/root/init/baseinfo/healexamflaglst"));
  96. addComboItem("cmb_healexamflag","전체","","above");
  97. }
  98. /**========================================================================================================================================
  99. * 상세현황조회
  100. =========================================================================================================================================*/
  101. function fGetRsrvAcptList(){
  102. submit("TRAHR00970");
  103. }
  104. ]]>
  105. </script>
  106. </xhtml:head>
  107. <xhtml:body guideline="1,1196;2,208;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  108. <group id="group1" style="left:0px; top:0px; width:1194px; height:13px; ">
  109. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:184px; height:14px; ">월별묶음사용실적</caption>
  110. </group>
  111. <group id="group4" scroll="auto" style="left:0px; top:13px; width:1194px; height:744px; ">
  112. <group id="group5" style="left:0px; top:10px; width:1194px; height:35px; vertical-align:top; ">
  113. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  114. <caption id="caption7" class="search_name" style="left:10px; top:9px; width:87px; height:17px; ">건진구분 :</caption>
  115. <select1 id="cmb_healexamflag" ref="/root/send/srchhealexamflag" class="combo_search" appearance="minimal" style="left:100px; top:9px; width:115px; height:19px; ">
  116. <choices>
  117. <itemset nodeset="/root/init/baseinfo/healexamflaglst/A0068">
  118. <label ref="cdnm"/>
  119. <value ref="cdid"/>
  120. </itemset>
  121. </choices>
  122. <script type="javascript" ev:event="xforms-value-changed">
  123. <![CDATA[
  124. fGetRsrvAcptList();
  125. ]]>
  126. </script>
  127. </select1>
  128. <caption id="caption11" class="search_name" style="left:296px; top:9px; width:81px; height:17px; ">기준월 :</caption>
  129. <input id="ipt_srchfromdd" ref="/root/send/srchhopedd" class="input_search" inputtype="date" format="yyyy-mm" appearance="input" style="left:371px; top:9px; width:110px; height:19px; ">
  130. <script type="javascript" ev:event="onkeyup">
  131. <![CDATA[
  132. inputEnterKey("btn_search", "DOMActivate");
  133. ]]>
  134. </script>
  135. </input>
  136. <button id="btn_search" class="btn1_letter2" style="left:1123px; top:9px; width:56px; height:22px; ">
  137. <caption>조회</caption>
  138. <script type="javascript" ev:event="DOMActivate">
  139. <![CDATA[
  140. fGetRsrvAcptList();
  141. ]]>
  142. </script>
  143. </button>
  144. <button id="btn_excelsave" class="btn6_letter4" visibility="visible" style="left:1016px; top:9px; width:80px; height:22px; ">
  145. <caption>액셀저장</caption>
  146. <script type="javascript" ev:event="DOMActivate">
  147. <![CDATA[
  148. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  149. grd_prntlst.saveExcel(fileName, "SheetName", true, true, "", "", false);
  150. ]]>
  151. </script>
  152. </button>
  153. <line id="line7" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:29px; "/>
  154. </group>
  155. <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:151px; height:13px; ">상세현황</caption>
  156. <datagrid id="grd_prntlst" nodeset="/root/main/detlinfo/item" caption="묶음코드^묶음코드명^합계^1일^2일^3일^4일^5일^6일^7일^8일^9일^10일^11일^12일^13일^14일^15일^16일^17일^18일^19일^20일^21일^22일^23일^24일^25일^26일^27일^28일^29일^30일^31일^건진구분명^건진상세구분명^사업장명^환자번호^성명^건진일자^총발생금액^개인금액^공단금액^보건소금액^단체금액^A01^A02^A03^A04^A05^A06^A07^A08^A09^A10^A11^A12^A13^A14^A15^A16^A17^A18^A19^A20^A21^A22^A23^A24^A25^A26^A27^A28^A29^TESTNM^소견 및 조치사항내용^판정일정^판정의ID^의사명^의사면허번호^TBDD^관리기관코드^조합명^기관코드^건진구분^INSTCD_1^orddd" colsep="^" colwidth="85, 85, 50, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30" defaultrows="1" ellipsis="true" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:71px; width:1190px; height:644px; ">
  157. <col explorerbar="sortshow" ref="testcd" style="text-align:left; "/>
  158. <col explorerbar="sortshow" ref="testnm" style="text-align:left; "/>
  159. <col ref="totam" style="text-align:center; "/>
  160. <col ref="dd01" style="text-align:center; "/>
  161. <col ref="dd02" style="left:0px; top:0px; width:0px; height:0px; text-align:center; "/>
  162. <col ref="dd03" style="text-align:center; "/>
  163. <col ref="dd04" style="text-align:center; "/>
  164. <col ref="dd05" style="text-align:center; "/>
  165. <col ref="dd06" style="text-align:center; "/>
  166. <col ref="dd07" style="text-align:center; "/>
  167. <col ref="dd08" style="text-align:center; "/>
  168. <col ref="dd09" style="text-align:center; "/>
  169. <col ref="dd10" style="text-align:center; "/>
  170. <col ref="dd11" style="text-align:center; "/>
  171. <col ref="dd12" style="text-align:center; "/>
  172. <col ref="dd13" style="text-align:center; "/>
  173. <col ref="dd14" style="text-align:center; "/>
  174. <col ref="dd15" style="text-align:center; "/>
  175. <col ref="dd16" style="text-align:center; "/>
  176. <col ref="dd17" style="text-align:center; "/>
  177. <col ref="dd18" style="text-align:center; "/>
  178. <col ref="dd19" style="text-align:center; "/>
  179. <col ref="dd20" style="text-align:center; "/>
  180. <col ref="dd21" style="text-align:center; "/>
  181. <col ref="dd22" style="text-align:center; "/>
  182. <col ref="dd23" style="text-align:center; "/>
  183. <col ref="dd24" style="text-align:center; "/>
  184. <col ref="dd25" style="text-align:center; "/>
  185. <col ref="dd26" style="text-align:center; "/>
  186. <col ref="dd27" style="text-align:center; "/>
  187. <col ref="dd28" style="text-align:center; "/>
  188. <col ref="dd29" style="text-align:center; "/>
  189. <col ref="dd30" style="text-align:center; "/>
  190. <col ref="dd31" style="text-align:center; "/>
  191. <script type="javascript" ev:event="onaftersort">
  192. <![CDATA[
  193. grd_prntlst.gridToInstance();
  194. ]]>
  195. </script>
  196. </datagrid>
  197. </group>
  198. <group id="group2" scroll="auto" style="left:0px; top:756px; width:1195px; height:28px; "/>
  199. </xhtml:body>
  200. </xhtml:html>