SMRTP00270_인사자료다운.xrw 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415
  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. <psnworkdata>
  11. <baseinfolist/>
  12. <scholist/>
  13. <carelist/>
  14. <famylist/>
  15. <relignlist/>
  16. <armylist/>
  17. </psnworkdata>
  18. </main>
  19. <send>
  20. <yy/>
  21. <trngflag/>
  22. <excelflag>1</excelflag>
  23. <supinfqurtyyflag/>
  24. <apntstat>3</apntstat>
  25. </send>
  26. <init/>
  27. <hidden>
  28. </hidden>
  29. <temp>
  30. </temp>
  31. </root>
  32. </instance>
  33. <submission id="TRRTP00271" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/psnworkdata"/>
  34. </model>
  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/stringHelper.js"/>
  38. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  39. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  40. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  41. <script type="javascript" ev:event="xforms-ready">
  42. <![CDATA[
  43. fCheckAuth();
  44. misfComboComCdListMulti("R0151,R0237", "cmb_trngflag,cmb_supinfqurtyyflag");
  45. misfGridInit(grd_baseinfolist);
  46. misfGridInit(grd_scholist);
  47. misfGridInit(grd_carelist);
  48. misfGridInit(grd_famylist);
  49. misfGridInit(grd_relignlist);
  50. misfGridInit(grd_armylist);
  51. var today = getCurrentDate();
  52. var cur_yy = parseInt(today.substring(0, 4));
  53. model.setValue("/root/send/yy", cur_yy);
  54. cmb_trngflag.select(0);
  55. cmb_supinfqurtyyflag.select(0);
  56. // cmb_excelflag.select(0);
  57. model.refresh();
  58. ]]>
  59. </script>
  60. <script type="javascript">
  61. <![CDATA[
  62. //========================================================================================
  63. //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
  64. //========================================================================================
  65. function fCheckAuth() {
  66. btn_search.disabled = !checkAuth("R") ;
  67. }
  68. ]]>
  69. </script>
  70. </xhtml:head>
  71. <xhtml:body style="margin-left:8; margin-right:8; ">
  72. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  73. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">인사자료다운</caption>
  74. </group>
  75. <caption id="caption10" style="left:725px; top:705px; width:350px; height:25px; vertical-align:middle; ">상태 : 가입, 탈퇴, 보임</caption>
  76. <group id="group2" scroll="auto" style="left:0px; top:25; width:1195px; height:744px; ">
  77. <button id="button4" class="btn2_letter4" style="left:1127; top:48px; width:64px; height:19px; ">
  78. <caption>엑셀저장</caption>
  79. <script type="javascript" ev:event="DOMActivate">
  80. <![CDATA[
  81. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  82. if(cmb_excelflag.value == "1"){
  83. if (fileName != "") {
  84. grd_baseinfolist.saveExcel(fileName, "", false, true);
  85. }
  86. }
  87. else if(cmb_excelflag.value == "2"){
  88. if (fileName != "") {
  89. grd_scholist.saveExcel(fileName, "", false, true);
  90. }
  91. }
  92. else if(cmb_excelflag.value == "3"){
  93. if (fileName != "") {
  94. grd_carelist.saveExcel(fileName, "", false, true);
  95. }
  96. }
  97. else if(cmb_excelflag.value == "4"){
  98. if (fileName != "") {
  99. grd_famylist.saveExcel(fileName, "", false, true);
  100. }
  101. }
  102. else if(cmb_excelflag.value == "5"){
  103. if (fileName != "") {
  104. grd_relignlist.saveExcel(fileName, "", false, true);
  105. }
  106. }
  107. else if(cmb_excelflag.value == "6"){
  108. if (fileName != "") {
  109. grd_armylist.saveExcel(fileName, "", false, true);
  110. }
  111. }
  112. ]]>
  113. </script>
  114. </button>
  115. <group id="group4" style="left:0px; top:5px; width:1195px; height:40; vertical-align:top; ">
  116. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1190px; height:40; background-color:#fffbf2; border-color:#ffd799; "/>
  117. <button id="btn_search" class="btn1_letter2" navindex="10" style="left:1125px; top:10; width:56px; height:22px; text-align:left; ">
  118. <caption>조회</caption>
  119. <script type="javascript" ev:event="DOMActivate">
  120. <![CDATA[
  121. if(!isRequiredControls("ipt_yy")) return;
  122. submit("TRRTP00271");
  123. model.refresh();
  124. ]]>
  125. </script>
  126. </button>
  127. <line id="line1" class="line_4" style="x1:1110px; y1:6px; x2:1110px; y2:35; border-color:#ffe4bb; border-left-style:solid; "/>
  128. <caption id="cap_yy" class="search_name" style="left:15px; top:11px; width:86px; height:17px; ">년 도 :</caption>
  129. <input id="ipt_yy" ref="/root/send/yy" class="input_s_essential" navindex="1" style="left:100px; top:10px; width:100px; height:19px; "/>
  130. <caption id="caption2" class="search_name" style="left:235; top:11px; width:109px; height:17px; ">전공의 구분 :</caption>
  131. <select1 id="cmb_trngflag" ref="/root/send/trngflag" appearance="minimal" style="left:345; top:10px; width:100px; height:19px; ">
  132. <choices>
  133. <itemset>
  134. <label/>
  135. <value/>
  136. </itemset>
  137. </choices>
  138. </select1>
  139. <caption id="caption1" class="search_name" style="left:720; top:11px; width:90px; height:17px; ">자료유형 :</caption>
  140. <select1 id="cmb_excelflag" ref="/root/send/excelflag" appearance="minimal" style="left:810; top:10px; width:100px; height:19px; ">
  141. <choices>
  142. <item>
  143. <label>인사기본</label>
  144. <value>1</value>
  145. </item>
  146. <item>
  147. <label>학력</label>
  148. <value>2</value>
  149. </item>
  150. <item>
  151. <label>경력</label>
  152. <value>3</value>
  153. </item>
  154. <item>
  155. <label>가족</label>
  156. <value>4</value>
  157. </item>
  158. <item>
  159. <label>종교</label>
  160. <value>5</value>
  161. </item>
  162. <item>
  163. <label>병역</label>
  164. <value>6</value>
  165. </item>
  166. </choices>
  167. <script type="javascript" ev:event="xforms-value-changed">
  168. <![CDATA[
  169. var sExcelflag = model.getValue("/root/send/excelflag");
  170. if(sExcelflag == "1"){
  171. model.toggle("case1");
  172. }
  173. else if(sExcelflag == "2"){
  174. model.toggle("case2");
  175. }
  176. else if(sExcelflag == "3"){
  177. model.toggle("case3");
  178. }
  179. else if(sExcelflag == "4"){
  180. model.toggle("case4");
  181. }
  182. else if(sExcelflag == "5"){
  183. model.toggle("case5");
  184. }
  185. else if(sExcelflag == "6"){
  186. model.toggle("case6");
  187. }
  188. btn_search.dispatch("DOMActivate");
  189. ]]>
  190. </script>
  191. </select1>
  192. <select1 id="cmb_supinfqurtyyflag" ref="/root/send/supinfqurtyyflag" class="combo_s_essential" appearance="minimal" style="left:587; top:10px; width:100px; height:19px; ">
  193. <choices>
  194. <itemset>
  195. <label/>
  196. <value/>
  197. </itemset>
  198. </choices>
  199. </select1>
  200. <caption id="cap_supinfqurtyyflag" class="search_name" style="left:475; top:11px; width:112px; height:17px; ">상하반기구분 :</caption>
  201. <caption id="caption9" class="search_name" style="left:940px; top:11px; width:90px; height:17px; ">합격여부 :</caption>
  202. <select1 id="cmb_apntstat" ref="/root/send/apntstat" appearance="minimal" style="left:1025px; top:10px; width:70px; height:19px; ">
  203. <choices>
  204. <item>
  205. <label>합격</label>
  206. <value>3</value>
  207. </item>
  208. <item>
  209. <label>불합격</label>
  210. <value>4</value>
  211. </item>
  212. </choices>
  213. </select1>
  214. </group>
  215. <switch id="switch1" style="left:0px; top:70px; width:1194; height:670px; ">
  216. <case id="case1" selected="true">
  217. <caption id="cap_list" class="tit_2" style="left:0px; top:5px; width:162px; height:13px; ">인 사 기 본</caption>
  218. <line id="line3" class="line_1" style="x1:0px; y1:20px; x2:1190px; y2:20px; "/>
  219. <datagrid id="grd_baseinfolist" nodeset="/root/main/psnworkdata/baseinfolist" caption="주민등록번호^상하반기^성명^영문명^한문명^성별^본적우편번호^본적주소1^본적주소2^현주소우편번호^현주소1^현주소2^집전화^휴대폰^이메일^국적^군보여부^신장^체중^혈액형^시력(좌)^시력(우)^취미^흡연여부^특기사항제목^특기사항내용^출생지^본관^주거구분^장애여부^장애등급^장애번호^종교^결혼여부^발령병원^합격학과^생년월일^지원경위^보훈대상여부^신원보증인성명^신원보증인관계^신원보증인민번^신원보증인우편번호^신원보증인주소1^신원보증인주소2^신원보장인직장^신원보장인직위^신원보장인연락처" colsep="^" colwidth="100, 100, 100, 120, 75, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 111, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:25px; width:1190px; height:635px; ">
  220. <col ref="rregno" format="999999-9999999"/>
  221. <col ref="supinfqurtyyflag"/>
  222. <col ref="korname"/>
  223. <col ref="name"/>
  224. <col ref="chinm"/>
  225. <col ref="gndr"/>
  226. <col ref="domizipcd"/>
  227. <col ref="domiinfaddr1"/>
  228. <col ref="domiinfaddr2"/>
  229. <col ref="zipcd"/>
  230. <col ref="infaddr1"/>
  231. <col ref="infaddr2"/>
  232. <col ref="supppsntel"/>
  233. <col ref="supppsnmpphonno"/>
  234. <col ref="email"/>
  235. <col ref="naticd"/>
  236. <col ref="armyyn"/>
  237. <col ref="bdht"/>
  238. <col ref="bdwt"/>
  239. <col ref="btype"/>
  240. <col ref="lvisact"/>
  241. <col ref="rvisact"/>
  242. <col ref="hoby"/>
  243. <col ref="smokyn"/>
  244. <col ref="etcspcltitl"/>
  245. <col ref="etcspclcnts"/>
  246. <col ref="brthareanm"/>
  247. <col ref="anchome"/>
  248. <col ref="hometype"/>
  249. <col ref="handcapyn"/>
  250. <col ref="handcapgrde"/>
  251. <col ref="handcapno"/>
  252. <col ref="religncd"/>
  253. <col ref="maryyn"/>
  254. <col ref="appthospcd"/>
  255. <col ref="passsbjcd"/>
  256. <col ref="brthmd" format="yyyy-mm-dd"/>
  257. <col ref="apptpath"/>
  258. <col ref="bhtrgtpsnyn"/>
  259. <col ref="grntpsnnm"/>
  260. <col ref="grntpsnrela"/>
  261. <col ref="grntpsnrregno" format="999999-9999999"/>
  262. <col ref="grntzipcd"/>
  263. <col ref="grntinfaddr1"/>
  264. <col ref="grntinfaddr2"/>
  265. <col ref="grntpsnworkplce"/>
  266. <col ref="grntpsnjobpos"/>
  267. <col ref="grntpsntel"/>
  268. <script type="javascript" ev:event="onaftersort">
  269. <![CDATA[
  270. grd_baseinfolist.gridToInstance();
  271. ]]>
  272. </script>
  273. </datagrid>
  274. </case>
  275. <case id="case2">
  276. <caption id="caption3" class="tit_2" style="left:0px; top:5px; width:162px; height:13px; ">학력</caption>
  277. <line id="line2" class="line_1" style="x1:0px; y1:20px; x2:1190px; y2:20px; "/>
  278. <datagrid id="grd_scholist" nodeset="/root/main/psnworkdata/scholist" caption="주민등록번호^상하반기구분^성명^순번^학교구분^이수구분^입학일^졸업일^학교코드^학교명^년한^전공^학위^학위번호" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:25px; width:1190px; height:635px; ">
  279. <col ref="rregno" format="999999-9999999"/>
  280. <col ref="supinfqurtyyflag"/>
  281. <col ref="korname"/>
  282. <col ref="seqno"/>
  283. <col ref="schflag"/>
  284. <col ref="cmpltcursstdyflag"/>
  285. <col ref="admischooldd" format="yyyy-mm-dd"/>
  286. <col ref="gradutndd" format="yyyy-mm-dd"/>
  287. <col ref="schcd"/>
  288. <col ref="schnm"/>
  289. <col ref="lesnfixyearpd"/>
  290. <col ref="frmrmert"/>
  291. <col ref="acdmydgcd"/>
  292. <col ref="acdmydgno"/>
  293. <script type="javascript" ev:event="onaftersort">
  294. <![CDATA[
  295. grd_scholist.gridToInstance();
  296. ]]>
  297. </script>
  298. </datagrid>
  299. </case>
  300. <case id="case3">
  301. <caption id="caption4" class="tit_2" style="left:0px; top:5px; width:162px; height:13px; ">경력</caption>
  302. <line id="line4" class="line_1" style="x1:0px; y1:20px; x2:1190px; y2:20px; "/>
  303. <datagrid id="grd_carelist" nodeset="/root/main/psnworkdata/carelist" caption="주민등록번호^상하반기구분^성명^순번^근무시작일^종료일^경력기관^전공의구분^부서명^직책^직위^주요업무^퇴직사유" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:25px; width:1190px; height:635px; ">
  304. <col ref="rregno" format="999999-9999999" style="left:0px; top:23px; width:100px; height:23px; "/>
  305. <col ref="supinfqurtyyflag"/>
  306. <col ref="korname"/>
  307. <col ref="seqno"/>
  308. <col ref="duttermfromdd" format="yyyy-mm-dd"/>
  309. <col ref="duttermtodd" format="yyyy-mm-dd"/>
  310. <col ref="dutplceinst"/>
  311. <col ref="trngflag"/>
  312. <col ref="deptnm"/>
  313. <col ref="jobrespnm"/>
  314. <col ref="jobposnm"/>
  315. <col ref="mainbiz"/>
  316. <col ref="retireresn"/>
  317. <script type="javascript" ev:event="onaftersort">
  318. <![CDATA[
  319. grd_carelist.gridToInstance();
  320. ]]>
  321. </script>
  322. </datagrid>
  323. </case>
  324. <case id="case4">
  325. <caption id="caption5" class="tit_2" style="left:0px; top:5px; width:162px; height:13px; ">가족</caption>
  326. <line id="line5" class="line_1" style="x1:0px; y1:20px; x2:1190px; y2:20px; "/>
  327. <datagrid id="grd_famylist" nodeset="/root/main/psnworkdata/famylist" caption="주민등록번호^상하반기구분^성명^순번^가족관계^성명^가족주민등록번호^학력^직업^회사명^직책^진료비감면여부^동거여부^비고" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:25px; width:1190px; height:635px; ">
  328. <col ref="rregno" format="999999-9999999"/>
  329. <col ref="supinfqurtyyflag"/>
  330. <col ref="korname"/>
  331. <col ref="seqno"/>
  332. <col ref="famyrel"/>
  333. <col ref="name"/>
  334. <col ref="famyrgstno" format="999999-9999999"/>
  335. <col ref="scholcd"/>
  336. <col ref="jobcd"/>
  337. <col ref="cmpynm"/>
  338. <col ref="jobresp"/>
  339. <col ref="ordamtreductyn"/>
  340. <col ref="lvnsmhoseyn"/>
  341. <col ref="cmt"/>
  342. <script type="javascript" ev:event="onaftersort">
  343. <![CDATA[
  344. grd_carelist.gridToInstance();
  345. ]]>
  346. </script>
  347. </datagrid>
  348. </case>
  349. <case id="case5">
  350. <caption id="caption7" class="tit_2" style="left:0px; top:5px; width:162px; height:13px; ">종교</caption>
  351. <line id="line6" class="line_1" style="x1:0px; y1:20px; x2:1190px; y2:20px; "/>
  352. <datagrid id="grd_relignlist" nodeset="/root/main/psnworkdata/relignlist" caption="주민등록번호^상하반기구분^성명^종교^교회명^세례명^세례일^영명일^견진일자" colsep="^" colwidth="100, 85, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:25px; width:1190px; height:635; ">
  353. <col ref="rregno" format="999999-9999999"/>
  354. <col ref="supinfqurtyyflag"/>
  355. <col ref="korname"/>
  356. <col ref="religncd"/>
  357. <col ref="chrchnm"/>
  358. <col ref="baptnm"/>
  359. <col ref="baptdd" format="yyyy-mm-dd"/>
  360. <col ref="fairnmdd" format="yyyy-mm-dd"/>
  361. <col ref="rtconfmdd" format="yyyy-mm-dd"/>
  362. <script type="javascript" ev:event="onaftersort">
  363. <![CDATA[
  364. grd_relignlist.gridToInstance();
  365. ]]>
  366. </script>
  367. </datagrid>
  368. </case>
  369. <case id="case6">
  370. <caption id="caption8" class="tit_2" style="left:0px; top:5px; width:162px; height:13px; ">병역</caption>
  371. <line id="line7" class="line_1" style="x1:0px; y1:20px; x2:1190px; y2:20px; "/>
  372. <datagrid id="grd_armylist" nodeset="/root/main/psnworkdata/armylist" caption="주민등록번호^상하반기구분^성명^군별^병과^계급^군번^복무시작일^복무종료일^제대구분^복무구분^면제일^면제사유^병역특례구분^역종^신체등급^특례시작일자^특례종료일자" colsep="^" colwidth="100, 85, 80, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" tooltip="true" style="left:0px; top:25px; width:1190px; height:635px; ">
  373. <col ref="rregno" format="999999-9999999"/>
  374. <col ref="supinfqurtyyflag"/>
  375. <col ref="korname"/>
  376. <col ref="armyclscd"/>
  377. <col ref="brnhmiltsrvccd"/>
  378. <col ref="classcd"/>
  379. <col ref="sn"/>
  380. <col ref="srvarmtermfromdd" format="yyyy-mm-dd"/>
  381. <col ref="srvarmtermtodd" format="yyyy-mm-dd"/>
  382. <col ref="dembztflag"/>
  383. <col ref="mltrflag"/>
  384. <col ref="exmptndd"/>
  385. <col ref="exmptnresn"/>
  386. <col ref="spclcsmiltsrvc"/>
  387. <col ref="clssvcstatcd"/>
  388. <col ref="bodygrde"/>
  389. <col ref="spclcasefromdd"/>
  390. <col ref="spclcaseenddd"/>
  391. <script type="javascript" ev:event="onaftersort">
  392. <![CDATA[
  393. grd_armylist.gridToInstance();
  394. ]]>
  395. </script>
  396. </datagrid>
  397. </case>
  398. </switch>
  399. </group>
  400. </xhtml:body>
  401. </xhtml:html>