SMRPB03200_개인별근무지이동내역.xrw 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <?xml-stylesheet href="C:/CMCProject/application/webapps/com/commonweb/css/common.css" type="text/css" ?>
  4. <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">
  5. <xhtml:head>
  6. <xhtml:title>개인별근무지이동내역</xhtml:title>
  7. <model id="model1">
  8. <instance id="instance1">
  9. <root xmlns="">
  10. <main>
  11. <dutplcemoveform>
  12. <dutplcemovelist>
  13. <dutplceinstnm/>
  14. <dutunitcd/>
  15. <dutunitnm/>
  16. <dutplcedeptcd/>
  17. <dutplcedeptnm/>
  18. <dutdeptupdtdd/>
  19. <predutplcedeptnm/>
  20. <cmt/>
  21. <dutplceinst/>
  22. <emplno/>
  23. <seqno/>
  24. <predutplcedeptcd/>
  25. <predutdeptupdtdd/>
  26. <prfshipflag/>
  27. <jobkindcd/>
  28. <jobposcd/>
  29. <jobrespcd/>
  30. </dutplcemovelist>
  31. </dutplcemoveform>
  32. </main>
  33. <send>
  34. <search>
  35. <dutplceinst/>
  36. <dutunitcd/>
  37. <dutunitnm/>
  38. <emplno/>
  39. <emplnm/>
  40. </search>
  41. </send>
  42. <init/>
  43. <temp/>
  44. </root>
  45. </instance>
  46. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  47. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  48. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  49. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  50. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  51. <script type="javascript" ev:event="xforms-ready">
  52. <![CDATA[
  53. fInitialize();
  54. misfGridInit(grd_dutplcemovelist);
  55. misfComboComCdList('Z0007', cmb_dutplceinst);
  56. misfComboCopyItemSet(cmb_dutplceinst, "", grd_dutplcemovelist, "dutplceinst");
  57. var dutplceinst = getUserInfo("dutplceinstcd");
  58. cmb_dutplceinst.value=dutplceinst
  59. var userid =getUserInfo("userid");
  60. var usernm=getUserInfo("usernm");
  61. var dutunitcd = getUserInfo("dutplcecd");
  62. var dutunitnm = getUserInfo("dutplcenm");
  63. ipt_dutunitcd.value=dutunitcd;
  64. ipt_dutunitnm.value=dutunitnm;
  65. ipt_emplno.value=userid;
  66. ipt_emplnm.value=usernm;
  67. btn_search.dispatch("DOMActivate");
  68. ]]>
  69. </script>
  70. <submission id="TRRPB03102" ref="/root/send/search" method="post" mediatype="application/x-www-form-urlencoded" resultref="/root/main/dutplcemoveform"/>
  71. </model>
  72. <script type="javascript">
  73. <![CDATA[
  74. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  75. function fInitialize() {
  76. model.removeNodeset("/root/main/dutplcemoveform/dutplcemovelist");
  77. model.resetInstanceNode("/root/send");
  78. model.refresh();
  79. }
  80. ]]>
  81. </script>
  82. </xhtml:head>
  83. <xhtml:body style="margin-left:8; margin-right:8; ">
  84. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  85. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">개인별근무지이동내역</caption>
  86. </group>
  87. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  88. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  89. <caption id="cap_dutplceinst" class="search_name" style="left:15px; top:19; width:86px; height:17px; ">기 관 :</caption>
  90. <caption id="cap_dutunitcd" class="search_name" style="left:245px; top:19px; width:90px; height:17px; ">부 서 :</caption>
  91. <input id="ipt_dutunitcd" ref="/root/send/search/dutunitcd" class="input_search" style="left:334px; top:18px; width:70px; height:19px; "/>
  92. <button id="btn_search" navindex="8" class="btn1_letter2" style="left:1125px; top:17px; width:56px; height:22px; text-align:left; ">
  93. <caption>조회</caption>
  94. <script type="javascript" ev:event="DOMActivate">
  95. <![CDATA[
  96. if(!isRequiredControls("cmb_dutplceinst","ipt_dutunitcd","ipt_emplno"))return;
  97. submit("TRRPB03102");
  98. ]]>
  99. </script>
  100. </button>
  101. <caption id="cap_emplno" class="search_name" style="left:604px; top:19px; width:99px; height:17px; ">사원번호 :</caption>
  102. <datagrid id="grd_dutplcemovelist" nodeset="/root/main/dutplcemoveform/dutplcemovelist" caption="기관^부서코드^부서명^근무지부서코드^근무지부서명^적용일자^이전근무지^사유^등록일^사원번호^일련번호^이전근무지^이전변경일" colwidth="123, 110, 110, 106, 122, 110, 110, 154, 100, 100, 57, 100" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" colsep="^" style="left:0px; top:73px; width:1195px; height:661px; ">
  103. <col id="dutplceinst" ref="dutplceinst" type="combo" disabled="true" style="text-align:center; ">
  104. <choices>
  105. <itemset>
  106. <label/>
  107. <value/>
  108. </itemset>
  109. </choices>
  110. </col>
  111. <col ref="dutunitcd" style="text-align:center; "/>
  112. <col ref="dutunitnm" style="text-align:center; "/>
  113. <col ref="dutplcedeptcd" style="text-align:center; "/>
  114. <col ref="dutplcedeptnm" style="text-align:center; "/>
  115. <col ref="dutdeptupdtdd" type="output" format="yyyy-mm-dd" _key="true"/>
  116. <col ref="predutplcedeptnm" style="text-align:center; "/>
  117. <col ref="cmt" type="output"/>
  118. <col ref="lastupdtdt" visibility="hidden"/>
  119. <col ref="emplno" visibility="hidden"/>
  120. <col ref="seqno" visibility="hidden"/>
  121. <col ref="predutplcedeptcd" visibility="hidden"/>
  122. <col ref="predutdeptupdtdd" visibility="hidden"/>
  123. <col ref="prfshipflag" visibility="hidden"/>
  124. <col ref="jobkindcd" visibility="hidden"/>
  125. <col ref="jobposcd" visibility="hidden"/>
  126. <col ref="jobrespcd" visibility="hidden"/>
  127. </datagrid>
  128. <line id="line1" class="line_1" style="x1:0px; y1:68px; x2:1195px; y2:68px; "/>
  129. <line id="line13" class="line_4" style="x1:1110px; y1:17px; x2:1110px; y2:39px; "/>
  130. <select1 id="cmb_dutplceinst" ref="/root/send/search/dutplceinst" class="combo_s_essential" appearance="minimal" style="left:100px; top:18; width:120; height:19px; ">
  131. <choices>
  132. <itemset>
  133. <label/>
  134. <value/>
  135. </itemset>
  136. </choices>
  137. </select1>
  138. <input id="ipt_dutunitnm" ref="/root/send/search/dutunitnm" class="input_search" style="left:428px; top:18px; width:150px; height:19px; "/>
  139. <button id="btn_deptcdhelp" class="icon_search" style="left:408px; top:20px; width:16px; height:16px; ">
  140. <caption/>
  141. <script type="javascript" ev:event="DOMActivate">
  142. <![CDATA[
  143. var precv_list = "dutunitcd" + "," + "dutunitnm";
  144. //alert(precv_list);
  145. misfOpenPopUpList("02", ipt_dutunitcd, "", precv_list);
  146. model.refresh();
  147. ]]>
  148. </script>
  149. </button>
  150. <input id="ipt_emplnm" ref="/root/send/search/emplnm" navindex="21" class="input_search" style="left:783px; top:18px; width:150px; height:19px; ">
  151. <script type="javascript" ev:event="xforms-value-changed">
  152. <![CDATA[
  153. var recv_list = "emplno,emplnm";
  154. rpbfValidationCheck("EMPLNM", recv_list);
  155. model.refresh();
  156. ]]>
  157. </script>
  158. </input>
  159. <input id="ipt_emplno" ref="/root/send/search/emplno" navindex="20" class="input_search" style="left:689px; top:18px; width:70px; height:19px; ">
  160. <script type="javascript" ev:event="xforms-value-changed">
  161. <![CDATA[
  162. var recv_list = "emplno,emplnm";
  163. rpbfValidationCheck("EMPLNO", recv_list);
  164. model.refresh();
  165. ]]>
  166. </script>
  167. </input>
  168. <button id="btn_emplsearch" class="icon_search" style="left:763px; top:20px; width:16px; height:16px; ">
  169. <caption/>
  170. <script type="javascript" ev:event="DOMActivate">
  171. <![CDATA[
  172. var recv_list = "emplno,emplnm";
  173. rpbfOpenPopUpList("SPRPB00101", ipt_emplno, recv_list,"","N","Y");
  174. model.refresh();
  175. ]]>
  176. </script>
  177. </button>
  178. <button id="btn_excelsave" class="btn2_letter4" style="left:1130px; top:47px; width:64px; height:19px; ">
  179. <caption>엑셀저장</caption>
  180. <script type="javascript" ev:event="DOMActivate">
  181. <![CDATA[
  182. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  183. if (fileName != "")
  184. {
  185. grd_dutplcemovelist.saveExcel(fileName, "SheetName", true, true, "", "");
  186. }
  187. ]]>
  188. </script>
  189. </button>
  190. </group>
  191. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  192. <line id="line11" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  193. </group>
  194. </xhtml:body>
  195. </xhtml:html>