SMRTC01200_레지던트교육조회.xrw 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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. <intncolgdutscorlist/>
  11. <resicolgdutscorlist/>
  12. </main>
  13. <hidden>
  14. </hidden>
  15. <temp>
  16. </temp>
  17. <init/>
  18. <send>
  19. <req>
  20. <yy/>
  21. <instcd/>
  22. <deptcd/>
  23. <anual/>
  24. </req>
  25. </send>
  26. </root>
  27. </instance>
  28. <script type="javascript" ev:event="xforms-ready">
  29. <![CDATA[
  30. submit("TRRTS00602");
  31. misfComboComCdListMulti("R0305", "cmb_instcd");
  32. var today = getCurrentDate();
  33. var cur_mm = parseInt(today.substring(4, 6));
  34. var cur_yy = parseInt(today.substring(0, 4));
  35. if (cur_mm < 3)
  36. {
  37. cur_yy--;
  38. }
  39. model.setValue("/root/send/req/yy", cur_yy);
  40. ipt_yy.refresh();
  41. ]]>
  42. </script>
  43. <script type="javascript">
  44. <![CDATA[
  45. // dispseq가 1인 것만 로우색깔일 변화시킨다.
  46. function fGridBackColorSetting()
  47. {
  48. for(var i=0 ; i< grd_resieducinfolist.rows - grd_resieducinfolist.fixedRows ; i++)
  49. {
  50. var sDispseq = grd_resieducinfolist.valueMatrix(i, grd_resieducinfolist.colRef("dispseq"));
  51. if(sDispseq == "1")
  52. {
  53. grd_resieducinfolist.rowstyle(i, "data", "background-color") = "#ccffff";
  54. }
  55. }
  56. grd_resieducinfolist.refresh();
  57. }
  58. ]]>
  59. </script>
  60. <submission id="TRRTC01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/intncolgdutscorlist"/>
  61. <submission id="TRRTS00602" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdept" resultref="/root/main/tisorddeptcdlist"/>
  62. </model>
  63. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  64. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  66. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  67. <script type="javascript" src="../../../mis/tistrngeducplanmngtweb/js/SMRTS00600.js"/>
  68. </xhtml:head>
  69. <xhtml:body>
  70. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  71. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">레지던트 교육사항 조회</caption>
  72. </group>
  73. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  74. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:5px; width:1195px; height:36px; background-color:#fffbf2; border-color:#ffd799; "/>
  75. <input id="ipt_yy" ref="/root/send/req/yy" class="input_s_essential" style="left:90px; top:14px; width:55px; height:19px; "/>
  76. <caption id="cap_yy" class="search_name" style="left:5px; top:15px; width:86px; height:17px; ">년 도 :</caption>
  77. <caption id="caption2" class="search_name" style="left:166px; top:15px; width:75px; height:17px; ">병원 :</caption>
  78. <select1 id="cmb_instcd" ref="/root/send/req/instcd" class="combo_s_essential" appearance="minimal" style="left:225px; top:14px; width:100px; height:19px; ">
  79. <choices>
  80. <itemset>
  81. <label/>
  82. <value/>
  83. </itemset>
  84. </choices>
  85. </select1>
  86. <datagrid id="grd_resieducinfolist" nodeset="/root/main/resieducinfolist" autoresize="true" caption="년도^기관코드^부서코드^년차^교육코드^교육사항세부명칭^교육사항내용" colsep="^" colwidth="35, 48, 77, 40, 63, 110, 1100, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:45px; width:1194px; height:695px; ">
  87. <col ref="yy" visibility="hidden"/>
  88. <col ref="instcd" visibility="hidden"/>
  89. <col ref="deptcd" visibility="hidden"/>
  90. <col ref="anual" visibility="hidden"/>
  91. <col ref="educcd"/>
  92. <col ref="educflag"/>
  93. <col ref="educnts"/>
  94. <col ref="dispseq" visibility="hidden"/>
  95. </datagrid>
  96. <button id="btn_search" class="btn1_letter2" style="left:1130px; top:12px; width:56px; height:22px; text-align:left; ">
  97. <caption>조회</caption>
  98. <script type="javascript" ev:event="DOMActivate">
  99. <![CDATA[
  100. if ( !isRequiredControls("ipt_yy", "cmb_instcd", "cmb_deptcd", "cmb_anual") ) {
  101. return false;
  102. }
  103. submit("TRRTC01201");
  104. fGridBackColorSetting();
  105. ]]>
  106. </script>
  107. </button>
  108. <line id="line82" class="line_4" style="x1:1115px; y1:10px; x2:1115px; y2:36px; border-color:#ffe4bb; border-left-style:solid; "/>
  109. <caption id="caption117" class="search_name" style="left:345px; top:15px; width:75px; height:17px; ">임상과 :</caption>
  110. <select1 id="cmb_deptcd" ref="/root/send/req/deptcd" class="combo_s_essential" visibility="visible" appearance="minimal" style="left:417px; top:14px; width:100px; height:19px; ">
  111. <choices>
  112. <itemset nodeset="/root/main/tisorddeptcdlist">
  113. <label ref="deptnm"/>
  114. <value ref="deptcd"/>
  115. </itemset>
  116. </choices>
  117. </select1>
  118. <select1 id="cmb_anual" ref="/root/send/req/anual" class="combo_s_essential" appearance="minimal" style="left:600px; top:14px; width:51px; height:19px; ">
  119. <choices>
  120. <item>
  121. <label>1</label>
  122. <value>1</value>
  123. </item>
  124. <item>
  125. <label>2</label>
  126. <value>2</value>
  127. </item>
  128. <item>
  129. <label>3</label>
  130. <value>3</value>
  131. </item>
  132. <item>
  133. <label>4</label>
  134. <value>4</value>
  135. </item>
  136. </choices>
  137. </select1>
  138. <caption id="caption1" class="search_name" style="left:541px; top:15px; width:70px; height:17px; ">년차 :</caption>
  139. </group>
  140. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  141. <button id="button1" class="btn2_letter4" visibility="hidden" style="left:1025px; top:5px; width:64px; height:19px; ">
  142. <caption>엑셀저장</caption>
  143. <script type="javascript" ev:event="DOMActivate">
  144. <![CDATA[
  145. alert("개발중..");
  146. ]]>
  147. </script>
  148. </button>
  149. </group>
  150. </xhtml:body>
  151. </xhtml:html>