SPMNG04300_부서별enema현황.xrw 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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>SET기구 처방 집계현황</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <cond>
  11. <fromdd/>
  12. <todd/>
  13. <flag/>
  14. <deptcd/>
  15. <deptflag/>
  16. </cond>
  17. <suminfo>
  18. <sumlist/>
  19. </suminfo>
  20. </main>
  21. <send>
  22. </send>
  23. <init>
  24. <R0435list/>
  25. <deptinfo>
  26. <deptlist/>
  27. </deptinfo>
  28. </init>
  29. <hidden>
  30. </hidden>
  31. </root>
  32. </instance>
  33. <script type="javascript">
  34. <![CDATA[
  35. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  36. function fInitialize() {
  37. if(checkOpener()) {
  38. model.setValue(ipt_fromdd.attribute("ref"), opener.javascript.getParameter("fromdd"));
  39. model.setValue(ipt_todd.attribute("ref"), opener.javascript.getParameter("todd"));
  40. } else {
  41. model.setValue(ipt_fromdd.attribute("ref"), getCurrentDate());
  42. model.setValue(ipt_todd.attribute("ref"), getCurrentDate());
  43. }
  44. ipt_fromdd.refresh();
  45. ipt_todd.refresh();
  46. fSearch();
  47. }
  48. function fSearch(){
  49. model.makeNode("/root/send/reqdata");
  50. model.copyNode("/root/send/reqdata", "/root/main/cond");
  51. submit("TRMNG04301");
  52. }
  53. ]]>
  54. </script>
  55. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  57. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  58. <script type="javascript" ev:event="xforms-ready">
  59. <![CDATA[
  60. fInitialize();
  61. ]]>
  62. </script>
  63. <submission id="TRMNG04301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/suminfo"/>
  64. </model>
  65. </xhtml:head>
  66. <xhtml:body pagewidth="560" pageheight="684" style="font-family:돋움체; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  67. <group id="grp_tle" style="left:0px; top:0px; width:470px; height:13px; ">
  68. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:199px; height:14px; font-family:돋움체; ">부서별 Enema/Skin Prep 현황</caption>
  69. </group>
  70. <group id="grp_biz" scroll="auto" style="left:0px; top:13px; width:530px; height:622px; font-family:돋움체; ">
  71. <group id="grp_sea" style="left:0px; top:10px; width:530px; height:35px; font-family:돋움체; vertical-align:top; ">
  72. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:530px; height:35px; font-family:돋움체; background-color:#fffbf2; border-color:#ffd799; ">.,m</shape>
  73. <caption id="cap_instcd" class="search_name" style="left:15px; top:10px; width:91px; height:17px; font-family:돋움체; ">조회일자:</caption>
  74. <line id="line13" class="line_4" style="x1:390px; y1:5px; x2:390px; y2:30px; font-family:돋움체; border-color:#ffe4bb; border-left-style:solid; "/>
  75. <button id="btn_search" class="btn1_letter2" navindex="2" style="left:405px; top:8px; width:56px; height:22px; font-family:돋움체; ">
  76. <caption>조회</caption>
  77. <script type="javascript" ev:event="DOMActivate">
  78. <![CDATA[
  79. fSearch();
  80. ]]>
  81. </script>
  82. </button>
  83. <input id="ipt_fromdd" ref="/root/main/cond/fromdd" inputtype="date" style="left:100px; top:10px; width:85px; height:19px; font-family:돋움체; "/>
  84. <input id="ipt_todd" ref="/root/main/cond/todd" inputtype="date" style="left:195px; top:10px; width:85px; height:19px; font-family:돋움체; "/>
  85. <caption id="caption1" style="left:185px; top:12px; width:16px; height:18px; font-family:돋움체; font-weight:bold; ">~</caption>
  86. <button id="button1" class="btn1_letter2" navindex="2" style="left:465px; top:8px; width:56px; height:22px; font-family:돋움체; ">
  87. <caption>엑셀</caption>
  88. <script type="javascript" ev:event="DOMActivate">
  89. <![CDATA[
  90. var fileName = window.fileDialog("save", ",", false, "부서별Enema SkinPrep", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  91. if (fileName != "")
  92. {
  93. grd_sumlist.saveExcel(fileName, "SheetName", false, false, "", "", "false");
  94. }
  95. ]]>
  96. </script>
  97. </button>
  98. </group>
  99. <caption id="caption8" class="tit_2" style="left:5px; top:59px; width:201px; height:14px; font-family:돋움체; ">부서별 Enema/Skin Prep 현황</caption>
  100. <line id="line1" class="line_1" style="x1:0px; y1:74px; x2:530px; y2:74px; font-family:돋움체; "/>
  101. <datagrid id="grd_sumlist" nodeset="/root/main/suminfo/sumlist" caption="부서명^Enema^Enema^Enema^Skin Prep^Skin Prep^Skin Prep^총합|부서명^Day^Eve^합계^Day^Eve^합계^총합" colsep="^" colwidth="100, 58, 58, 58, 58, 59, 58, 60" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:79px; width:530px; height:541px; font-family:돋움체; ">
  102. <col ref="reqdeptnm"/>
  103. <col ref="enemadaycnt" format="#,###" style="text-align:right; padding-right:5; "/>
  104. <col ref="enemaevecnt" format="#,###" style="text-align:right; padding-right:5; "/>
  105. <col ref="enemacnt" format="#,###" style="text-align:right; padding-right:5; "/>
  106. <col ref="skindaycnt" format="#,###" style="text-align:right; padding-right:5; "/>
  107. <col ref="skinevecnt" format="#,###" style="text-align:right; padding-right:5; "/>
  108. <col ref="skincnt" format="#,###" style="text-align:right; padding-right:5; "/>
  109. <col ref="sumcnt" format="#,###" style="text-align:right; padding-right:5; "/>
  110. </datagrid>
  111. </group>
  112. <caption id="caption2" style="left:0px; top:635px; width:470px; height:20px; ">2012년 06월 29일 이전 자료의 경우에는 진료재료파트 멸균일지 수량과 다를수있습니다</caption>
  113. </xhtml:body>
  114. </xhtml:html>