SMAES07000_기능검사실실시자검사건수.xrw 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. <item>
  12. <prcpcd/>
  13. <prcpnm/>
  14. <trnm/>
  15. <month01/>
  16. <month02/>
  17. <month03/>
  18. <month04/>
  19. <month05/>
  20. <month06/>
  21. <month07/>
  22. <month08/>
  23. <month09/>
  24. <month10/>
  25. <month11/>
  26. <month12/>
  27. <monthsum/>
  28. <compare/>
  29. <variation/>
  30. <comparerate/>
  31. </item>
  32. </list>
  33. </main>
  34. <send>
  35. <execfromdd/>
  36. <exectodd/>
  37. <comparefromdd/>
  38. <comparetodd/>
  39. <excuroomcd/>
  40. <globalinstance>
  41. <instance1/>
  42. </globalinstance>
  43. <ioflag>A</ioflag>
  44. </send>
  45. <init>
  46. <cmb_info/>
  47. </init>
  48. <hidden/>
  49. </root>
  50. </instance>
  51. <script type="javascript" ev:event="xforms-ready">
  52. <![CDATA[
  53. //재활의학과 근전도용
  54. model.setValue("/root/send/globalinstance/instance1", '2220000000');
  55. submit("TRAEA01115",false);
  56. var fromdd = getCurrentDate().substr(0,4) + "0101"
  57. var todd = getCurrentDate().substr(0,6) + fromdd.toDate().getMonthDay();
  58. addComboItem("cmb_excuroomcd","--전체--","","above");
  59. model.removenode("/root/main/list/item");
  60. model.setValue("/root/send/execfromdd", fromdd);
  61. model.setValue("/root/send/exectodd", todd);
  62. model.refresh();
  63. ]]>
  64. </script>
  65. <submission id="TRAEA01115" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/globalinstance" replace="instance" resultref="/root/init/cmb_info"/>
  66. <submission id="TRAES07001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/list"/>
  67. </model>
  68. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  71. <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
  72. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  73. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  74. <script type="javascript" src="../../../ast/examcureweb/js/AEZ0001.js"/>
  75. </xhtml:head>
  76. <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  77. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  78. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:230px; height:13px; ">기능검사실 통계(월별)</caption>
  79. </group>
  80. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:1195px; height:744px; ">
  81. <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:255px; height:13px; ">기능검사실 통계(월별)</caption>
  82. <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:1195px; y2:65px; "/>
  83. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:30px; vertical-align:top; ">
  84. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1193px; height:30px; background-color:#fffbf2; border-color:#ffd799; "/>
  85. <caption id="caption2" class="search_name" style="left:15px; top:7px; width:86px; height:17px; ">조회기간 :</caption>
  86. <line id="line13" class="line_4" style="x1:1110px; y1:4px; x2:1110px; y2:26px; "/>
  87. <button id="btn_sea" class="btn1_letter2" navindex="4" style="left:1120px; top:4px; width:56px; height:22px; ">
  88. <caption>조회</caption>
  89. <script type="javascript" ev:event="DOMActivate">
  90. <![CDATA[
  91. submit("TRAES07001");
  92. //grd_list.subtotal("sum", -1, 2, "#,###", "background-color:#99ff99", 1, "합계");
  93. for(i=3; i<grd_list.cols; i++) {
  94. //grd_list.subtotal("sum", -1, i, "(-)#,###");
  95. grd_list.subtotal("sum", -1, i, "#,###", "background-color:#CCFFCC; color:#0000ff; font-weight:bold; ", 1, "합계");
  96. }
  97. ]]>
  98. </script>
  99. </button>
  100. <input id="ipt_todd" ref="/root/send/exectodd" class="input_default" navindex="2" inputtype="date" style="left:207px; top:6px; width:85px; height:19px; "/>
  101. <caption id="caption5" class="search_no_b" style="left:192px; top:7px; width:12px; height:17px; ">~</caption>
  102. <input id="ipt_fromdd" ref="/root/send/execfromdd" class="input_default" navindex="1" inputtype="date" style="left:106px; top:6px; width:85px; height:19px; "/>
  103. <caption id="caption9" class="search_name" style="left:620px; top:7px; width:75px; height:17px; ">검사실 :</caption>
  104. <select1 id="cmb_excuroomcd" ref="/root/send/excuroomcd" appearance="minimal" itemcount="10" style="left:700px; top:6px; width:115px; height:19px; ">
  105. <choices>
  106. <itemset nodeset="/root/init/cmb_info/initexecroom">
  107. <label ref="excuroomcdnm"/>
  108. <value ref="excuroomcdid"/>
  109. </itemset>
  110. </choices>
  111. </select1>
  112. </group>
  113. <button id="btn_excsave" class="btn2_letter4" style="left:1130px; top:45px; width:64px; height:19px; ">
  114. <caption>엑셀저장</caption>
  115. <script type="javascript" ev:event="DOMActivate">
  116. <![CDATA[
  117. var fileName = window.fileDialog("save", ",", false, "", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  118. if (fileName != "") {
  119. grd_list.saveExcel(fileName);
  120. }
  121. ]]>
  122. </script>
  123. </button>
  124. <datagrid id="grd_list" nodeset="/root/main/list/item" caption="검사실명^치료사명^1월^2월^3월^4월^5월^6월^7월^8월^9월^10월^11월^12월^합계" colsep="^" colwidth="270, 80, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 44, 70" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" subtotalposition="below" style="left:0px; top:70px; width:1195px; height:670px; ">
  125. <col ref="prcpnm"/>
  126. <col ref="trnm"/>
  127. <col ref="month01" format="#,###" style="text-align:right; "/>
  128. <col ref="month02" format="#,###" style="text-align:right; "/>
  129. <col ref="month03" format="#,###" style="text-align:right; "/>
  130. <col ref="month04" format="#,###" style="text-align:right; "/>
  131. <col ref="month05" format="#,###" style="text-align:right; "/>
  132. <col ref="month06" format="#,###" style="text-align:right; "/>
  133. <col ref="month07" format="#,###" style="text-align:right; "/>
  134. <col ref="month08" format="#,###" style="text-align:right; "/>
  135. <col ref="month09" format="#,###" style="text-align:right; "/>
  136. <col ref="month10" format="#,###" style="text-align:right; "/>
  137. <col ref="month11" format="#,###" style="text-align:right; "/>
  138. <col ref="month12" format="#,###" style="text-align:right; "/>
  139. <col ref="monthsum" format="#,###" style="text-align:right; "/>
  140. </datagrid>
  141. </group>
  142. </xhtml:body>
  143. </xhtml:html>