SPMMO33600_OnCall수당지급내역조회.xrw 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. <?xml version="1.0" encoding="UTF-8"?>
  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>On Call 관리 (집계)</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <init>
  10. <orddept/>
  11. <userlist/>
  12. </init>
  13. <main>
  14. <cond>
  15. <condflag/>
  16. <basemm/>
  17. <fromdd/>
  18. <todd/>
  19. </cond>
  20. <oncalllist/>
  21. </main>
  22. <send>
  23. <reqdata/>
  24. <savedata/>
  25. </send>
  26. <hidden/>
  27. <temp/>
  28. </root>
  29. </instance>
  30. <submission id="TRMMO33601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/oncalllist"/>
  31. <submission id="TXMMO33601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/cond" resultref="/root/main/oncalllist"/>
  32. <script type="javascript" ev:event="xforms-model-construct-done">
  33. <![CDATA[
  34. //fInitOnCall("S");
  35. ]]>
  36. </script>
  37. </model>
  38. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  39. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  40. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  41. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  42. <script type="javascript" src="../../../emr/prcpmngtweb/js/MMO001.js"/>
  43. <script type="javascript" src="../../../emr/prcpmngtweb/js/SPMMO33200.js"/>
  44. </xhtml:head>
  45. <xhtml:body pagewidth="1116" pageheight="800">
  46. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:695px; height:14px; ">On Call 수당지급 내역</caption>
  47. <group id="group1" style="left:0px; top:15px; width:1100px; height:780px; ">
  48. <button id="button3" class="btn5_letter2" style="left:1012px; top:41px; width:42px; height:19px; ">
  49. <caption>집계</caption>
  50. <script type="javascript" ev:event="DOMActivate">
  51. <![CDATA[
  52. fSaveSumOnCall();
  53. ]]>
  54. </script>
  55. </button>
  56. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1100px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  57. <input id="input3" ref="/root/main/cond/basemm" inputtype="date" format="yyyy-mm" style="left:90px; top:8px; width:95px; height:19px; text-align:center; "/>
  58. <button id="button1" class="btn1_letter2" style="left:1030px; top:7px; width:56px; height:22px; ">
  59. <caption>조회</caption>
  60. <script type="javascript" ev:event="DOMActivate">
  61. <![CDATA[
  62. fGetSumOnCallList();
  63. var DayOfWeek = model.getValue("/root/main/oncalllist/month/day");
  64. if(!isNull(DayOfWeek)){
  65. grd_oncalllist.caption = "calldeptcd^진료과^성명^사번^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|calldeptcd^진료과^성명^사번^" + DayOfWeek;
  66. grd_oncalllist.refresh();
  67. }
  68. ]]>
  69. </script>
  70. </button>
  71. <line id="line2" style="x1:1018px; y1:7px; x2:1018px; y2:29px; border-color:#ffe4bb; border-left-style:solid; "/>
  72. <line id="line9" class="line_1" style="x1:0px; y1:61px; x2:1100px; y2:61px; "/>
  73. <caption id="caption15" class="tit_2" style="left:0px; top:45px; width:188px; height:14px; text-align:left; ">On Call 수당지급 내역</caption>
  74. <line id="line3" class="line_3" style="x1:0px; y1:776px; x2:1100px; y2:776px; "/>
  75. <datagrid id="grd_oncalllist" nodeset="/root/main/oncalllist/info" caption="calldeptcd^진료과^성명^사번^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|calldeptcd^진료과^성명^사번^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^" colsep="^" colwidth="0, 75, 55, 70, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:66px; width:1100px; height:709px; text-align:center; ">
  76. <col ref="calldeptcd"/>
  77. <col ref="calldeptnm"/>
  78. <col ref="calldrnm"/>
  79. <col ref="calldrid"/>
  80. <col ref="col01"/>
  81. <col ref="col02"/>
  82. <col ref="col03"/>
  83. <col ref="col04"/>
  84. <col ref="col05"/>
  85. <col ref="col06"/>
  86. <col ref="col07"/>
  87. <col ref="col08"/>
  88. <col ref="col09"/>
  89. <col ref="col10"/>
  90. <col ref="col11"/>
  91. <col ref="col12"/>
  92. <col ref="col13"/>
  93. <col ref="col14"/>
  94. <col ref="col15"/>
  95. <col ref="col16"/>
  96. <col ref="col17"/>
  97. <col ref="col18"/>
  98. <col ref="col19"/>
  99. <col ref="col20"/>
  100. <col ref="col21"/>
  101. <col ref="col22"/>
  102. <col ref="col23"/>
  103. <col ref="col24"/>
  104. <col ref="col25"/>
  105. <col ref="col26"/>
  106. <col ref="col27"/>
  107. <col ref="col28"/>
  108. <col ref="col29"/>
  109. <col ref="col30"/>
  110. <col ref="col31"/>
  111. </datagrid>
  112. <caption id="caption3" class="search_name" style="left:10px; top:9px; width:80px; height:17px; ">조회월 :</caption>
  113. <button id="button2" class="btn2_letter2" style="left:1056px; top:41px; width:42px; height:19px; ">
  114. <caption>출력</caption>
  115. <script type="javascript" ev:event="DOMActivate">
  116. <![CDATA[
  117. var fileName = window.fileDialog("save", ",", false, "On Call 내역", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  118. if (fileName != ""){
  119. grd_downlist.saveExcel(fileName, "On Call 내역", false, false, "", "", false);
  120. }
  121. ]]>
  122. </script>
  123. </button>
  124. </group>
  125. </xhtml:body>
  126. </xhtml:html>