123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <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">
- <xhtml:head>
- <xhtml:title>SMRPH01500_재임용신청자평가관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <reapntlist/>
- <applist/>
- <evalitmlist/>
- </list>
- </main>
- <send>
- <condition>
- <instcd/>
- <reapntyy/>
- </condition>
- <condition2>
- <instcd/>
- <reapntyy/>
- <reapntseq/>
- <trgtfrdt/>
- <trgttodt/>
- <prfshipflag/>
- <emplno/>
- <emplnm/>
- </condition2>
- </send>
- <init>
- <emplnototal/>
- <choiseapplicant>
- <rowno/>
- <instcd/>
- <reapntyy/>
- <reapntseq/>
- <emplno/>
- <emplnm/>
- <passyn/>
- <recmopin/>
- <totopin/>
- <lstvaluer/>
- <lstvaluernm/>
- </choiseapplicant>
- </init>
- <hidden/>
- <temp/>
- <save>
- <applist/>
- <evalitmlist/>
- </save>
- <option>
- <promorow/>
- </option>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- finit();
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/promotnmngtweb/js/RPH001.js"/>
- <script type="javascript" src="../../../mis/purccommonweb/js/PURC.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
- <script type="javascript" src="../../../mis/educationmngtweb/js/RPS001.js"/>
- <script type="javascript">
- <![CDATA[
-
- function finit()
- {
- misfGridInit(grd_promotnflaglist);
-
- misfComboComCdList('Z0007', cmb_instcd,'N');
- misfComboComCdList("R0058", cmb_prfshipflag,'Y');
-
- var curDate = getCurrentDate().toDate();
- model.setValue("/root/send/condition/reapntyy", curDate.getDateFormat('YYYY'));
-
- /*
- if (getCurrentDate().substr(4,2) > "03" && getCurrentDate().substr(4,2) <= "09" ){
- ipt_basedd.value = getCurrentDate().substr(0,4) + "0901";
- }else if (getCurrentDate().substr(4,2) > "03" ){
- ipt_basedd.value = getCurrentDate().substr(0,4) + "0301";
- }else{
- ipt_basedd.value = int(getCurrentDate().substr(0,4)) +1 + "0301";
- }
- model.setValue("/root/send/basedd", ipt_basedd.value);
- */
-
-
- cmb_instcd.value = '103' ; // 기관(성의교정)
- cmb_prfshipflag.select(0); // 교직원구분
- // model.refresh();
-
- }
-
- //대상자 산출 버튼 클릭시 실행
- function fExecReapp(){
-
- if( !isRequiredControls("cmb_instcd","cmb_prfshipflag","ipt_basedd") ) return;
- submit("TRRPH01010");
- // btn_search.dispatch("DOMActivate");
- }
-
- // 재임용 선택시 조회를 위한 세팅
- function fChoiceReApntTime(pRow) {
-
- model.setValue("/root/send/condition2/instcd" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("instcd" )) );
- model.setValue("/root/send/condition2/reapntyy" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("reapntyy" )) );
- model.setValue("/root/send/condition2/reapntseq", grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("reapntseq")) );
- model.setValue("/root/send/condition2/trgtfrdt" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("trgtfrdt" )) );
- model.setValue("/root/send/condition2/trgttodt" , grd_reapnttime.valueMatrix(pRow, grd_reapnttime.colRef("trgttodt" )) );
-
- model.refresh();
-
- }
- // 평가항목 등록을 위한 그리드 상태 변경
- function fChoiseApplicant(pRow)
- {
- var sInstcd = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("instcd"));
- var sReapntyy = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("reapntyy"));
- var sReapntseq = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("reapntseq"));
- var sEmplno = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("emplno"));
- var sEmplnm = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("emplnm"));
- var sPassyn = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("passyn"));
- var sRecmopin = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("recmopin"));
- var sTotopin = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("totopin"));
- var sLstvaluer = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluer"));
- var sLstvaluernm = grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluernm"));
-
- model.setValue("/root/init/choiseapplicant/rowno" , pRow );
- model.setValue("/root/init/choiseapplicant/instcd" , sInstcd );
- model.setValue("/root/init/choiseapplicant/reapntyy" , sReapntyy);
- model.setValue("/root/init/choiseapplicant/reapntseq", sReapntseq);
- model.setValue("/root/init/choiseapplicant/emplno" , sEmplno );
- model.setValue("/root/init/choiseapplicant/emplnm" , sEmplnm );
- model.setValue("/root/init/choiseapplicant/passyn" , sPassyn );
- model.setValue("/root/init/choiseapplicant/recmopin" , sRecmopin);
- model.setValue("/root/init/choiseapplicant/totopin" , sTotopin );
- model.setValue("/root/init/choiseapplicant/lstvaluer" , sLstvaluer );
- model.setValue("/root/init/choiseapplicant/lstvaluernm", sLstvaluernm );
- model.resetInstanceNode("/root/main/list/evalitmlist");
- model.removeNodeset("/root/main/list/evalitmlist");
- submit("TRRPH01502");
- model.refresh();
- // 신규 입력인 경우 그리드 상태를 I로 변경
- var vRows = grd_examitem.rows;
- var rOwstatus ;
- if (vRows > 1 ) {
- for ( pRow = 1; pRow <=vRows ; pRow++)
- {
- rOwstatus = grd_examitem.valueMatrix(pRow, grd_examitem.colRef("chck"));
-
- if ( rOwstatus == 'I' ) {
- grd_examitem.rowStatus(pRow) = 1;
- } else
- {
- grd_examitem.rowStatus(pRow) = 0;
- }
- }
- }
- model.refresh();
-
- }
-
- // 대상자 조회
- function fReriveApplicant()
- {
- model.resetInstanceNode("/root/main/list/evalitmlist");
- model.removeNodeset("/root/main/list/evalitmlist");
-
- model.removeNodeset("/root/main/list/applist");
- model.refresh();
-
- submit("TRRPH01501");
- model.refresh();
- }
- // 저장
- function fSave()
- {
- var sRcmOpn = model.getValue("/root/init/choiseapplicant/recmopin");
- var sTotOpn = model.getValue("/root/init/choiseapplicant/totopin");
- var sPassyn = model.getValue("/root/init/choiseapplicant/passyn");
- var sRowId = model.getValue("/root/init/choiseapplicant/rowno");
- var sLstvaluer = model.getValue("/root/init/choiseapplicant/lstvaluer" );
- var sLstvaluernm = model.getValue("/root/init/choiseapplicant/lstvaluernm");
-
- var pRow;
- pRow = parseInt(sRowId);
- grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("recmopin")) = sRcmOpn;
- grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("totopin")) = sTotOpn;
- grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("passyn")) = sPassyn;
- grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluer")) = sLstvaluer;
- grd_promotnflaglist.valueMatrix(pRow, grd_promotnflaglist.colRef("lstvaluernm")) = sLstvaluernm ;
-
- grd_promotnflaglist.rowStatus(pRow) = 2;
-
- //model.removeNodeset("/root/save/applist");
- model.resetInstanceNode("/root/save/applist");
- model.setValue("/root/save/applist", grd_promotnflaglist.getUpdateData());
- model.refresh();
- misfSave("TXRPH01503");
-
- //model.removeNodeset("/root/save/evalitmlist");
- model.resetInstanceNode("/root/save/evalitmlist");
-
- model.setValue("/root/save/evalitmlist", grd_examitem.getUpdateData());
- model.refresh();
- misfSave("TXRPH01504");
-
- }
- ]]>
- </script>
- <bind id="bind1" ref="/root/init/emplnototal" calculate="count(/root/main/list/applist)" type="xsd:int"/>
- <submission id="TRRPH01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/main/reapntlist"/>
- <submission id="TRRPH01501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition2" resultref="/root/main/applist"/>
- <submission id="TRRPH01502" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/choiseapplicant" resultref="/root/main/evalitmlist"/>
- <submission id="TXRPH01503" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/applist" resultref="/root/temp"/>
- <submission id="TXRPH01504" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/evalitmlist" resultref="/root/temp"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1434;" style="margin-left:8; margin-right:8; ">
- <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:732px; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:340px; width:1195px; height:385px; background-color:#fffbf2; border-color:#ffd799; "/>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="cap_instcd" class="search_name" style="left:15px; top:19px; width:80px; height:17px; ">기 관 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:18px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.removeNodeset("/root/main/list/reapntlist");
- model.refresh();
-
- submit("TRRPH01301");
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:17px; x2:1110px; y2:39px; "/>
- <caption id="caption278" class="tit_2" style="left:255px; top:50px; width:87px; height:14px; ">신청자 목록</caption>
- <line id="line207" class="line_1" style="x1:255px; y1:65px; x2:1190px; y2:65px; "/>
- <button id="btn_excelsave" class="btn5_letter4" style="left:1120px; top:45px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_promotnflaglist.saveExcel(fileName, "sheet1");
- }
- ]]>
- </script>
- </button>
- <caption id="caption3" style="left:965px; top:45px; width:95px; height:20px; font-weight:bold; color:#0000ff; ">* 조회인원수:</caption>
- <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; "/>
- <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; "/>
- <caption id="cap_basedd" class="search_name" style="left:260px; top:19px; width:104px; height:17px; ">재임용 년도 :</caption>
- <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; ">
- <col id="no" ref="no"/>
- <col id="orginstnm" ref="orginstnm"/>
- <col id="deptnm" ref="deptnm"/>
- <col id="emplno" ref="emplno" style="text-align:center; "/>
- <col id="emplnm" ref="emplnm" style="text-align:center; "/>
- <col id="passyn" ref="passyn" type="combo" editable="false" style="text-align:center; ">
- <choices>
- <item>
- <label>합격</label>
- <value>Y</value>
- </item>
- <item>
- <label>불합격</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col id="fstappntdd" ref="fstappntdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col id="reappntdd" ref="fstappntdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col id="edudeptappntfromdd" ref="edudeptappntfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col id="edudeptappnttodd" ref="edudeptappnttodd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col id="jobposnm" ref="jobposnm" style="text-align:center; "/>
- <col id="jobkindnm" ref="jobkindnm" style="text-align:center; "/>
- <col id="gradnm" ref="gradnm" style="text-align:center; "/>
- <col id="payclscd" ref="payclscd" style="text-align:center; "/>
- <col id="instcd" ref="instcd" style="text-align:center; "/>
- <col id="reapntyy" ref="reapntyy" style="text-align:center; "/>
- <col id="reapntseq" ref="reapntseq" style="text-align:center; "/>
- <col id="recmopin" ref="recmopin" style="text-align:center; "/>
- <col id="totopin" ref="totopin" style="text-align:center; "/>
- <col id="lstvaluer" ref="lstvaluer" style="text-align:center; "/>
- <col id="lstvaluernm" ref="lstvaluernm" style="text-align:center; "/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- var cur_row = grd_promotnflaglist.row;
- model.setValue("/root/option/promorow",cur_row);
- fChoiseApplicant(cur_row );
- grd_promotnflaglist.dispatch("onmouseup");
- ]]>
- </script>
- </datagrid>
- <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; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <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; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="reapntyy" maxlength="4" style="text-align:center; vertical-align:middle; "/>
- <col ref="reapntseq" maxlength="2" style="text-align:center; vertical-align:middle; "/>
- <col ref="reapntnm" style="text-align:center; vertical-align:middle; "/>
- <col ref="endyn" format="yyyy-mm-dd" style="text-align:center; vertical-align:middle; "/>
- <col ref="trgtfrdt" visibility="hidden"/>
- <col ref="trgttodt" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- var cur_row = grd_reapnttime.row;
- fChoiceReApntTime(cur_row);
- fReriveApplicant();
- grd_reapnttime.dispatch("onmouseup");
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:0px; top:50px; width:87px; height:14px; ">재임용 회차</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:240px; y2:65px; "/>
- <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; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="lrgcd" maxlength="2" style="text-align:center; vertical-align:middle; "/>
- <col ref="mldcd" maxlength="2" style="text-align:center; vertical-align:middle; "/>
- <col ref="smlcd" maxlength="2" style="text-align:center; vertical-align:middle; "/>
- <col ref="cdnm"/>
- <col ref="scor" type="input" format="####.#" style="text-align:center; vertical-align:middle; "/>
- <col ref="fitnyn" type="combo" style="text-align:center; vertical-align:middle; ">
- <choices>
- <item>
- <label>적합</label>
- <value>Y</value>
- </item>
- <item>
- <label>부적합</label>
- <value>N</value>
- </item>
- </choices>
- </col>
- <col ref="valuer" type="inputbutton" style="text-align:center; vertical-align:middle; "/>
- <col ref="valunm" style="text-align:center; vertical-align:middle; "/>
- <col ref="etc" type="input" style="text-align:left; vertical-align:middle; "/>
- <col ref="valuscor" format="####.#" style="text-align:right; vertical-align:middle; "/>
- <col ref="valubase"/>
- <col ref="reapntyy"/>
- <col ref="reapntseq"/>
- <col ref="emplno"/>
- <col ref="chck"/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
-
- if(grd_examitem.col == grd_examitem.colRef("valuer"))
- {
- misfOpenPopUpList("01", grd_examitem, "" , "valuer,valunm");
- model.refresh();
- }
-
- ]]>
- </script>
- </datagrid>
- <caption id="caption7" class="tit_2" style="left:5px; top:345px; width:118px; height:13px; ">신청자 정보</caption>
- <textarea id="txtttopin" ref="/root/init/choiseapplicant/totopin" style="left:900px; top:510px; width:290px; height:205px; "/>
- <textarea id="txtrcmd" ref="/root/init/choiseapplicant/recmopin" style="left:255px; top:360px; width:935px; height:70px; "/>
- <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; ">
- <choices>
- <itemset nodeset="/root/init/scrngvalupd">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_prfshipflag" class="search_name" style="left:510px; top:19px; width:105px; height:17px; ">교직원구분 :</caption>
- <select1 id="combo1" ref="/root/init/choiseapplicant/passyn" appearance="minimal" style="left:1015px; top:435px; width:175px; height:19px; ">
- <choices>
- <item>
- <label>합격</label>
- <value>Y</value>
- </item>
- <item>
- <label>불합격</label>
- <value>N</value>
- </item>
- </choices>
- </select1>
- <shape id="roundrect3" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:360px; width:240px; height:55px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption10" class="search_name" style="left:5px; top:392px; width:75px; height:17px; ">성명 :</caption>
- <caption id="caption5" class="search_name" style="left:5px; top:370px; width:75px; height:17px; ">사번 :</caption>
- <caption id="caption11" class="tit_2" style="left:0px; top:425px; width:162px; height:13px; ">개인별 평가 항목별 점수</caption>
- <caption id="caption8" class="tit_2" style="left:255px; top:345px; width:162px; height:13px; ">추천의견</caption>
- <caption id="caption9" class="tit_2" style="left:900px; top:440px; width:110px; height:13px; ">최종합격 여부</caption>
- <caption id="caption2" class="tit_2" style="left:900px; top:490px; width:60px; height:13px; ">총평</caption>
- <input id="ipt_empno" ref="/root/init/choiseapplicant/emplno" editable="false" style="left:70px; top:370px; width:145px; height:19px; "/>
- <input id="ipt_empnm" ref="/root/init/choiseapplicant/emplnm" editable="false" style="left:70px; top:390px; width:145px; height:19px; "/>
- <caption id="caption4" class="tit_2" style="left:900px; top:460px; width:110px; height:14px; ">최종 평가자</caption>
- <input id="ipt_valuernm" ref="/root/init/choiseapplicant/lstvaluernm" class="input_default" imemode="hangul" style="left:1015px; top:480px; width:170px; height:19px; "/>
- <button id="btn_emplnohelp" class="icon_search" style="left:1112px; top:460px; width:16px; height:16px; ">
- <caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //var precv_list = "emplno" + "," + "emplnm";
- var precv_list = "lstvaluer" + "," + "lstvaluernm";
-
- //alert(precv_list);
- rpbfOpenPopUpList("SPRPB00101", ipt_valuerno,precv_list,"ipt_valuerno,ipt_valuernm","N","N","emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </caption>
- </button>
- <input id="ipt_valuerno" ref="/root/init/choiseapplicant/lstvaluer" class="input_default" style="left:1015px; top:460px; width:95px; height:19px; "/>
- </group>
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">재임용 신청자 평가관리</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:28px; ">
- <line id="line4" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="btn_save" class="btn4_letter2" style="left:1130px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSave();
-
- fReriveApplicant();
-
- var cur_row = model.getValue("/root/option/promorow");
- fChoiseApplicant(cur_row );
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|