SMRSG03700_계정별부서별연간불출현황.xrw 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. <?xml version="1.0" encoding="EUC-KR"?>
  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. <init>
  10. <instcd/>
  11. <yearfrdd/>
  12. <yeartodd/>
  13. <yeardd/>
  14. <delaystatus/>
  15. </init>
  16. </root>
  17. </instance>
  18. <script type="javascript" ev:event="xforms-ready">
  19. <![CDATA[
  20. //화면 Control을 초기화한다
  21. fInitialize();
  22. ]]>
  23. </script>
  24. </model>
  25. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  26. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  27. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  28. <script type="javascript" src="../../../mis/purccommonweb/js/PURC.js"/>
  29. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  30. <script type="javascript">
  31. <![CDATA[
  32. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  33. function fInitialize() {
  34. model.resetInstanceNode("/root/init");
  35. misfComboComCdListMulti("Z0007","cmb_instcd" );
  36. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  37. model.refresh();
  38. }
  39. ]]>
  40. </script>
  41. </xhtml:head>
  42. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  43. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  44. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">계정별/부서별 연간 불출현황</caption>
  45. <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
  46. </group>
  47. <group id="group3" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
  48. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:61px; vertical-align:top; ">
  49. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:61px; background-color:#fffbf2; border-color:#ffd799; "/>
  50. <caption id="caption7" class="search_name" style="left:15px; top:9px; width:94px; height:17px; ">기관코드 :</caption>
  51. <select1 id="cmb_instcd" ref="/root/init/instcd" class="combo_s_essential" navindex="2" appearance="minimal" style="left:100px; top:8px; width:140px; height:19px; ">
  52. <choices>
  53. <itemset nodeset="/root/init/instcd">
  54. <label ref="cdnm"/>
  55. <value ref="cdid"/>
  56. </itemset>
  57. </choices>
  58. </select1>
  59. <caption id="caption3" class="search_name" style="left:340px; top:11px; width:87px; height:17px; ">연간통계 :</caption>
  60. <caption id="caption1" style="left:529px; top:12px; width:15px; height:20px; font-weight:bold; ">~</caption>
  61. <input id="input1" ref="/root/init/yearfrdd" class="input_s_essential" inputtype="date" style="left:425px; top:8; width:100px; height:19px; "/>
  62. <input id="input3" ref="/root/init/yeartodd" class="input_s_essential" inputtype="date" style="left:547px; top:8; width:100px; height:19px; "/>
  63. <caption id="caption2" style="left:180px; top:35px; width:111px; height:20px; ">년 03월 ~ 익년 02월</caption>
  64. <caption id="caption5" class="search_name" style="left:15px; top:35; width:87px; height:17px; ">연간통계 :</caption>
  65. <select1 id="combo1" ref="/root/init/yeardd" class="combo_s_essential" navindex="2" appearance="minimal" style="left:100px; top:34px; width:78px; height:19px; ">
  66. <choices>
  67. <item>
  68. <label>2001</label>
  69. <value>2001</value>
  70. </item>
  71. <item>
  72. <label>2002</label>
  73. <value>2002</value>
  74. </item>
  75. <item>
  76. <label>2003</label>
  77. <value>2003</value>
  78. </item>
  79. <item>
  80. <label>2004</label>
  81. <value>2004</value>
  82. </item>
  83. <item>
  84. <label>2005</label>
  85. <value>2005</value>
  86. </item>
  87. <item>
  88. <label>2006</label>
  89. <value>2006</value>
  90. </item>
  91. <item>
  92. <label>2007</label>
  93. <value>2007</value>
  94. </item>
  95. <item>
  96. <label>2008</label>
  97. <value>2008</value>
  98. </item>
  99. <item>
  100. <label>2009</label>
  101. <value>2009</value>
  102. </item>
  103. <item>
  104. <label>2010</label>
  105. <value>2010</value>
  106. </item>
  107. </choices>
  108. </select1>
  109. <caption id="caption8" class="search_name" style="left:340px; top:35; width:94px; height:17px; ">휴면상태 :</caption>
  110. <select1 id="radio2" ref="/root/init/delaystatus" class="radio_search" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:425px; top:35px; width:207px; height:20px; vertical-align:middle; border-style:none; ">
  111. <choices>
  112. <item>
  113. <label>연간</label>
  114. <value>A</value>
  115. </item>
  116. <item>
  117. <label>분기별</label>
  118. <value>B</value>
  119. </item>
  120. <item>
  121. <label>자재별</label>
  122. <value>C</value>
  123. </item>
  124. </choices>
  125. </select1>
  126. <button id="button2" class="btn1_letter2" navindex="4" style="left:1124px; top:17px; width:56px; height:22px; text-align:left; ">
  127. <caption>조회</caption>
  128. <script type="javascript" ev:event="DOMActivate">
  129. <![CDATA[
  130. ]]>
  131. </script>
  132. </button>
  133. <line id="line5" class="line_4" style="x1:1109px; y1:9px; x2:1109px; y2:52px; border-color:#ffe4bb; border-left-style:solid; "/>
  134. </group>
  135. <button id="button5" class="btn2_letter3" style="left:1080px; top:408px; width:53px; height:19px; ">
  136. <caption>줄추가</caption>
  137. </button>
  138. <button id="button6" class="btn2_letter3" style="left:1135px; top:408px; width:53px; height:19px; ">
  139. <caption>줄삭제</caption>
  140. </button>
  141. <line id="line3" class="line_1" style="x1:0px; y1:95px; x2:1195px; y2:95px; "/>
  142. <line id="line4" class="line_3" style="x1:0px; y1:121px; x2:1194px; y2:121px; "/>
  143. <datagrid id="datagrid11" nodeset="/root/main" caption="구분^내과^내과초음파^류마티스클리닉^심장센터^신경과" colsep="^" colwidth="200, 178, 160, 186, 170, 158" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="16" rowsep="|" style="left:0px; top:100px; width:1195px; height:634px; ">
  144. <col/>
  145. <col/>
  146. <col/>
  147. <col/>
  148. <col/>
  149. <col/>
  150. </datagrid>
  151. <caption id="caption9" class="tit_2" style="left:5px; top:80px; width:159px; height:13px; ">계정별/부서별 불출목록</caption>
  152. </group>
  153. <group id="group4" scroll="auto" style="left:0px; top:12; width:1195px; height:27px; ">
  154. <line id="line1" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  155. <button id="button16" class="btn4_letter2" visibility="hidden" style="left:1069px; top:3px; width:56px; height:22px; ">
  156. <caption>저장</caption>
  157. </button>
  158. <button id="button18" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  159. <caption>초기화</caption>
  160. <script type="javascript" ev:event="DOMActivate">
  161. <![CDATA[
  162. fInitialize();
  163. ]]>
  164. </script>
  165. </button>
  166. </group>
  167. </xhtml:body>
  168. </xhtml:html>