123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391 |
- <?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>SMRPE00310_지원자현황관리(임상강사)</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/>
- </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="TRRPE00305" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/apntvoint" resultref="/root/main/apntvoint"/>
- <submission id="TRRPE01013" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info" resultref="/root/entcosupp"/>
- <submission id="TRRPE01104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/info" resultref="/root/main/entcosupp"/>
- <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","cmb_supinfqurtyyflag,cmb_prfshipflag");
- addGridComboItem("cmb_supinfqurtyyflag", "- 전체 -", "","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;
- }
-
- model.setValue(ipt_recufildcd.attribute("ref"),"0320");
- model.setValue(ipt_recufildnm.attribute("ref"),"임상강사");
- model.setValue(cmb_prfshipflag.attribute("ref"),"21");
- model.setValue(ipt_jobkindcd.attribute("ref"),"0320");
- model.setValue(ipt_jobkindnm.attribute("ref"),"임상강사");
- model.setValue(ipt_deptcd.attribute("ref"),"1000000000");
- model.setValue(ipt_deptnm.attribute("ref"),"병원");
- model.setValue(ipt_emplno.attribute("ref"),"");
-
- grd_apntinfolist.focusColor = "#CCFFCC";
- grd_apntvointlist.focusColor = "#CCFFCC";
- 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:225px; x2:1195px; y2:225px; "/>
- <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" style="left:817px; top:19px; width:86px; height:17px; ">교직구분 :</caption>
- <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; ">
- <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" ) {
- 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차^2차^3차^4차^접수번호^지원과^성명^성별^나이^주민등록번호^대학교명^졸업년도^소재지^경력
구분^과거
지원
횟수^경쟁율^비밀번호" 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; ">
- <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="hopedeptnm"/>
- <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="univnm" style="text-align:center; "/>
- <col ref="univgradutndd" format="yyyy" style="text-align:center; "/>
- <col ref="univloctn" style="text-align:center; "/>
- <col ref="careryn" style="text-align:center; "/>
- <col ref="pastsupptims" style="text-align:right; "/>
- <col ref="competrate" style="text-align:right; "/>
- <col ref="pwd" visibility="visible" 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.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")) );
-
- submit("TRRPE01013");
-
- exeReportPreview("RPRPE00302", "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" disabled="true" 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" disabled="true" 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" disabled="true" 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" disabled="true" 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" disabled="true" 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, 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; ">
- <col ref="supinfqurtyy" style="text-align:center; "/>
- <col ref="instnm" style="text-align:left; "/>
- <col ref="prfshipnm" style="text-align:left; "/>
- <col ref="deptnm" style="text-align:left; "/>
- <col ref="jobkindnm" 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("TRRPE00305");
-
- grd_apntvointlist.subtotalposition = "below";
- grd_apntvointlist.subtotal("count",grd_apntvointlist.colRef("hopedeptnm"),grd_apntvointlist.colRef("name"),"", "background-color:#ffff99", grd_apntvointlist.colRef("hopedeptnm"), "지원자 수");
-
- 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:1125px; top:205px; width:64px; height:19px; ">
- <caption>엑셀저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_apntvointlist);
- ]]>
- </script>
- </button>
- <caption id="caption10" class="tit_2" style="left:5px; top:210px; width:157px; height:14px; ">지원자현황</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" disabled="true" appearance="input" style="left:715px; top:44px; width:95px; height:19px; "/>
- <button id="button1" class="icon_search" disabled="true" 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);
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_recufildcd" ref="/root/send/apntinfo/recufildcd" disabled="true" 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" disabled="true" 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>
- <button id="btn_alldownlode" class="btn2_letter7" visibility="visible" style="left:1015px; top:205px; 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/examno");
- model.makeNode("/root/send/save/info/flag");
- model.makeNode("/root/send/save/info/apntinfono");
-
- model.setValue("/root/send/save/info/examno","");
- model.setValue("/root/send/save/info/flag","ALL");
- model.setValue("/root/send/save/info/apntinfono",grd_apntinfolist.valueMatrix(grd_apntinfolist.row, grd_apntinfolist.colRef("apntinfono")) );
-
- submit("TRRPE01013");
- exeReportPreview("RPRPE00302", "XMLSTR");
- ]]>
- </script>
- </button>
- <input id="ipt_emplno" ref="/root/send/apntinfo/emplno" visibility="hidden" style="left:660px; top:65px; width:95px; height:19px; "/>
- </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>
|