SMRPH01500_재임용신청자평가관리.xrw 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460
  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>SMRPH01500_재임용신청자평가관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <reapntlist/>
  12. <applist/>
  13. <evalitmlist/>
  14. </list>
  15. </main>
  16. <send>
  17. <condition>
  18. <instcd/>
  19. <reapntyy/>
  20. </condition>
  21. <condition2>
  22. <instcd/>
  23. <reapntyy/>
  24. <reapntseq/>
  25. <trgtfrdt/>
  26. <trgttodt/>
  27. <prfshipflag/>
  28. <emplno/>
  29. <emplnm/>
  30. </condition2>
  31. </send>
  32. <init>
  33. <emplnototal/>
  34. <choiseapplicant>
  35. <rowno/>
  36. <instcd/>
  37. <reapntyy/>
  38. <reapntseq/>
  39. <emplno/>
  40. <emplnm/>
  41. <passyn/>
  42. <recmopin/>
  43. <totopin/>
  44. <lstvaluer/>
  45. <lstvaluernm/>
  46. </choiseapplicant>
  47. </init>
  48. <hidden/>
  49. <temp/>
  50. <save>
  51. <applist/>
  52. <evalitmlist/>
  53. </save>
  54. <option>
  55. <promorow/>
  56. </option>
  57. </root>
  58. </instance>
  59. <script type="javascript" ev:event="xforms-ready">
  60. <![CDATA[
  61. finit();
  62. ]]>
  63. </script>
  64. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  65. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  66. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  67. <script type="javascript" src="../../../mis/promotnmngtweb/js/RPH001.js"/>
  68. <script type="javascript" src="../../../mis/purccommonweb/js/PURC.js"/>
  69. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  70. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  71. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  72. <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
  73. <script type="javascript" src="../../../mis/educationmngtweb/js/RPS001.js"/>
  74. <script type="javascript">
  75. <![CDATA[
  76. function finit()
  77. {
  78. misfGridInit(grd_promotnflaglist);
  79. misfComboComCdList('Z0007', cmb_instcd,'N');
  80. misfComboComCdList("R0058", cmb_prfshipflag,'Y');
  81. var curDate = getCurrentDate().toDate();
  82. model.setValue("/root/send/condition/reapntyy", curDate.getDateFormat('YYYY'));
  83. /*
  84. if (getCurrentDate().substr(4,2) > "03" && getCurrentDate().substr(4,2) <= "09" ){
  85. ipt_basedd.value = getCurrentDate().substr(0,4) + "0901";
  86. }else if (getCurrentDate().substr(4,2) > "03" ){
  87. ipt_basedd.value = getCurrentDate().substr(0,4) + "0301";
  88. }else{
  89. ipt_basedd.value = int(getCurrentDate().substr(0,4)) +1 + "0301";
  90. }
  91. model.setValue("/root/send/basedd", ipt_basedd.value);
  92. */
  93. cmb_instcd.value = '103' ; // 기관(성의교정)
  94. cmb_prfshipflag.select(0); // 교직원구분
  95. // model.refresh();
  96. }
  97. //대상자 산출 버튼 클릭시 실행
  98. function fExecReapp(){
  99. if( !isRequiredControls("cmb_instcd","cmb_prfshipflag","ipt_basedd") ) return;
  100. submit("TRRPH01010");
  101. // btn_search.dispatch("DOMActivate");
  102. }
  103. // 재임용 선택시 조회를 위한 세팅
  104. function fChoiceReApntTime(pRow) {
  105. model.setValue("/root/send/condition2/instcd" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("instcd" )) );
  106. model.setValue("/root/send/condition2/reapntyy" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("reapntyy" )) );
  107. model.setValue("/root/send/condition2/reapntseq", grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("reapntseq")) );
  108. model.setValue("/root/send/condition2/trgtfrdt" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("trgtfrdt" )) );
  109. model.setValue("/root/send/condition2/trgttodt" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("trgttodt" )) );
  110. model.refresh();
  111. }
  112. // 평가항목 등록을 위한 그리드 상태 변경
  113. function fChoiseApplicant(pRow)
  114. {
  115. var sInstcd = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("instcd"));
  116. var sReapntyy = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("reapntyy"));
  117. var sReapntseq = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("reapntseq"));
  118. var sEmplno = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("emplno"));
  119. var sEmplnm = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("emplnm"));
  120. var sPassyn = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("passyn"));
  121. var sRecmopin = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("recmopin"));
  122. var sTotopin = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("totopin"));
  123. var sLstvaluer = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluer"));
  124. var sLstvaluernm = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluernm"));
  125. model.setValue("/root/init/choiseapplicant/rowno" , pRow );
  126. model.setValue("/root/init/choiseapplicant/instcd" , sInstcd );
  127. model.setValue("/root/init/choiseapplicant/reapntyy" , sReapntyy);
  128. model.setValue("/root/init/choiseapplicant/reapntseq", sReapntseq);
  129. model.setValue("/root/init/choiseapplicant/emplno" , sEmplno );
  130. model.setValue("/root/init/choiseapplicant/emplnm" , sEmplnm );
  131. model.setValue("/root/init/choiseapplicant/passyn" , sPassyn );
  132. model.setValue("/root/init/choiseapplicant/recmopin" , sRecmopin);
  133. model.setValue("/root/init/choiseapplicant/totopin" , sTotopin );
  134. model.setValue("/root/init/choiseapplicant/lstvaluer" , sLstvaluer );
  135. model.setValue("/root/init/choiseapplicant/lstvaluernm", sLstvaluernm );
  136. model.resetInstanceNode("/root/main/list/evalitmlist");
  137. model.removeNodeset("/root/main/list/evalitmlist");
  138. submit("TRRPH01502");
  139. model.refresh();
  140. // 신규 입력인 경우 그리드 상태를 I로 변경
  141. var vRows = grd_examitem.rows;
  142. var rOwstatus ;
  143. if (vRows > 1 ) {
  144. for ( pRow = 1; pRow <=vRows ; pRow++)
  145. {
  146. rOwstatus = grd_examitem.valueMatrix(pRow, grd_examitem.colRef("chck"));
  147. if ( rOwstatus == 'I' ) {
  148. grd_examitem.rowStatus(pRow) = 1;
  149. } else
  150. {
  151. grd_examitem.rowStatus(pRow) = 0;
  152. }
  153. }
  154. }
  155. model.refresh();
  156. }
  157. // 대상자 조회
  158. function fReriveApplicant()
  159. {
  160. model.resetInstanceNode("/root/main/list/evalitmlist");
  161. model.removeNodeset("/root/main/list/evalitmlist");
  162. model.removeNodeset("/root/main/list/applist");
  163. model.refresh();
  164. submit("TRRPH01501");
  165. model.refresh();
  166. }
  167. // 저장
  168. function fSave()
  169. {
  170. var sRcmOpn = model.getValue("/root/init/choiseapplicant/recmopin");
  171. var sTotOpn = model.getValue("/root/init/choiseapplicant/totopin");
  172. var sPassyn = model.getValue("/root/init/choiseapplicant/passyn");
  173. var sRowId = model.getValue("/root/init/choiseapplicant/rowno");
  174. var sLstvaluer = model.getValue("/root/init/choiseapplicant/lstvaluer" );
  175. var sLstvaluernm = model.getValue("/root/init/choiseapplicant/lstvaluernm");
  176. var pRow;
  177. pRow = parseInt(sRowId);
  178. grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("recmopin")) = sRcmOpn;
  179. grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("totopin")) = sTotOpn;
  180. grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("passyn")) = sPassyn;
  181. grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluer")) = sLstvaluer;
  182. grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluernm")) = sLstvaluernm ;
  183. grd_promotnflaglist.rowStatus(pRow) = 2;
  184. //model.removeNodeset("/root/save/applist");
  185. model.resetInstanceNode("/root/save/applist");
  186. model.setValue("/root/save/applist", grd_promotnflaglist.getUpdateData());
  187. model.refresh();
  188. misfSave("TXRPH01503");
  189. //model.removeNodeset("/root/save/evalitmlist");
  190. model.resetInstanceNode("/root/save/evalitmlist");
  191. model.setValue("/root/save/evalitmlist", grd_examitem.getUpdateData());
  192. model.refresh();
  193. misfSave("TXRPH01504");
  194. }
  195. ]]>
  196. </script>
  197. <bind id="bind1" ref="/root/init/emplnototal" calculate="count(/root/main/list/applist)" type="xsd:int"/>
  198. <submission id="TRRPH01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/main/reapntlist"/>
  199. <submission id="TRRPH01501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition2" resultref="/root/main/applist"/>
  200. <submission id="TRRPH01502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/choiseapplicant" resultref="/root/main/evalitmlist"/>
  201. <submission id="TXRPH01503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/applist" resultref="/root/temp"/>
  202. <submission id="TXRPH01504" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/evalitmlist" resultref="/root/temp"/>
  203. </model>
  204. </xhtml:head>
  205. <xhtml:body guideline="1,1434;" style="margin-left:8; margin-right:8; ">
  206. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:732px; ">
  207. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:340px; width:1195px; height:385px; background-color:#fffbf2; border-color:#ffd799; "/>
  208. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  209. <caption id="cap_instcd" class="search_name" style="left:15px; top:19px; width:80px; height:17px; ">기 관 :</caption>
  210. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:18px; width:56px; height:22px; ">
  211. <caption>조회</caption>
  212. <script type="javascript" ev:event="DOMActivate">
  213. <![CDATA[
  214. model.removeNodeset("/root/main/list/reapntlist");
  215. model.refresh();
  216. submit("TRRPH01301");
  217. model.refresh();
  218. ]]>
  219. </script>
  220. </button>
  221. <line id="line13" class="line_4" style="x1:1110px; y1:17px; x2:1110px; y2:39px; "/>
  222. <caption id="caption278" class="tit_2" style="left:255px; top:50px; width:87px; height:14px; ">신청자 목록</caption>
  223. <line id="line207" class="line_1" style="x1:255px; y1:65px; x2:1190px; y2:65px; "/>
  224. <button id="btn_excelsave" class="btn5_letter4" style="left:1120px; top:45px; width:64px; height:19px; ">
  225. <caption>엑셀저장</caption>
  226. <script type="javascript" ev:event="DOMActivate">
  227. <![CDATA[
  228. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  229. if (fileName != "")
  230. {
  231. grd_promotnflaglist.saveExcel(fileName, "sheet1");
  232. }
  233. ]]>
  234. </script>
  235. </button>
  236. <caption id="caption3" style="left:965px; top:45px; width:95px; height:20px; font-weight:bold; color:#0000ff; ">* 조회인원수:</caption>
  237. <output id="opt_emplnototal" ref="/root/init/emplnototal" format="#,###" style="left:1050px; top:45px; width:40px; height:19px; font-weight:bold; color:#3366ff; text-align:right; "/>
  238. <input id="ipt_basedd" ref="/root/send/condition/reapntyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:370px; top:19px; width:105px; height:19px; "/>
  239. <caption id="cap_basedd" class="search_name" style="left:260px; top:19px; width:104px; height:17px; ">재임용 년도 :</caption>
  240. <datagrid id="grd_promotnflaglist" nodeset="/root/main/list/applist" caption="연번^원소속부서^근무부서^사원번호^성명^합격^최초임용일^재임용일^재임용기간^재임용기간^직위^직종^직급^호봉^최종평가자|연번^원소속부서^근무부서^사원번호^성명^여부^최초임용일^재임용일^시작일자^종료일자^직위^직종^직급^호봉^최종평가자" colsep="^" colwidth="23, 104, 105, 56, 60, 52, 66, 66, 67, 67, 65, 65, 65, 40, 0, 0, 0, 0, 0,100" defaultrows="0" ellipsis="false" explorerbar="sort" extendlastcol="scroll" frozencols="0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:255px; top:70px; width:935px; height:265px; ">
  241. <col id="no" ref="no"/>
  242. <col id="orginstnm" ref="orginstnm"/>
  243. <col id="deptnm" ref="deptnm"/>
  244. <col id="emplno" ref="emplno" style="text-align:center; "/>
  245. <col id="emplnm" ref="emplnm" style="text-align:center; "/>
  246. <col id="passyn" ref="passyn" type="combo" editable="false" style="text-align:center; ">
  247. <choices>
  248. <item>
  249. <label>합격</label>
  250. <value>Y</value>
  251. </item>
  252. <item>
  253. <label>불합격</label>
  254. <value>N</value>
  255. </item>
  256. </choices>
  257. </col>
  258. <col id="fstappntdd" ref="fstappntdd" format="yyyy-mm-dd" style="text-align:center; "/>
  259. <col id="reappntdd" ref="fstappntdd" format="yyyy-mm-dd" style="text-align:center; "/>
  260. <col id="edudeptappntfromdd" ref="edudeptappntfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
  261. <col id="edudeptappnttodd" ref="edudeptappnttodd" format="yyyy-mm-dd" style="text-align:center; "/>
  262. <col id="jobposnm" ref="jobposnm" style="text-align:center; "/>
  263. <col id="jobkindnm" ref="jobkindnm" style="text-align:center; "/>
  264. <col id="gradnm" ref="gradnm" style="text-align:center; "/>
  265. <col id="payclscd" ref="payclscd" style="text-align:center; "/>
  266. <col id="instcd" ref="instcd" style="text-align:center; "/>
  267. <col id="reapntyy" ref="reapntyy" style="text-align:center; "/>
  268. <col id="reapntseq" ref="reapntseq" style="text-align:center; "/>
  269. <col id="recmopin" ref="recmopin" style="text-align:center; "/>
  270. <col id="totopin" ref="totopin" style="text-align:center; "/>
  271. <col id="lstvaluer" ref="lstvaluer" style="text-align:center; "/>
  272. <col id="lstvaluernm" ref="lstvaluernm" style="text-align:center; "/>
  273. <script type="javascript" ev:event="onrowchanged">
  274. <![CDATA[
  275. var cur_row = grd_promotnflaglist.row;
  276. model.setValue("/root/option/promorow",cur_row);
  277. fChoiseApplicant(cur_row );
  278. grd_promotnflaglist.dispatch("onmouseup");
  279. ]]>
  280. </script>
  281. </datagrid>
  282. <select1 id="cmb_instcd" ref="/root/send/condition/instcd" class="combo_search" navindex="1" appearance="minimal" style="left:91px; top:19px; width:153px; height:19px; ">
  283. <choices>
  284. <itemset>
  285. <label/>
  286. <value/>
  287. </itemset>
  288. </choices>
  289. </select1>
  290. <datagrid id="grd_reapnttime" nodeset="/root/main/list/reapntlist" caption="기관코드^재임용^회차^재임용명^종료^대상기간^대상기간|기관코드^년도^회차^재임용명^여부^From^To" colsep="^" colwidth="0, 48, 30, 110, 37, 0, 0" dataheight="23" defaultrows="0" ellipsis="false" explorerbar="sort" extendlastcol="scroll" fixedcols="3" mergecellsfixedrows="bycol" rowheight="25" rowsep="|" style="left:0px; top:70px; width:240px; height:265px; ">
  291. <col ref="instcd" visibility="hidden"/>
  292. <col ref="reapntyy" maxlength="4" style="text-align:center; vertical-align:middle; "/>
  293. <col ref="reapntseq" maxlength="2" style="text-align:center; vertical-align:middle; "/>
  294. <col ref="reapntnm" style="text-align:center; vertical-align:middle; "/>
  295. <col ref="endyn" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
  296. <col ref="trgtfrdt" visibility="hidden"/>
  297. <col ref="trgttodt" visibility="hidden"/>
  298. <script type="javascript" ev:event="onrowchanged">
  299. <![CDATA[
  300. var cur_row = grd_reapnttime.row;
  301. fChoiceReApntTime(cur_row);
  302. fReriveApplicant();
  303. grd_reapnttime.dispatch("onmouseup");
  304. ]]>
  305. </script>
  306. </datagrid>
  307. <caption id="caption1" class="tit_2" style="left:0px; top:50px; width:87px; height:14px; ">재임용 회차</caption>
  308. <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:240px; y2:65px; "/>
  309. <datagrid id="grd_examitem" nodeset="/root/main/list/evalitmlist" caption="기관코드^대분류^중분류^소분류^평가명^점수^적합여부^평가자^평가자^기타^배점^평가기준^년도^회차^사번^체크" colsep="^" colwidth="0, 47, 42, 44, 228, 49, 58, 72, 58, 157, 50, 144, 0, 0, 0, 0" dataheight="23" defaultrows="0" ellipsis="false" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:440px; width:875px; height:275px; ">
  310. <col ref="instcd" visibility="hidden"/>
  311. <col ref="lrgcd" maxlength="2" style="text-align:center; vertical-align:middle; "/>
  312. <col ref="mldcd" maxlength="2" style="text-align:center; vertical-align:middle; "/>
  313. <col ref="smlcd" maxlength="2" style="text-align:center; vertical-align:middle; "/>
  314. <col ref="cdnm"/>
  315. <col ref="scor" type="input" format="####.#" style="text-align:center; vertical-align:middle; "/>
  316. <col ref="fitnyn" type="combo" style="text-align:center; vertical-align:middle; ">
  317. <choices>
  318. <item>
  319. <label>적합</label>
  320. <value>Y</value>
  321. </item>
  322. <item>
  323. <label>부적합</label>
  324. <value>N</value>
  325. </item>
  326. </choices>
  327. </col>
  328. <col ref="valuer" type="inputbutton" style="text-align:center; vertical-align:middle; "/>
  329. <col ref="valunm" style="text-align:center; vertical-align:middle; "/>
  330. <col ref="etc" type="input" style="text-align:left; vertical-align:middle; "/>
  331. <col ref="valuscor" format="####.#" style="text-align:right; vertical-align:middle; "/>
  332. <col ref="valubase"/>
  333. <col ref="reapntyy"/>
  334. <col ref="reapntseq"/>
  335. <col ref="emplno"/>
  336. <col ref="chck"/>
  337. <script type="javascript" ev:event="onbuttonclick">
  338. <![CDATA[
  339. if(grd_examitem.col == grd_examitem.colRef("valuer"))
  340. {
  341. misfOpenPopUpList("01", grd_examitem, "" , "valuer,valunm");
  342. model.refresh();
  343. }
  344. ]]>
  345. </script>
  346. </datagrid>
  347. <caption id="caption7" class="tit_2" style="left:5px; top:345px; width:118px; height:13px; ">신청자 정보</caption>
  348. <textarea id="txtttopin" ref="/root/init/choiseapplicant/totopin" style="left:900px; top:510px; width:290px; height:205px; "/>
  349. <textarea id="txtrcmd" ref="/root/init/choiseapplicant/recmopin" style="left:255px; top:360px; width:935px; height:70px; "/>
  350. <select1 id="cmb_prfshipflag" ref="/root/send/condition2/prfshipflag" class="combo_s_essential" appearance="minimal" itemcount="10" style="left:613px; top:19px; width:95px; height:19px; ">
  351. <choices>
  352. <itemset nodeset="/root/init/scrngvalupd">
  353. <label ref="label"/>
  354. <value ref="value"/>
  355. </itemset>
  356. </choices>
  357. </select1>
  358. <caption id="cap_prfshipflag" class="search_name" style="left:510px; top:19px; width:105px; height:17px; ">교직원구분 :</caption>
  359. <select1 id="combo1" ref="/root/init/choiseapplicant/passyn" appearance="minimal" style="left:1015px; top:435px; width:175px; height:19px; ">
  360. <choices>
  361. <item>
  362. <label>합격</label>
  363. <value>Y</value>
  364. </item>
  365. <item>
  366. <label>불합격</label>
  367. <value>N</value>
  368. </item>
  369. </choices>
  370. </select1>
  371. <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:360px; width:240px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
  372. <caption id="caption10" class="search_name" style="left:5px; top:392px; width:75px; height:17px; ">성명 :</caption>
  373. <caption id="caption5" class="search_name" style="left:5px; top:370px; width:75px; height:17px; ">사번 :</caption>
  374. <caption id="caption11" class="tit_2" style="left:0px; top:425px; width:162px; height:13px; ">개인별 평가 항목별 점수</caption>
  375. <caption id="caption8" class="tit_2" style="left:255px; top:345px; width:162px; height:13px; ">추천의견</caption>
  376. <caption id="caption9" class="tit_2" style="left:900px; top:440px; width:110px; height:13px; ">최종합격 여부</caption>
  377. <caption id="caption2" class="tit_2" style="left:900px; top:490px; width:60px; height:13px; ">총평</caption>
  378. <input id="ipt_empno" ref="/root/init/choiseapplicant/emplno" editable="false" style="left:70px; top:370px; width:145px; height:19px; "/>
  379. <input id="ipt_empnm" ref="/root/init/choiseapplicant/emplnm" editable="false" style="left:70px; top:390px; width:145px; height:19px; "/>
  380. <caption id="caption4" class="tit_2" style="left:900px; top:460px; width:110px; height:14px; ">최종 평가자</caption>
  381. <input id="ipt_valuernm" ref="/root/init/choiseapplicant/lstvaluernm" class="input_default" imemode="hangul" style="left:1015px; top:480px; width:170px; height:19px; "/>
  382. <button id="btn_emplnohelp" class="icon_search" style="left:1112px; top:460px; width:16px; height:16px; ">
  383. <caption>
  384. <script type="javascript" ev:event="DOMActivate">
  385. <![CDATA[
  386. //var precv_list = "emplno" + "," + "emplnm";
  387. var precv_list = "lstvaluer" + "," + "lstvaluernm";
  388. //alert(precv_list);
  389. rpbfOpenPopUpList("SPRPB00101", ipt_valuerno,precv_list,"ipt_valuerno,ipt_valuernm","N","N","emplno,emplnm");
  390. model.refresh();
  391. ]]>
  392. </script>
  393. </caption>
  394. </button>
  395. <input id="ipt_valuerno" ref="/root/init/choiseapplicant/lstvaluer" class="input_default" style="left:1015px; top:460px; width:95px; height:19px; "/>
  396. </group>
  397. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  398. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">재임용 신청자 평가관리</caption>
  399. </group>
  400. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:28px; ">
  401. <line id="line4" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  402. <button id="btn_save" class="btn4_letter2" style="left:1130px; top:3px; width:56px; height:22px; ">
  403. <caption>저장</caption>
  404. <script type="javascript" ev:event="DOMActivate">
  405. <![CDATA[
  406. fSave();
  407. fReriveApplicant();
  408. var cur_row = model.getValue("/root/option/promorow");
  409. fChoiseApplicant(cur_row );
  410. ]]>
  411. </script>
  412. </button>
  413. </group>
  414. </xhtml:body>
  415. </xhtml:html>