SMRPV07800_지원직군업적평가결과조회.xrw 10 KB

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