SMMNP21300_수술실출입구관리.xrw 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
  4. <xhtml:head>
  5. <xhtml:title>수술실 이용자 관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <userlist/>
  11. </main>
  12. <send>
  13. <reqdata/>
  14. <savedata>
  15. </savedata>
  16. </send>
  17. <cond>
  18. <sdate/>
  19. <edate/>
  20. <gbn>1</gbn>
  21. <dStime/>
  22. <dEtime/>
  23. <eStime/>
  24. <eEtime/>
  25. <anstonly>Y</anstonly>
  26. </cond>
  27. </root>
  28. </instance>
  29. <script type="javascript" ev:event="xforms-ready">
  30. <![CDATA[
  31. fInitialize();
  32. ]]>
  33. </script>
  34. <submission id="TRMNP21301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/userlist"/>
  35. </model>
  36. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  39. <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
  40. <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
  41. <script type="javascript">
  42. <![CDATA[
  43. function fInitialize() {
  44. var curdate = getCurrentDate();
  45. model.makeValue("/root/cond/sdate", curdate);
  46. model.makeValue("/root/cond/edate", curdate);
  47. model.refresh();
  48. }
  49. function fSearch() {
  50. model.removeNodeset("/root/send/reqdata");
  51. model.makeValue("/root/send/reqdata/sdate", model.getValue("/root/cond/sdate"));
  52. model.makeValue("/root/send/reqdata/edate", model.getValue("/root/cond/edate"));
  53. submit("TRMNP21301");
  54. model.refresh();
  55. }
  56. ]]>
  57. </script>
  58. </xhtml:head>
  59. <xhtml:body pagewidth="460" pageheight="770" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  60. <group id="grp_tle" style="left:0px; top:0px; width:435px; height:13px; ">
  61. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:330px; height:15px; ">기간별 퇴사자 조회</caption>
  62. </group>
  63. <group id="grp_biz" scroll="auto" style="left:0px; top:18px; width:435px; height:735px; ">
  64. <group id="group1" style="left:0px; top:5px; width:430px; height:40px; vertical-align:top; ">
  65. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:430px; height:40px; background-color:#fffbf2; border-color:#ffd799; "/>
  66. <line id="line13" class="line_4" style="x1:302px; y1:10px; x2:302px; y2:32px; "/>
  67. <button id="btn_search" class="btn1_letter2" navindex="13" style="left:313px; top:10px; width:56px; height:22px; ">
  68. <caption>조회</caption>
  69. <script type="javascript" ev:event="onclick">
  70. <![CDATA[
  71. fSearch();
  72. ]]>
  73. </script>
  74. </button>
  75. <caption id="caption1" class="search_name" style="left:5px; top:10px; width:91px; height:17px; ">기 간 :</caption>
  76. <button id="button1" class="btn1_letter2" navindex="13" style="left:370px; top:10px; width:56px; height:22px; ">
  77. <caption>Excel</caption>
  78. <script type="javascript" ev:event="onclick">
  79. <![CDATA[
  80. var SheetName = model.getValue("/root/cond/sdate");
  81. if(isNull(SheetName)) SheetName = "Sheet1";
  82. var fileName = window.fileDialog("save", ",", false, SheetName + "userlist", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  83. grd_userlist_ex.saveExcel(fileName, SheetName, false, false, "", "");
  84. ]]>
  85. </script>
  86. </button>
  87. <caption id="caption8" style="left:177px; top:9px; width:15px; height:20px; font-weight:bold; ">~</caption>
  88. <input id="ipt_srhto" ref="/root/cond/edate" class="input_s_essential" inputtype="date" style="left:190px; top:10px; width:90px; height:19px; text-align:center; background-image:../../../com/commonweb/images/input_s_essential.gif; "/>
  89. <input id="ipt_srhfrom" ref="/root/cond/sdate" class="input_s_essential" inputtype="date" style="left:83px; top:10px; width:90px; height:19px; text-align:center; background-image:../../../com/commonweb/images/input_s_essential.gif; "/>
  90. </group>
  91. <line id="line5" class="line_1" style="x1:1px; y1:70px; x2:431px; y2:70px; "/>
  92. <caption id="caption3" class="tit_2" style="left:5px; top:55px; width:260px; height:15px; vertical-align:middle; ">퇴사자 명단</caption>
  93. <datagrid id="grd_userlist" nodeset="/root/main/userlist" visibility="visible" caption="사번^이름^퇴사일^전화번호" colsep="^" colwidth="90, 90, 100, 120" defaultrows="0" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" style="left:1px; top:75px; width:430px; height:655px; ">
  94. <col ref="emplno"/>
  95. <col ref="name"/>
  96. <col ref="retiredd" format="yyyy-mm-dd"/>
  97. <col ref="mpphonno_v"/>
  98. </datagrid>
  99. <datagrid id="grd_userlist_ex" nodeset="/root/main/userlist" visibility="hidden" caption="사번^이름^전화번호" colsep="^" colwidth="90, 90, 120" defaultrows="0" mergecellsfixedrows="bycolrec" rowheight="23" rowsep="|" style="left:50px; top:135px; width:320px; height:150px; ">
  100. <col ref="emplno"/>
  101. <col ref="name"/>
  102. <col ref="mpphonno"/>
  103. </datagrid>
  104. </group>
  105. </xhtml:body>
  106. </xhtml:html>