SMRPE00310_지원자현황관리(임상강사).xrw 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  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>SMRPE00310_지원자현황관리(임상강사)</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <apntinfo>
  11. <apntinfolist/>
  12. </apntinfo>
  13. <apntvoint>
  14. <apntvointlist/>
  15. <licnslist/>
  16. </apntvoint>
  17. <excel>
  18. <excellist/>
  19. </excel>
  20. </main>
  21. <send>
  22. <apntinfo>
  23. <apntyy/>
  24. <supinfqurtyyflag/>
  25. <instcd/>
  26. <prfshipflag/>
  27. <deptcd/>
  28. <deptnm/>
  29. <jobkindcd/>
  30. <jobkindnm/>
  31. <recufildcd/>
  32. <recufildnm/>
  33. <apntfromdd/>
  34. <apnttodd/>
  35. <emplno/>
  36. </apntinfo>
  37. <apntvoint>
  38. <apntinfono/>
  39. <nursdept/>
  40. </apntvoint>
  41. <save>
  42. <info/>
  43. <emplist/>
  44. </save>
  45. <search>
  46. <emplno/>
  47. </search>
  48. </send>
  49. <temp>
  50. <examno>-</examno>
  51. </temp>
  52. </root>
  53. </instance>
  54. <script type="javascript" ev:event="xforms-ready">
  55. <![CDATA[
  56. fInitialize() ;
  57. ]]>
  58. </script>
  59. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  60. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  61. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  62. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  63. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  64. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  65. <submission id="TRRPE00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntinfo" resultref="/root/main/apntinfo"/>
  66. <submission id="TRRPE00305" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntvoint" resultref="/root/main/apntvoint"/>
  67. <submission id="TRRPE01013" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info" resultref="/root/entcosupp"/>
  68. <submission id="TRRPE01104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info" resultref="/root/main/entcosupp"/>
  69. <submission id="TRRPS04000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/init/emplinfo"/>
  70. </model>
  71. <script type="javascript">
  72. <![CDATA[
  73. function fInitialize()
  74. {
  75. grd_apntinfolist.rowHeight(0) = "50";
  76. //그리드 초기화 작업
  77. model.removenode("/root/main");
  78. model.makeNode("/root/main/apntinfo");
  79. model.makeNode("/root/main/apntvoint");
  80. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
  81. misfComboComCdListMulti("R0237,R0058","cmb_supinfqurtyyflag,cmb_prfshipflag");
  82. addGridComboItem("cmb_supinfqurtyyflag", "- 전체 -", "","above"); // 상하반기구분 콤보박스에 '전체'를 추가
  83. var nowyy = new Date();
  84. ipt_apntyy.value = nowyy.getYear(); // 년도설정
  85. misfGetAndSetUserInfo();
  86. misfGetUserAuth();
  87. // user정보조회
  88. model.setValue("/root/send/search/emplno",getUserInfo("userid"));
  89. submit("TRRPS04000");
  90. if( getUserInfo("dutplceinstcd") != '001' ) {
  91. model.setValue("/root/send/apntinfo/instcd", getUserInfo("dutplceinstcd") );
  92. model.refresh();
  93. cmb_instcd.disabled = true;
  94. }
  95. model.setValue(ipt_recufildcd.attribute("ref"),"0320");
  96. model.setValue(ipt_recufildnm.attribute("ref"),"임상강사");
  97. model.setValue(cmb_prfshipflag.attribute("ref"),"21");
  98. model.setValue(ipt_jobkindcd.attribute("ref"),"0320");
  99. model.setValue(ipt_jobkindnm.attribute("ref"),"임상강사");
  100. model.setValue(ipt_deptcd.attribute("ref"),"1000000000");
  101. model.setValue(ipt_deptnm.attribute("ref"),"병원");
  102. model.setValue(ipt_emplno.attribute("ref"),"");
  103. grd_apntinfolist.focusColor = "#CCFFCC";
  104. grd_apntvointlist.focusColor = "#CCFFCC";
  105. model.refresh();
  106. }
  107. function fSetDate()
  108. {
  109. var nowyy = new Date();
  110. var cur_yy = nowyy.getYear();
  111. model.setValue(ipt_apntfromdd.attribute("ref"), cur_yy+'0101');
  112. model.setValue(ipt_apnttodd.attribute("ref"), cur_yy+'1231');
  113. model.refresh();
  114. }
  115. ]]>
  116. </script>
  117. </xhtml:head>
  118. <xhtml:body style="margin-left:8; margin-right:8; ">
  119. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  120. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">지원자현황관리</caption>
  121. </group>
  122. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  123. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:61px; background-color:#fffbf2; border-color:#ffd799; "/>
  124. <caption id="caption2" class="search_name" style="left:567px; top:19px; width:85px; height:17px; ">기 관 :</caption>
  125. <select1 id="cmb_instcd" ref="/root/send/apntinfo/instcd" class="combo_search" appearance="minimal" style="left:655px; top:19px; width:155px; height:19px; ">
  126. <choices>
  127. <itemset>
  128. <label/>
  129. <value/>
  130. </itemset>
  131. </choices>
  132. </select1>
  133. <caption id="caption1" class="search_name" style="left:817px; top:44px; width:85px; height:17px; ">기 간 :</caption>
  134. <line id="line207" class="line_1" style="x1:0px; y1:225px; x2:1195px; y2:225px; "/>
  135. <caption id="caption9" class="search_name" style="left:308px; top:19px; width:112px; height:17px; ">상하반기구분:</caption>
  136. <select1 id="cmb_supinfqurtyyflag" ref="/root/send/apntinfo/supinfqurtyyflag" class="combo_search" appearance="minimal" style="left:420px; top:19px; width:100px; height:19px; ">
  137. <choices>
  138. <itemset>
  139. <label/>
  140. <value/>
  141. </itemset>
  142. </choices>
  143. </select1>
  144. <caption id="caption3" class="search_name" style="left:817px; top:19px; width:86px; height:17px; ">교직구분 :</caption>
  145. <select1 id="cmb_prfshipflag" ref="/root/send/apntinfo/prfshipflag" class="combo_search" disabled="true" appearance="minimal" style="left:905px; top:19px; width:90px; height:19px; ">
  146. <choices>
  147. <itemset>
  148. <label/>
  149. <value/>
  150. </itemset>
  151. </choices>
  152. </select1>
  153. <input id="ipt_apntfromdd" ref="/root/send/apntinfo/apntfromdd" class="input_s_essential" inputtype="date" style="left:905px; top:44px; width:90px; height:19px; ">
  154. <script type="javascript" ev:event="xforms-value-changed">
  155. <![CDATA[
  156. var instcd = cmb_instcd.value;
  157. if( getStringLength(ipt_apntfromdd.value) == "8" ) {
  158. misfComboInstCdListMulti("cmb_instcd",ipt_apntfromdd.value,"","Y");
  159. cmb_instcd.value = instcd;
  160. cmb_instcd.refresh();
  161. }
  162. ]]>
  163. </script>
  164. </input>
  165. <caption id="caption8" class="search_n_b" style="left:997px; top:44px; width:22px; height:17px; font-weight:bolder; ">~</caption>
  166. <input id="ipt_apnttodd" ref="/root/send/apntinfo/apnttodd" class="input_s_essential" inputtype="date" style="left:1011px; top:44px; width:90px; height:19px; "/>
  167. <datagrid id="grd_apntvointlist" nodeset="/root/main/apntvoint/apntvointlist" caption="합격여부^합격여부^합격여부^합격여부^접수번호^지원과^성명^성별^나이^주민등록번호^대학교^대학교^대학교^경력&#xA;구분^과거&#xA;지원&#xA;횟수^경쟁율^비밀번호|1차^2차^3차^4차^접수번호^지원과^성명^성별^나이^주민등록번호^대학교명^졸업년도^소재지^경력&#xA;구분^과거&#xA;지원&#xA;횟수^경쟁율^비밀번호" colsep="^" colwidth="40, 40, 40, 40, 60, 120, 70, 40, 40, 100, 140, 65, 130, 47, 40, 60, 80" dataheight="25" explorerbar="sortshow" frozencols="10" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:1px; top:230px; width:1192px; height:485px; ">
  168. <col checkvalue="Y,N" ref="passyn_1" type="checkbox" style="text-align:center; "/>
  169. <col checkvalue="Y,N" ref="passyn_2" type="checkbox" style="text-align:center; "/>
  170. <col checkvalue="Y,N" ref="passyn_3" type="checkbox" style="text-align:center; "/>
  171. <col checkvalue="Y,N" ref="passyn_4" type="checkbox" style="text-align:center; "/>
  172. <col ref="examno" style="text-align:center; "/>
  173. <col ref="hopedeptnm"/>
  174. <col ref="name" style="text-align:center; "/>
  175. <col ref="gndr" style="text-align:center; "/>
  176. <col ref="age" style="text-align:center; "/>
  177. <col ref="rregno" format="999999-9999999" style="text-align:center; "/>
  178. <col ref="univnm" style="text-align:center; "/>
  179. <col ref="univgradutndd" format="yyyy" style="text-align:center; "/>
  180. <col ref="univloctn" style="text-align:center; "/>
  181. <col ref="careryn" style="text-align:center; "/>
  182. <col ref="pastsupptims" style="text-align:right; "/>
  183. <col ref="competrate" style="text-align:right; "/>
  184. <col ref="pwd" visibility="visible" style="text-align:center; "/>
  185. <script type="javascript" ev:event="ondblclick">
  186. <![CDATA[
  187. model.removenode("/root/send/save/info");
  188. model.makeNode("/root/send/save/info/examno");
  189. model.makeNode("/root/send/save/info/apntinfono");
  190. model.setValue("/root/send/save/info/examno",grd_apntvointlist.valueMatrix(grd_apntvointlist.row, grd_apntvointlist.colRef("examno")) );
  191. model.setValue("/root/send/save/info/apntinfono",grd_apntinfolist.valueMatrix(grd_apntinfolist.row, grd_apntinfolist.colRef("apntinfono")) );
  192. submit("TRRPE01013");
  193. exeReportPreview("RPRPE00302", "XMLSTR");
  194. ]]>
  195. </script>
  196. </datagrid>
  197. <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1125px; top:31px; width:56px; height:22px; text-align:left; ">
  198. <caption>조회</caption>
  199. <script type="javascript" ev:event="DOMActivate">
  200. <![CDATA[
  201. if(ipt_apntyy.value == "") {
  202. messageBox("채용년도는","I003");
  203. model.setFocus("ipt_apntyy");
  204. }
  205. else {
  206. submit("TRRPE00301");
  207. }
  208. ]]>
  209. </script>
  210. <script type="javascript" ev:event="onaftersort">
  211. <![CDATA[
  212. grd_apntvointlist.gridToInstance();
  213. ]]>
  214. </script>
  215. </button>
  216. <line id="line3" class="line_4" style="x1:1110px; y1:13px; x2:1110px; y2:68px; border-color:#ffe4bb; border-left-style:solid; "/>
  217. <caption id="caption5" class="search_name" style="left:8px; top:19px; width:86px; height:17px; ">채용년도 :</caption>
  218. <input id="ipt_apntyy" ref="/root/send/apntinfo/apntyy" class="input_s_essential" style="left:95px; top:19px; width:70; height:19px; text-align:center; ">
  219. <script type="javascript" ev:event="xforms-value-changed">
  220. <![CDATA[
  221. var instcd = cmb_instcd.value;
  222. if( getStringLength(ipt_apntyy.value) == "4" ) {
  223. model.removeNodeset(cmb_instcd.attribute("ref"));
  224. model.makeNode("/root/send/apntinfo/instcd");
  225. if(ipt_apntyy.value == getCurrentDate().substring(0, 4) ) {
  226. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
  227. }
  228. else {
  229. misfComboInstCdListMulti("cmb_instcd",ipt_apntyy.value+"1231","","Y");
  230. }
  231. cmb_instcd.value = instcd;
  232. cmb_instcd.refresh();
  233. }
  234. ]]>
  235. </script>
  236. </input>
  237. <caption id="caption7" class="search_name" style="left:8px; top:44px; width:115px; height:17px; ">부 서 :</caption>
  238. <input id="ipt_deptcd" ref="/root/send/apntinfo/deptcd" disabled="true" visibility="visible" style="left:95px; top:44px; width:70px; height:19px; ">
  239. <script type="javascript" ev:event="xforms-value-changed">
  240. <![CDATA[
  241. if (model.getValue("/root/send/apntinfo/deptcd") == ""){
  242. model.setValue("/root/send/apntinfo/deptnm", "");
  243. }
  244. model.refresh();
  245. ]]>
  246. </script>
  247. </input>
  248. <button id="btn_hopedeptcdhelp" class="icon_search" disabled="true" style="left:170px; top:44px; width:16px; height:16px; ">
  249. <caption/>
  250. <script type="javascript" ev:event="DOMActivate">
  251. <![CDATA[
  252. var recv_list = "deptcd,deptnm";
  253. rpbfOpenDeptCdHelp(ipt_deptcd,recv_list);
  254. model.refresh();
  255. ]]>
  256. </script>
  257. </button>
  258. <input id="ipt_deptnm" ref="/root/send/apntinfo/deptnm" class="output_search" disabled="true" appearance="input" style="left:190px; top:44px; width:110px; height:19px; "/>
  259. <caption id="caption4" class="search_name" style="left:308px; top:44px; width:110px; height:17px; ">직 종 :</caption>
  260. <input id="ipt_jobkindcd" ref="/root/send/apntinfo/jobkindcd" disabled="true" style="left:420px; top:44px; width:40px; height:19px; ">
  261. <script type="javascript" ev:event="xforms-value-changed">
  262. <![CDATA[
  263. if (model.getValue("/root/send/apntinfo/jobkindcd") == ""){
  264. model.setValue("/root/send/apntinfo/jobkindnm", "");
  265. }
  266. model.refresh();
  267. ]]>
  268. </script>
  269. </input>
  270. <input id="ipt_jobkindnm" ref="/root/send/apntinfo/jobkindnm" class="output_search" disabled="true" appearance="input" style="left:480px; top:44px; width:79px; height:19px; "/>
  271. <datagrid id="grd_apntinfolist" nodeset="/root/main/apntinfo/apntinfolist" caption="상하반기&#xA;구분^기관^교직구분^부서^직종^모집분야^인원^제목^채용시작일^채용종료일^차수^간호직&#xA;추가사항^완료^채용번호^채용년도" colsep="^" colwidth="77, 124, 89, 104, 95, 105, 38, 217, 86, 87, 38, 62, 39, 73, 55" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="never" rowheader="select" rowsep="|" style="left:1px; top:95px; width:1192px; height:105px; ">
  272. <col ref="supinfqurtyy" style="text-align:center; "/>
  273. <col ref="instnm" style="text-align:left; "/>
  274. <col ref="prfshipnm" style="text-align:left; "/>
  275. <col ref="deptnm" style="text-align:left; "/>
  276. <col ref="jobkindnm" style="text-align:left; "/>
  277. <col ref="recufildnm" style="text-align:left; "/>
  278. <col ref="recupsnno" style="text-align:right; "/>
  279. <col ref="titl" style="text-align:left; "/>
  280. <col ref="apntfromdd" format="yyyy/mm/dd" style="text-align:center; "/>
  281. <col ref="apnttodd" format="yyyy/mm/dd" style="text-align:center; "/>
  282. <col ref="scrngdg" style="text-align:right; "/>
  283. <col checkvalue="Y,N" ref="nursdept" type="checkbox"/>
  284. <col checkvalue="Y,N" ref="endyn" type="checkbox" visibility="hidden"/>
  285. <col ref="apntinfono" type="input" visibility="hidden"/>
  286. <col ref="apntyy" visibility="hidden"/>
  287. <script type="javascript" ev:event="onaftersort">
  288. <![CDATA[
  289. grd_apntinfolist.gridToInstance();
  290. ]]>
  291. </script>
  292. <script type="javascript" ev:event="onrowchanged">
  293. <![CDATA[
  294. model.removeNodeset("/root/main/apntvoint");
  295. model.makeNode("/root/main/apntvoint/apntvointlist");
  296. model.removeNodeset("/root/main/apntvoint/licnslist");
  297. model.setValue("/root/send/apntvoint/apntinfono", model.getValue("/root/main/apntinfo/apntinfolist[" + (grd_apntinfolist.row-grd_apntinfolist.fixedRows+1) + "]/apntinfono"));
  298. model.setValue("/root/send/apntvoint/nursdept", model.getValue("/root/main/apntinfo/apntinfolist[" + (grd_apntinfolist.row-grd_apntinfolist.fixedRows+1) + "]/nursdept"));
  299. model.refresh();
  300. submit("TRRPE00305");
  301. grd_apntvointlist.subtotalposition = "below";
  302. grd_apntvointlist.subtotal("count",grd_apntvointlist.colRef("hopedeptnm"),grd_apntvointlist.colRef("name"),"", "background-color:#ffff99", grd_apntvointlist.colRef("hopedeptnm"), "지원자 수");
  303. model.refresh();
  304. ]]>
  305. </script>
  306. </datagrid>
  307. <caption id="caption278" class="tit_2" style="left:5px; top:77px; width:157px; height:13px; ">채용(기본)정보</caption>
  308. <line id="line1" class="line_1" style="x1:0px; y1:90px; x2:1195px; y2:90px; "/>
  309. <button id="btn_excel" class="btn2_letter4" style="left:1125px; top:205px; width:64px; height:19px; ">
  310. <caption>엑셀저장</caption>
  311. <script type="javascript" ev:event="DOMActivate">
  312. <![CDATA[
  313. misfSaveExcel(grd_apntvointlist);
  314. ]]>
  315. </script>
  316. </button>
  317. <caption id="caption10" class="tit_2" style="left:5px; top:210px; width:157px; height:14px; ">지원자현황</caption>
  318. <caption id="caption11" class="search_name" style="left:567px; top:44px; width:86px; height:17px; ">모집분야 :</caption>
  319. <input id="ipt_recufildnm" ref="/root/send/apntinfo/recufildnm" class="output_search" disabled="true" appearance="input" style="left:715px; top:44px; width:95px; height:19px; "/>
  320. <button id="button1" class="icon_search" disabled="true" style="left:697px; top:44px; width:16px; height:16px; ">
  321. <caption/>
  322. <script type="javascript" ev:event="DOMActivate">
  323. <![CDATA[
  324. var recv_list = "recufildcd,recufildnm";
  325. rpbfOpenComCdHelp(ipt_recufildnm,"R0061", recv_list);
  326. model.refresh();
  327. ]]>
  328. </script>
  329. </button>
  330. <input id="ipt_recufildcd" ref="/root/send/apntinfo/recufildcd" disabled="true" visibility="visible" style="left:655px; top:44px; width:40px; height:19px; ">
  331. <script type="javascript" ev:event="xforms-value-changed">
  332. <![CDATA[
  333. if (model.getValue("/root/send/apntinfo/recufildcd") == ""){
  334. model.setValue("/root/send/apntinfo/recufildnm", "");
  335. }
  336. model.refresh();
  337. ]]>
  338. </script>
  339. </input>
  340. <button id="btn_jobkindhelp" class="icon_search" disabled="true" style="left:462px; top:44px; width:16px; height:16px; ">
  341. <caption/>
  342. <script type="javascript" ev:event="DOMActivate">
  343. <![CDATA[
  344. var recv_list = "jobkindcd,jobkindnm";
  345. rpbfOpenComCdHelp(ipt_jobkindcd,"R0061", recv_list);
  346. model.refresh();
  347. ]]>
  348. </script>
  349. </button>
  350. <button id="btn_alldownlode" class="btn2_letter7" visibility="visible" style="left:1015px; top:205px; width:97px; height:19px; ">
  351. <caption>이력서일괄저장</caption>
  352. <script type="javascript" ev:event="DOMActivate">
  353. <![CDATA[
  354. model.removenode("/root/send/save/info");
  355. model.makeNode("/root/send/save/info/examno");
  356. model.makeNode("/root/send/save/info/flag");
  357. model.makeNode("/root/send/save/info/apntinfono");
  358. model.setValue("/root/send/save/info/examno","");
  359. model.setValue("/root/send/save/info/flag","ALL");
  360. model.setValue("/root/send/save/info/apntinfono",grd_apntinfolist.valueMatrix(grd_apntinfolist.row, grd_apntinfolist.colRef("apntinfono")) );
  361. submit("TRRPE01013");
  362. exeReportPreview("RPRPE00302", "XMLSTR");
  363. ]]>
  364. </script>
  365. </button>
  366. <input id="ipt_emplno" ref="/root/send/apntinfo/emplno" visibility="hidden" style="left:660px; top:65px; width:95px; height:19px; "/>
  367. </group>
  368. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  369. <line id="line2" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  370. </group>
  371. </xhtml:body>
  372. </xhtml:html>