SMLPS01400_검사별보고시간.xrw 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLPS01400_검사별보고시간.xrw
  4. * 설 명 : 검사별보고시간
  5. * 설 계 자 : 평화IS - 한음미
  6. * 작 성 자 : 평화IS - 한음미
  7. * 작 성 일 : 2008.05.23
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title>검사별보고시간</xhtml:title>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root xmlns="">
  18. <main>
  19. <testrepttm>
  20. <testrepttmlist>
  21. <reptnm/>
  22. <testnm/>
  23. <day01/>
  24. <day02/>
  25. <day03/>
  26. <day04/>
  27. <day05/>
  28. <day06/>
  29. <day07/>
  30. <day08/>
  31. <day09/>
  32. <day10/>
  33. <day11/>
  34. <day12/>
  35. <day13/>
  36. <day14/>
  37. <day15/>
  38. <day16/>
  39. <day17/>
  40. <day18/>
  41. <day19/>
  42. <day20/>
  43. <day21/>
  44. <day22/>
  45. <day23/>
  46. <day24/>
  47. <day25/>
  48. <day26/>
  49. <day27/>
  50. <day28/>
  51. <day29/>
  52. <day30/>
  53. <day31/>
  54. <daytot/>
  55. <avgtm/>
  56. </testrepttmlist>
  57. </testrepttm>
  58. </main>
  59. <send/>
  60. <init>
  61. <sysdt>
  62. <sysdtinfo>
  63. <sysdd/>
  64. <systm/>
  65. </sysdtinfo>
  66. </sysdt>
  67. </init>
  68. <hidden>
  69. <reptfromdd/>
  70. <repttodd/>
  71. </hidden>
  72. </root>
  73. </instance>
  74. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  75. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  76. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  77. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  78. <script type="javascript" ev:event="xforms-ready">
  79. <![CDATA[
  80. fExeInitialize();
  81. ]]>
  82. </script>
  83. <submission id="TRLPZ00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/init/sysdt/sysdtinfo"/>
  84. <submission id="TRLPS01401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/testrepttm/testrepttmlist"/>
  85. </model>
  86. <script type="javascript">
  87. <![CDATA[
  88. /* @group : 검사별 보고시간
  89. * @ver : 2008.04.22 (CMCDEV-0001)
  90. * @by : 한음미(평화IS)
  91. * @-----------------------------------
  92. * @type : function
  93. * @access : public
  94. * @desc : 화면초기화 함수
  95. */
  96. function fExeInitialize() {
  97. //---------------------------------------------------------
  98. model.removeNodeset("/root/main/testrepttm/testrepttmlist");
  99. //----------------
  100. // 시스템일자 조회
  101. model.removeNodeset("/root/send");
  102. model.makeValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
  103. submit("TRLPZ00102");
  104. //------------
  105. // 초기값 설정
  106. model.makeValue("/root/hidden/reptfromdd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 보고일자(From)
  107. model.makeValue("/root/hidden/repttodd", model.getValue("/root/init/sysdt/sysdtinfo/sysdd")); // 보고일자(To)
  108. model.refresh();
  109. }
  110. /* @group : 검사별 보고시간
  111. * @ver : 2008.04.22 (CMCDEV-0001)
  112. * @by : 한음미(평화IS)
  113. * @-----------------------------------
  114. * @type : function
  115. * @access : public
  116. * @desc : 검사별 보고시간 조회
  117. */
  118. function fGetTestReptTmList(){
  119. model.makeValue("/root/send/instcd" ,getUserInfo("dutplceinstcd")); // 기관코드
  120. model.makeValue("/root/send/reptfromdd" ,model.getValue("/root/hidden/reptfromdd")); // 발송일자(From)
  121. model.makeValue("/root/send/repttodd" ,model.getValue("/root/hidden/repttodd")); // 발송일자(To)
  122. submit("TRLPS01401"); // 조회버튼
  123. }
  124. function fExeSaveToExcel(){
  125. lpzfExeSaveToExcel(grd_testreptlist, "검사별 보고시간 목록");
  126. }
  127. ]]>
  128. </script>
  129. </xhtml:head>
  130. <xhtml:body>
  131. <group id="grp_btn" style="left:0px; top:13; width:1195px; height:27px; ">
  132. <line id="line10" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
  133. <button id="button13" class="btn6_letter5" navindex="9" style="left:5px; top:3px; width:92px; height:22px; ">
  134. <caption>EXCEL저장</caption>
  135. <script type="javascript" ev:event="DOMActivate">
  136. <![CDATA[
  137. fExeSaveToExcel();
  138. ]]>
  139. </script>
  140. </button>
  141. </group>
  142. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  143. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:180px; height:14px; ">검사별 보고시간(일기준)</caption>
  144. </group>
  145. <group id="grp_biz" style="left:0; top:40; width:1195; height:744; ">
  146. <caption id="caption4" class="tit_2" style="left:5px; top:55px; width:155px; height:13px; ">검사별 보고시간 목록</caption>
  147. <line id="line1" class="line_1" style="x1:0px; y1:70px; x2:1194px; y2:70px; "/>
  148. <datagrid id="grd_testreptlist" nodeset="/root/main/testrepttm/testrepttmlist" class="datagrid2" autoresize="true" caption="명칭^검사명^01^02^03^04^05^06^07^08^09^10^11^12^13^14^15^16^17^18^19^20^21^22^23^24^25^26^27^28^29^30^31^총계^평균일수" colsep="^" colwidth="40, 60, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32" explorerbar="sortshow" rowheader="seq" rowsep="|" navindex="8" style="left:0px; top:75px; width:1194px; height:653px; ">
  149. <col ref="reptnm"/>
  150. <col ref="testnm"/>
  151. <col class="text_right" ref="day01" format="#,###" mask="exclude" roundmode="round" showmask="true"/>
  152. <col class="text_right" ref="day02" format="#,###" mask="exclude" showmask="true"/>
  153. <col class="text_right" ref="day03" format="#,###" mask="exclude" showmask="true"/>
  154. <col class="text_right" ref="day04" format="#,###" mask="exclude" showmask="true"/>
  155. <col class="text_right" ref="day05" format="#,###" mask="exclude" showmask="true"/>
  156. <col class="text_right" ref="day06" format="#,###" mask="exclude" showmask="true"/>
  157. <col class="text_right" ref="day07" format="#,###" mask="exclude" showmask="true"/>
  158. <col class="text_right" ref="day08" format="#,###" mask="exclude" showmask="true"/>
  159. <col class="text_right" ref="day09" format="#,###" mask="exclude" showmask="true"/>
  160. <col class="text_right" ref="day10" format="#,###" mask="exclude" showmask="true"/>
  161. <col class="text_right" ref="day11" format="#,###" mask="exclude" showmask="true"/>
  162. <col class="text_right" ref="day12" format="#,###" mask="exclude" showmask="true"/>
  163. <col class="text_right" ref="day13" format="#,###" mask="exclude" showmask="true"/>
  164. <col class="text_right" ref="day14" format="#,###" mask="exclude" showmask="true"/>
  165. <col class="text_right" ref="day15" format="#,###" mask="exclude" showmask="true"/>
  166. <col class="text_right" ref="day16" format="#,###" mask="exclude" showmask="true"/>
  167. <col class="text_right" ref="day17" format="#,###" mask="exclude" showmask="true"/>
  168. <col class="text_right" ref="day18" format="#,###" mask="exclude" showmask="true"/>
  169. <col class="text_right" ref="day19" format="#,###" mask="exclude" showmask="true"/>
  170. <col class="text_right" ref="day20" format="#,###" mask="exclude" showmask="true"/>
  171. <col class="text_right" ref="day21" format="#,###" mask="exclude" showmask="true"/>
  172. <col class="text_right" ref="day22" format="#,###" mask="exclude" showmask="true"/>
  173. <col class="text_right" ref="day23" format="#,###" mask="exclude" showmask="true"/>
  174. <col class="text_right" ref="day24" format="#,###" mask="exclude" showmask="true"/>
  175. <col class="text_right" ref="day25" format="#,###" mask="exclude" showmask="true"/>
  176. <col class="text_right" ref="day26" format="#,###" mask="exclude" showmask="true"/>
  177. <col class="text_right" ref="day27" format="#,###" mask="exclude" showmask="true"/>
  178. <col class="text_right" ref="day28" format="#,###" mask="exclude" showmask="true"/>
  179. <col class="text_right" ref="day29" format="#,###" mask="exclude" showmask="true"/>
  180. <col class="text_right" ref="day30" format="#,###" mask="exclude" showmask="true"/>
  181. <col class="text_right" ref="day31" format="#,###" mask="exclude" showmask="true"/>
  182. <col class="text_right" ref="daytot" format="#,###" mask="exclude" showmask="true"/>
  183. <col class="text_right" ref="avgtm" format="#,###" mask="exclude" showmask="true"/>
  184. </datagrid>
  185. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
  186. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  187. <line id="line13" class="line_4" style="x1:1108px; y1:7px; x2:1108px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  188. <caption id="caption2" class="search_name" style="left:15; top:9px; width:86px; height:17px; ">보고일자 :</caption>
  189. <caption id="caption5" class="search_no_b" style="left:207; top:8px; width:12px; height:17px; ">~</caption>
  190. <button id="btn_sea" class="btn1_letter2" navindex="7" style="left:1123px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  191. <caption>조회</caption>
  192. <script type="javascript" ev:event="DOMActivate">
  193. <![CDATA[
  194. fGetTestReptTmList();
  195. ]]>
  196. </script>
  197. </button>
  198. <input id="ipt_reptfromdd" ref="/root/hidden/reptfromdd" class="input_s_essential" navindex="1" inputtype="date" format="yyyy-mm-dd" mask="exclude" showmask="true" style="left:104; top:8px; width:100px; height:19px; "/>
  199. <input id="ipt_repttodd" ref="/root/hidden/repttodd" class="input_s_essential" navindex="2" inputtype="date" format="yyyy-mm-dd" mask="exclude" showmask="true" style="left:223; top:8px; width:100px; height:19px; "/>
  200. </group>
  201. </group>
  202. </xhtml:body>
  203. </xhtml:html>