SMRPV05400_조직몰입도결과조회.xrw 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  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>조직몰입도결과조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <rpvmrsltlist/>
  11. </main>
  12. <send>
  13. <rpvmrslt>
  14. <valuyy/>
  15. <instcd/>
  16. <unitcd/>
  17. <unitnm/>
  18. <valuclscd>01</valuclscd>
  19. <valumdlcd>001</valumdlcd>
  20. <valuclsdetlcd>003</valuclsdetlcd>
  21. </rpvmrslt>
  22. </send>
  23. <init/>
  24. <temp/>
  25. </root>
  26. </instance>
  27. <submission id="TRRPV05401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/rpvmrslt" resultref="/root/main/rpvmrsltlist"/>
  28. </model>
  29. <script type="javascript" ev:event="xforms-ready">
  30. <![CDATA[
  31. fInitialize();
  32. model.refresh();
  33. ]]>
  34. </script>
  35. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  36. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  37. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  39. <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
  40. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  41. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  42. <script type="javascript">
  43. <![CDATA[
  44. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  45. function fInitialize() {
  46. //그리드 초기화
  47. misfGridInit(grd_rpvmrsltlist);
  48. misfMsterDetailSet(grd_rpvmrsltlist, null, "TRRPV05401", "N");
  49. // 현재 년도 설정.
  50. model.setValue(ipt_valuyy.attribute("ref"), getCurrentDate().toDate().getDateFormat("YYYY"));
  51. rpvfComboInstCdList("cmb_instcd,grd_rpvmrsltlist.instcd");
  52. model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
  53. model.setValue(ipt_unitcd.attribute("ref") , getUserInfo("posdeptcd"));
  54. model.setValue(ipt_unitnm.attribute("ref") , getUserInfo("posdeptnm"));
  55. rpvfComboDisableYn("cmb_instcd","ipt_unitnm,btn_unitcd,ipt_unitcd");
  56. //model.setValue(ipt_unitcd.attribute("ref"), getUserInfo("dutplcecd"));
  57. //model.setValue(ipt_unitnm.attribute("ref"), getUserInfo("dutplcenm"));
  58. }
  59. ]]>
  60. </script>
  61. </xhtml:head>
  62. <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  63. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  64. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">조직몰입도결과조회</caption>
  65. </group>
  66. <group id="group2" scroll="auto" style="left:0px; top:38; width:1195px; height:744; ">
  67. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="20" ellipseheight="20" style="left:0; top:10; width:1195; height:35px; "/>
  68. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:16px; width:56px; height:22px; ">
  69. <caption>조회</caption>
  70. <script type="javascript" ev:event="DOMActivate">
  71. <![CDATA[
  72. if(!isRequiredControls("ipt_valuyy")) return;
  73. if(!isRequiredControls("cmb_instcd")) return;
  74. misfGridInit(grd_rpvmrsltlist);
  75. submit("TRRPV05401");
  76. model.refresh();
  77. ]]>
  78. </script>
  79. </button>
  80. <line id="line13" class="line_4" style="x1:1110px; y1:16px; x2:1110px; y2:38px; "/>
  81. <input id="ipt_valuyy" ref="/root/send/rpvmrslt/valuyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:80px; top:17px; width:80px; height:19px; text-align:center; ">
  82. <script type="javascript" ev:event="xforms-value-changed">
  83. <![CDATA[
  84. var instcd = cmb_instcd.value;
  85. if( getStringLength(ipt_valuyy.value) == "4" ) {
  86. rpvfComboInstCdList("cmb_instcd",ipt_valuyy.value);
  87. cmb_instcd.value = instcd;
  88. model.refresh();
  89. }
  90. ]]>
  91. </script>
  92. </input>
  93. <caption id="cap_valuyy" class="search_name" style="left:15px; top:18px; width:60px; height:17px; vertical-align:middle; ">년도 :</caption>
  94. <datagrid id="grd_rpvmrsltlist" nodeset="/root/main/rpvmrsltlist" caption="기관^부서^사원번호^성명^1^2^3^4^5^6^7^8^9^10^11^12^13^14^15^16^17^18^19^20^21^22^23^24^25^26^27^28^29^30^31^32^33^34^35^36^37^38^39^40^41^42^43^44^45" colsep="^" colwidth="130, 184, 81, 75, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 30, 100" frozencols="4" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:75px; width:1195px; height:665px; ">
  95. <col class="gridcombo" disabled="true" ref="instcd" type="combo" style="text-align:center; ">
  96. <choices>
  97. <itemset>
  98. <label/>
  99. <value/>
  100. </itemset>
  101. </choices>
  102. </col>
  103. <col ref="unitnm" style="text-align:center; "/>
  104. <col ref="emplno" type="output" style="text-align:center; "/>
  105. <col ref="emplnm" type="output" style="text-align:center; "/>
  106. <col ref="scor1" format="#,###" maxlength="2" style="text-align:right; "/>
  107. <col ref="scor2" format="#,###" maxlength="2" style="text-align:right; "/>
  108. <col ref="scor3" format="#,###" maxlength="2" style="text-align:right; "/>
  109. <col ref="scor4" format="#,###" maxlength="2" style="text-align:right; "/>
  110. <col ref="scor5" format="#,###" maxlength="2" style="text-align:right; "/>
  111. <col ref="scor6" format="#,###" maxlength="2" style="text-align:right; "/>
  112. <col ref="scor7" format="#,###" maxlength="2" style="text-align:right; "/>
  113. <col ref="scor8" format="#,###" maxlength="2" style="text-align:right; "/>
  114. <col ref="scor9" format="#,###" maxlength="2" style="text-align:right; "/>
  115. <col ref="scor10" format="#,###" maxlength="2" style="text-align:right; "/>
  116. <col ref="scor11" format="#,###" maxlength="2" style="text-align:right; "/>
  117. <col ref="scor12" format="#,###" maxlength="2" style="text-align:right; "/>
  118. <col ref="scor13" format="#,###" maxlength="2" style="text-align:right; "/>
  119. <col ref="scor14" format="#,###" maxlength="2" style="text-align:right; "/>
  120. <col ref="scor15" format="#,###" maxlength="2" style="text-align:right; "/>
  121. <col ref="scor16" format="#,###" maxlength="2" style="text-align:right; "/>
  122. <col ref="scor17" format="#,###" maxlength="2" style="text-align:right; "/>
  123. <col ref="scor18" format="#,###" maxlength="2" style="text-align:right; "/>
  124. <col ref="scor19" format="#,###" maxlength="2" style="text-align:right; "/>
  125. <col ref="scor20" format="#,###" maxlength="2" style="text-align:right; "/>
  126. <col ref="scor21" format="#,###" maxlength="2" style="text-align:right; "/>
  127. <col ref="scor22" format="#,###" maxlength="2" style="text-align:right; "/>
  128. <col ref="scor23" format="#,###" maxlength="2" style="text-align:right; "/>
  129. <col ref="scor24" format="#,###" maxlength="2" style="text-align:right; "/>
  130. <col ref="scor25" format="#,###" maxlength="2" style="text-align:right; "/>
  131. <col ref="scor26" format="#,###" maxlength="2" style="text-align:right; "/>
  132. <col ref="scor27" format="#,###" maxlength="2" style="text-align:right; "/>
  133. <col ref="scor28" format="#,###" maxlength="2" style="text-align:right; "/>
  134. <col ref="scor29" format="#,###" maxlength="2" style="text-align:right; "/>
  135. <col ref="scor30" format="#,###" maxlength="2" style="text-align:right; "/>
  136. <col ref="scor31" format="#,###" maxlength="2" style="text-align:right; "/>
  137. <col ref="scor32" format="#,###" maxlength="2" style="text-align:right; "/>
  138. <col ref="scor33" format="#,###" maxlength="2" style="text-align:right; "/>
  139. <col ref="scor34" format="#,###" maxlength="2" style="text-align:right; "/>
  140. <col ref="scor35" format="#,###" maxlength="2" style="text-align:right; "/>
  141. <col ref="scor36" format="#,###" maxlength="2" style="text-align:right; "/>
  142. <col ref="scor37" format="#,###" maxlength="2" style="text-align:right; "/>
  143. <col ref="scor38" format="#,###" maxlength="2" style="text-align:right; "/>
  144. <col ref="scor39" format="#,###" maxlength="2" style="text-align:right; "/>
  145. <col ref="scor40" format="#,###" maxlength="2" style="text-align:right; "/>
  146. <col ref="scor41" format="#,###" maxlength="2" style="text-align:right; "/>
  147. <col ref="scor42" format="#,###" maxlength="2" style="text-align:right; "/>
  148. <col ref="scor43" format="#,###" maxlength="2" style="text-align:right; "/>
  149. <col ref="scor44" format="#,###" maxlength="2" style="text-align:right; "/>
  150. <col ref="scor45" format="#,###" maxlength="2" style="text-align:right; "/>
  151. <col ref="unitcd" visibility="hidden"/>
  152. </datagrid>
  153. <caption id="caption1" class="tit_2" style="left:0px; top:54px; width:230px; height:14px; vertical-align:middle; ">조직몰입도 결과 List</caption>
  154. <line id="line2" class="line_1" style="x1:0px; y1:69px; x2:1195px; y2:69px; "/>
  155. <input id="ipt_unitcd" ref="/root/send/rpvmrslt/unitcd" class="input_search" visibility="hidden" style="left:518px; top:17px; width:80px; height:19px; text-align:center; ">
  156. <script type="javascript" ev:event="xforms-value-changed">
  157. <![CDATA[
  158. misfValidationCheck("02", "", "unitcd,unitnm" );
  159. model.refresh();
  160. ]]>
  161. </script>
  162. </input>
  163. <caption id="cap_unitcd" class="search_name" style="left:463px; top:18px; width:57px; height:17px; font-weight:bold; ">부서:</caption>
  164. <button id="btn_unitcd" class="icon_search" style="left:721px; top:17px; width:16px; height:16px; ">
  165. <caption/>
  166. <script type="javascript" ev:event="DOMActivate">
  167. <![CDATA[
  168. if(!isRequiredControls("cmb_instcd")) return;
  169. var recv_list = "unitcd,unitnm";
  170. var instcd = cmb_instcd.value;
  171. rpvfOpenDeptCdHelp(ipt_unitnm,recv_list, instcd, "instcd");
  172. model.refresh();
  173. ]]>
  174. </script>
  175. </button>
  176. <input id="ipt_unitnm" ref="/root/send/rpvmrslt/unitnm" class="input_search" style="left:518px; top:17px; width:200px; height:19px; text-align:center; ">
  177. <script type="javascript" ev:event="xforms-value-changed">
  178. <![CDATA[
  179. misfValidationCheck("02", "", "unitcd,unitnm" );
  180. model.refresh();
  181. ]]>
  182. </script>
  183. </input>
  184. <select1 id="cmb_instcd" ref="/root/send/rpvmrslt/instcd" class="combo_s_essential" appearance="minimal" style="left:256px; top:17px; width:164px; height:19px; text-align:center; ">
  185. <choices>
  186. <itemset>
  187. <label/>
  188. <value/>
  189. </itemset>
  190. </choices>
  191. </select1>
  192. <caption id="cap_instcd" class="search_name" style="left:195px; top:18px; width:61px; height:17px; vertical-align:middle; ">기관 :</caption>
  193. <button id="btn_saveexcel" class="btn2_letter4" style="left:1125px; top:48px; width:64px; height:19px; ">
  194. <caption>엑셀저장</caption>
  195. <script type="javascript" ev:event="DOMActivate">
  196. <![CDATA[
  197. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  198. if (fileName != "")
  199. {
  200. grd_rpvmrsltlist.saveExcel(fileName);
  201. }
  202. ]]>
  203. </script>
  204. </button>
  205. </group>
  206. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  207. <line id="line6" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  208. <button id="btn_init" class="btn4_letter3" style="left:1124px; top:3px; width:68px; height:22px; ">
  209. <caption>초기화</caption>
  210. <script type="javascript" ev:event="DOMActivate">
  211. <![CDATA[
  212. window.reload() ;
  213. ]]>
  214. </script>
  215. </button>
  216. </group>
  217. </xhtml:body>
  218. </xhtml:html>