SMRPH01100_재임용관련보고서.xrw 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  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. <list>
  11. <reapntlist>
  12. <instcd/>
  13. <reapntyy/>
  14. <reapntseq/>
  15. <reapntnm/>
  16. </reapntlist>
  17. <reapntvolunlist/>
  18. <reqapntevallist/>
  19. <applicantinfolist/>
  20. <emplystatuslist/>
  21. <volnsuccerlist/>
  22. </list>
  23. </main>
  24. <send>
  25. <scrngvaluyy/>
  26. <scrngvalupd/>
  27. <emplno/>
  28. <emplnm/>
  29. <printkind>1</printkind>
  30. <lastpassyn/>
  31. </send>
  32. <init>
  33. <condition>
  34. <instcd/>
  35. <reapntyy/>
  36. <reapntseq/>
  37. </condition>
  38. </init>
  39. <hidden/>
  40. <temp/>
  41. </root>
  42. </instance>
  43. <script type="javascript" ev:event="xforms-ready">
  44. <![CDATA[
  45. fInitialize();
  46. ]]>
  47. </script>
  48. <submission id="TRRPH01301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/condition" resultref="/root/main/reapntlist"/>
  49. <submission id="TRRPH01101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/condition" resultref="/root/main/reapntconlist"/>
  50. <submission id="TRRPH01102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/condition" resultref="/root/main/reqapntevallist"/>
  51. <submission id="TRRPH01103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/condition" resultref="/root/main/applicantinfolist"/>
  52. <submission id="TRRPH01104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/condition" resultref="/root/main/emplystatuslist"/>
  53. <submission id="TRRPH01105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/init/condition" resultref="/root/main/volnsuccerlist"/>
  54. </model>
  55. <script type="javascript" src="../../../com/commonweb/js/common.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="../../../com/commonweb/js/dateHelper.js"/>
  59. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  60. <script type="javascript">
  61. <![CDATA[
  62. function fInitialize()
  63. {
  64. model.resetInstanceNode("/root/main/rphmrentlist");
  65. ipt_scrngvaluyy.value = getCurrentDate().substr(0,4);
  66. makeReportPreview(0,170,1195,610);
  67. fRetriveReaptSeq();
  68. model.refresh();
  69. }
  70. function fRetriveReaptSeq()
  71. {
  72. model.removeNodeset("/root/main/list/reapntlist");
  73. model.setValue("/root/init/condition/instcd", getUserInfo("dutplceinstcd"));
  74. submit("TRRPH01301");
  75. model.refresh();
  76. }
  77. function fPrintCall()
  78. {
  79. if(!isRequiredControls("ipt_scrngvaluyy"))return;
  80. if(!isRequiredControls("cmb_scrngvalupd"))return;
  81. model.resetInstanceNode("/root/main/list/reapntvolunlist");
  82. model.resetInstanceNode("/root/main/list/reqapntevallist");
  83. model.resetInstanceNode("/root/main/list/applicantinfolist");
  84. model.resetInstanceNode("/root/main/list/emplystatuslist");
  85. model.resetInstanceNode("/root/main/list/volnsuccerlist");
  86. model.removeNodeset("/root/main/list/reapntvolunlist");
  87. model.removeNodeset("/root/main/list/reqapntevallist");
  88. model.removeNodeset("/root/main/list/applicantinfolist");
  89. model.removeNodeset("/root/main/list/emplystatuslist");
  90. model.removeNodeset("/root/main/list/volnsuccerlist");
  91. if(rdo_printkind.value == 1)
  92. {
  93. submit("TRRPH01101");
  94. model.refresh();
  95. exeReportPreview("RPRPH01101", "XMLSTR");
  96. }else if(rdo_printkind.value == 2)
  97. {
  98. submit("TRRPH01102");
  99. exeReportPreview("RPRPH01102", "XMLSTR");
  100. }else if(rdo_printkind.value == 3)
  101. {
  102. submit("TRRPH01102");
  103. exeReportPreview("RPRPH01103", "XMLSTR");
  104. }else if(rdo_printkind.value == 4)
  105. {
  106. submit("TRRPH01104");
  107. exeReportPreview("RPRPH01104", "XMLSTR");
  108. }else if(rdo_printkind.value == 5)
  109. {
  110. //submit("TRRPH01001");
  111. exeReportPreview("RPRPH01001", "XMLSTR");
  112. }else if(rdo_printkind.value == 6)
  113. {
  114. //submit("TRRPH01002");
  115. exeReportPreview("RPRPH01003", "XMLSTR");
  116. }else if(rdo_printkind.value == 7)
  117. {
  118. //submit("TRRPH01004");
  119. exeReportPreview("RPRPH01004", "XMLSTR");
  120. }else if(rdo_printkind.value == 8)
  121. {
  122. submit("TRRPH01103");
  123. exeReportPreview("RPRPH01002", "XMLSTR");
  124. }else if(rdo_printkind.value == 9)
  125. {
  126. submit("TRRPH01105");
  127. exeReportPreview("RPRPH01105", "XMLSTR");
  128. }
  129. }
  130. ]]>
  131. </script>
  132. </xhtml:head>
  133. <xhtml:body guideline="1,1194;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  134. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  135. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">재임용 관련 보고서</caption>
  136. </group>
  137. <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  138. <line id="line12" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
  139. <button id="btn_init" class="btn4_letter3" style="left:1126; top:3; width:68px; height:22px; ">
  140. <caption>초기화</caption>
  141. <script type="javascript" ev:event="DOMActivate">
  142. <![CDATA[
  143. fInitialize();
  144. ]]>
  145. </script>
  146. </button>
  147. </group>
  148. <group id="group5" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  149. <group id="group6" style="left:0px; top:10px; width:1194px; height:90px; vertical-align:top; ">
  150. <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:88px; "/>
  151. <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1125px; top:35px; width:56px; height:22px; text-align:left; ">
  152. <caption>조회</caption>
  153. <script type="javascript" ev:event="DOMActivate">
  154. <![CDATA[
  155. fPrintCall();
  156. ]]>
  157. </script>
  158. </button>
  159. <line id="line14" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:82px; border-color:#ffe4bb; border-left-style:solid; "/>
  160. <caption id="cap_scrngvalupd" class="search_name" style="left:330px; top:9px; width:110px; height:17px; ">회 차 :</caption>
  161. <input id="ipt_scrngvaluyy" ref="/root/init/condition/reapntyy" class="input_s_essential" inputtype="date" format="yyyy" style="left:130px; top:8px; width:105px; height:19px; text-align:center; ">
  162. <script type="javascript" ev:event="xforms-value-changed">
  163. <![CDATA[
  164. fRetriveReaptSeq();
  165. //btn_search.dispatch("DOMActivate");
  166. ]]>
  167. </script>
  168. </input>
  169. <caption id="cap_scrngvaluyy" class="search_name" style="left:15px; top:9px; width:112px; height:17px; ">전형평가년도 :</caption>
  170. <select1 id="cmb_scrngvalupd" ref="/root/init/condition/reapntseq" class="combo_s_essential" appearance="minimal" itemcount="10" style="left:445px; top:8px; width:150px; height:19px; ">
  171. <choices>
  172. <itemset nodeset="/root/main/list/reapntlist">
  173. <label ref="reapntnm"/>
  174. <value ref="reapntseq"/>
  175. </itemset>
  176. </choices>
  177. </select1>
  178. <select1 id="rdo_printkind" ref="/root/send/printkind" overflow="visible" appearance="full" cellspacing="30" cols="5" rows="2" vcellspacing="5" style="left:130px; top:38px; width:970px; height:42px; border-style:none; ">
  179. <choices>
  180. <item>
  181. <label>재임용 신청자 명단</label>
  182. <value>1</value>
  183. </item>
  184. <item>
  185. <label>재임용 대상자 서면</label>
  186. <value>2</value>
  187. </item>
  188. <item>
  189. <label>재임용 전공심사</label>
  190. <value>3</value>
  191. </item>
  192. <item>
  193. <label>임면현황 집계표</label>
  194. <value>4</value>
  195. </item>
  196. <item>
  197. <label>재임용(계약) 심사 조서(1)</label>
  198. <value>5</value>
  199. </item>
  200. <item>
  201. <label>재임용(계약) 심사 조서(2)</label>
  202. <value>6</value>
  203. </item>
  204. <item>
  205. <label>교원 임용 계약서</label>
  206. <value>7</value>
  207. </item>
  208. <item>
  209. <label>전임교원 재임용(재계약) 평가서(전공심사위원용)</label>
  210. <value>8</value>
  211. </item>
  212. <item>
  213. <label>임면교원 명단</label>
  214. <value>9</value>
  215. </item>
  216. </choices>
  217. <script type="javascript" ev:event="xforms-value-changed">
  218. <![CDATA[
  219. btn_search.dispatch("DOMActivate");
  220. ]]>
  221. </script>
  222. </select1>
  223. <caption id="cap_printkind" class="search_name" style="left:15px; top:40px; width:114px; height:17px; ">보고서 양식 :</caption>
  224. <input id="ipt_emplnm" ref="/root/send/emplnm" class="input_search" style="left:804px; top:8px; width:127px; height:19px; "/>
  225. <button id="btn_emplnohelp" class="icon_search" style="left:784px; top:9px; width:16px; height:16px; ">
  226. <caption>
  227. <script type="javascript" ev:event="DOMActivate">
  228. <![CDATA[
  229. var precv_list = "emplno" + "," + "emplnm";
  230. //alert(precv_list);
  231. rpbfOpenPopUpList("SPRPB00101", ipt_emplno,precv_list,"ipt_systemflag",'Y');
  232. model.refresh();
  233. ]]>
  234. </script>
  235. </caption>
  236. </button>
  237. <input id="ipt_emplno" ref="/root/send/emplno" class="input_search" style="left:700px; top:8px; width:80px; height:19px; ">
  238. <script type="javascript" ev:event="onkeypress">
  239. <![CDATA[
  240. if(event.keyCode == 13)
  241. {
  242. if(ipt_emplno.value == ipt_emplno.currentText) return;
  243. ipt_emplno.value = ipt_emplno.currentText;
  244. rpbfValidationCheck("EMPLNO", "emplno,emplnm");
  245. model.refresh();
  246. }
  247. ]]>
  248. </script>
  249. <script type="javascript" ev:event="xforms-value-changed">
  250. <![CDATA[
  251. rpbfValidationCheck("EMPLNO", "emplno,emplnm");
  252. model.refresh();
  253. ]]>
  254. </script>
  255. </input>
  256. <caption id="caption16" class="search_name" style="left:614px; top:9px; width:86px; height:17px; ">사원번호 :</caption>
  257. </group>
  258. <caption id="caption22" class="tit_2" style="left:5px; top:107px; width:113px; height:13px; ">보고서</caption>
  259. <line id="line19" class="line_1" style="x1:0px; y1:122px; x2:1194px; y2:122px; "/>
  260. </group>
  261. </xhtml:body>
  262. </xhtml:html>