SMRTC00700_정원조정및확정.xrw 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  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. <capaadjtcnfmlist/>
  11. </main>
  12. <send>
  13. <condition>
  14. <yy/>
  15. </condition>
  16. <capaadjtcnfmlist/>
  17. <status>ALL</status>
  18. </send>
  19. <init/>
  20. <hidden>
  21. </hidden>
  22. <temp>
  23. </temp>
  24. </root>
  25. </instance>
  26. <submission id="TRRTC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/main/capaadjtcnfmlist"/>
  27. <submission id="TXRTC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/main/capaadjtcnfmlist" resultref="/root/temp"/>
  28. <submission id="TXRTC00702" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/temp"/>
  29. </model>
  30. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  31. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  32. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  33. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  34. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  35. <script type="javascript" ev:event="xforms-ready">
  36. <![CDATA[
  37. //사용자 권한
  38. fCheckAuth();
  39. // 그리드 초기화
  40. misfGridInit(grd_capaadjtcnfmlist);
  41. misfMsterDetailSet(grd_capaadjtcnfmlist, null, "TRRTC00701", "Y");
  42. var today = getCurrentDate();
  43. var cur_yy = parseInt(today.substring(0, 4));
  44. //cur_yy = cur_yy + 1;
  45. model.setValue("/root/send/condition/yy", cur_yy);
  46. ipt_yy.refresh();
  47. model.refresh();
  48. ]]>
  49. </script>
  50. <script type="javascript">
  51. <![CDATA[
  52. //========================================================================================
  53. //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
  54. //========================================================================================
  55. function fCheckAuth() {
  56. btn_search.disabled = !checkAuth("R") ;
  57. btn_save.disabled = !checkAuth("X") ;
  58. btn_copy.disabled = !(checkAuth("X"));
  59. }
  60. function fRecalculate() {
  61. for ( var i = 6; i < grd_capaadjtcnfmlist.cols; i++) {
  62. grd_capaadjtcnfmlist.colHidden(i) = true;
  63. }
  64. switch ( model.getValue("/root/send/status") ) {
  65. case "ALL": // 전체
  66. for ( var i = 6; i < grd_capaadjtcnfmlist.cols; i++) {
  67. grd_capaadjtcnfmlist.colwidth(i) = 27;
  68. grd_capaadjtcnfmlist.colHidden(i) = false;
  69. }
  70. break;
  71. case "INST": // 기관
  72. grd_capaadjtcnfmlist.colwidth(6) = 100;
  73. grd_capaadjtcnfmlist.colwidth(10) = 100;
  74. grd_capaadjtcnfmlist.colwidth(14) = 100;
  75. grd_capaadjtcnfmlist.colwidth(18) = 100;
  76. grd_capaadjtcnfmlist.colwidth(22) = 100;
  77. grd_capaadjtcnfmlist.colwidth(26) = 100;
  78. grd_capaadjtcnfmlist.colwidth(30) = 100;
  79. grd_capaadjtcnfmlist.colwidth(34) = 100;
  80. grd_capaadjtcnfmlist.colwidth(38) = 100;
  81. grd_capaadjtcnfmlist.colwidth(42) = 100;
  82. grd_capaadjtcnfmlist.colHidden(6) = false;
  83. grd_capaadjtcnfmlist.colHidden(10) = false;
  84. grd_capaadjtcnfmlist.colHidden(14) = false;
  85. grd_capaadjtcnfmlist.colHidden(18) = false;
  86. grd_capaadjtcnfmlist.colHidden(22) = false;
  87. grd_capaadjtcnfmlist.colHidden(26) = false;
  88. grd_capaadjtcnfmlist.colHidden(30) = false;
  89. grd_capaadjtcnfmlist.colHidden(34) = false;
  90. grd_capaadjtcnfmlist.colHidden(38) = false;
  91. grd_capaadjtcnfmlist.colHidden(42) = false;
  92. break;
  93. case "ORDDEPT":
  94. grd_capaadjtcnfmlist.colwidth(7) = 100;
  95. grd_capaadjtcnfmlist.colwidth(11) = 100;
  96. grd_capaadjtcnfmlist.colwidth(15) = 100;
  97. grd_capaadjtcnfmlist.colwidth(19) = 100;
  98. grd_capaadjtcnfmlist.colwidth(23) = 100;
  99. grd_capaadjtcnfmlist.colwidth(27) = 100;
  100. grd_capaadjtcnfmlist.colwidth(31) = 100;
  101. grd_capaadjtcnfmlist.colwidth(35) = 100;
  102. grd_capaadjtcnfmlist.colwidth(39) = 100;
  103. grd_capaadjtcnfmlist.colwidth(43) = 100;
  104. grd_capaadjtcnfmlist.colHidden(7) = false;
  105. grd_capaadjtcnfmlist.colHidden(11) = false;
  106. grd_capaadjtcnfmlist.colHidden(15) = false;
  107. grd_capaadjtcnfmlist.colHidden(19) = false;
  108. grd_capaadjtcnfmlist.colHidden(23) = false;
  109. grd_capaadjtcnfmlist.colHidden(27) = false;
  110. grd_capaadjtcnfmlist.colHidden(31) = false;
  111. grd_capaadjtcnfmlist.colHidden(35) = false;
  112. grd_capaadjtcnfmlist.colHidden(39) = false;
  113. grd_capaadjtcnfmlist.colHidden(43) = false;
  114. break;
  115. case "CONFIRM":
  116. grd_capaadjtcnfmlist.colwidth(8) = 50;
  117. grd_capaadjtcnfmlist.colwidth(12) = 50;
  118. grd_capaadjtcnfmlist.colwidth(16) = 50;
  119. grd_capaadjtcnfmlist.colwidth(20) = 50;
  120. grd_capaadjtcnfmlist.colwidth(24) = 50;
  121. grd_capaadjtcnfmlist.colwidth(28) = 50;
  122. grd_capaadjtcnfmlist.colwidth(32) = 50;
  123. grd_capaadjtcnfmlist.colwidth(36) = 50;
  124. grd_capaadjtcnfmlist.colwidth(40) = 50;
  125. grd_capaadjtcnfmlist.colwidth(44) = 50;
  126. grd_capaadjtcnfmlist.colHidden(8) = false;
  127. grd_capaadjtcnfmlist.colHidden(12) = false;
  128. grd_capaadjtcnfmlist.colHidden(16) = false;
  129. grd_capaadjtcnfmlist.colHidden(20) = false;
  130. grd_capaadjtcnfmlist.colHidden(24) = false;
  131. grd_capaadjtcnfmlist.colHidden(28) = false;
  132. grd_capaadjtcnfmlist.colHidden(32) = false;
  133. grd_capaadjtcnfmlist.colHidden(36) = false;
  134. grd_capaadjtcnfmlist.colHidden(40) = false;
  135. grd_capaadjtcnfmlist.colHidden(44) = false;
  136. grd_capaadjtcnfmlist.colwidth(9) = 50;
  137. grd_capaadjtcnfmlist.colwidth(13) = 50;
  138. grd_capaadjtcnfmlist.colwidth(17) = 50;
  139. grd_capaadjtcnfmlist.colwidth(21) = 50;
  140. grd_capaadjtcnfmlist.colwidth(25) = 50;
  141. grd_capaadjtcnfmlist.colwidth(29) = 50;
  142. grd_capaadjtcnfmlist.colwidth(33) = 50;
  143. grd_capaadjtcnfmlist.colwidth(37) = 50;
  144. grd_capaadjtcnfmlist.colwidth(41) = 50;
  145. grd_capaadjtcnfmlist.colwidth(45) = 50;
  146. grd_capaadjtcnfmlist.colHidden(9) = false;
  147. grd_capaadjtcnfmlist.colHidden(13) = false;
  148. grd_capaadjtcnfmlist.colHidden(17) = false;
  149. grd_capaadjtcnfmlist.colHidden(21) = false;
  150. grd_capaadjtcnfmlist.colHidden(25) = false;
  151. grd_capaadjtcnfmlist.colHidden(29) = false;
  152. grd_capaadjtcnfmlist.colHidden(33) = false;
  153. grd_capaadjtcnfmlist.colHidden(37) = false;
  154. grd_capaadjtcnfmlist.colHidden(41) = false;
  155. grd_capaadjtcnfmlist.colHidden(45) = false;
  156. break;
  157. default:
  158. // do nothing here
  159. break;
  160. } // end switch
  161. return;
  162. /*
  163. grd_capaadjtcnfmlist.subtotalPosition = "below";
  164. grd_capaadjtcnfmlist.multitotals=true;
  165. grd_capaadjtcnfmlist.subtotal("clear", 0, 0);
  166. grd_capaadjtcnfmlist.subtotal("sum", 43, 2 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  167. grd_capaadjtcnfmlist.subtotal("sum", 43, 3 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  168. grd_capaadjtcnfmlist.subtotal("sum", 43, 4 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  169. grd_capaadjtcnfmlist.subtotal("sum", 43, 5 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  170. grd_capaadjtcnfmlist.subtotal("sum", 43, 6 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  171. grd_capaadjtcnfmlist.subtotal("sum", 43, 7 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  172. grd_capaadjtcnfmlist.subtotal("sum", 43, 8 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  173. grd_capaadjtcnfmlist.subtotal("sum", 43, 9 , "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  174. grd_capaadjtcnfmlist.subtotal("sum", 43, 10, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  175. grd_capaadjtcnfmlist.subtotal("sum", 43, 11, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  176. grd_capaadjtcnfmlist.subtotal("sum", 43, 12, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  177. grd_capaadjtcnfmlist.subtotal("sum", 43, 13, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  178. grd_capaadjtcnfmlist.subtotal("sum", 43, 14, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  179. grd_capaadjtcnfmlist.subtotal("sum", 43, 15, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  180. grd_capaadjtcnfmlist.subtotal("sum", 43, 16, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  181. grd_capaadjtcnfmlist.subtotal("sum", 43, 17, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  182. grd_capaadjtcnfmlist.subtotal("sum", 43, 18, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  183. grd_capaadjtcnfmlist.subtotal("sum", 43, 19, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  184. grd_capaadjtcnfmlist.subtotal("sum", 43, 20, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  185. grd_capaadjtcnfmlist.subtotal("sum", 43, 21, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  186. grd_capaadjtcnfmlist.subtotal("sum", 43, 22, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  187. grd_capaadjtcnfmlist.subtotal("sum", 43, 23, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  188. grd_capaadjtcnfmlist.subtotal("sum", 43, 24, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  189. grd_capaadjtcnfmlist.subtotal("sum", 43, 25, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  190. grd_capaadjtcnfmlist.subtotal("sum", 43, 26, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  191. grd_capaadjtcnfmlist.subtotal("sum", 43, 27, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  192. grd_capaadjtcnfmlist.subtotal("sum", 43, 28, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  193. grd_capaadjtcnfmlist.subtotal("sum", 43, 29, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  194. grd_capaadjtcnfmlist.subtotal("sum", 43, 30, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  195. grd_capaadjtcnfmlist.subtotal("sum", 43, 31, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  196. grd_capaadjtcnfmlist.subtotal("sum", 43, 32, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  197. grd_capaadjtcnfmlist.subtotal("sum", 43, 33, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  198. grd_capaadjtcnfmlist.subtotal("sum", 43, 34, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  199. grd_capaadjtcnfmlist.subtotal("sum", 43, 35, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  200. grd_capaadjtcnfmlist.subtotal("sum", 43, 36, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  201. grd_capaadjtcnfmlist.subtotal("sum", 43, 37, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  202. grd_capaadjtcnfmlist.subtotal("sum", 43, 38, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  203. grd_capaadjtcnfmlist.subtotal("sum", 43, 39, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  204. grd_capaadjtcnfmlist.subtotal("sum", 43, 40, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  205. grd_capaadjtcnfmlist.subtotal("sum", 43, 41, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  206. grd_capaadjtcnfmlist.subtotal("sum", 43, 42, "", "background-color:#e7e7e7; font-weight:bold; ", 1, "합계");
  207. */
  208. }
  209. ]]>
  210. </script>
  211. </xhtml:head>
  212. <xhtml:body style="margin-left:8; margin-right:8; ">
  213. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  214. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">정원조정 및 확정</caption>
  215. </group>
  216. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  217. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  218. <caption id="caption2" class="search_name" style="left:15px; top:19px; width:86px; height:17px; ">년 도 :</caption>
  219. <button id="btn_search" class="btn1_letter2" navindex="3" style="left:1125px; top:16px; width:56px; height:22px; ">
  220. <caption>조회</caption>
  221. <script type="javascript" ev:event="DOMActivate">
  222. <![CDATA[
  223. //필수 입력 항목 체크(공통 ftHelper.js)
  224. if ( !isRequiredControls("ipt_yy") ) {
  225. return false;
  226. }
  227. misfMsterDetailRetrieve();
  228. fRecalculate();
  229. ]]>
  230. </script>
  231. </button>
  232. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  233. <line id="line207" class="line_1" style="x1:0px; y1:70px; x2:1195px; y2:70px; "/>
  234. <datagrid id="grd_capaadjtcnfmlist" nodeset="/root/main/capaadjtcnfmlist" caption="진료과^기준인원^yy^deptcd^gubun^성모병원^성모병원^성모병원^성모병원^서울성모병원^서울성모병원^서울성모병원^서울성모병원^의정부성모병원^의정부성모병원^의정부성모병원^의정부성모병원^부천성모병원^부천성모병원^부천성모병원^부천성모병원^성바오로병원^성바오로병원^성바오로병원^성바오로병원^인천성모병원^인천성모병원^인천성모병원^인천성모병원^성빈센트병원^성빈센트병원^성빈센트병원^성빈센트병원^대전성모병원^대전성모병원^대전성모병원^대전성모병원^청주성모병원^청주성모병원^청주성모병원^청주성모병원^창원파티마병원^창원파티마병원^창원파티마병원^창원파티마병원^합계^합계^합계^합계|진료과^기준인원^yy^deptcd^gubun^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인|진료과^기준인원^yy^deptcd^gubun^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인^기관^교실^조정^승인" colsep="^" colwidth="94, 30, 48, 30, 37, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 26, 28, 28, 28, 28" dataheight="25" extendlastcol="scroll" frozencols="5" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="100" rowsep="|" style="left:0px; top:74px; width:1195px; height:660px; ">
  235. <col ref="deptnm"/>
  236. <col ref="basepsnno" style="text-align:center; "/>
  237. <col ref="yy" visibility="hidden"/>
  238. <col ref="deptcd" visibility="hidden"/>
  239. <col ref="gubun" visibility="hidden"/>
  240. <col ref="inst011" style="text-align:center; "/>
  241. <col ref="dept011" style="text-align:center; "/>
  242. <col ref="adjt011" type="input" format="999" showmask="true" style="text-align:center; "/>
  243. <col ref="cnfm011" type="input" format="999" showmask="true" style="text-align:center; "/>
  244. <col ref="inst012" style="text-align:center; "/>
  245. <col ref="dept012" style="text-align:center; "/>
  246. <col ref="adjt012" type="input" format="999" showmask="true" style="text-align:center; "/>
  247. <col ref="cnfm012" type="input" format="999" showmask="true" style="text-align:center; "/>
  248. <col ref="inst013" style="text-align:center; "/>
  249. <col ref="dept013" style="text-align:center; "/>
  250. <col ref="adjt013" type="input" format="999" showmask="true" style="text-align:center; "/>
  251. <col ref="cnfm013" type="input" format="999" showmask="true" style="text-align:center; "/>
  252. <col ref="inst014" style="text-align:center; "/>
  253. <col ref="dept014" style="text-align:center; "/>
  254. <col ref="adjt014" type="input" format="999" showmask="true" style="text-align:center; "/>
  255. <col ref="cnfm014" type="input" format="999" showmask="true" style="text-align:center; "/>
  256. <col ref="inst015" style="text-align:center; "/>
  257. <col ref="dept015" style="text-align:center; "/>
  258. <col ref="adjt015" type="input" format="999" showmask="true" style="text-align:center; "/>
  259. <col ref="cnfm015" type="input" format="999" showmask="true" style="text-align:center; "/>
  260. <col ref="inst016" style="text-align:center; "/>
  261. <col ref="dept016" style="text-align:center; "/>
  262. <col ref="adjt016" type="input" format="999" showmask="true" style="text-align:center; "/>
  263. <col ref="cnfm016" type="input" format="999" showmask="true" style="text-align:center; "/>
  264. <col ref="inst017" style="text-align:center; "/>
  265. <col ref="dept017" style="text-align:center; "/>
  266. <col ref="adjt017" type="input" format="999" showmask="true" style="text-align:center; "/>
  267. <col ref="cnfm017" type="input" format="999" showmask="true" style="text-align:center; "/>
  268. <col ref="inst018" style="text-align:center; "/>
  269. <col ref="dept018" style="text-align:center; "/>
  270. <col ref="adjt018" type="input" format="999" showmask="true" style="text-align:center; "/>
  271. <col ref="cnfm018" type="input" format="999" showmask="true" style="text-align:center; "/>
  272. <col ref="inst201" style="text-align:center; "/>
  273. <col ref="dept201" style="text-align:center; "/>
  274. <col ref="adjt201" type="input" format="999" showmask="true" style="text-align:center; "/>
  275. <col ref="cnfm201" type="input" format="999" showmask="true" style="text-align:center; "/>
  276. <col ref="inst217" style="text-align:center; "/>
  277. <col ref="dept217" style="text-align:center; "/>
  278. <col ref="adjt217" type="input" format="999" showmask="true" style="text-align:center; "/>
  279. <col ref="cnfm217" type="input" format="999" showmask="true" style="text-align:center; "/>
  280. <col ref="insttot" style="text-align:center; "/>
  281. <col ref="depttot" style="text-align:center; "/>
  282. <col ref="adjttot" style="text-align:center; "/>
  283. <col ref="cnfmtot" style="text-align:center; "/>
  284. <col ref="trngflag" visibility="hidden"/>
  285. <script type="javascript" ev:event="onendedit">
  286. <![CDATA[
  287. // 합계를 구한다.
  288. fRecalculate();
  289. ]]>
  290. </script>
  291. </datagrid>
  292. <input id="ipt_yy" ref="/root/send/condition/yy" class="input_s_essential" navindex="1" format="9999" showmask="true" style="left:100px; top:18px; width:100px; height:19px; "/>
  293. <button id="btn_copy" class="btn2_letter6" navindex="99" style="left:1108px; top:48px; width:86px; height:19px; ">
  294. <caption>전년도 copy</caption>
  295. <script type="javascript" ev:event="DOMActivate">
  296. <![CDATA[
  297. //필수 입력 항목 체크(공통 ftHelper.js)
  298. if ( !isRequiredControls("ipt_yy") ) {
  299. return false;
  300. }
  301. var retMes = messageBox("전년도 Copy 하시겠습니까?", "Q999");
  302. if ( retMes != 6) {
  303. return;
  304. }
  305. misfSave("TXRTC00702");
  306. misfMsterDetailRetrieve();
  307. ]]>
  308. </script>
  309. </button>
  310. <select1 id="rad_status" ref="/root/send/status" navindex="2" appearance="full" cols="4" overflow="visible" style="left:225px; top:19px; width:270px; height:25px; border-style:none; ">
  311. <choices>
  312. <item>
  313. <label>전체</label>
  314. <value>ALL</value>
  315. </item>
  316. <item>
  317. <label>기관</label>
  318. <value>INST</value>
  319. </item>
  320. <item>
  321. <label>교실</label>
  322. <value>ORDDEPT</value>
  323. </item>
  324. <item>
  325. <label>조정/승인</label>
  326. <value>CONFIRM</value>
  327. </item>
  328. </choices>
  329. </select1>
  330. <button id="button4" class="btn2_letter4" style="left:1041px; top:48px; width:64px; height:19px; vertical-align:bottom; ">
  331. <caption>엑셀저장</caption>
  332. <script type="javascript" ev:event="DOMActivate">
  333. <![CDATA[
  334. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  335. if (fileName != "") {
  336. grd_capaadjtcnfmlist.saveExcel(fileName);
  337. }
  338. ]]>
  339. </script>
  340. </button>
  341. </group>
  342. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  343. <line id="line11" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  344. <button id="btn_save" class="btn4_letter2" navindex="98" style="left:1124px; top:3px; width:56px; height:22px; ">
  345. <caption>저장</caption>
  346. <script type="javascript" ev:event="DOMActivate">
  347. <![CDATA[
  348. var retMes = messageBox("저장 하시겠습니까?", "Q999");
  349. if ( retMes != 6) {
  350. return;
  351. }
  352. var updtdata = getGridUpdateData(grd_capaadjtcnfmlist);
  353. if (updtdata == "" ) {
  354. messageBox("변경된 데이터가","I004");
  355. return;
  356. }
  357. misfSave("TXRTC00701");
  358. misfMsterDetailRetrieve();
  359. ]]>
  360. </script>
  361. </button>
  362. </group>
  363. </xhtml:body>
  364. </xhtml:html>