SMRTS03900_당직스케쥴출력.xrw 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. <main>
  10. </main>
  11. <hidden>
  12. </hidden>
  13. <temp>
  14. </temp>
  15. <init>
  16. </init>
  17. <send>
  18. <ngdtym/>
  19. <instcd/>
  20. <deptcd/>
  21. <apprtcdrflag/>
  22. </send>
  23. <print>
  24. <ngdtschedule>
  25. <ngdtschedulelist/>
  26. <ngdtmajorlist/>
  27. </ngdtschedule>
  28. </print>
  29. </root>
  30. </instance>
  31. <script type="javascript" ev:event="xforms-ready">
  32. <![CDATA[
  33. //사용자 권한
  34. fCheckAuth();
  35. rszfGetLabelControlComboList("R0314", "cmb_instcd", "detldesc");
  36. var dutplceinstcd = getUserInfo("dutplceinstcd");
  37. model.setValue("/root/send/instcd", dutplceinstcd);
  38. misfComboComCdListMulti("R0234,R0151", "cmb_deptcd,cmb_apprtcdrflag");
  39. addComboItem( "cmb_deptcd", "전체", "", "above");
  40. model.setValue(cmb_deptcd.attribute("ref"), "");
  41. addComboItem( "cmb_apprtcdrflag", "전체", "", "above");
  42. model.setValue(cmb_apprtcdrflag.attribute("ref"), "");
  43. var today = getCurrentDate();
  44. var cur_yymm = parseInt(today.substring(0,6));
  45. model.setValue("/root/send/ngdtym", cur_yymm);
  46. if (dutplceinstcd == "001" && getUserInfo("dutplcecd") == "4110100000") {
  47. cmb_instcd.disabled = false;
  48. }else{
  49. cmb_instcd.disabled = true;
  50. }
  51. model.refresh();
  52. fInitialize();
  53. ]]>
  54. </script>
  55. <bind id="bind1" ref="/root/main/ngdtamt/ngdtamtlist/ngdtamt" calculate="../weekno * 20000 + ../holino * 40000"/>
  56. <submission id="TRRTS03901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/print/ngdtschedule"/>
  57. </model>
  58. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  59. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  60. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  61. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  62. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  63. <script type="javascript" src="../../../mis/tistrngeducplanmngtweb/js/SMRTS00600.js"/>
  64. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  65. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  66. <script type="javascript">
  67. <![CDATA[
  68. function fInitialize(){
  69. model.resetInstanceNode("/root/PrintRfehemht");
  70. makeReportPreview(0,120,1195,640);
  71. model.refresh();
  72. }
  73. ]]>
  74. </script>
  75. </xhtml:head>
  76. <xhtml:body>
  77. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  78. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">당직 스케쥴 출력</caption>
  79. </group>
  80. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  81. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:1195px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
  82. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:12px; width:56px; height:22px; text-align:left; ">
  83. <caption>조회</caption>
  84. <script type="javascript" ev:event="DOMActivate">
  85. <![CDATA[
  86. submit("TRRTS03901");
  87. exeReportPreview("RPRTS03900", "XMLSTR");
  88. ]]>
  89. </script>
  90. </button>
  91. <line id="line82" class="line_4" style="x1:1115px; y1:10px; x2:1115px; y2:36px; border-color:#ffe4bb; border-left-style:solid; "/>
  92. <line id="line1" class="line_1" style="x1:0px; y1:66px; x2:1190px; y2:67px; "/>
  93. <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" disabled="false" appearance="minimal" style="left:275px; top:15px; width:120px; height:19px; ">
  94. <choices>
  95. <itemset>
  96. <label/>
  97. <value/>
  98. </itemset>
  99. </choices>
  100. </select1>
  101. <caption id="cap_instcd" class="search_name" style="left:185px; top:15px; width:94px; height:17px; ">근무병원 :</caption>
  102. <input id="ipt_ngdtymfrom" ref="/root/send/ngdtym" inputtype="date" format="yyyy-mm" style="left:65px; top:14px; width:80px; height:19px; "/>
  103. <select1 id="cmb_deptcd" ref="/root/send/deptcd" class="combo_s_essential" disabled="false" appearance="minimal" style="left:520px; top:15px; width:125px; height:19px; ">
  104. <choices>
  105. <itemset>
  106. <label/>
  107. <value/>
  108. </itemset>
  109. </choices>
  110. </select1>
  111. <caption id="caption1" class="search_name" style="left:440px; top:15px; width:94px; height:17px; ">임상과 :</caption>
  112. <caption id="caption2" class="search_name" style="left:680px; top:15px; width:99px; height:17px; ">전공의구분 :</caption>
  113. <select1 id="cmb_apprtcdrflag" ref="/root/send/apprtcdrflag" class="combo_s_essential" disabled="false" appearance="minimal" style="left:785px; top:15px; width:125px; height:19px; ">
  114. <choices>
  115. <itemset>
  116. <label/>
  117. <value/>
  118. </itemset>
  119. </choices>
  120. </select1>
  121. <caption id="caption3" class="search_name" style="left:5px; top:15px; width:60px; height:17px; ">년월 :</caption>
  122. </group>
  123. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; "/>
  124. </xhtml:body>
  125. </xhtml:html>