SMRPV07100_업적2차평가결과조회.xrw 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <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">
  4. <xhtml:head>
  5. <xhtml:title>업적2차평가결과조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <valurslt1qry>
  11. <valurslt1qrylist/>
  12. </valurslt1qry>
  13. <bizgoalkpi>
  14. <bizmdlbizlist/>
  15. </bizgoalkpi>
  16. </main>
  17. <send>
  18. <save/>
  19. <valurslt1qry>
  20. <valuyy/>
  21. <emplnm/>
  22. <fstscndhfyyflag/>
  23. <cnfmyn/>
  24. <valuflag>2</valuflag>
  25. <emplno/>
  26. </valurslt1qry>
  27. <bizgoalkpi>
  28. <valuyy/>
  29. <emplno/>
  30. <fstscndhfyyflag/>
  31. </bizgoalkpi>
  32. </send>
  33. <hidden/>
  34. <init/>
  35. <temp>
  36. <valupsncnts1/>
  37. <valupsncnts2/>
  38. </temp>
  39. <target/>
  40. </root>
  41. </instance>
  42. <script type="javascript" ev:event="xforms-ready">
  43. <![CDATA[
  44. /* Grid 초기화 */
  45. misfGridInit(grd_valurslt1qrylist);
  46. /* Submit의 ref에 참조 될 Node들은 꼭 Instance에 생성 해야 함.*/
  47. /* Grid의 Mater, Detail관계 설정
  48. misfMsterDetailSet(관계설정할 Grid, Mater가 될 Grid, submit ID, 저장여부) */
  49. misfMsterDetailSet(grd_valurslt1qrylist,null, "TRRPV07001" ,"N");
  50. var curdate = getCurrentDate();
  51. model.setValue(ipt_valuyy.attribute("ref") , curdate.substr(0, 4));
  52. // 기본 값 설정.
  53. if(instance1.selectNodes("/root/target/*").length > 0)
  54. {
  55. ipt_valuyy.value = model.getValue("/root/target/valuyy");
  56. ipt_emplno.value = model.getValue("/root/target/trgtemplno");
  57. ipt_emplnm.value = model.getValue("/root/target/trgtemplnm");
  58. cmb_fstscndhfyyflag.value = model.getValue("/root/target/fstscndhfyyflag");
  59. }else
  60. {
  61. model.setValue(ipt_emplno.attribute("ref"), getUserInfo("userid")); // 사번
  62. model.setValue(ipt_emplnm.attribute("ref"), getUserInfo("usernm")); // 이름
  63. }
  64. rpvfComboValuCdList(model.getValue(ipt_valuyy.attribute("ref")),"FSTSCNDHFYYFLAG","cmb_fstscndhfyyflag");
  65. rpvfGetUserAuth(getUserInfo("dutplceinstcd"), getUserInfo("userid"));
  66. if(DUTY_VALU_YN =='Y')
  67. {
  68. ipt_emplno.disabled = false;
  69. btn_emplno.disabled = false;
  70. ipt_emplnm.disabled = false;
  71. }
  72. else
  73. {
  74. ipt_emplno.disabled = true;
  75. btn_emplno.disabled = true;
  76. ipt_emplnm.disabled = true;
  77. }
  78. model.toggle("case2");
  79. model.refresh();
  80. ]]>
  81. </script>
  82. <submission id="TRRPV07001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/valurslt1qry" resultref="/root/main/valurslt1qry"/>
  83. </model>
  84. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  85. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  86. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  87. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  88. <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
  89. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  90. </xhtml:head>
  91. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  92. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  93. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">업적2차평가결과조회</caption>
  94. </group>
  95. <group id="group2" scroll="auto" style="left:0px; top:38; width:1195px; height:744; ">
  96. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0; top:10; width:1195; height:35px; "/>
  97. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  98. <caption>조회</caption>
  99. <script type="javascript" ev:event="DOMActivate">
  100. <![CDATA[
  101. if ( !isRequiredControls("ipt_valuyy","ipt_emplno","cmb_fstscndhfyyflag") ) {
  102. return false;
  103. }
  104. misfMsterDetailRetrieve();
  105. ]]>
  106. </script>
  107. </button>
  108. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  109. <datagrid id="grd_valurslt1qrylist" nodeset="/root/main/valurslt1qry/valurslt1qrylist" autoresize="true" caption="1차평가자^기관^부서^직책^직급^사원번호^성명^본인평가^1차평가^1차평가^총점^조정점수^년도^상하반기^평가자의견1^평가자의견2|1차평가자^기관^부서^직책^직급^사원번호^성명^S,F-KPI^C-KPI^S,F-KPI^총점^조정점수^년도^상하반기^평가자의견1^평가자의견2" colsep="^" colwidth="102, 150, 151, 100, 85, 86, 94, 81, 69, 73, 86, 71, 30, 29, 17, 24" 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; ">
  110. <col ref="valuemplname"/>
  111. <col ref="instnm"/>
  112. <col ref="deptnm"/>
  113. <col ref="jobrespnm"/>
  114. <col ref="jobgradnm"/>
  115. <col ref="emplno"/>
  116. <col ref="emplnm"/>
  117. <col ref="ownskpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
  118. <col ref="valuckpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
  119. <col ref="valupsnskpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
  120. <col ref="totvalukpi" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
  121. <col ref="adjtscor" format="#,###.0" style="text-align:right; vertical-align:middle; "/>
  122. <col ref="valuyy" visibility="hidden"/>
  123. <col ref="fstscndhfyyflag" visibility="hidden"/>
  124. <col ref="valupsncnts1" visibility="hidden"/>
  125. <col ref="valupsncnts2" visibility="hidden"/>
  126. <script type="javascript" ev:event="onrowchanged">
  127. <![CDATA[
  128. misfMsterDetailRetrieve();
  129. txt_valupsncnts1.value = grd_valurslt1qrylist.valueMatrix(grd_valurslt1qrylist.row, grd_valurslt1qrylist.colRef("valupsncnts1"));
  130. txt_valupsncnts2.value = grd_valurslt1qrylist.valueMatrix(grd_valurslt1qrylist.row, grd_valurslt1qrylist.colRef("valupsncnts2"));
  131. ]]>
  132. </script>
  133. </datagrid>
  134. <caption id="caption4" class="tit_2" style="left:5px; top:49px; width:170px; height:14px; vertical-align:middle; ">2차평가 결과 리스트</caption>
  135. <line id="line1" class="line_1" style="x1:0px; y1:64px; x2:1190px; y2:64px; "/>
  136. <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; "/>
  137. <caption id="cap_valuyy" class="search_name" style="left:5px; top:18px; width:90px; height:17px; vertical-align:middle; ">평가년도 :</caption>
  138. <input id="ipt_emplno" ref="/root/send/valurslt1qry/emplno" class="input_search" style="left:313px; top:17px; width:80px; height:19px; ">
  139. <script type="javascript" ev:event="xforms-value-changed">
  140. <![CDATA[
  141. rpbfValidationCheck("EMPLNO", "emplno,emplnm");
  142. model.refresh();
  143. ]]>
  144. </script>
  145. </input>
  146. <button id="btn_emplno" class="icon_search" style="left:396px; top:17px; width:16px; height:16px; ">
  147. <caption/>
  148. <script type="javascript" ev:event="DOMActivate">
  149. <![CDATA[
  150. rpbfOpenPopUpList("SPRPB00101", ipt_emplno, "emplno,emplnm", "", "N", "N","emplno,emplnm");
  151. model.refresh();
  152. ]]>
  153. </script>
  154. </button>
  155. <caption id="cap_emplno" class="search_name" style="left:218px; top:18px; width:94px; height:17px; font-weight:bold; ">평가자사번:</caption>
  156. <input id="ipt_emplnm" ref="/root/send/valurslt1qry/emplnm" class="input_search" style="left:415px; top:17px; width:80px; height:19px; ">
  157. <script type="javascript" ev:event="xforms-value-changed">
  158. <![CDATA[
  159. rpbfValidationCheck("EMPLNM", "emplno,emplnm");
  160. model.refresh();
  161. ]]>
  162. </script>
  163. </input>
  164. <select1 id="cmb_fstscndhfyyflag" ref="/root/send/valurslt1qry/fstscndhfyyflag" class="combo_s_essential" appearance="minimal" style="left:627px; top:17px; width:110px; height:19px; ">
  165. <choices>
  166. <itemset>
  167. <label/>
  168. <value/>
  169. </itemset>
  170. </choices>
  171. </select1>
  172. <caption id="cap_fstscndhfyyflag" class="search_name" style="left:545px; top:18px; width:81px; height:17px; vertical-align:middle; ">상하반기:</caption>
  173. <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; ">
  174. <choices>
  175. <item>
  176. <label>완료</label>
  177. <value>Y</value>
  178. </item>
  179. <item>
  180. <label>미완료</label>
  181. <value>N</value>
  182. </item>
  183. <item>
  184. <label>전체</label>
  185. <value>%</value>
  186. </item>
  187. </choices>
  188. </select1>
  189. <switch id="switch1" style="left:0px; top:545px; width:1190px; height:195px; ">
  190. <case id="case2" selected="true">
  191. <textarea id="txt_valupsncnts1" ref="/root/temp/valupsncnts1" editable="false" style="left:0px; top:25px; width:1186px; height:165px; "/>
  192. <caption id="caption16" class="tit_2" style="left:0px; top:4px; width:230px; height:14px; vertical-align:middle; ">1차평가의견</caption>
  193. <line id="line5" class="line_1" style="x1:0px; y1:20px; x2:1186px; y2:20px; "/>
  194. </case>
  195. <case id="case3">
  196. <caption id="caption18" class="tit_2" style="left:0px; top:4px; width:230px; height:14px; vertical-align:middle; ">2차평가의견</caption>
  197. <textarea id="txt_valupsncnts2" ref="/root/temp/valupsncnts2" editable="false" style="left:0px; top:25px; width:1186px; height:165px; "/>
  198. <line id="line7" class="line_1" style="x1:0px; y1:20px; x2:1186px; y2:20px; "/>
  199. </case>
  200. </switch>
  201. <button id="button5" class="btn_sw" group="tab" selected="true" style="left:0px; top:520px; width:123px; height:22px; ">
  202. <caption>1차평가의견</caption>
  203. <toggle case="case2" ev:event="onclick"/>
  204. </button>
  205. <button id="button6" class="btn_sw" group="tab" style="left:127px; top:520px; width:123px; height:22px; ">
  206. <caption>2차평가의견</caption>
  207. <toggle case="case3" ev:event="onclick"/>
  208. </button>
  209. </group>
  210. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  211. <line id="line6" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  212. </group>
  213. </xhtml:body>
  214. </xhtml:html>