123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>SMRCS00300_교원충원등록</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <list>
- <lnscityprescond>
- <yy/>
- <instcd/>
- <appfrmno/>
- <seq/>
- <appfrmlrgdesc/>
- <appfrmsmldesc/>
- <instnm/>
- <deptnm/>
- <jobposnm/>
- <emplno/>
- <emplnm/>
- <nati/>
- <desctitl/>
- <aprvtermfrom/>
- <aprvtermto/>
- <dayno/>
- <dg/>
- <suppcost_1/>
- <suppcost_2/>
- <suppcost_3/>
- <suppcost_4/>
- <suppcost_5/>
- <curncyunit/>
- <cmt/>
- <hosinseqbpno/>
- <mpphoneno/>
- <emailaddr/>
- <acntflag/>
- <banknm/>
- <acntno/>
- <subtorddrnm/>
- </lnscityprescond>
- </list>
- <indinfo>
- <deptnm/>
- <jobposnm/>
- <emplnm/>
- <hosinseqbpno/>
- <mpphoneno/>
- <emailaddr/>
- <acntflag/>
- <banknm/>
- <acntno/>
- </indinfo>
- </main>
- <send>
- <req>
- <yy/>
- <instcd/>
- <deptcd/>
- <deptnm/>
- <appfrmlrg/>
- <appfrmsml/>
- <emplno/>
- <name/>
- <instnm/>
- </req>
- <suppcost>
- <yy/>
- <instcd/>
- <appfrmno/>
- <suppcost_1/>
- <suppcost_2/>
- <suppcost_3/>
- <suppcost_4/>
- <suppcost_5/>
- <curncyunit/>
- </suppcost>
- </send>
- <init>
- <comcd>
- <R03251_temp>
- <R0326>
- <R0326>
- <R0326>
- <cdnm/>
- <cdid/>
- </R0326>
- </R0326>
- </R0326>
- </R03251_temp>
- </comcd>
- </init>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRRPD02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list"/>
- <submission id="TXRPD02801" ref="/root/send/suppcost" resultref="/root/temp"/>
- <submission id="TRZBC00122" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- var today = getCurrentDate();
- var cur_yy = parseInt(today.substring(0, 4));
- model.setValue("/root/send/req/yy", cur_yy);
-
- misfComboComCdListMulti("Z0007", "cmb_instcd", null, "Y");
- }
-
- function fsearch() {
- if (ipt_yy.value == ""){
- messageBox("연도는","I003");
- return;
- }
- submit("TRRPD02801");
- }
-
- //콤보에 공통코드 Setting
- /*
- pcdgrupid : 공통코드군
- pcontrol_name : Data를 받을 Control
- */
- function rthfComboComCdList(pcdgrupid, pcontrol_name,pall) {
- var control_id = pcontrol_name.attribute("id");
-
- var comcd_node = "/root/send/comcdref";
- var comcd_rsltnode = "/root/init/comcd";
- var comcd_itemset = "/root/init/" + control_id;
-
- model.removeNodeset(comcd_node);
- model.removeNodeset(comcd_itemset);
-
- model.makeNode(comcd_node);
- model.makeNode(comcd_node + "/cdgrupid");
- model.makeNode(comcd_node + "/cdid");
- model.makeNode(comcd_node + "/cdnm");
- model.makeNode(comcd_node + "/refcond");
-
- model.makeNode(comcd_rsltnode);
- model.makeNode(comcd_itemset);
-
- pcontrol_name.choices.itemset.attribute("nodeset") = comcd_itemset+"/comcodelist";
- pcontrol_name.choices.itemset.label.attribute("ref") = "detldesc";
- pcontrol_name.choices.itemset.value.attribute("ref") = "cdid";
- pcontrol_name.refresh();
-
- model.setValue(comcd_node + "/cdgrupid", pcdgrupid);
- model.setValue(comcd_node + "/cdid","%");
- model.setValue(comcd_node + "/cdnm","%");
-
- model.removeChild("TRRPZ00301");
- model.createChild("xforms:submission", "id:TRRPZ00301;mediatype:application/x-www-form-urlencoded; method:post; ref:" + comcd_node + "; resultref:" + comcd_rsltnode + "; ");
- submit("TRRPZ00301");
-
- if(pall != null && pall == "Y")
- {
- /*
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdnm", "전체");
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
-
- sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
- tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
-
- var sourcenodelist = sourcenode.childNodes;
- while (childNode = sourcenodelist.nextNode())tarnode.appendChild(childNode);
- */
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/detldesc", "전체");
- model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
-
- sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
- tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
-
- cnt = 1;
- var sourcenodelist = sourcenode.childNodes;
- while (childNode = sourcenodelist.nextNode())
- {
- model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/detldesc", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/detldesc"));
- model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/cdid", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/cdid"));
- cnt++;
- }
-
- }
- else model.copyNode(comcd_itemset,comcd_rsltnode);
-
- model.refresh();
-
- //if(pcontrol_name.length == 1) pcontrol_name.selectedindex= 0;
- }
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="2,763;2,765;" 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:40px; "/>
- <line id="line207" class="line_1" style="x1:0px; y1:75px; x2:1195px; y2:75px; "/>
- <caption id="caption9" class="tit_2" style="left:0px; top:60px; width:117px; height:14px; ">초빙분야</caption>
- <button id="button3" class="btn2_letter4" style="left:1128px; top:55px; 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_lnscityprescond.saveExcel(fileName, "sheetname:sheet1;exportfalsecols:1;");
- }
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:640px; top:20px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <caption id="caption1" class="search_name" style="left:550px; top:20px; width:85px; height:17px; ">학 기 :</caption>
- <caption id="caption7" class="search_name" style="left:30px; top:20px; width:91px; height:17px; ">기 관 :</caption>
- <line id="line3" class="line_4" style="x1:1110px; y1:14px; x2:1110px; y2:47px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:19px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </button>
- <caption id="caption4" class="search_name" style="left:335px; top:20px; width:86px; height:17px; ">년 도 :</caption>
- <input id="ipt_yy" ref="/root/send/req/yy" class="input_s_essential" inputtype="date" format="yyyy" style="left:425px; top:20px; width:80px; height:19px; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_update" class="btn2_letter3" navindex="13" style="left:1015px; top:55px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("수정 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
- misfSave("TXRPD02801");
- fsearch();
- ]]>
- </script>
- </button>
- <button id="button1" class="btn2_letter3" navindex="13" style="left:1070px; top:55px; width:53px; height:19px; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ]]>
- </script>
- </button>
- <button id="button4" class="btn5_letter2" navindex="13" style="left:965px; top:55px; width:42px; height:19px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("수정 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
- misfSave("TXRPD02801");
- fsearch();
- ]]>
- </script>
- </button>
- <select1 id="combo1" appearance="minimal" style="left:120px; top:20px; width:165px; height:19px; ">
- <choices>
- <item>
- <label>combo1</label>
- <value>combo1</value>
- </item>
- </choices>
- </select1>
- <caption id="caption2" class="search_name" style="left:785px; top:20px; width:85px; height:17px; ">기 간 :</caption>
- <input id="input1" inputtype="date" format="yyyy-mm-dd" style="left:870px; top:20px; width:95px; height:19px; "/>
- <input id="input2" inputtype="date" format="yyyy-mm-dd" style="left:980px; top:20px; width:95px; height:19px; "/>
- <caption id="caption3" style="left:967px; top:23px; width:15px; height:15px; ">~</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:662px; x2:1195px; y2:662px; "/>
- <button id="button11" class="btn5_letter2" navindex="13" style="left:1150px; top:642px; width:42px; height:19px; ">
- <caption>수정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var retMes = messageBox("수정 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
- misfSave("TXRPD02801");
- fsearch();
- ]]>
- </script>
- </button>
- <caption id="caption5" class="tit_2" style="left:0px; top:647px; width:117px; height:13px; ">초빙조건</caption>
- <caption id="caption20" class="cell_1" style="left:176px; top:669px; width:89px; height:23px; vertical-align:middle; ">교 실 명</caption>
- <caption id="caption21" class="cell_1" style="left:176px; top:697px; width:89px; height:23px; vertical-align:middle; ">전공/초빙분야</caption>
- <select1 id="combo2" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:267px; top:670px; width:140px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <line id="line14" class="line_2" style="x1:0px; y1:694px; x2:1195px; y2:694px; "/>
- <select1 id="combo3" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:58px; top:698px; width:85px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <input id="input15" ref="/root/main/indinfo/banknm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:525px; top:670px; width:110px; height:19px; text-align:left; "/>
- <caption id="caption27" class="cell_1" style="left:445px; top:669px; width:75px; height:23px; vertical-align:middle; ">초 빙 인 원</caption>
- <caption id="caption18" class="cell_1" style="left:0px; top:669px; width:55px; height:23px; text-align:left; vertical-align:middle; ">년 도</caption>
- <caption id="caption19" class="cell_1" style="left:0px; top:698px; width:55px; height:23px; text-align:left; vertical-align:middle; ">학 기</caption>
- <input id="input6" ref="/root/main/indinfo/deptnm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:58px; top:670px; width:85px; height:19px; text-align:left; "/>
- <caption id="caption10" class="cell_1" style="left:446px; top:697px; width:75px; height:23px; vertical-align:middle; ">학 위</caption>
- <select1 id="combo4" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:525px; top:698px; width:110px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <caption id="caption11" class="cell_1" style="left:675px; top:669px; width:75px; height:23px; vertical-align:middle; ">임 상 경 력</caption>
- <select1 id="combo5" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:753px; top:670px; width:60px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <caption id="caption12" class="cell_1" style="left:675px; top:697px; width:75px; height:23px; vertical-align:middle; ">연 구 경 력</caption>
- <select1 id="combo6" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:753px; top:698px; width:60px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <caption id="caption13" class="cell_1" style="left:895px; top:669px; width:75px; height:23px; vertical-align:middle; ">교 육 경 력</caption>
- <select1 id="combo7" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:973px; top:670px; width:60px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <caption id="caption14" class="cell_1" style="left:895px; top:697px; width:75px; height:23px; vertical-align:middle; ">비 고</caption>
- <input id="input4" ref="/root/main/indinfo/banknm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:973px; top:698px; width:185px; height:19px; text-align:left; "/>
- <line id="line2" class="line_2" style="x1:1192px; y1:505px; x2:1192px; y2:584px; "/>
- <select1 id="combo8" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:267px; top:698px; width:140px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </select1>
- <caption id="caption8" style="left:815px; top:670px; width:55px; height:20px; ">년 이상</caption>
- <caption id="caption15" style="left:815px; top:697px; width:55px; height:20px; ">년 이상</caption>
- <caption id="caption16" style="left:1033px; top:670px; width:70px; height:20px; ">년 이상</caption>
- <line id="line4" class="line_2" style="x1:5px; y1:722px; x2:1200px; y2:722px; "/>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line7" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="button6" class="btn4_letter2" style="left:1135px; top:3px; width:56px; height:22px; text-align:left; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </button>
- <button id="button7" class="btn6_letter5" style="left:0px; top:3px; width:92px; height:22px; text-align:left; ">
- <caption>공고문출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fsearch();
- ]]>
- </script>
- </button>
- </group>
- <datagrid id="datagrid1" caption="년도^학기^교정명^대학명^전공/교실^전공/초빙분야^충원요청^승인여부^수정사유^초빙인원^학위^임상경력^연구경력^교육경력^비고" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:0px; top:118px; width:1193px; height:552px; ">
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- <col/>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|