123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
- <?xml-stylesheet type="text/css" href="C:/CMCProject/application/webapps/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>지원직군 업적평가 결과출력</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <result/>
- </main>
- <send>
- <valuyy/>
- <fstscndhfyyflag/>
- <instcd/>
- <deptcd/>
- <deptnm/>
- <emplnm/>
- <emplno/>
- <printgubun/>
- <emplnof/>
- <emplnmf/>
- <fstscndflag/>
- </send>
- <init/>
- <temp>
- <target/>
- </temp>
- <target>
- <valuyy/>
- <emplno/>
- <emplnm/>
- <fstscndhfyyflag/>
- </target>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPV08301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/result"/>
- </model>
- <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/valuationmngtweb/js/RPV001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
-
- model.resetInstanceNode("/root/main");
- model.resetInstanceNode("/root/send");
-
- // 현재 년도 설정.
- model.setValue(ipt_valuyy.attribute("ref"), getCurrentDate().toDate().getDateFormat("YYYY"));
-
- model.setValue("/root/send/valuyy", model.getValue("/root/target/valuyy"));
- model.setValue("/root/send/emplno", model.getValue("/root/target/trgtemplno"));
- model.setValue("/root/send/emplnm", model.getValue("/root/target/trgtemplnm"));
- model.setValue("/root/send/fstscndhfyyflag", model.getValue("/root/target/fstscndhfyyflag"));
- model.setValue("/root/send/printgubun", model.getValue("/root/target/printgubun"));
- model.setValue("/root/send/fstscndflag", model.getValue("/root/target/fstscndflag"));
- // model.setValue("/root/send/valuyy", "2008");
- // model.setValue("/root/send/emplno", "10002895");
- // model.setValue("/root/send/emplnm", "강남순");
- // model.setValue("/root/send/fstscndhfyyflag", "1");
- // model.setValue("/root/send/printgubun", "SMRPV07300");
- // model.setValue("/root/send/fstscndflag", "0");
-
- rpvfComboValuCdList(model.getValue(ipt_valuyy.attribute("ref")),"FSTSCNDHFYYFLAG","cmb_fstscndhfyyflag");
- // rpvfComboInstCdList("cmb_instcd");
- // model.setValue(cmb_instcd.attribute("ref"), model.getValue("/root/target/instcd"));
- // model.setValue(ipt_deptcd.attribute("ref"), model.getValue("/root/target/deptcd"));
- // model.setValue(ipt_deptnm.attribute("ref"), model.getValue("/root/target/deptnm"));
- // 사용자 기본설정.
- // model.setValue(cmb_instcd.attribute("ref"), getUserInfo("dutplceinstcd"));
- // model.setValue(ipt_deptcd.attribute("ref"), getUserInfo("dutplcecd"));
- // model.setValue(ipt_deptnm.attribute("ref"), getUserInfo("dutplcenm"));
- // model.setValue(ipt_emplnos.attribute("ref"), getUserInfo("userid"));
- // model.setValue(ipt_emplnms.attribute("ref"), getUserInfo("usernm"));
-
- // alert(getUserInfo("dutplceinstcd"));
- // alert(getUserInfo("userid"));
- rpvfGetUserAuth(getUserInfo("dutplceinstcd"), getUserInfo("userid"));
- if(DUTY_VALU_YN =='Y')
- {
- // cmb_instcd.disabled = false;
- // ipt_deptcd.disabled = false;
- // ipt_deptnm.disabled = false;
- // btn_deptcd.disabled = false;
- ipt_emplnos.disabled = false;
- btn_emplno.disabled = false;
- ipt_emplnms.disabled = false;
- }
- else
- {
- // cmb_instcd.disabled = true;
- // ipt_deptcd.disabled = true;
- // ipt_deptnm.disabled = true;
- // btn_deptcd.disabled = true;
- ipt_emplnos.disabled = true;
- btn_emplno.disabled = true;
- ipt_emplnms.disabled = true;
- }
- //리포트 생성.
- makeReportPreview(0,75,1195,665);
- model.refresh();
-
- btn_search.dispatch("DOMActivate");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1211" pageheight="784" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:14px; ">지원 직군 업적평가 결과출력</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line13" class="line_4" style="x1:1120px; y1:5px; x2:1120px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <caption id="cap_valuyy" class="search_name" style="left:4px; top:10px; width:90px; height:17px; ">조회년도 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:8px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("ipt_valuyy", "cmb_fstscndhfyyflag")) return;
-
- model.removenode("/root/main");
- model.makeNode("/root/main");
-
- submit("TRRPV08301");
-
- if(model.getValue("/root/send/printgubun") == "SMRPV07300")
- {
- //업적 본인평가에서 호출시 rex 폼 전환.
- exeReportPreview("RPRPV08302", "XMLSTR");
- }else{
- exeReportPreview("RPRPV08301", "XMLSTR");
- }
-
-
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_valuyy" ref="/root/send/valuyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:92px; top:10px; width:73px; height:19px; text-align:center; "/>
- <select1 id="cmb_fstscndhfyyflag" ref="/root/send/fstscndhfyyflag" class="combo_s_essential" appearance="minimal" style="left:272px; top:7px; width:103px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_fstscndhfyyflag" class="search_name" style="left:190px; top:9px; width:81px; height:17px; vertical-align:middle; ">상하반기:</caption>
- <caption id="cap_emplnos" class="search_name" style="left:395px; top:9px; width:94px; height:17px; font-weight:bold; ">평가자:</caption>
- <input id="ipt_emplnos" ref="/root/send/emplno" class="input_default" editable="true" style="left:470px; top:9px; width:65px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplno,emplnm" ;
- rpbfValidationCheck("EMPLNO", recv_list);
- model.refresh();
-
- ]]>
- </script>
- </input>
- <input id="ipt_emplnms" ref="/root/send/emplnm" class="input_default" editable="true" style="left:558px; top:9px; width:92px; height:19px; "/>
- <button id="btn_emplno" class="icon_search" style="left:539px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var recv_list = "emplno,emplnm" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplnos, recv_list,"1","N");
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <caption id="caption1" class="search_name" style="left:665px; top:9px; width:94px; height:17px; font-weight:bold; ">피평가자:</caption>
- <button id="btn_emplnof" class="icon_search" style="left:814px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var recv_list = "emplnof,emplnmf" ;
- rpbfOpenPopUpList("SPRPB00101", ipt_emplnof, recv_list,"1","N");
-
- model.refresh();
-
- ]]>
- </script>
- </button>
- <input id="ipt_emplnof" ref="/root/send/emplnof" class="input_default" editable="true" style="left:745px; top:9px; width:65px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var recv_list = "emplnof,emplnmf" ;
- rpbfValidationCheck("EMPLNO", recv_list,"N", "emplno,emplnm");
- model.refresh();
-
- ]]>
- </script>
- </input>
- <input id="ipt_emplnmf" ref="/root/send/emplnmf" class="input_default" editable="true" style="left:833px; top:9px; width:107px; height:19px; "/>
- </group>
- <caption id="caption22" class="tit_2" style="left:5px; top:54px; width:193px; height:14px; ">지원 직군 업적평가 결과 내역</caption>
- <line id="line19" class="line_1" style="x1:0px; y1:69px; x2:1195px; y2:69px; "/>
- </group>
- <group id="group2" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line16" class="line_2" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
- <button id="btn_clear" class="btn4_letter3" style="left:1127px; top:3; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.reload() ;
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|