123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571 |
- <?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>SMRPE00300_지원자현황관리</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <apntinfo>
- <apntinfolist/>
- </apntinfo>
- <apntvoint>
- <apntvointlist/>
- <licnslist/>
- </apntvoint>
- <excel>
- <excellist/>
- </excel>
- </main>
- <send>
- <apntinfo>
- <apntyy/>
- <supinfqurtyyflag/>
- <instcd/>
- <prfshipflag/>
- <deptcd/>
- <deptnm/>
- <jobkindcd/>
- <jobkindnm/>
- <recufildcd/>
- <recufildnm/>
- <apntfromdd/>
- <apnttodd/>
- <emplno/>
- <grupjoblncd/>
- </apntinfo>
- <apntvoint>
- <apntinfono/>
- <nursdept/>
- </apntvoint>
- <save>
- <info/>
- <emplist/>
- </save>
- <search>
- <emplno/>
- </search>
- </send>
- <temp>
- <examno>-</examno>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize() ;
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <submission id="TRRPE00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntinfo" resultref="/root/main/apntinfo"/>
- <submission id="TRRPE00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntvoint" resultref="/root/main/apntvoint"/>
- <submission id="TRRPE00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info" resultref="/root/send/save/emplist"/>
- <submission id="TRRPE00304" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntvoint" resultref="/root/main/excel"/>
- <submission id="TRRPE01104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info" resultref="/root/main/entcosupp"/>
- <submission id="TRRPE01105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info" resultref="/root/send/save/emplist"/>
- <submission id="TRRPS04000" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/init/emplinfo"/>
- </model>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- grd_apntinfolist.rowHeight(0) = "50";
- //그리드 초기화 작업
- model.removenode("/root/main");
- model.makeNode("/root/main/apntinfo");
- model.makeNode("/root/main/apntvoint");
-
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
- misfComboComCdListMulti("R0237,R0058,R0059","cmb_supinfqurtyyflag,cmb_prfshipflag,cmb_grupjoblncd");
- addGridComboItem("cmb_supinfqurtyyflag", "- 전체 -", "","above"); // 상하반기구분 콤보박스에 '전체'를 추가
- // addGridComboItem("cmb_instcd", "- 전체 -", "","above"); // 기관 콤보박스에 '전체'를 추가
- addGridComboItem("cmb_prfshipflag", "- 전체 -", "","above"); // 교직구분 콤보박스에 '전체'를 추가
-
- var nowyy = new Date();
- ipt_apntyy.value = nowyy.getYear(); // 년도설정
-
- misfGetAndSetUserInfo();
- misfGetUserAuth();
-
- // user정보조회
- model.setValue("/root/send/search/emplno",getUserInfo("userid"));
- submit("TRRPS04000");
-
- if( getUserInfo("dutplceinstcd") != '001' ) {
- model.setValue("/root/send/apntinfo/instcd", getUserInfo("dutplceinstcd") );
- model.refresh();
- cmb_instcd.disabled = true;
- }
-
- if(getUserInfo("dutplcecd") == "4020500000" || DUTY_PART_YN == "Y") {
- ;
- }
- else {
- if( getUserInfo("dutplcecd") != model.getValue("/root/init/emplinfo/dutunitcd") ) {
- model.setValue(ipt_deptcd.attribute("ref"),getUserInfo("dutplcecd") );
- model.setValue(ipt_deptnm.attribute("ref"),getUserInfo("dutplcenm") );
- }
-
- if(ipt_deptcd.value == "") {
- model.setValue("/root/send/apntinfo/emplno", getUserInfo("userid") );
- }
- }
-
- grd_apntinfolist.focusColor = "#CCFFCC";
- grd_apntvointlist.focusColor = "#CCFFCC";
- //fSetDate(); // 기간설정
- model.refresh();
- }
-
- function fSetDate()
- {
- var nowyy = new Date();
- var cur_yy = nowyy.getYear();
-
- model.setValue(ipt_apntfromdd.attribute("ref"), cur_yy+'0101');
- model.setValue(ipt_apnttodd.attribute("ref"), cur_yy+'1231');
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <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="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:61px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:567px; top:19px; width:85px; height:17px; ">기 관 :</caption>
- <select1 id="cmb_instcd" ref="/root/send/apntinfo/instcd" class="combo_search" appearance="minimal" style="left:655px; top:19px; width:155px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:817px; top:44px; width:85px; height:17px; ">기 간 :</caption>
- <line id="line207" class="line_1" style="x1:0px; y1:315px; x2:1195px; y2:315px; "/>
- <caption id="caption9" class="search_name" style="left:308px; top:19px; width:112px; height:17px; ">상하반기구분:</caption>
- <select1 id="cmb_supinfqurtyyflag" ref="/root/send/apntinfo/supinfqurtyyflag" class="combo_search" appearance="minimal" style="left:420px; top:19px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" visibility="hidden" style="left:817px; top:19px; width:86px; height:17px; ">직원분류 :</caption>
- <select1 id="cmb_prfshipflag" ref="/root/send/apntinfo/prfshipflag" class="combo_search" appearance="minimal" style="left:905px; top:19px; width:90px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_apntfromdd" ref="/root/send/apntinfo/apntfromdd" class="input_s_essential" inputtype="date" style="left:905px; top:44px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var instcd = cmb_instcd.value;
- if( getStringLength(ipt_apntfromdd.value) == "8" ) {
- model.removeNodeset(cmb_instcd.attribute("ref"));
- model.makeNode("/root/send/apntinfo/instcd");
- misfComboInstCdListMulti("cmb_instcd",ipt_apntfromdd.value,"","Y");
- cmb_instcd.value = instcd;
- cmb_instcd.refresh();
- }
- ]]>
- </script>
- </input>
- <caption id="caption8" class="search_n_b" style="left:997px; top:44px; width:22px; height:17px; font-weight:bolder; ">~</caption>
- <input id="ipt_apnttodd" ref="/root/send/apntinfo/apnttodd" class="input_s_essential" inputtype="date" style="left:1011px; top:44px; width:90px; height:19px; "/>
- <datagrid id="grd_apntvointlist" nodeset="/root/main/apntvoint/apntvointlist" caption="순번^합격여부^합격여부^합격여부^합격여부^수험번호^성명^성별^나이^주민등록번호^대학^대학^대학^대학^대학^대학^대학^대학^대학교^대학교^대학교^대학교^대학교^대학교^대학교^대학교^대학원^대학원^대학원^대학원^대학원^대학원^대학원^경력
구분^경력1^경력1^경력1^경력1^경력1^경력1^경력2^경력2^경력2^경력2^경력2^경력2^경력3^경력3^경력3^경력3^경력3^경력3^자격면허^간호부추가사항^간호부추가사항^간호부추가사항^간호부추가사항^간호부추가사항^간호부추가사항^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^외국어^종교^결혼여부^보훈대상^이메일^주소^핸드폰^병역여부^과거
지원
횟수^경쟁율^비밀번호|순번^1차^2차^3차^4차^수험번호^성명^성별^나이^주민등록번호^대학명^학과(전공)^졸업년도^수업년한^학점^학위번호^소재지^이수구분^대학교명^학과(전공)^졸업년도^수업년한^학점^학위번호^소재지^이수구분^대학원명^학과(전공)^졸업년도^학점^학위번호^소재지^이수구분^경력
구분^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^자격면허^희망부서^실습사항^실습사항^기본간호실습^기본간호실습^실습병원^영어^영어^영어^영어^영어^영어^영어^일본어^일본어^중국어^독일어^불란서어^서반아어^러시아어^에스페란토어^스페인어^이태리어^아랍어^포루투칼어^기타^종교^결혼여부^보훈대상^이메일^주소^핸드폰^병역여부^과거
지원
횟수^경쟁율^비밀번호|순번^1차^2차^3차^4차^수험번호^성명^성별^나이^주민등록번호^대학명^학과(전공)^졸업년도^수업년한^학점^학위번호^소재지^이수구분^대학교명^학과(전공)^졸업년도^수업년한^학점^학위번호^소재지^이수구분^대학원명^학과(전공)^졸업년도^학점^학위번호^소재지^이수구분^경력
구분^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^근무처^근무시작일^근무종료일^근무기간^부서명^주요업무^자격면허^희망부서^일반병동^특수부서^기본간호^특수간호^실습병원^TOEIC^TOEFL^TEPS^TOEFL_PBT^TOEFL_CBT^TOEFL_IBT^기타^JPT^기타^중국어^독일어^불란서어^서반아어^러시아어^에스페란토어^스페인어^이태리어^아랍어^포루투칼어^기타^종교^결혼여부^보훈대상^이메일^주소^핸드폰^병역여부^과거
지원
횟수^경쟁율^비밀번호" colsep="^" colwidth="50, 40, 40, 40, 40, 60, 50, 30, 30, 100, 100, 100, 65, 35, 35, 100, 70, 60, 100, 100, 65, 35, 35, 100, 70, 60, 100, 100, 65, 35, 100, 70, 60, 47, 80, 80, 80, 80, 65, 65, 80, 80, 80, 80, 65, 65, 80, 80, 80, 80, 65, 65, 300, 199, 100, 100, 100, 100, 130, 60, 60, 60, 80, 80, 80, 60, 60, 60, 60, 60, 65, 65, 65, 90, 65, 65, 60, 70, 50, 80, 40, 35, 200, 300, 110, 60, 40, 60, 80" dataheight="25" explorerbar="sortshow" frozencols="10" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:315px; width:1195px; height:410px; ">
- <col ref="seq" visibility="hidden" style="text-align:right; "/>
- <col checkvalue="Y,N" ref="passyn_1" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="passyn_2" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="passyn_3" type="checkbox" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="passyn_4" type="checkbox" style="text-align:center; "/>
- <col ref="examno" style="text-align:center; "/>
- <col ref="name" style="text-align:center; "/>
- <col ref="gndr" style="text-align:center; "/>
- <col ref="age" style="text-align:center; "/>
- <col ref="rregno" format="999999-9999999" style="text-align:center; "/>
- <col ref="colgnm" style="text-align:center; "/>
- <col ref="colgfrmrmertnm" style="text-align:center; "/>
- <col ref="colggradutndd" format="yyyy" style="text-align:center; "/>
- <col ref="colgyearpd" style="text-align:center; "/>
- <col ref="colgavgscor" style="text-align:center; "/>
- <col ref="colgacdmydgno"/>
- <col ref="colgloctn" style="text-align:center; "/>
- <col ref="colgcmpltcursstdy" style="text-align:center; "/>
- <col ref="univnm" style="text-align:center; "/>
- <col ref="univfrmrmertnm" style="text-align:center; "/>
- <col ref="univgradutndd" format="yyyy" style="text-align:center; "/>
- <col ref="univyearpd" style="text-align:center; "/>
- <col ref="univavgscor" style="text-align:center; "/>
- <col ref="univacdmydgno"/>
- <col ref="univloctn" style="text-align:center; "/>
- <col ref="univcmpltcursstdy" style="text-align:center; "/>
- <col ref="grdtschnm" style="text-align:center; "/>
- <col ref="grdtfrmrmertnm" style="text-align:center; "/>
- <col ref="grdtgradutndd" format="yyyy" style="text-align:center; "/>
- <col ref="grdtavgscor" style="text-align:right; "/>
- <col ref="grdtacdmydgno"/>
- <col ref="grdtloctn" style="text-align:left; "/>
- <col ref="grdtcmpltcursstdy" style="text-align:left; "/>
- <col ref="careryn" style="text-align:center; "/>
- <col ref="dutplce1" style="text-align:center; "/>
- <col ref="duttermfromdd1" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermtodd1" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermdd1" format="yy-mm-dd" style="text-align:center; "/>
- <col ref="deptnm1" style="text-align:center; "/>
- <col ref="mainbiz1" style="text-align:center; "/>
- <col ref="dutplce2" style="text-align:center; "/>
- <col ref="duttermfromdd2" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermtodd2" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermdd2" format="yy-mm-dd" style="text-align:center; "/>
- <col ref="deptnm2" style="text-align:center; "/>
- <col ref="mainbiz2" style="text-align:center; "/>
- <col ref="dutplce3" style="text-align:center; "/>
- <col ref="duttermfromdd3" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermtodd3" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="duttermdd3" format="yy-mm-dd" style="text-align:center; "/>
- <col ref="deptnm3" style="text-align:center; "/>
- <col ref="mainbiz3" style="text-align:center; "/>
- <col ref="licnsyn" style="text-align:left; "/>
- <col ref="hopedeptnm"/>
- <col ref="gnrlward"/>
- <col ref="spcldept"/>
- <col ref="basecare"/>
- <col ref="spclcare"/>
- <col ref="practchope"/>
- <col ref="toeic" style="text-align:right; "/>
- <col ref="toefl" style="text-align:right; "/>
- <col ref="teps" style="text-align:right; "/>
- <col ref="toefl_pbt" style="text-align:right; "/>
- <col ref="toefl_cbt" style="text-align:right; "/>
- <col ref="toefl_ibt" style="text-align:right; "/>
- <col ref="english" style="text-align:center; "/>
- <col ref="jpt" style="text-align:right; "/>
- <col ref="japanese" style="text-align:center; "/>
- <col ref="chinese" style="text-align:right; "/>
- <col ref="german" style="text-align:right; "/>
- <col ref="french" style="text-align:right; "/>
- <col ref="espana" style="text-align:right; "/>
- <col ref="russian" style="text-align:right; "/>
- <col ref="esperanto" style="text-align:right; "/>
- <col ref="spanish" style="text-align:right; "/>
- <col ref="Italian" style="text-align:right; "/>
- <col ref="arabic" style="text-align:right; "/>
- <col ref="portuguese" style="text-align:right; "/>
- <col ref="etc" style="text-align:right; "/>
- <col ref="religncd" style="text-align:center; "/>
- <col ref="marryyn" style="text-align:center; "/>
- <col checkvalue="Y,N" ref="bhtrgtpsnyn" type="checkbox"/>
- <col ref="email" style="text-align:left; "/>
- <col ref="resdnrgstareaaddr" style="text-align:left; "/>
- <col ref="supppsnmpphonno" style="text-align:left; "/>
- <col ref="mltr" style="text-align:left; "/>
- <col ref="pastsupptims" style="text-align:right; "/>
- <col ref="competrate" style="text-align:right; "/>
- <col ref="pwd" visibility="hidden" style="text-align:center; "/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- model.removenode("/root/send/save/info");
- model.makeNode("/root/send/save/info/examno");
- model.makeNode("/root/send/save/info/apntinfono");
- model.makeNode("/root/send/save/info/nursdept");
-
- model.setValue("/root/send/save/info/examno",grd_apntvointlist.valueMatrix(grd_apntvointlist.row, grd_apntvointlist.colRef("examno")) );
- model.setValue("/root/send/save/info/apntinfono",grd_apntinfolist.valueMatrix(grd_apntinfolist.row, grd_apntinfolist.colRef("apntinfono")) );
- model.setValue("/root/send/save/info/nursdept",grd_apntinfolist.valueMatrix(grd_apntinfolist.row, grd_apntinfolist.colRef("nursdept")) );
- /*
- submit("TRRPE00303");
- if( model.getValue("/root/send/save/info/nursdept") == 'Y' ) {
- exeReportPreview("RPRPE00301", "XMLSTR");
- }
- else {
- exeReportPreview("RPRPE00300", "XMLSTR");
- }
- */
- submit("TRRPE01104");
- if( model.getValue("/root/send/save/info/nursdept") == 'Y' ) {
- exeReportPreview("RPRPE01101", "XMLSTR");
- }
- else {
- exeReportPreview("RPRPE01100", "XMLSTR");
- }
- ]]>
- </script>
- </datagrid>
- <button id="btn_search" class="btn1_letter2" navindex="8" style="left:1125px; top:31px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(ipt_apntyy.value == "") {
- messageBox("채용년도는","I003");
- model.setFocus("ipt_apntyy");
- }
- else {
- submit("TRRPE00301");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_apntvointlist.gridToInstance();
- ]]>
- </script>
- </button>
- <line id="line3" class="line_4" style="x1:1110px; y1:13px; x2:1110px; y2:68px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="caption5" class="search_name" style="left:8px; top:19px; width:86px; height:17px; ">채용년도 :</caption>
- <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; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var instcd = cmb_instcd.value;
- if( getStringLength(ipt_apntyy.value) == "4" ) {
- model.removeNodeset(cmb_instcd.attribute("ref"));
- model.makeNode("/root/send/apntinfo/instcd");
- if(ipt_apntyy.value == getCurrentDate().substring(0, 4) ) {
- misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
- }
- else {
- misfComboInstCdListMulti("cmb_instcd",ipt_apntyy.value+"1231","","Y");
- }
- cmb_instcd.value = instcd;
- cmb_instcd.refresh();
- }
- ]]>
- </script>
- </input>
- <caption id="caption7" class="search_name" style="left:8px; top:44px; width:115px; height:17px; ">부 서 :</caption>
- <input id="ipt_deptcd" ref="/root/send/apntinfo/deptcd" visibility="visible" style="left:95px; top:44px; width:70px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/apntinfo/deptcd") == ""){
- model.setValue("/root/send/apntinfo/deptnm", "");
- }
-
-
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_hopedeptcdhelp" class="icon_search" style="left:170px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "deptcd,deptnm";
- rpbfOpenDeptCdHelp(ipt_deptcd,recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_deptnm" ref="/root/send/apntinfo/deptnm" class="output_search" appearance="input" style="left:190px; top:44px; width:110px; height:19px; "/>
- <caption id="caption4" class="search_name" style="left:308px; top:44px; width:110px; height:17px; ">직 종 :</caption>
- <input id="ipt_jobkindcd" ref="/root/send/apntinfo/jobkindcd" style="left:420px; top:44px; width:40px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/apntinfo/jobkindcd") == ""){
- model.setValue("/root/send/apntinfo/jobkindnm", "");
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_jobkindnm" ref="/root/send/apntinfo/jobkindnm" class="output_search" appearance="input" style="left:480px; top:44px; width:79px; height:19px; "/>
- <datagrid id="grd_apntinfolist" nodeset="/root/main/apntinfo/apntinfolist" caption="상하반기
구분^기관^직원분류^직군^부서^직종^모집분야^인원^제목^채용시작일^채용종료일^차수^간호직
추가사항^완료^채용번호^채용년도" colsep="^" colwidth="77, 124, 89, 100, 139, 95, 122, 52, 264, 94, 98, 38, 62, 39, 73, 55" dataheight="25" explorerbar="sortshow" mergecellsfixedrows="never" rowheader="select" rowsep="|" style="left:0px; top:95px; width:1195px; height:195px; ">
- <col ref="supinfqurtyy" style="text-align:center; "/>
- <col ref="instnm" style="text-align:left; "/>
- <col ref="prfshipnm" visibility="hidden" style="text-align:left; "/>
- <col ref="grupjoblncd" style="text-align:left; "/>
- <col ref="deptnm" style="text-align:left; "/>
- <col ref="jobkindnm" visibility="hidden" style="text-align:left; "/>
- <col ref="recufildnm" style="text-align:left; "/>
- <col ref="recupsnno" style="text-align:right; "/>
- <col ref="titl" style="text-align:left; "/>
- <col ref="apntfromdd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="apnttodd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="scrngdg" style="text-align:right; "/>
- <col checkvalue="Y,N" ref="nursdept" type="checkbox"/>
- <col checkvalue="Y,N" ref="endyn" type="checkbox" visibility="hidden"/>
- <col ref="apntinfono" type="input" visibility="hidden"/>
- <col ref="apntyy" visibility="hidden"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_apntinfolist.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- model.removeNodeset("/root/main/apntvoint");
- model.makeNode("/root/main/apntvoint/apntvointlist");
- model.removeNodeset("/root/main/apntvoint/licnslist");
- model.setValue("/root/send/apntvoint/apntinfono", model.getValue("/root/main/apntinfo/apntinfolist[" + (grd_apntinfolist.row-grd_apntinfolist.fixedRows+1) + "]/apntinfono"));
- model.setValue("/root/send/apntvoint/nursdept", model.getValue("/root/main/apntinfo/apntinfolist[" + (grd_apntinfolist.row-grd_apntinfolist.fixedRows+1) + "]/nursdept"));
- model.refresh();
-
- submit("TRRPE00302");
-
- // 자격면허를 넣어주는 부분.
- var licnsnm = "";
- for (var idx = grd_apntvointlist.fixedRows, licns = grd_hidden.fixedRows ; licns <= grd_hidden.rows; licns++ ) {
- if( grd_hidden.valueMatrix(licns,grd_hidden.colRef("examno")) == grd_apntvointlist.valueMatrix(idx,grd_apntvointlist.colRef("examno")) ) {
- if( licnsnm == "" ) { // liensnm이 빈값이면 현재row의 licnsyn을 그냥 넣는다.
- licnsnm = grd_hidden.valueMatrix(licns,grd_hidden.colRef("licnsyn"));
- }
- else {
- licnsnm = licnsnm + ", " + grd_hidden.valueMatrix(licns,grd_hidden.colRef("licnsyn"));
- }
- }
- else if (grd_hidden.valueMatrix(licns,grd_hidden.colRef("examno")) != grd_apntvointlist.valueMatrix(idx,grd_apntvointlist.colRef("examno")) ) {
- // 두 examno가 다르면 grd_apntvointlist 의 idx에 넣어준다.
- if( licnsnm == "" ) {
- idx++;
- licns--;
- }
- else {
- grd_apntvointlist.valueMatrix(idx,grd_apntvointlist.colRef("licnsyn")) = licnsnm;
-
- licnsnm = "";
- idx++;
- licns--;
- }
- }
- }
- grd_apntinfolist.row = grd_apntinfolist.row;
- grd_apntinfolist.col = grd_apntinfolist.colRef("apntinfono");
- grd_apntinfolist.editCell();
- grd_apntinfolist.endEditCell();
-
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <caption id="caption278" class="tit_2" style="left:5px; top:77px; width:157px; height:13px; ">채용(기본)정보</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:90px; x2:1195px; y2:90px; "/>
- <button id="btn_excel" class="btn2_letter4" style="left:1130px; top:295px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // misfSaveExcel(grd_apntvointlist);
-
- var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "") {
- var param = "&apntinfono=" + model.getValue("/root/send/apntvoint/apntinfono") + "&nursdept=" + model.getValue("/root/send/apntvoint/nursdept");
-
- model.download(getActionURL("TRRPE00304") + param, fileName, true);
-
- window.exec(fileName);
- }
- ]]>
- </script>
- </button>
- <caption id="caption10" class="tit_2" style="left:5px; top:300px; width:157px; height:13px; ">지원자현황List</caption>
- <caption id="caption11" class="search_name" style="left:567px; top:44px; width:86px; height:17px; ">모집분야 :</caption>
- <input id="ipt_recufildnm" ref="/root/send/apntinfo/recufildnm" class="output_search" appearance="input" style="left:715px; top:44px; width:95px; height:19px; "/>
- <button id="button1" class="icon_search" style="left:697px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "recufildcd,recufildnm";
- rpbfOpenComCdHelp(ipt_recufildnm,"R0061", recv_list);
-
-
- if( ipt_recufildcd.value == "0320" ) {
- cmb_prfshipflag.value = "21";
- ipt_jobkindcd.value = "0320";
- ipt_jobkindnm.value= "임상강사";
- ipt_deptcd.value = "1000000000";
- ipt_deptnm.value = "병원";
- ipt_emplno.value = "";
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_recufildcd" ref="/root/send/apntinfo/recufildcd" visibility="visible" style="left:655px; top:44px; width:40px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (model.getValue("/root/send/apntinfo/recufildcd") == ""){
- model.setValue("/root/send/apntinfo/recufildnm", "");
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_jobkindhelp" class="icon_search" style="left:462px; top:44px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "jobkindcd,jobkindnm";
- rpbfOpenComCdHelp(ipt_jobkindcd,"R0061", recv_list);
- model.refresh();
- ]]>
- </script>
- </button>
- <datagrid id="grd_hidden" nodeset="/root/main/apntvoint/licnslist" visibility="hidden" autoresize="true" caption="수험번호^자격면허" colsep="^" colwidth="60, 300" dataheight="25" explorerbar="sortshow" frozencols="10" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:715px; top:540px; width:430px; height:190px; ">
- <col ref="examno" style="text-align:center; "/>
- <col ref="licnsyn" style="text-align:center; "/>
- </datagrid>
- <button id="btn_alldownlode" class="btn2_letter7" visibility="visible" style="left:1020px; top:295px; width:97px; height:19px; ">
- <caption>이력서일괄저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- model.removenode("/root/send/save/info");
- model.makeNode("/root/send/save/info/apntinfono");
- model.makeNode("/root/send/save/info/nursdept");
- //model.makeNode("/root/send/save/info/examno");
-
- //model.setValue("/root/send/save/info/examno",grd_apntvointlist.valueMatrix(grd_apntvointlist.row, grd_apntvointlist.colRef("examno")) );
- model.setValue("/root/send/save/info/apntinfono",grd_apntinfolist.valueMatrix(grd_apntinfolist.row, grd_apntinfolist.colRef("apntinfono")) );
- model.setValue("/root/send/save/info/nursdept",grd_apntinfolist.valueMatrix(grd_apntinfolist.row, grd_apntinfolist.colRef("nursdept")) );
- submit("TRRPE01104");
- //submit("TRRPE01105");
- if( model.getValue("/root/send/save/info/nursdept") == 'Y' ) {
- exeReportPreview("RPRPE01101", "XMLSTR");
- }
- else {
- exeReportPreview("RPRPE01100", "XMLSTR");
- }
- //submit("TRRPE00303");
- /*
- if( model.getValue("/root/send/save/info/nursdept") == 'Y' ) {
- exeReportPreview("RPRPE00301", "XMLSTR");
- }
- else {
- exeReportPreview("RPRPE00300", "XMLSTR");
- }
- */
- ]]>
- </script>
- </button>
- <input id="ipt_emplno" ref="/root/send/apntinfo/emplno" visibility="hidden" style="left:660px; top:65px; width:95px; height:19px; "/>
- <select1 id="cmb_grupjoblncd" ref="/root/send/apntinfo/grupjoblncd" class="combo_search" appearance="minimal" style="left:905px; top:19px; width:90px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption12" class="search_name" style="left:817px; top:19px; width:88px; height:17px; ">직 군 :</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line2" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|