123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257 |
- <?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>업적1차평가결과조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <valurslt1qry>
- <valurslt1qrylist/>
- </valurslt1qry>
- <bizgoalkpi>
- <bizmdlbizlist/>
- </bizgoalkpi>
- </main>
- <send>
- <save/>
- <valurslt1qry>
- <valuyy/>
- <emplno/>
- <emplnm/>
- <fstscndhfyyflag/>
- <cnfmyn/>
- <valuflag>1</valuflag>
- </valurslt1qry>
- <bizgoalkpi>
- <valuyy/>
- <emplno/>
- <fstscndhfyyflag/>
- <instcd/>
- <deptcd/>
- </bizgoalkpi>
- </send>
- <hidden/>
- <init/>
- <temp>
- <valupsncnts1/>
- <valupsncnts2/>
- </temp>
- <target/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /* Grid 초기화 */
- misfGridInit(grd_valurslt1qrylist);
- misfGridInit(grd_mdlvalu);
-
- /* Submit의 ref에 참조 될 Node들은 꼭 Instance에 생성 해야 함.*/
- /* Grid의 Mater, Detail관계 설정
- misfMsterDetailSet(관계설정할 Grid, Mater가 될 Grid, submit ID, 저장여부) */
- misfMsterDetailSet(grd_valurslt1qrylist,null, "TRRPV07001" ,"N");
- misfMsterDetailSet(grd_mdlvalu,grd_valurslt1qrylist, "TRRPV07002" ,"N");
- var curdate = getCurrentDate();
- model.setValue(ipt_valuyy.attribute("ref") , curdate.substr(0, 4));
-
- // 기본 값 설정.
- if(instance1.selectNodes("/root/target/*").length > 0)
- {
- ipt_valuyy.value = model.getValue("/root/target/valuyy");
- ipt_emplno.value = model.getValue("/root/target/trgtemplno");
- ipt_emplnm.value = model.getValue("/root/target/trgtemplnm");
- cmb_fstscndhfyyflag.value = model.getValue("/root/target/fstscndhfyyflag");
- }else
- {
- model.setValue(ipt_emplno.attribute("ref"), getUserInfo("userid")); // 사번
- model.setValue(ipt_emplnm.attribute("ref"), getUserInfo("usernm")); // 이름
- }
-
-
- rpvfComboValuCdList(model.getValue(ipt_valuyy.attribute("ref")),"FSTSCNDHFYYFLAG","cmb_fstscndhfyyflag");
-
-
- rpvfGetUserAuth(getUserInfo("dutplceinstcd"), getUserInfo("userid"));
- if(DUTY_VALU_YN =='Y')
- {
- ipt_emplno.disabled = false;
- btn_emplno.disabled = false;
- ipt_emplnm.disabled = false;
- }
- else
- {
- ipt_emplno.disabled = true;
- btn_emplno.disabled = true;
- ipt_emplnm.disabled = true;
- }
-
-
- model.toggle("case1");
- model.refresh();
- ]]>
- </script>
- <submission id="TRRPV07001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/valurslt1qry" resultref="/root/main/valurslt1qry"/>
- <submission id="TRRPV07002" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/bizgoalkpi" resultref="/root/main/bizgoalkpi"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.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/valuationmngtweb/js/RPV001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <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; ">업적1차평가결과조회</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:38; width:1195px; height:744; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0; top:10; width:1195; height:35px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( !isRequiredControls("ipt_valuyy","ipt_emplno","cmb_fstscndhfyyflag") ) {
- return false;
- }
- misfMsterDetailRetrieve();
-
-
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
- <datagrid id="grd_valurslt1qrylist" nodeset="/root/main/valurslt1qry/valurslt1qrylist" autoresize="true" caption="기관^부서^직책^직급^사원번호^성명^본인평가^1차평가^1차평가^총점^조정점수^년도^상하반기^평가자의견1^평가자의견2|기관^부서^직책^직급^사원번호^성명^S,F-KPI^C-KPI^S,F-KPI^총점^조정점수^년도^상하반기^평가자의견1^평가자의견2" colsep="^" colwidth="185, 176, 115, 86, 86, 98, 92, 67, 77, 84, 84, 30, 29, 17, 24, 100, 100" dataheight="25" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:70px; width:1190px; height:445px; ">
- <col ref="instnm"/>
- <col ref="deptnm"/>
- <col ref="jobrespnm"/>
- <col ref="jobgradnm"/>
- <col ref="emplno"/>
- <col ref="emplnm"/>
- <col ref="ownskpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
- <col ref="valuckpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
- <col ref="valupsnskpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
- <col ref="totvalukpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
- <col ref="adjtscor" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
- <col ref="valuyy" visibility="hidden"/>
- <col ref="fstscndhfyyflag" visibility="hidden"/>
- <col ref="valupsncnts1" visibility="hidden"/>
- <col ref="valupsncnts2" visibility="hidden"/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- misfMsterDetailRetrieve();
-
- txt_valupsncnts1.value = grd_valurslt1qrylist.valueMatrix(grd_valurslt1qrylist.row, grd_valurslt1qrylist.colRef("valupsncnts1"));
- txt_valupsncnts2.value = grd_valurslt1qrylist.valueMatrix(grd_valurslt1qrylist.row, grd_valurslt1qrylist.colRef("valupsncnts2"));
- ]]>
- </script>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:5px; top:49px; width:170px; height:13px; vertical-align:middle; ">1차평가 결과 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:64px; x2:1190px; y2:64px; "/>
- <input id="ipt_valuyy" ref="/root/send/valurslt1qry/valuyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:95px; top:17px; width:80px; height:19px; "/>
- <caption id="cap_valuyy" class="search_name" style="left:5px; top:18px; width:90px; height:17px; vertical-align:middle; ">평가년도 :</caption>
- <input id="ipt_emplno" ref="/root/send/valurslt1qry/emplno" class="input_search" style="left:313px; top:17px; width:80px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNO", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_emplno" class="icon_search" style="left:396px; top:17px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, "emplno,emplnm", "", "N", "N","emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="cap_emplno" class="search_name" style="left:218px; top:18px; width:94px; height:17px; font-weight:bold; ">평가자사번:</caption>
- <input id="ipt_emplnm" ref="/root/send/valurslt1qry/emplnm" class="input_search" style="left:415px; top:17px; width:80px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rpbfValidationCheck("EMPLNM", "emplno,emplnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <select1 id="cmb_fstscndhfyyflag" ref="/root/send/valurslt1qry/fstscndhfyyflag" class="combo_s_essential" appearance="minimal" style="left:627px; top:17px; width:110px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_fstscndhfyyflag" class="search_name" style="left:545px; top:18px; width:81px; height:17px; vertical-align:middle; ">상하반기:</caption>
- <select1 id="rdo_cnfmyn" ref="/root/send/valurslt1qry/cnfmyn" visibility="hidden" appearance="full" cols="3" overflow="visible" style="left:825px; top:17px; width:148px; height:19px; border-style:solid; ">
- <choices>
- <item>
- <label>완료</label>
- <value>Y</value>
- </item>
- <item>
- <label>미완료</label>
- <value>N</value>
- </item>
- <item>
- <label>전체</label>
- <value>%</value>
- </item>
- </choices>
- </select1>
- <switch id="switch1" style="left:0px; top:545px; width:1190px; height:195px; ">
- <case id="case1" selected="true" style="left:0px; top:0px; width:1188px; height:223px; ">
- <line id="line2" class="line_1" style="x1:0px; y1:20px; x2:1186px; y2:20px; "/>
- <caption id="caption5" class="tit_2" style="left:0px; top:4px; width:230px; height:13px; vertical-align:middle; ">중간 점검 결과 List</caption>
- <datagrid id="grd_mdlvalu" nodeset="/root/main/bizgoalkpi/bizmdlbizlist" autoresize="true" caption="점검일자^지표구분^평가지표^점검내용" colsep="^" colwidth="97,80,266, 700, 100, 100, 100" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" selectionmode="free" tooltip="true" style="left:1px; top:25px; width:1186px; height:165px; ">
- <col checkvalue="Y,N" disabled="true" ref="chkdd" type="inputdate" format="yyyy-mm-dd"/>
- <col ref="idxsfflagnm" type="output"/>
- <col ref="idxcdnm"/>
- <col ref="chkcnts" type="input"/>
- <col ref="valuyy" type="output" visibility="hidden"/>
- <col ref="emplno" type="output" visibility="hidden"/>
- <col ref="fstscndhfyyflag" type="output" visibility="hidden"/>
- <col ref="seqno" type="output" visibility="hidden"/>
- <col ref="chkvaluclscd" type="output" visibility="hidden"/>
- <col ref="chkvalumdlcd" type="output" visibility="hidden"/>
- <col ref="chkvaluclsdetlcd" type="output" visibility="hidden"/>
- <col ref="chkpublbaseflag" type="output" visibility="hidden"/>
- <col ref="chkidxcd" type="output" visibility="hidden"/>
- </datagrid>
- </case>
- <case id="case2">
- <textarea id="txt_valupsncnts1" ref="/root/temp/valupsncnts1" editable="false" style="left:0px; top:25px; width:1186px; height:165px; "/>
- <caption id="caption16" class="tit_2" style="left:0px; top:4px; width:230px; height:14px; vertical-align:middle; ">1차평가의견</caption>
- <line id="line5" class="line_1" style="x1:0px; y1:20px; x2:1186px; y2:20px; "/>
- </case>
- <case id="case3">
- <caption id="caption18" class="tit_2" style="left:0px; top:4px; width:230px; height:14px; vertical-align:middle; ">2차평가의견</caption>
- <textarea id="txt_valupsncnts2" ref="/root/temp/valupsncnts2" editable="false" style="left:0px; top:25px; width:1186px; height:165px; "/>
- <line id="line7" class="line_1" style="x1:0px; y1:20px; x2:1186px; y2:20px; "/>
- </case>
- </switch>
- <button id="button2" class="btn_sw" group="tab" selected="true" style="left:0px; top:520px; width:100px; height:22px; ">
- <caption>중간점검결과</caption>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <button id="button5" class="btn_sw" group="tab" style="left:102px; top:520px; width:123px; height:22px; ">
- <caption>1차평가의견</caption>
- <toggle case="case2" ev:event="onclick"/>
- </button>
- <button id="button6" class="btn_sw" group="tab" style="left:227px; top:520px; width:123px; height:22px; ">
- <caption>2차평가의견</caption>
- <toggle case="case3" ev:event="onclick"/>
- </button>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line6" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|