SMRSG06300_멸균 일 통계현황.xrw 8.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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. <send>
  10. <instcd/>
  11. <goodflag/>
  12. <day/>
  13. <reqflag/>
  14. </send>
  15. <main>
  16. <goodlist>
  17. <reqflagnm/>
  18. <goodcd/>
  19. <goodnm/>
  20. <goodunit/>
  21. <num1/>
  22. <num2/>
  23. <num3/>
  24. <num4/>
  25. <num5/>
  26. <num6/>
  27. <num7/>
  28. <num8/>
  29. <num9/>
  30. <num10/>
  31. <num11/>
  32. <num12/>
  33. <num13/>
  34. <num14/>
  35. <num15/>
  36. <num16/>
  37. <num17/>
  38. <num18/>
  39. <num19/>
  40. <num20/>
  41. <num21/>
  42. <num22/>
  43. <num23/>
  44. <num24/>
  45. <num25/>
  46. <num26/>
  47. <num27/>
  48. <num28/>
  49. <num29/>
  50. <num30/>
  51. <num31/>
  52. <total/>
  53. </goodlist>
  54. </main>
  55. <init>
  56. <radiodept>
  57. <label>전체</label>
  58. <value/>
  59. <label>교환물품</label>
  60. <value>X</value>
  61. <label>멸균의뢰</label>
  62. <value>Z</value>
  63. </radiodept>
  64. </init>
  65. <temp/>
  66. </root>
  67. </instance>
  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/dateHelper.js"/>
  71. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  72. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  73. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  74. <script type="javascript" ev:event="xforms-ready">
  75. <![CDATA[
  76. fInitialize();
  77. fsearch();
  78. ]]>
  79. </script>
  80. <script type="javascript">
  81. <![CDATA[
  82. function fsearch()
  83. {
  84. ipt_day.value = ipt_day.value.substr(0,6);
  85. misfMsterDetailRetrieve();
  86. }
  87. function fInitialize()
  88. {
  89. misfGridInit(grd_goodlist);
  90. misfComboComCdList("Z0007", cmb_instcd);
  91. cmb_instcd.value = getUserInfo("dutplceinstcd");
  92. // [2010.08.26]AS-IS 코드 TO_BE 코드 전환을 위한 물품구분 변경 (goodflag= T) => (goodflag= TM)
  93. ipt_goodflag.value = "TM";
  94. ipt_day.value = getCurrentDate();
  95. grd_goodlist.frozenCols = grd_goodlist.colRef("goodunit");
  96. misfMsterDetailSet(grd_goodlist, null, "TRRSG06301", "N");
  97. }
  98. ]]>
  99. </script>
  100. <submission id="TRRSG06301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/goodlist"/>
  101. </model>
  102. </xhtml:head>
  103. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  104. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  105. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:131px; height:14px; ">멸균 일 통계현황</caption>
  106. </group>
  107. <group id="grp_biz" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
  108. <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:40px; vertical-align:top; ">
  109. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  110. <caption id="cap_instcd" class="search_name" style="left:15px; top:9; width:99px; height:17px; ">기관코드 :</caption>
  111. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_search" appearance="minimal" style="left:100px; top:8; width:141px; height:19px; ">
  112. <choices>
  113. <itemset>
  114. <label/>
  115. <value/>
  116. </itemset>
  117. </choices>
  118. <script type="javascript" ev:event="xforms-value-changed">
  119. <![CDATA[
  120. fsearch();
  121. ]]>
  122. </script>
  123. </select1>
  124. <input id="ipt_day" ref="/root/send/day" class="input_default" inputtype="date" format="yyyy-mm" style="left:356px; top:9px; width:110px; height:19px; ">
  125. <script type="javascript" ev:event="xforms-value-changed">
  126. <![CDATA[
  127. fsearch();
  128. ]]>
  129. </script>
  130. </input>
  131. <caption id="cap_day" class="search_name" style="left:270px; top:10px; width:99px; height:17px; ">조회년월 :</caption>
  132. <caption id="cap_regflag" class="search_name" style="left:510px; top:10px; width:86px; height:17px; ">물품구분 :</caption>
  133. <line id="line30" class="line_4" style="x1:1110px; y1:9px; x2:1110px; y2:32px; "/>
  134. <button id="button19" class="btn1_letter2" style="left:1125px; top:10px; width:56px; height:22px; ">
  135. <caption>조회</caption>
  136. <script type="javascript" ev:event="DOMActivate">
  137. <![CDATA[
  138. fsearch();
  139. ]]>
  140. </script>
  141. </button>
  142. <select1 id="rdo_reqflag" ref="/root/send/reqflag" appearance="full" cols="3" overflow="visible" style="left:595px; top:10px; width:250px; height:15px; background-color:transparent; border-style:none; ">
  143. <choices>
  144. <itemset nodeset="/root/init/radiodept">
  145. <label ref="label"/>
  146. <value ref="value"/>
  147. </itemset>
  148. </choices>
  149. <script type="javascript" ev:event="xforms-value-changed">
  150. <![CDATA[
  151. fsearch();
  152. ]]>
  153. </script>
  154. </select1>
  155. <input id="ipt_goodflag" ref="/root/send/goodflag" visibility="hidden" style="left:244px; top:8px; width:100px; height:19px; "/>
  156. </group>
  157. <caption id="cap_title" class="tit_2" style="left:5px; top:59px; width:157px; height:13px; ">통계현황</caption>
  158. <line id="line2" class="line_1" style="x1:0px; y1:74px; x2:1195px; y2:74px; "/>
  159. <datagrid id="grd_goodlist" nodeset="/root/main/goodlist" 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^합계" colsep="^" colwidth="69, 120, 160, 75, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 50, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:79px; width:1195px; height:655px; ">
  160. <col ref="reqflagnm"/>
  161. <col ref="goodcd"/>
  162. <col ref="goodnm"/>
  163. <col ref="goodunit"/>
  164. <col ref="num1" format="#,###" style="text-align:right; "/>
  165. <col ref="num2" format="#,###" style="text-align:right; "/>
  166. <col ref="num3" format="#,###" style="text-align:right; "/>
  167. <col ref="num4" format="#,###" style="text-align:right; "/>
  168. <col ref="num5" format="#,###" style="text-align:right; "/>
  169. <col ref="num6" format="#,###" style="text-align:right; "/>
  170. <col ref="num7" format="#,###" style="text-align:right; "/>
  171. <col ref="num8" format="#,###" style="text-align:right; "/>
  172. <col ref="num9" format="#,###" style="text-align:right; "/>
  173. <col ref="num10" format="#,###" style="text-align:right; "/>
  174. <col ref="num11" format="#,###" style="text-align:right; "/>
  175. <col ref="num12" format="#,###" style="text-align:right; "/>
  176. <col ref="num13" format="#,###" style="text-align:right; "/>
  177. <col ref="num14" format="#,###" style="text-align:right; "/>
  178. <col ref="num15" format="#,###" style="text-align:right; "/>
  179. <col ref="num16" format="#,###" style="text-align:right; "/>
  180. <col ref="num17" format="#,###" style="text-align:right; "/>
  181. <col ref="num18" format="#,###" style="text-align:right; "/>
  182. <col ref="num19" format="#,###" style="text-align:right; "/>
  183. <col ref="num20" format="#,###" style="text-align:right; "/>
  184. <col ref="num21" format="#,###" style="text-align:right; "/>
  185. <col ref="num22" format="#,###" style="text-align:right; "/>
  186. <col ref="num23" format="#,###" style="text-align:right; "/>
  187. <col ref="num24" format="#,###" style="text-align:right; "/>
  188. <col ref="num25" format="#,###" style="text-align:right; "/>
  189. <col ref="num26" format="#,###" style="text-align:right; "/>
  190. <col ref="num27" format="#,###" style="text-align:right; "/>
  191. <col ref="num28" format="#,###" style="text-align:right; "/>
  192. <col ref="num29" format="#,###" style="text-align:right; "/>
  193. <col ref="num30" format="#,###" style="text-align:right; "/>
  194. <col ref="num31" format="#,###" style="text-align:right; "/>
  195. <col ref="total" format="#,###" style="text-align:right; "/>
  196. </datagrid>
  197. </group>
  198. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  199. <line id="line19" class="line_2" style="x1:0; y1:25; x2:1195; y2:25; "/>
  200. <line id="line22" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  201. <button id="btm_init" class="btn4_letter3" style="left:1127px; top:3px; width:68px; height:22px; ">
  202. <caption>초기화</caption>
  203. <script type="javascript" ev:event="DOMActivate">
  204. <![CDATA[
  205. fInitialize();
  206. ]]>
  207. </script>
  208. </button>
  209. </group>
  210. </xhtml:body>
  211. </xhtml:html>