SMRPV98300_고객만족도인사HELP.xrw 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196
  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>고객만족도인사HELP</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <custempl>
  12. <custempllist>
  13. <custempllist/>
  14. </custempllist>
  15. </custempl>
  16. </list>
  17. </main>
  18. <target/>
  19. <init>
  20. </init>
  21. <send>
  22. <custempl>
  23. <instcd/>
  24. <deptcd/>
  25. <deptnm/>
  26. <emplnm/>
  27. <valuyy/>
  28. </custempl>
  29. </send>
  30. </root>
  31. </instance>
  32. <script type="javascript" ev:event="xforms-ready">
  33. <![CDATA[
  34. misfGridInit(grd_custempllist);
  35. misfMsterDetailSet(grd_custempllist,null, "TRRPV99917" ,"N");
  36. rpvfComboInstCdList("cmb_instcd");
  37. addGridComboItemAll("cmb_instcd","","","above");
  38. var curdate = getCurrentDate();
  39. model.setValue("/root/send/custempl/valuyy" , curdate.substr(0, 4));
  40. // try {
  41. // model.setValue(ipt_inputinstcd.attribute("ref"),model.getValue("/root/target/defaultvalue/cmb_instcd"));
  42. // model.setValue(ipt_inputdeptcd.attribute("ref"),model.getValue("/root/target/defaultvalue/ipt_inputinstcd"));
  43. // } catch (ex) {
  44. // }
  45. // 평가구분
  46. // submit("TRRPV04002");
  47. // addGridComboItem("cmb_jobrespcd", "- 전체-", "%", "above");
  48. // cmb_jobrespcd.value = "%";
  49. model.refresh();
  50. ]]>
  51. </script>
  52. <submission id="TRRPV99917" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/custempl" resultref="/root/main/list/custempllist"/>
  53. </model>
  54. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  55. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  56. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  57. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  58. <script type="javascript" src="../../../mis/valuationmngtweb/js/RPV001.js"/>
  59. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  60. </xhtml:head>
  61. <xhtml:body pagewidth="750" pageheight="570" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  62. <group id="group3" scroll="auto" style="left:10px; top:0px; width:705px; height:522px; ">
  63. <group id="group2" style="left:0px; top:5px; width:705px; height:35px; ">
  64. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:1px; top:0px; width:704px; height:35px; "/>
  65. <button id="btn_search" class="btn1_letter2" style="left:644px; top:7px; width:56px; height:22px; ">
  66. <caption>조회</caption>
  67. <script type="javascript" ev:event="DOMActivate">
  68. <![CDATA[
  69. misfMsterDetailRetrieve();
  70. ]]>
  71. </script>
  72. </button>
  73. <select1 id="cmb_instcd" ref="/root/send/custempl/instcd" class="combo_s_essential" appearance="minimal" style="left:230px; top:10px; width:132px; height:19px; ">
  74. <choices>
  75. <itemset>
  76. <label/>
  77. <value/>
  78. </itemset>
  79. </choices>
  80. </select1>
  81. <caption id="caption3" class="search_name" style="left:390px; top:11px; width:57px; height:17px; ">부서:</caption>
  82. <input id="ipt_deptnm" ref="/root/send/custempl/deptnm" class="input_default" style="left:445px; top:10px; width:140px; height:19px; ">
  83. <script type="javascript" ev:event="xforms-value-changed">
  84. <![CDATA[
  85. var recv_list = "deptcd,deptnm";
  86. var instcd = cmb_instcd.value;
  87. misfValidationCheck("02", "", "deptcd,deptnm" );
  88. model.refresh();
  89. ]]>
  90. </script>
  91. </input>
  92. <caption id="cap_instcd" class="search_name" style="left:175px; top:10px; width:61px; height:17px; vertical-align:middle; ">기관:</caption>
  93. <input id="ipt_deptcd" ref="/root/send/custempl/deptcd" class="input_default" visibility="hidden" style="left:445px; top:10px; width:82px; height:19px; ">
  94. <script type="javascript" ev:event="xforms-value-changed">
  95. <![CDATA[
  96. var recv_list = "deptcd,deptnm";
  97. var instcd = cmb_instcd.value;
  98. misfValidationCheck("02", "", "deptcd,deptnm" );
  99. model.refresh();
  100. ]]>
  101. </script>
  102. </input>
  103. <button id="btn_deptcd" class="icon_search" style="left:590px; top:10px; width:16px; height:16px; ">
  104. <caption/>
  105. <script type="javascript" ev:event="DOMActivate">
  106. <![CDATA[
  107. var recv_list = "deptcd,deptnm";
  108. var instcd = cmb_instcd.value;
  109. rpvfOpenDeptCdHelp(ipt_deptnm,recv_list, instcd, "instcd");
  110. model.refresh();
  111. ]]>
  112. </script>
  113. </button>
  114. <caption id="caption4" class="search_name" style="left:5px; top:10px; width:57px; height:17px; ">성명:</caption>
  115. <input id="ipt_emplnm" ref="/root/send/custempl/emplnm" class="input_default" style="left:59px; top:10px; width:99px; height:19px; ">
  116. <script type="javascript" ev:event="onkeyup">
  117. <![CDATA[
  118. if (ipt_emplnm.currentText != null && ipt_emplnm.currentText != "" ) {
  119. inputEnterKey("btn_search", "DOMActivate");
  120. }
  121. ]]>
  122. </script>
  123. </input>
  124. </group>
  125. <caption id="caption1" class="tit_2" style="left:5px; top:49px; width:175px; height:13px; ">기관부서직책 리스트</caption>
  126. <line id="line1" class="line_1" style="x1:0px; y1:63px; x2:700px; y2:63px; "/>
  127. <datagrid id="grd_custempllist" nodeset="/root/main/list/custempl/custempllist" caption="기관^부서^직책^성명" colsep="^" colwidth="173, 224, 146, 117, 100, 100, 100, 100, 100" dataheight="23" defaultrows="0" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="never" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:68px; width:700px; height:449px; ">
  128. <col ref="dutinstnm"/>
  129. <col ref="dutunitnm"/>
  130. <col ref="jobrespnm"/>
  131. <col ref="emplnm"/>
  132. <col ref="dutinst" visibility="hidden"/>
  133. <col ref="dutunitcd" visibility="hidden"/>
  134. <col ref="jobrespcd" visibility="hidden"/>
  135. <col ref="emplno" visibility="hidden"/>
  136. <col ref="check" visibility="hidden"/>
  137. <script type="javascript" ev:event="ondblclick">
  138. <![CDATA[
  139. if( grd_custempllist.isCell(event.target) && grd_custempllist.row >= grd_custempllist.fixedRows )
  140. {
  141. //grd_custempllist.valueMatrix(grd_custempllist.row, grd_custempllist.colRef("check")) = "Y";
  142. btn_confirm.dispatch("DOMActivate");
  143. }
  144. ]]>
  145. </script>
  146. </datagrid>
  147. </group>
  148. <group id="group1" scroll="auto" style="left:10px; top:521px; width:705px; height:27px; ">
  149. <button id="btn_confirm" class="btn4_letter2" style="left:590px; top:2px; width:56px; height:22px; ">
  150. <caption>확인</caption>
  151. <script type="javascript" ev:event="DOMActivate">
  152. <![CDATA[
  153. if(grd_custempllist.rows - grd_custempllist.fixedRows == 0)
  154. {
  155. messageBox("적용할 내역이","I004");
  156. window.close();
  157. return;
  158. }
  159. if (grd_custempllist.row >= grd_custempllist.fixedRows) {
  160. grd_custempllist.valueMatrix(grd_custempllist.row, grd_custempllist.colRef("check")) = "Y";
  161. }
  162. var iParam = model.getValue(grd_custempllist.nodeset);
  163. var nodelist = instance1.selectNodes(grd_custempllist.nodeset+ "[check='Y']");
  164. var rCVS = getNodeListCSV(nodelist);
  165. if ( checkOpener() ) {
  166. opener.javascript.setParameter("SMRPV98300_", rCVS);
  167. } else {
  168. var rtn = messageBox("상위화면을 찾을 수", "E001");
  169. }
  170. window.close();
  171. ]]>
  172. </script>
  173. </button>
  174. <button id="btn_cancel" class="btn4_letter2" style="left:647px; top:2px; width:56px; height:22px; ">
  175. <caption>취소</caption>
  176. <script type="javascript" ev:event="DOMActivate">
  177. <![CDATA[
  178. window.close();
  179. ]]>
  180. </script>
  181. </button>
  182. <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:640; y2:0px; "/>
  183. </group>
  184. </xhtml:body>
  185. </xhtml:html>