SMRTR00300_채용접수및수납.xrw 126 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556
  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. <apntvolntlist/>
  11. <gnrl>
  12. <gnrlinfo>
  13. <photimg/>
  14. </gnrlinfo>
  15. </gnrl>
  16. <hopehosplist/>
  17. <hopeorddeptlist>
  18. </hopeorddeptlist>
  19. <famyrellist>
  20. </famyrellist>
  21. <schollist>
  22. </schollist>
  23. <carerfactlist>
  24. </carerfactlist>
  25. <forelangfactlist>
  26. </forelangfactlist>
  27. <trngspeclist>
  28. </trngspeclist>
  29. <prizrpmdlist>
  30. </prizrpmdlist>
  31. <scinccmntspeclist>
  32. </scinccmntspeclist>
  33. <grntorlist>
  34. </grntorlist>
  35. <gnrldata>
  36. <gnrlinfo/>
  37. </gnrldata>
  38. <resihopeorddeptlist/>
  39. <resihopehosplist/>
  40. <print>
  41. <baseinfo/>
  42. </print>
  43. </main>
  44. <send>
  45. <apntyy/>
  46. <supinfqurtyyflag>1</supinfqurtyyflag>
  47. <fstlattrmflag>1</fstlattrmflag>
  48. <trngflag>R</trngflag>
  49. <dentyn>1</dentyn>
  50. <apntstat/>
  51. <korname/>
  52. <intnorddeptcd/>
  53. <resiorddeptcd/>
  54. <fromexamno/>
  55. <toexamno/>
  56. <deptdg>1</deptdg>
  57. <apntvolntlist/>
  58. <detailInfo>
  59. <apntinfono/>
  60. <rregno/>
  61. <hopeflag>1</hopeflag>
  62. <rcptflag/>
  63. <hopeorddeptdg>1</hopeorddeptdg>
  64. </detailInfo>
  65. <save>
  66. <gnrlinfo/>
  67. <hopehosptlist/>
  68. <hopeorddeptlist/>
  69. <famyrellist/>
  70. <schollist/>
  71. <carerfactlist/>
  72. <forelangfactlist/>
  73. <trngspeclist/>
  74. <prizrpmdlist/>
  75. <scinccmntspeclist/>
  76. <apntvolntlist/>
  77. </save>
  78. <senddetaildata>
  79. <apntinfono/>
  80. <rregno/>
  81. <trngflag/>
  82. </senddetaildata>
  83. <prnflag/>
  84. </send>
  85. <init>
  86. <prnflag>
  87. <label>출력양식1</label>
  88. <value>1</value>
  89. <label>출력양식2</label>
  90. <value>2</value>
  91. </prnflag>
  92. </init>
  93. <hidden>
  94. </hidden>
  95. <temp>
  96. <armyynnm/>
  97. <totpsnno/>
  98. </temp>
  99. </root>
  100. </instance>
  101. <submission id="TRRTR00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/apntvolntlist"/>
  102. <submission id="TRRTR00302" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/gnrl"/>
  103. <submission id="TRRTR00303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/hopehosplist"/>
  104. <submission id="TRRTR00304" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/hopeorddeptlist"/>
  105. <submission id="TRRTR00305" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/famyrellist"/>
  106. <submission id="TRRTR00306" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/schollist"/>
  107. <submission id="TRRTR00307" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/carerfactlist"/>
  108. <submission id="TRRTR00308" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/forelangfactlist"/>
  109. <submission id="TRRTR00309" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/trngspeclist"/>
  110. <submission id="TRRTR00310" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/prizrpmdlist"/>
  111. <submission id="TRRTR00311" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/scinccmntspeclist"/>
  112. <submission id="TRRTR00312" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/grntorlist"/>
  113. <submission id="TRRTR00314" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/resihopeorddeptlist"/>
  114. <submission id="TRRTR00315" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/main/resihopehosplist"/>
  115. <submission id="TXRTR00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/temp"/>
  116. <submission id="TRRTR00330" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/senddetaildata" resultref="/root/main/print"/>
  117. <submission id="TXRTR00304" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/detailInfo" resultref="/root/temp"/>
  118. </model>
  119. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  120. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  121. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  122. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  123. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  124. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  125. <script type="javascript" ev:event="xforms-ready">
  126. <![CDATA[
  127. //사용자 권한
  128. fCheckAuth();
  129. model.toggle("case1");
  130. // 그리드 초기화
  131. // 지원자 리스트
  132. misfGridInit(grd_apntvolntlist);
  133. // 지원자 기본정보
  134. misfGridInit(grd_gnrlinfo);
  135. // 가족관계
  136. misfGridInit(grd_famyrellist);
  137. // 학력사항
  138. misfGridInit(grd_schollist);
  139. // 경력사항
  140. misfGridInit(grd_carerfactlist);
  141. // 외국어사항
  142. misfGridInit(grd_forelangfactlist);
  143. // 수련내역
  144. misfGridInit(grd_trngspeclist);
  145. // 상벌내역
  146. misfGridInit(grd_prizrpmdlist);
  147. // 학술단체내역
  148. misfGridInit(grd_scinccmntspeclist);
  149. // 신원보증인
  150. misfGridInit(grd_grntorlist);
  151. // 인턴 희망근무지. 근무희망병워
  152. misfGridInit(grd_hopehosplist);
  153. // 인턴 희망근무지. 근무희망과
  154. misfGridInit(grd_hopeorddeptlist);
  155. // 레지던트 희망근무지 희망과
  156. misfGridInit(grd_resihopeorddeptlist);
  157. // 레지던트 희망근무지 희망과
  158. misfGridInit(grd_resihopehosplist);
  159. misfMsterDetailSet(grd_apntvolntlist, null, "TRRTR00301", "Y");
  160. misfMsterDetailSet(grd_gnrlinfo, grd_apntvolntlist, "TRRTR00302" ,"Y");
  161. misfMsterDetailSet(grd_hopehosplist, grd_apntvolntlist, "TRRTR00303" ,"Y");
  162. misfMsterDetailSet(grd_hopeorddeptlist, grd_apntvolntlist, "TRRTR00304" ,"Y");
  163. misfMsterDetailSet(grd_famyrellist, grd_apntvolntlist, "TRRTR00305" ,"Y");
  164. misfMsterDetailSet(grd_schollist, grd_apntvolntlist, "TRRTR00306" ,"Y");
  165. misfMsterDetailSet(grd_carerfactlist, grd_apntvolntlist, "TRRTR00307" ,"Y");
  166. misfMsterDetailSet(grd_forelangfactlist, grd_apntvolntlist, "TRRTR00308" ,"Y");
  167. misfMsterDetailSet(grd_trngspeclist, grd_apntvolntlist, "TRRTR00309" ,"Y");
  168. misfMsterDetailSet(grd_prizrpmdlist, grd_apntvolntlist, "TRRTR00310" ,"Y");
  169. misfMsterDetailSet(grd_scinccmntspeclist, grd_apntvolntlist, "TRRTR00311" ,"Y");
  170. misfMsterDetailSet(grd_grntorlist, grd_apntvolntlist, "TRRTR00312" ,"Y");
  171. misfMsterDetailSet(grd_resihopeorddeptlist, grd_apntvolntlist, "TRRTR00314" ,"Y");
  172. misfMsterDetailSet(grd_resihopehosplist, grd_resihopeorddeptlist, "TRRTR00315" ,"Y");
  173. misfComboComCdList("R0234", cmb_resiorddeptcd, "Y");
  174. //misfComboComCdListMulti("R0071,R0073","cmb_hometype,cmb_handcapgrde");
  175. // 공통코드 혈액형ABO P0013, 주거형태 R0071, 장애등급 R0073, 종교 M0070, 역종 R0078, 계급 R0085, 군별 R0080, 병과 R0081, 복무구분 cmb_mltrflag, 제대구분 R0079
  176. // 근무희망병원 기관코드 Z0007, 진료과코드 R0234 가족관계 R0077, 직업코드, 학력코드 M0069, 직책코드 R0063,
  177. // 학력사항 학력구분 R0235, 학위코드 R0087, 전공코드 R0089, 학교코드 R0141, 학력이수구분 R0236
  178. // 외국어사항 외국어명 R0086, 외국어시험 grd_forelangfactlist.examcd1 R0167
  179. // 상벌사항.포상징계구분 R0127, 상벌명 R0084,
  180. // 국가코드 R0142, 출생지 R0134, 결혼여부 R0120,e-mail R0131
  181. // 상하반기 R0237, 전후기구분 R0238, 전공의구분 R0151, 치과지망여부 R0239, 결혼여부 R0120,
  182. // 학력사항 학력구분
  183. // 보훈구분 R0072, 보훈청 R0157
  184. misfComboComCdListMulti("P0014,P0013,R0071,R0073,R0137,R0078,R0085,R0080,R0081,R0079,R0305,R0234,R0077,R0076,M0069,R0087,R0236,R0086,R0127,R0084,R0142,R0134,R0120,R0131,R0237,R0238,R0151,R0239,R0120,R0235,R0167,R0253,R0255,R0001,R0294,R0295",
  185. "cmb_btyperh,cmb_btypeabo,cmb_hometype,cmb_handcapgrde,cmb_religncd,cmb_clssvcstatcd,cmb_classcd,cmb_armyclscd,cmb_brnhmiltsrvccd,cmb_dembztflag,grd_hopehosplist.hopecd,grd_hopeorddeptlist.hopecd,grd_famyrellist.famyrel,grd_famyrellist.jobcd,grd_famyrellist.scholcd,grd_schollist.acdmydgcd,grd_schollist.cmpltcursstdyflag,grd_forelangfactlist.forgnlangcd,grd_prizrpmdlist.prizrpmdflag,grd_prizrpmdlist.prizrpmdcd,cmb_naticd,cmb_brthareacd,cmb_maryyn,com_emailaddr,cmb_supinfqurtyyflag,cmb_fstlattrmflag,cmb_trngflag,cmb_dentyn,cmb_maryyn,grd_schollist.schflag,grd_forelangfactlist.examcd,grd_scinccmntspeclist.scinccmntflag,grd_trngspeclist.trngflag,cmb_bankcd,cmb_compulinc,cmb_compulincissinst");
  186. addComboItem( "cmb_compulincissinst", "자격증 종류 선택", "", "above");
  187. addComboItem( "cmb_compulinc", "발급기관 선택", "", "above");
  188. //misfComboCopyItemSet(grd_famyrellist, "scholcd", grd_schollist, "schflag"); // 학력사항.학력구분
  189. misfComboCopyItemSet(grd_hopeorddeptlist, "hopecd", grd_trngspeclist, "frmrmert"); // 수련사항.전공과목
  190. misfComboCopyItemSet(grd_hopeorddeptlist, "hopecd", grd_resihopeorddeptlist, "hopeorddeptcd"); // 레지던트 희망진료과
  191. misfComboCopyItemSet(grd_hopehosplist, "hopecd", grd_resihopehosplist, "hopehospcd"); // 레지던트 희망 병원
  192. misfComboCopyItemSet(grd_famyrellist, "famyrel", grd_grntorlist, "grntpsnrela"); // 신원보증인.보증인관계
  193. misfComboCopyItemSet(cmb_handcapgrde, "/root/main/gnrldata/gnrlinfo/handcapgrde", grd_famyrellist, "handcapgrde"); // 장애등급
  194. // misfComboCopyItemSet(grd_hopeorddeptlist, "hopecd", cmb_resiorddeptcd, "/root/send/resiorddeptcd"); // 레지던트 과구분
  195. // 2007-11-16 년도 디폴트설정 acwon수정
  196. /*var sDate = getNewDate();
  197. model.setValue("/root/send/apntyy", sDate.getFullYear());
  198. //model.refresh();*/
  199. var today = getCurrentDate();
  200. var cur_mm = parseInt(today.substring(4, 6));
  201. cur_yy = parseInt(today.substring(0, 4));
  202. if (cur_mm >= 11)
  203. cur_yy++;
  204. model.setValue("/root/send/apntyy", cur_yy);
  205. input77.refresh();
  206. //end
  207. //그리드의 타이틀을 누르면 sort되는 기능
  208. grd_apntvolntlist.explorerbar = "sort";
  209. // 장애여부 체크
  210. fSetHandcap();
  211. grd_apntvolntlist.selectionMode = "byrow"
  212. // makeReportPreview(0, 0, 300, 400, "group4");
  213. // makeReportPreview(0, 0, 300, 400);
  214. ]]>
  215. </script>
  216. <script type="javascript">
  217. <![CDATA[
  218. var m_case = 1;
  219. //case1에서 조회가 되었는지 확인
  220. var iscase1click = false;
  221. var cur_yy;
  222. //========================================================================================
  223. //버튼에 대한 화면 권한 체크(R : 읽기, X : 입력/수정/삭제, P : 출력)
  224. //========================================================================================
  225. function fCheckAuth() {
  226. btn_search.disabled = !checkAuth("R") ;
  227. btn_save.disabled = !checkAuth("X") ;
  228. btn_suppprn.disabled = !checkAuth("P") ;
  229. btn_examprn.disabled = !checkAuth("P") ;
  230. button3.disabled = !checkAuth("P") ;
  231. grd_apntvolntlist.colDisabled(grd_apntvolntlist.colRef("supp")) = !checkAuth("P") ;
  232. grd_apntvolntlist.colDisabled(grd_apntvolntlist.colRef("examprn")) = !checkAuth("P") ;
  233. btn_rcpt.disabled = !(checkAuth("X"));
  234. btn_rcptcncl.disabled = !(checkAuth("X"));
  235. }
  236. function fGetSearch() {
  237. misfMsterDetailRetrieve();
  238. }
  239. function fGetDetail() {
  240. model.setValue("/root/send/detailInfo/apntinfono", grd_apntvolntlist.valueMatrix( grd_apntvolntlist.row, grd_apntvolntlist.colRef("apntinfono")) );
  241. model.setValue("/root/send/detailInfo/rregno", grd_apntvolntlist.valueMatrix( grd_apntvolntlist.row, grd_apntvolntlist.colRef("rregno")) );
  242. // 기본정보
  243. model.resetInstanceNode("/root/main/gnrldata/gnrlinfo/srvarmtermfromdd");
  244. model.resetInstanceNode("/root/main/gnrldata/gnrlinfo/srvarmtermtodd");
  245. submit("TRRTR00302");
  246. iscase1click = false;
  247. switch (m_case) {
  248. case 1: // 희망근무지. 희망병원
  249. // 전공의가 인턴일 경우
  250. if ( "I" == model.getValue("/root/send/trngflag") ) {
  251. model.setValue("/root/send/detailInfo/hopeflag", "1") ;
  252. submit("TRRTR00303");
  253. model.setValue("/root/send/detailInfo/hopeflag", "2") ;
  254. submit("TRRTR00304");
  255. } else {
  256. // 전공의가 레지던트 일경우
  257. submit("TRRTR00314");
  258. submit("TRRTR00315");
  259. iscase1click = true;
  260. // 합격학과 음영처리
  261. var sNodeLength = grd_resihopeorddeptlist.rows - grd_resihopeorddeptlist.fixedRows;
  262. for(var i=1 ; i <= sNodeLength ; i++)
  263. {
  264. var sHopeorddeptcd = grd_resihopeorddeptlist.valueMatrix(i, grd_resihopeorddeptlist.colRef("hopeorddeptcd"));
  265. var sPasssbjcd = grd_resihopeorddeptlist.valueMatrix(i, grd_resihopeorddeptlist.colRef("passsbjcd"));
  266. if(sHopeorddeptcd == sPasssbjcd)
  267. {
  268. grd_resihopeorddeptlist.rowstyle(i, "data", "background-color") = "#ffeebb";
  269. }
  270. }
  271. }
  272. break;
  273. case 2: // 가족관계
  274. submit("TRRTR00305");
  275. break;
  276. case 3: // 종교
  277. break;
  278. case 4: // 학력
  279. submit("TRRTR00306");
  280. break;
  281. case 5: // 경력
  282. submit("TRRTR00307");
  283. break;
  284. case 6: // 외국어
  285. submit("TRRTR00308");
  286. break;
  287. case 7: // 수련
  288. submit("TRRTR00309");
  289. break;
  290. case 8: // 상벌
  291. submit("TRRTR00310");
  292. break;
  293. case 9: // 학술/단체
  294. submit("TRRTR00311");
  295. break;
  296. case 10: // 보증인
  297. submit("TRRTR00312");
  298. break;
  299. case 11: // 채용성적
  300. break;
  301. default:
  302. // do nothing here
  303. break;
  304. }
  305. model.copyNode("/root/main/gnrldata", "/root/main/gnrl");
  306. } // end function
  307. function fRefInfo()
  308. {
  309. fGetDetail();
  310. if (grd_apntvolntlist.col == grd_apntvolntlist.colRef("supp"))
  311. {
  312. cmb_prnflag.value = 2;
  313. fSuppSetting(2);
  314. }
  315. if (grd_apntvolntlist.col == grd_apntvolntlist.colRef("examprn"))
  316. {
  317. fExamSetting(2);
  318. }
  319. grd_apntvolntlist.dispatch("onmouseup");
  320. // 이미지설정
  321. fRetrImage();
  322. model.refresh();
  323. }
  324. function fSetHandcap() {
  325. // 장애여부 가 'N' 이면 장애등급, 장애등급번호 reset
  326. if (cmb_handcapyn.value == "Y") {
  327. ipt_handcapno.disabled = false;
  328. cmb_handcapgrde.disabled = false;
  329. } else {
  330. cmb_handcapgrde.value = "";
  331. cmb_handcapgrde.disabled = true;
  332. ipt_handcapno.value = "";
  333. ipt_handcapno.disabled = true;
  334. }
  335. }
  336. function fChangeImage(imgsrc) {
  337. img_hidden.src = imgsrc; // 파일에서 읽은 이미지의 base64 encoding 값을 가져오기 위한 이미지 컨트롤
  338. var data = img_hidden.getbase64data(); // base64 encoding 문자열을 가져온다.
  339. var imgSize = getImageSize(imgsrc);
  340. var imgWidthSize = imgSize.split("^")[0];
  341. var imgHeightSize = imgSize.split("^")[1];
  342. model.setValue("/root/main/gnrldata/gnrlinfo/photimg", data, true); // 이미지를 보여주기 위하여 view용 이미지컨트롤의 ref instance에 값을 저장
  343. setImageRefInstance("/root/main/gnrldata/gnrlinfo/photimg"); //base64 encoding 문자열을 이미지로 변환하여 보여준다,
  344. if( imgWidthSize <= 190) {
  345. img_photimg.attribute("width")= imgWidthSize;
  346. }
  347. if( imgWidthSize <= 220) {
  348. img_photimg.attribute("height")= imgHeightSize;
  349. }
  350. model.refresh();
  351. }
  352. function fRetrImage() {//조회시 그리드에 base64 encoding data셋팅하고 사진이미지 보여준다.
  353. var imgSrc = "/root/main/gnrldata/gnrlinfo/photimg";
  354. setImageRefInstance(imgSrc);
  355. }
  356. function fRetrImage1() {//조회시 그리드에 base64 encoding data셋팅하고 사진이미지 보여준다.
  357. var imgSrc = "/root/main/print/baseinfo/photimg";
  358. setImageRefInstance(imgSrc);
  359. }
  360. function fSuppSetting(flag){
  361. model.setValue("/root/send/senddetaildata/apntinfono",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("apntinfono")));
  362. model.setValue("/root/send/senddetaildata/rregno",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("rregno")));
  363. model.setValue("/root/send/senddetaildata/trngflag",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("trngflag")));
  364. submit("TRRTR00330");
  365. fRetrImage1();
  366. if(grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("trngflag")) == 'I')
  367. {
  368. if(flag == 1)
  369. {
  370. exeReportPreview("RPRTR00301", "XMLSTR" , "" , "" , "true" , "", "", "", "", "true");
  371. }
  372. else if(flag == 2)
  373. {
  374. exeReportPreview("RPRTR00301","XMLSTR");
  375. }
  376. }else if(grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("trngflag")) == 'R')
  377. {
  378. if(flag == 1)
  379. {
  380. exeReportPreview("RPRTR00302", "XMLSTR" , "" , "" , "true" , "", "", "", "", "true");
  381. }
  382. else if(flag ==2)
  383. {
  384. exeReportPreview("RPRTR00302","XMLSTR");
  385. }
  386. }
  387. }
  388. function fExamSetting(flag){
  389. model.setValue("/root/send/senddetaildata/apntinfono",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("apntinfono")));
  390. model.setValue("/root/send/senddetaildata/rregno",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("rregno")));
  391. model.setValue("/root/send/senddetaildata/trngflag",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("trngflag")));
  392. submit("TRRTR00330");
  393. fRetrImage1();
  394. if(flag == 1)
  395. {
  396. exeReportPreview("RPRTR00303", "XMLSTR" , "" , "" , "true" , "", "", "", "", "true");
  397. }
  398. else if(flag)
  399. {
  400. exeReportPreview("RPRTR00303","XMLSTR");
  401. }
  402. }
  403. /* 임시 작업 function */
  404. function fGridDataTempSetting() {
  405. var temValue = getGridUpdateData(grd_famyrellist);
  406. if (temValue != "" ) {
  407. for ( var cnt = grd_famyrellist.fixedRows; cnt < grd_famyrellist.rows; cnt++){
  408. if( grd_famyrellist.rowstatus(cnt) == "4" ) {
  409. grd_famyrellist.rowstatus(cnt) = "0"
  410. } else {
  411. grd_famyrellist.rowstatus(cnt) = "1"
  412. }
  413. }
  414. }
  415. }
  416. function fDataValidCheck() {
  417. if( grd_resihopehosplist.rows- grd_resihopehosplist.fixedRows > 0 ) {
  418. for( var cnt = grd_resihopehosplist.fixedRows; cnt < grd_resihopehosplist.rows ; cnt ++ ) {
  419. if ( grd_resihopehosplist.valueMatrix(cnt, grd_resihopehosplist.colRef("hopehospcd")).length == 0 ) {
  420. if (m_case != 11){
  421. messageBox("근무희망병원을 " ,"C001");
  422. return false;
  423. }
  424. }
  425. }
  426. }
  427. }
  428. ]]>
  429. </script>
  430. </xhtml:head>
  431. <xhtml:body guideline="2,281;" style="margin-left:8; margin-right:8; ">
  432. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  433. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">채용접수 및 수납</caption>
  434. </group>
  435. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  436. <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  437. <button id="btn_save" class="btn5_letter2" style="left:1135px; top:5px; width:42px; height:19px; ">
  438. <caption>저장</caption>
  439. <script type="javascript" ev:event="DOMActivate">
  440. <![CDATA[
  441. var retMes = messageBox("저장 하시겠습니까?", "Q999");
  442. if ( retMes != 6) {
  443. return;
  444. }
  445. model.copyNode("/root/main/gnrl/gnrlinfo[1]", "/root/main/gnrldata/gnrlinfo");
  446. model.refresh();
  447. grd_gnrlinfo.rowstatus(1) = 2;
  448. /* EP와 Interface 작업을 하면서 nU측 TIS 소스를 수정 함으로 인해 작업처리
  449. 2008.08.08 [Y.Y.J] = 향후 반드시 EP에서 MIS 에서 사용하는 메소드가 아닌
  450. 다른 메소드를 호출하게 변경 처리해야 함. ==========
  451. 대상 Grid : grd_famyrellist ( 가족관계 )
  452. 내용 : EP : apntinfono , rregno Key 에 해당 하는 값을 모두 지워버린 후
  453. 화면 상의 데이터를 재 Insert 시킴
  454. TIS : EP에서 사용하는 방식으로 우선 작동이 되도록 수정처리 함..
  455. ( 향후 EP와 TIS 사용 app, mgr, dao, sql 모두 분리 시켜야 함 )
  456. 처리방향 : Grid에서 삭제가 되는 부분은 ( status : D ) 인 것은 변동 사항이 없는 것으로 처리 해서 데이터가 넘어가지 않도록 하고
  457. 변동사항이 없거나 수정 / 신규 건은 Valueobject에 데이터를 넣을 수 있도록 상태값을 변경하여 app로 던진다.
  458. 향후 반드시 수정처리 ... ( 수정 완료시 아래 함수는 삭제처리 해야 함 ) */
  459. //fGridDataTempSetting();
  460. if (iscase1click) {
  461. if ( fDataValidCheck() == false ) return ;
  462. }
  463. misfSave("TXRTR00301");
  464. fGetDetail();
  465. // 이미지설정
  466. fRetrImage();
  467. // 2007-11-16 저장후에 총인원수가 안나온다. acwon수정
  468. //model.refresh();
  469. try {
  470. // 지원자 총 인원등 보여준다.
  471. model.makeValue("/root/temp/totpsnno", grd_apntvolntlist.rows -1);
  472. model.refresh();
  473. } catch (ex) {
  474. //alert(ex.name +" ["+ ex.number +"] \n"+ ex.message);
  475. }
  476. ]]>
  477. </script>
  478. </button>
  479. <group id="group4" visibility="hidden" style="left:485px; top:10px; width:200px; height:10px; "/>
  480. </group>
  481. <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:744px; ">
  482. <line id="line43" class="line_3" style="x1:0px; y1:438px; x2:1195px; y2:438px; font-size:10pt; "/>
  483. <line id="line44" class="line_2" style="x1:490; y1:363px; x2:1010; y2:363px; font-size:10pt; "/>
  484. <line id="line45" class="line_2" style="x1:0px; y1:435px; x2:1195px; y2:435px; font-size:10pt; "/>
  485. <line id="line46" class="line_2" style="x1:490; y1:243px; x2:1010; y2:243; font-size:10pt; "/>
  486. <line id="line47" class="line_2" style="x1:490; y1:387px; x2:1010; y2:387px; font-size:10pt; "/>
  487. <line id="line48" class="line_2" style="x1:490; y1:219px; x2:1010; y2:219; font-size:10pt; "/>
  488. <line id="line49" class="line_2" style="x1:490; y1:339px; x2:1010; y2:339; font-size:10pt; "/>
  489. <line id="line50" class="line_2" style="x1:490; y1:291px; x2:1010; y2:291; font-size:10pt; "/>
  490. <line id="line51" class="line_2" style="x1:490; y1:267px; x2:1010; y2:267; font-size:10pt; "/>
  491. <line id="line52" class="line_2" style="left:874; x1:490; y1:171px; x2:1010; y2:171; font-size:10pt; "/>
  492. <line id="line53" class="line_2" style="x1:490; y1:147px; x2:1010; y2:147; font-size:10pt; "/>
  493. <line id="line54" class="line_2" style="x1:490; y1:123px; x2:1010; y2:123px; font-size:10pt; "/>
  494. <line id="line55" class="line_2" style="x1:490; y1:315px; x2:1010; y2:315; font-size:10pt; "/>
  495. <line id="line56" class="line_2" style="x1:490; y1:195px; x2:1010; y2:195; font-size:10pt; "/>
  496. <line id="line58" class="line_2" style="x1:340px; y1:411px; x2:1195px; y2:411px; font-size:10pt; "/>
  497. <caption id="caption4" class="cell_1" style="left:663; top:125px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">middle</caption>
  498. <input id="input25" ref="/root/main/gnrldata/gnrlinfo/drlincissdd" class="input_default" inputtype="date" style="left:924px; top:175px; width:87px; height:19px; font-size:10pt; "/>
  499. <caption id="caption39" class="cell_1" style="left:830px; top:197px; width:90px; height:46px; font-size:10pt; text-align:left; vertical-align:middle; ">시력</caption>
  500. <input id="ipt_korname" ref="/root/main/gnrldata/gnrlinfo/korname" class="input_default" editable="false" imemode="hangul" appearance="input" style="left:745px; top:103px; width:80px; height:19px; font-size:10pt; "/>
  501. <caption id="caption40" class="cell_1" style="left:663; top:221px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">신장</caption>
  502. <caption id="caption42" style="left:988px; top:201px; width:25px; height:18px; font-size:10pt; vertical-align:middle; ">(좌)</caption>
  503. <input id="input30" ref="/root/main/gnrldata/gnrlinfo/englastnm" class="input_default" imemode="disabled" style="left:569; top:126px; width:91; height:19px; font-size:10pt; "/>
  504. <caption id="caption43" class="cell_1" style="left:490px; top:293px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">취미</caption>
  505. <caption id="caption44" class="cell_1" style="left:555px; top:389px; width:100; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">현주소</caption>
  506. <caption id="caption46" style="left:988px; top:222px; width:25px; height:18px; font-size:10pt; vertical-align:middle; ">(우)</caption>
  507. <input id="input31" ref="/root/main/gnrldata/gnrlinfo/anchome" class="input_default" style="left:745px; top:200px; width:80px; height:19px; font-size:10pt; "/>
  508. <caption id="caption47" class="cell_1" style="left:663; top:341; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">E-Mail</caption>
  509. <caption id="caption48" class="cell_1" style="left:663; top:317px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">주거형태</caption>
  510. <caption id="caption50" class="cell_1" style="left:490px; top:365px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">보훈여부</caption>
  511. <input id="input33" ref="/root/main/gnrldata/gnrlinfo/bdht" class="input_default" format="999" showmask="true" style="left:745px; top:223px; width:80px; height:19px; font-size:10pt; "/>
  512. <caption id="caption51" class="cell_1" style="left:490px; top:173px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">휴대전화</caption>
  513. <input id="input35" ref="/root/main/gnrldata/gnrlinfo/hoby" class="input_default" style="left:569; top:295px; width:91; height:19px; font-size:10pt; "/>
  514. <caption id="caption54" class="cell_1" style="left:490px; top:125px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">영문 last</caption>
  515. <caption id="caption56" class="cell_1" style="left:490px; top:245px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">출생지</caption>
  516. <caption id="caption57" class="cell_1" style="left:830px; top:149px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">의사면허번호</caption>
  517. <input id="input37" ref="/root/main/gnrldata/gnrlinfo/emailid" class="input_default" style="left:745px; top:343px; width:155px; height:19px; font-size:10pt; "/>
  518. <caption id="caption58" class="cell_1" style="left:490px; top:269px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">결혼여부</caption>
  519. <caption id="caption60" class="cell_1" style="left:663; top:365; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">계좌번호</caption>
  520. <caption id="caption61" class="cell_1" style="left:830px; top:173px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">면허발행일</caption>
  521. <caption id="caption63" class="cell_1" style="left:663; top:101px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">한글이름</caption>
  522. <caption id="caption64" class="cell_1" style="left:663; top:245px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">체중</caption>
  523. <select1 id="cmb_hometype" ref="/root/main/gnrldata/gnrlinfo/hometype" class="combo_default" appearance="minimal" style="left:745px; top:319px; width:80; height:19px; font-size:10pt; ">
  524. <choices>
  525. <itemset>
  526. <label/>
  527. <value/>
  528. </itemset>
  529. </choices>
  530. </select1>
  531. <caption id="caption67" class="cell_1" style="left:490px; top:317px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">흡연여부</caption>
  532. <input id="input40" ref="/root/main/gnrldata/gnrlinfo/drlincno" class="input_default" format="9999999999" showmask="true" style="left:924px; top:151px; width:87px; height:19px; font-size:10pt; "/>
  533. <input id="input43" ref="/root/main/gnrldata/gnrlinfo/lvisact" class="input_default" maxlength="1.2" format="#.##" showmask="true" style="left:924px; top:200px; width:63px; height:19px; font-size:10pt; "/>
  534. <select1 id="cmb_maryyn" ref="/root/main/gnrldata/gnrlinfo/maryyn" class="combo_default" appearance="minimal" style="left:569; top:271px; width:91; height:19px; font-size:10pt; ">
  535. <choices>
  536. <itemset>
  537. <label/>
  538. <value/>
  539. </itemset>
  540. </choices>
  541. </select1>
  542. <select1 id="cmb_brthareacd" ref="/root/main/gnrldata/gnrlinfo/brthareacd" class="combo_default" appearance="minimal" style="left:569; top:248px; width:91; height:19px; font-size:10pt; ">
  543. <choices>
  544. <itemset>
  545. <label/>
  546. <value/>
  547. </itemset>
  548. </choices>
  549. </select1>
  550. <caption id="caption68" class="cell_1" style="left:490px; top:197px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">자택전화</caption>
  551. <caption id="caption69" class="tit_2" style="left:490px; top:80px; width:117px; height:13px; font-size:10pt; ">일반정보</caption>
  552. <input id="input44" ref="/root/main/gnrldata/gnrlinfo/rvisact" class="input_default" maxlength="1.2" format="#.##" showmask="true" style="left:924px; top:223px; width:63px; height:19px; font-size:10pt; "/>
  553. <select1 id="cmb_naticd" ref="/root/main/gnrldata/gnrlinfo/naticd" class="combo_default" appearance="minimal" style="left:745px; top:177px; width:80px; height:19px; font-size:10pt; ">
  554. <choices>
  555. <itemset>
  556. <label/>
  557. <value/>
  558. </itemset>
  559. </choices>
  560. </select1>
  561. <caption id="caption70" class="cell_1" style="left:663; top:173px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">국가</caption>
  562. <select1 id="cmb_bankcd" ref="/root/main/gnrldata/gnrlinfo/bankcd" class="combo_default" appearance="minimal" style="left:745px; top:366px; width:155px; height:19px; font-size:10pt; ">
  563. <choices>
  564. <itemset>
  565. <label/>
  566. <value/>
  567. </itemset>
  568. </choices>
  569. </select1>
  570. <input id="input45" ref="/root/main/gnrldata/gnrlinfo/brthmd" class="input_default" inputtype="date" style="left:569; top:151px; width:91; height:19px; font-size:10pt; "/>
  571. <caption id="caption71" class="cell_1" style="left:340px; top:413px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">군보여부</caption>
  572. <select1 id="com_emailaddr" ref="/root/main/gnrldata/gnrlinfo/emailaddr" class="combo_default" appearance="minimal" style="left:908px; top:343px; width:141px; height:19px; font-size:10pt; ">
  573. <choices>
  574. <itemset>
  575. <label/>
  576. <value/>
  577. </itemset>
  578. </choices>
  579. </select1>
  580. <caption id="caption72" class="cell_1" style="left:663; top:197px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">본관</caption>
  581. <select1 id="cmb_smokyn" ref="/root/main/gnrldata/gnrlinfo/smokyn" class="combo_default" appearance="minimal" style="left:569; top:319px; width:91; height:19px; font-size:10pt; ">
  582. <choices>
  583. <item>
  584. <label>흡연</label>
  585. <value>Y</value>
  586. </item>
  587. <item>
  588. <label>비흡연</label>
  589. <value>N</value>
  590. </item>
  591. </choices>
  592. </select1>
  593. <input id="input47" ref="/root/main/gnrldata/gnrlinfo/bdwt" class="input_default" style="left:745px; top:247px; width:80px; height:19px; font-size:10pt; "/>
  594. <caption id="caption73" class="cell_1" style="left:490px; top:149px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">생년월일</caption>
  595. <caption id="caption74" class="cell_1" style="left:490px; top:101px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">주민번호</caption>
  596. <select1 id="cmb_armyyn" ref="/root/main/gnrldata/gnrlinfo/armyyn" class="combo_default" appearance="minimal" style="left:450px; top:415px; width:100px; height:19px; font-size:10pt; ">
  597. <choices>
  598. <item>
  599. <label>군보</label>
  600. <value>Y</value>
  601. </item>
  602. <item>
  603. <label>비군보</label>
  604. <value>N</value>
  605. </item>
  606. </choices>
  607. </select1>
  608. <input id="input48" ref="/root/main/gnrldata/gnrlinfo/supppsntel" class="input_default" showmask="false" style="left:569; top:199px; width:91; height:19px; font-size:10pt; "/>
  609. <caption id="caption75" class="cell_1" style="left:555px; top:413px; width:100; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">본적주소</caption>
  610. <select1 id="12" ref="/root/main/gnrldata/gnrlinfo/bhtrgtpsnyn" class="combo_default" appearance="minimal" style="left:569; top:368px; width:91; height:19px; font-size:10pt; ">
  611. <choices>
  612. <item>
  613. <label>유</label>
  614. <value>Y</value>
  615. </item>
  616. <item>
  617. <label>무</label>
  618. <value>N</value>
  619. </item>
  620. </choices>
  621. </select1>
  622. <caption id="caption76" class="tit_2" style="left:10px; top:81px; width:117px; height:13px; font-size:10pt; ">지원자 리스트</caption>
  623. <line id="line59" class="line_1" style="x1:0px; y1:98px; x2:480px; y2:97px; font-size:10pt; "/>
  624. <datagrid id="grd_apntvolntlist" nodeset="/root/main/apntvolntlist" caption="성명^주민번호^상태^과 구분^출신교^졸업일자^인턴수련병원^수료일자^수험번호^번호^역종^지원서^수험표출력^지원과목^전공의구분^사진" colsep="^" colwidth="65, 91, 69, 92, 90, 80, 110, 80, 63, 50, 30, 66, 100, 100, 100, 0, 0" dataheight="25" frozencols="1" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:101px; width:480px; height:304px; font-size:10pt; ">
  625. <col ref="korname"/>
  626. <col ref="rregno" format="999999-9999999" showmask="true"/>
  627. <col ref="apntstat"/>
  628. <col ref="orddeptnm"/>
  629. <col ref="schnm"/>
  630. <col ref="gradutndd" format="yyyy-mm-dd"/>
  631. <col ref="cmpltinstnm"/>
  632. <col ref="trngenddd" format="yyyy-mm-dd"/>
  633. <col ref="examno" style="text-align:center; "/>
  634. <col ref="examseq" style="text-align:center; "/>
  635. <col ref="armyflag"/>
  636. <col ref="supp" type="inputbutton" visibility="visible"/>
  637. <col ref="examprn" type="inputbutton" visibility="visible"/>
  638. <col ref="fstorddeptnm" visibility="hidden"/>
  639. <col ref="trngflag" visibility="hidden"/>
  640. <col ref="photimg" visibility="hidden"/>
  641. <col ref="apntinfono" visibility="hidden"/>
  642. <col ref="apntyy" visibility="hidden"/>
  643. <script type="javascript" ev:event="onbuttonclick">
  644. <![CDATA[
  645. if (grd_apntvolntlist.col == grd_apntvolntlist.colRef("supp"))
  646. {
  647. cmb_prnflag.value = 2;
  648. fSuppSetting(2);
  649. }
  650. if (grd_apntvolntlist.col == grd_apntvolntlist.colRef("examprn"))
  651. {
  652. fExamSetting(2);
  653. /*
  654. model.setValue("/root/send/senddetaildata/apntinfono",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("apntinfono")));
  655. model.setValue("/root/send/senddetaildata/rregno",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("rregno")));
  656. model.setValue("/root/send/senddetaildata/trngflag",grd_apntvolntlist.valueMatrix(grd_apntvolntlist.row, grd_apntvolntlist.colRef("trngflag")));
  657. submit("TRRTR00330");
  658. fRetrImage1();
  659. //exeReportPreview("RPRTR00303", "XMLSTR" , "" , "" , "true" , "", "", "", "", "true");
  660. exeReportPreview("RPRTR00303","XMLSTR");
  661. */
  662. }
  663. ]]>
  664. </script>
  665. <script type="javascript" ev:event="onaftersort">
  666. <![CDATA[
  667. grd_apntvolntlist.gridToInstance();
  668. ]]>
  669. </script>
  670. <script type="javascript" ev:event="onrowchanged">
  671. <![CDATA[
  672. fRefInfo();
  673. ]]>
  674. </script>
  675. </datagrid>
  676. <button id="button58" class="btn_sw" group="tab" selected="false" style="left:760px; top:442px; width:95px; height:22px; ">
  677. <caption>학술/단체</caption>
  678. <toggle case="case9" ev:event="onclick"/>
  679. <script type="javascript" ev:event="onclick">
  680. <![CDATA[
  681. // 학술단체내역
  682. m_case = 9;
  683. submit("TRRTR00311");
  684. ]]>
  685. </script>
  686. </button>
  687. <button id="button59" class="btn_sw" group="tab" selected="false" style="left:475px; top:442px; width:95px; height:22px; ">
  688. <caption>외국어</caption>
  689. <toggle case="case6" ev:event="onclick"/>
  690. <script type="javascript" ev:event="onclick">
  691. <![CDATA[
  692. // 외국어사항
  693. m_case = 6;
  694. submit("TRRTR00308");
  695. ]]>
  696. </script>
  697. </button>
  698. <button id="button60" class="btn_sw" group="tab" selected="true" style="left:0px; top:442px; width:95px; height:22px; ">
  699. <caption>희망근무지</caption>
  700. <toggle case="case1" ev:event="onclick"/>
  701. <script type="javascript" ev:event="onclick">
  702. <![CDATA[
  703. m_case = 1;
  704. // 전공의가 인턴일 경우
  705. if ( "I" == model.getValue("/root/send/trngflag") ) {
  706. model.setValue("/root/send/detailInfo/hopeflag", "1") ;
  707. submit("TRRTR00303");
  708. model.setValue("/root/send/detailInfo/hopeflag", "2") ;
  709. submit("TRRTR00304");
  710. } else {
  711. // 전공의가 레지던트 일경우
  712. submit("TRRTR00314");
  713. submit("TRRTR00315");
  714. }
  715. iscase1click = true;
  716. ]]>
  717. </script>
  718. </button>
  719. <button id="button61" class="btn_sw" group="tab" selected="false" style="left:380px; top:442px; width:95px; height:22px; ">
  720. <caption>경력</caption>
  721. <toggle case="case5" ev:event="onclick"/>
  722. <script type="javascript" ev:event="onclick">
  723. <![CDATA[
  724. // 경력사항
  725. m_case = 5;
  726. submit("TRRTR00307");
  727. ]]>
  728. </script>
  729. </button>
  730. <button id="button62" class="btn_sw" group="tab" selected="false" style="left:190px; top:442px; width:95px; height:22px; ">
  731. <caption>종교/병역</caption>
  732. <toggle case="case3" ev:event="onclick"/>
  733. </button>
  734. <button id="button63" class="btn_sw" group="tab" selected="false" style="left:285px; top:442px; width:95px; height:22px; ">
  735. <caption>학력</caption>
  736. <toggle case="case4" ev:event="onclick"/>
  737. <script type="javascript" ev:event="onclick">
  738. <![CDATA[
  739. // 학력사항
  740. m_case = 4;
  741. submit("TRRTR00306");
  742. ]]>
  743. </script>
  744. </button>
  745. <button id="button64" class="btn_sw" group="tab" selected="false" style="left:95px; top:442px; width:95px; height:22px; ">
  746. <caption>가족관계</caption>
  747. <toggle case="case2" ev:event="onclick"/>
  748. <script type="javascript" ev:event="onclick">
  749. <![CDATA[
  750. // 가족관계
  751. m_case = 2;
  752. submit("TRRTR00305");
  753. ]]>
  754. </script>
  755. </button>
  756. <button id="button65" class="btn_sw" group="tab" selected="false" style="left:665px; top:442px; width:95px; height:22px; ">
  757. <caption>상벌</caption>
  758. <toggle case="case8" ev:event="onclick"/>
  759. <script type="javascript" ev:event="onclick">
  760. <![CDATA[
  761. // 상벌내역
  762. m_case = 8;
  763. submit("TRRTR00310");
  764. ]]>
  765. </script>
  766. </button>
  767. <button id="button66" class="btn_sw" group="tab" selected="false" style="left:570px; top:442px; width:95px; height:22px; ">
  768. <caption>수련</caption>
  769. <toggle case="case7" ev:event="onclick"/>
  770. <script type="javascript" ev:event="onclick">
  771. <![CDATA[
  772. // 수련내역
  773. m_case = 7;
  774. submit("TRRTR00309");
  775. ]]>
  776. </script>
  777. </button>
  778. <button id="button67" class="btn_sw" group="tab" selected="false" style="left:950px; top:442px; width:95px; height:22px; ">
  779. <caption>채용성적</caption>
  780. <toggle case="case11" ev:event="onclick"/>
  781. <script type="javascript" ev:event="onclick">
  782. <![CDATA[
  783. m_case = 11;
  784. ]]>
  785. </script>
  786. </button>
  787. <button id="button68" class="btn_sw" group="tab" selected="false" style="left:855px; top:442px; width:95px; height:22px; ">
  788. <caption>신원보증인</caption>
  789. <toggle case="case10" ev:event="onclick"/>
  790. <script type="javascript" ev:event="onclick">
  791. <![CDATA[
  792. // 신원보증인
  793. m_case = 10;
  794. submit("TRRTR00312");
  795. ]]>
  796. </script>
  797. </button>
  798. <datagrid id="grd_gnrlinfo" nodeset="/root/main/gnrl/gnrlinfo" visibility="hidden" caption="채용정보번호^주민등록번호^영문 first 성명^영문 middle 성명^영문 last 성명^한글성명^한자성명^생년월일^생일구분^결혼여부^주거형태^국가코드^시력좌^시력우^출생지코드^본관^혈액형^신장^체중^취미^채용상태 ^수납일자^흡연여부^E-Mail주소^전화번호^휴대폰^보훈대상자^장애여부^장애등급^장애번호^우편번호1^우편번호2^우편번호순서^하위주소^본적우편번호1^본적우편번호2^본적우편번호순서^본적하위주소^종교^소속교회^세례명^세레명^영명일^견진일자^의사 면허번호 ^의사면허 발행일^armyyn^gownsize^병역구분^복무기간시작일자^복무기간종료일자^계급^병과^군별^군번^제대구분^신체등급" colsep="^" colwidth="27, 19, 20, 18, 24, 23, 18, 25, 26, 19, 19, 19, 30, 33, 34, 32, 40, 32, 32, 27, 31, 21, 28, 27, 16, 30, 27, 17, 22, 19, 48, 48, 23, 28, 17, 23, 21, 50, 20, 16, 50, 50, 13, 24, 24, 50, 48, 64, 25, 50, 50, 56, 50, 21, 50, 15, 50" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:65px; top:545px; width:1045px; height:100px; ">
  799. <col ref="apntinfono"/>
  800. <col ref="rregno"/>
  801. <col ref="engfstnm"/>
  802. <col ref="engmdlnm"/>
  803. <col ref="englastnm"/>
  804. <col ref="korname" type="input"/>
  805. <col ref="chinm"/>
  806. <col ref="brthmd"/>
  807. <col ref="brthflag"/>
  808. <col ref="maryyn"/>
  809. <col ref="hometype"/>
  810. <col ref="naticd"/>
  811. <col ref="lvisact"/>
  812. <col ref="rvisact"/>
  813. <col ref="brthareacd"/>
  814. <col ref="anchome"/>
  815. <col ref="btypeabo"/>
  816. <col ref="btyperh"/>
  817. <col ref="bdht"/>
  818. <col ref="bdwt"/>
  819. <col ref="hoby"/>
  820. <col ref="apntstat"/>
  821. <col ref="acptdd"/>
  822. <col ref="smokyn"/>
  823. <col ref="emailid"/>
  824. <col ref="emailaddr"/>
  825. <col ref="etcemailaddr"/>
  826. <col ref="supppsntel"/>
  827. <col ref="supppsnmpphonno"/>
  828. <col ref="bhtrgtpsnyn"/>
  829. <col ref="handcapyn"/>
  830. <col ref="handcapgrde"/>
  831. <col ref="handcapno"/>
  832. <col ref="zipcd1"/>
  833. <col ref="zipcd2"/>
  834. <col ref="zipcdseq"/>
  835. <col ref="infaddr1"/>
  836. <col ref="infaddr2"/>
  837. <col ref="domizipcd1"/>
  838. <col ref="domizipcd2"/>
  839. <col ref="domizipcdseq"/>
  840. <col ref="domiinfaddr1"/>
  841. <col ref="domiinfaddr2"/>
  842. <col ref="religncd"/>
  843. <col ref="chrchnm"/>
  844. <col ref="baptnm"/>
  845. <col ref="baptdd"/>
  846. <col ref="fairnmdd"/>
  847. <col ref="rtconfmdd"/>
  848. <col ref="drlincno"/>
  849. <col ref="drlincissdd"/>
  850. <col ref="armyyn"/>
  851. <col ref="gownsize"/>
  852. <col ref="armyupdateyn"/>
  853. <col ref="mltrflag"/>
  854. <col ref="srvarmtermfromdd"/>
  855. <col ref="srvarmtermtodd"/>
  856. <col ref="classcd"/>
  857. <col ref="brnhmiltsrvccd"/>
  858. <col ref="armyclscd"/>
  859. <col ref="sn"/>
  860. <col ref="dembztflag"/>
  861. <col ref="bodygrde"/>
  862. <!--재학석차-->
  863. <col ref="bngschoolrank"/>
  864. <!--재학인원-->
  865. <col ref="bngschoolpsnno"/>
  866. <!--재학등급-->
  867. <col ref="bngschoolgrde"/>
  868. <!--재학성적환산점수-->
  869. <col ref="bngschoolchgpnt"/>
  870. <!--국시총점-->
  871. <col ref="natiexamtotpnt"/>
  872. <!--필기/국시환산점수-->
  873. <col ref="taknnotechgpnt"/>
  874. <!--선택평가환산점수-->
  875. <col ref="choivaluechgpnt"/>
  876. <!--영어선택코드-->
  877. <col ref="engchgpnt"/>
  878. <!--영어환산점수-->
  879. <col ref="engchoicd"/>
  880. <!--전산자격증-->
  881. <col ref="compulinc"/>
  882. <!--전산자격증환산점수-->
  883. <col ref="compulincchgpnt"/>
  884. <!--전산자격증체크-->
  885. <col ref="compulincchk"/>
  886. <!--사회봉사활동-->
  887. <col ref="soclvoluntract"/>
  888. <!--사회봉사활동환산점수-->
  889. <col ref="soclvoluntractchgpnt"/>
  890. <!--사회봉사활동체크-->
  891. <col ref="soclvoluntractchk"/>
  892. <!--usmle자격증-->
  893. <col ref="usmlelinc"/>
  894. <!--usmle환산점수-->
  895. <col ref="usmlechgpnt"/>
  896. <!--인턴만점-->
  897. <col ref="intnperscore"/>
  898. <!--인턴석차-->
  899. <col ref="intnrank"/>
  900. <!--인턴인원-->
  901. <col ref="intnpsnno"/>
  902. <!--인턴총점-->
  903. <col ref="intntotpnt"/>
  904. <!--인턴판정-->
  905. <col ref="intnjudg"/>
  906. <!--인턴등급-->
  907. <col ref="intngrde"/>
  908. <!--인턴판정환산점수-->
  909. <col ref="intnjudgchgpnt"/>
  910. <!--레지던트만점-->
  911. <col ref="residentperfscore"/>
  912. <!--레지던트석차-->
  913. <col ref="residentrank"/>
  914. <!--레지던트인원-->
  915. <col ref="residentpsnno"/>
  916. <!--레지던트총점-->
  917. <col ref="residenttotpnt"/>
  918. <!--레지던트판정-->
  919. <col ref="residentjudg"/>
  920. <!--레지던트등급-->
  921. <col ref="residentgrde"/>
  922. <!--레지던트판정환산점수-->
  923. <col ref="residentjudgchgpnt"/>
  924. <!--면접점수-->
  925. <col ref="intvpnt"/>
  926. <!--실기점수-->
  927. <col ref="pracpnt"/>
  928. <!--석차-->
  929. <col ref="rank"/>
  930. <col ref="toeicchkbox"/>
  931. <col ref="toeflchkbox"/>
  932. <col ref="tepschkbox"/>
  933. <col ref="toeicpnt"/>
  934. <col ref="toeflpnt"/>
  935. <col ref="tepspnt"/>
  936. <col ref="toeflpbtpnt"/>
  937. <col ref="toeflcbtpnt"/>
  938. <col ref="toeflibtpnt"/>
  939. <col ref="toeicseqno"/>
  940. <col ref="toeflseqno"/>
  941. <col ref="tepsseqno"/>
  942. <col ref="toeflpbtseqno"/>
  943. <col ref="toeflcbtseqno"/>
  944. <col ref="toeflibtseqno"/>
  945. <col ref="totpnt"/>
  946. <col ref="photimg"/>
  947. <col ref="imgupdateyn"/>
  948. <col ref="bankcd"/>
  949. <col ref="acntno"/>
  950. <col ref="soclvoluntracttm"/>
  951. <col ref="soclvoluntractnm"/>
  952. <col ref="compulincissinst"/>
  953. <col ref="resinatiexamtotpnt"/>
  954. <col ref="resisoclvoluntracttm"/>
  955. <col ref="resisoclvoluntract"/>
  956. <col ref="resitaknnotechgpnt"/>
  957. <col ref="resibngschoolchgpnt"/>
  958. <col ref="resibngschoolrank"/>
  959. <col ref="resibngschoolpsnno"/>
  960. <col ref="intnavgpnt"/>
  961. <col ref="clssvcstatcd"/>
  962. <col ref="gndr"/>
  963. <col ref="rcptstatupdtyn"/>
  964. <col ref="trngflag"/>
  965. <col ref="careryn"/>
  966. <col ref="welfprtno1"/>
  967. <col ref="welfprtno2"/>
  968. <col ref="welfprtno1regtdd"/>
  969. <col ref="welfprtno2regtdd"/>
  970. </datagrid>
  971. <input id="ipt_handcapno" ref="/root/main/gnrldata/gnrlinfo/handcapno" class="input_default" style="left:924px; top:295px; width:87px; height:19px; font-size:10pt; "/>
  972. <select1 id="cmb_handcapgrde" ref="/root/main/gnrldata/gnrlinfo/handcapgrde" class="combo_default" appearance="minimal" style="left:745px; top:295px; width:80px; height:19px; font-size:10pt; ">
  973. <choices>
  974. <itemset>
  975. <label/>
  976. <value/>
  977. </itemset>
  978. </choices>
  979. </select1>
  980. <select1 id="cmb_handcapyn" ref="/root/main/gnrldata/gnrlinfo/handcapyn" class="combo_default" appearance="minimal" style="left:569; top:343px; width:91; height:19px; font-size:10pt; ">
  981. <choices>
  982. <item>
  983. <label>유</label>
  984. <value>Y</value>
  985. </item>
  986. <item>
  987. <label>무</label>
  988. <value>N</value>
  989. </item>
  990. </choices>
  991. <script type="javascript" ev:event="xforms-value-changed">
  992. <![CDATA[
  993. // 장애여부 체크
  994. fSetHandcap();
  995. ]]>
  996. </script>
  997. </select1>
  998. <caption id="caption102" class="cell_1" style="left:490px; top:341px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">장애여부</caption>
  999. <caption id="caption103" class="cell_1" style="left:663; top:293px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">장애등급</caption>
  1000. <caption id="caption104" class="cell_1" style="left:830px; top:293px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">장애등급번호</caption>
  1001. <line id="line79" class="line_1" style="x1:1020px; y1:96px; x2:1195px; y2:97px; "/>
  1002. <caption id="caption105" class="cell_1" style="left:1020px; top:101px; width:170px; height:209px; vertical-align:middle; "/>
  1003. <img id="img_photimg" ref="/root/main/gnrldata/gnrlinfo/photimg" src="../../../com/commonweb/images/no_image.gif" style="left:1026px; top:104px; width:154px; height:181px; text-align:center; vertical-align:middle; background-repeat:no-repeat; background-stretch:stretch; background-position:center; "/>
  1004. <img id="img_hidden" visibility="hidden" style="left:1030px; top:105px; width:150px; height:170px; text-align:center; vertical-align:middle; background-repeat:no-repeat; background-stretch:stretch; background-position:center; "/>
  1005. <button id="button109" class="btn2_letter10" style="left:1040px; top:288px; width:130px; height:19px; text-align:center; ">
  1006. <caption>사 진 변 경</caption>
  1007. <script type="javascript" ev:event="DOMActivate">
  1008. <![CDATA[
  1009. var file = openImageFileDialog(1048576); // image 파일이 너무 크면 submit 시간이 매우 오래(5분이상) 걸리므로 가급적 사이즈를 작게 제한한다.
  1010. if (file == "") {
  1011. return;
  1012. }
  1013. fChangeImage(file);
  1014. if (model.getValue("/root/main/gnrldata/gnrlinfo/imgupdateyn") == "Y" ) {
  1015. model.setValue("/root/main/gnrldata/gnrlinfo/imgupdateyn", "UPDATE");
  1016. } else {
  1017. model.setValue("/root/main/gnrldata/gnrlinfo/imgupdateyn", "INSERT");
  1018. }
  1019. model.setFocus("ipt_korname");
  1020. model.refresh();
  1021. ]]>
  1022. </script>
  1023. </button>
  1024. <input id="input62" ref="/root/main/gnrldata/gnrlinfo/chinm" class="input_default" imemode="hangul" style="left:924px; top:103px; width:87px; height:19px; font-size:10pt; "/>
  1025. <caption id="caption107" class="cell_1" style="left:830px; top:101px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">한자이름</caption>
  1026. <input id="input659" ref="/root/main/gnrldata/gnrlinfo/supppsnmpphonno" class="input_default" style="left:569; top:175px; width:91; height:19px; font-size:10pt; "/>
  1027. <button id="button111" class="icon_search" style="left:767px; top:416px; width:16px; height:16px; ">
  1028. <caption/>
  1029. <script type="javascript" ev:event="DOMActivate">
  1030. <![CDATA[
  1031. /* 우편번호 Help화면 Popup */
  1032. var recv_list = "domizipcd1,domizipcd2,domiinfaddr1";
  1033. rpbfOpenZipCdHelp(ipt_domizipcd1, recv_list);
  1034. model.refresh();
  1035. ]]>
  1036. </script>
  1037. </button>
  1038. <input id="ipt_domiinfaddr1" ref="/root/main/gnrldata/gnrlinfo/domiinfaddr1" class="input_default" style="left:790px; top:415px; width:200; height:19px; "/>
  1039. <caption id="caption110" class="cell_1" style="left:830px; top:269px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">접수일</caption>
  1040. <caption id="caption111" class="cell_1" style="left:830px; top:245px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">상태</caption>
  1041. <output id="opt_apntstatnm" ref="/root/main/gnrldata/gnrlinfo/apntstatnm" class="output_fix" appearance="output" style="left:924px; top:247px; width:87px; height:19px; font-size:10pt; "/>
  1042. <input id="input459" ref="/root/main/gnrldata/gnrlinfo/acptdd" class="input_default" inputtype="date" style="left:924px; top:271px; width:87px; height:19px; font-size:10pt; "/>
  1043. <button id="btn_rcpt" class="btn5_letter2" style="left:1075px; top:75px; width:42px; height:19px; ">
  1044. <caption>수납</caption>
  1045. <script type="javascript" ev:event="DOMActivate">
  1046. <![CDATA[
  1047. var apntstat = model.getValue("/root/main/gnrldata/gnrlinfo/rcptstatupdtyn");
  1048. if ( apntstat == 'N' ) {
  1049. messageBox("이미 합격/불합격 처리가 되었습니다. 수납처리를","E001");
  1050. return;
  1051. }
  1052. var retMes = messageBox("수납 하시겠습니까?", "Q999");
  1053. if ( retMes != 6) {
  1054. return;
  1055. }
  1056. model.setValue("/root/send/detailInfo/rcptflag", "2");
  1057. misfSave("TXRTR00304");
  1058. // 지원자리스트
  1059. submit("TRRTR00301");
  1060. ]]>
  1061. </script>
  1062. </button>
  1063. <select1 id="cmb_gownsize" ref="/root/main/gnrldata/gnrlinfo/gownsize" class="combo_default" appearance="minimal" style="left:745px; top:270px; width:80px; height:19px; font-size:10pt; ">
  1064. <choices>
  1065. <item>
  1066. <label>S</label>
  1067. <value>S</value>
  1068. </item>
  1069. <item>
  1070. <label>M</label>
  1071. <value>M</value>
  1072. </item>
  1073. <item>
  1074. <label>L</label>
  1075. <value>L</value>
  1076. </item>
  1077. <item>
  1078. <label>XL</label>
  1079. <value>XL</value>
  1080. </item>
  1081. <item>
  1082. <label>XXL</label>
  1083. <value>XXL</value>
  1084. </item>
  1085. <item>
  1086. <label>XXXL</label>
  1087. <value>XXXL</value>
  1088. </item>
  1089. </choices>
  1090. </select1>
  1091. <caption id="caption113" class="cell_1" style="left:663; top:269px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">가운사이즈</caption>
  1092. <input id="input73" ref="/root/temp/totpsnno" class="output_search" editable="false" style="left:185px; top:415px; width:151px; height:19px; font-size:10pt; text-align:center; "/>
  1093. <caption id="caption114" class="cell_1" style="left:0px; top:414px; width:180px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">총인원</caption>
  1094. <line id="line80" class="line_1" style="x1:0px; y1:409px; x2:480px; y2:409px; font-size:10pt; "/>
  1095. <group id="group3" style="left:0px; top:5px; width:1195px; height:65px; vertical-align:top; ">
  1096. <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1190px; height:63px; background-color:#fffbf2; border-color:#ffd799; "/>
  1097. <input id="input6" ref="/root/send/deptdg" class="input_s_essential" format="9" style="left:386px; top:38px; width:22px; height:19px; font-weight:bold; "/>
  1098. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:22px; width:56px; height:22px; text-align:left; ">
  1099. <caption>조회</caption>
  1100. <script type="javascript" ev:event="DOMActivate">
  1101. <![CDATA[
  1102. //필수 입력 항목 체크(공통 ftHelper.js)
  1103. if ( !isRequiredControls("ipt_apntyy", "cmb_supinfqurtyyflag", "cmb_fstlattrmflag", "cmb_trngflag", "cmb_dentyn") ) {
  1104. return false;
  1105. }
  1106. if ( model.getValue("/root/send/trngflag") == "I") {
  1107. grd_hopeorddeptlist.attribute("visibility") = "visible";
  1108. grd_hopehosplist.attribute("visibility") = "visible";
  1109. grd_resihopeorddeptlist.attribute("visibility") = "hidden";
  1110. grd_resihopehosplist.attribute("visibility") = "hidden";
  1111. grp_resi.visible = false;
  1112. grp_intn.visible = true;
  1113. } else {
  1114. grd_hopeorddeptlist.attribute("visibility") = "hidden";
  1115. grd_hopehosplist.attribute("visibility") = "hidden";
  1116. grd_resihopeorddeptlist.attribute("visibility") = "visible";
  1117. grd_resihopehosplist.attribute("visibility") = "visible";
  1118. grp_resi.visible = true;
  1119. grp_intn.visible = false;
  1120. }
  1121. model.resetInstanceNode("/root/main/gnrldata/gnrlinfo");
  1122. model.resetInstanceNode("/root/main/hopehosplist");
  1123. model.resetInstanceNode("/root/main/hopeorddeptlist");
  1124. model.resetInstanceNode("/root/main/famyrellist");
  1125. model.resetInstanceNode("/root/main/schollist");
  1126. model.resetInstanceNode("/root/main/carerfactlist");
  1127. model.resetInstanceNode("/root/main/forelangfactlist");
  1128. model.resetInstanceNode("/root/main/trngspeclist");
  1129. model.resetInstanceNode("/root/main/prizrpmdlist");
  1130. model.resetInstanceNode("/root/main/scinccmntspeclist");
  1131. model.resetInstanceNode("/root/main/grntorlist");
  1132. model.resetInstanceNode("/root/main/resihopeorddeptlist");
  1133. model.resetInstanceNode("/root/main/resihopehosplist");
  1134. model.refresh();
  1135. submit("TRRTR00301");
  1136. try {
  1137. // 지원자 총 인원등 보여준다.
  1138. model.makeValue("/root/temp/totpsnno", grd_apntvolntlist.rows -1);
  1139. model.refresh();
  1140. } catch (ex) {
  1141. //alert(ex.name +" ["+ ex.number +"] \n"+ ex.message);
  1142. }
  1143. if (model.getValue("/root/temp/totpsnno") == "1")
  1144. {
  1145. grd_apntvolntlist.row = 1;
  1146. fRefInfo();
  1147. }
  1148. if (model.getValue("/root/send/trngflag") == "I")
  1149. {
  1150. }
  1151. else if (model.getValue("/root/send/trngflag") == "R")
  1152. {
  1153. }
  1154. ]]>
  1155. </script>
  1156. </button>
  1157. <line id="line82" class="line_4" style="x1:1110px; y1:6px; x2:1110px; y2:52px; border-color:#ffe4bb; border-left-style:solid; "/>
  1158. <caption id="caption116" class="search_name" style="left:15px; top:39px; width:86px; height:17px; ">이 름 :</caption>
  1159. <input id="input74" ref="/root/send/korname" class="input_search" imemode="hangul" style="left:100px; top:38px; width:90; height:19px; ">
  1160. <script type="javascript" ev:event="onkeyup">
  1161. <![CDATA[
  1162. inputEnterKey("btn_search", "DOMActivate");
  1163. ]]>
  1164. </script>
  1165. </input>
  1166. <caption id="caption117" class="search_name" style="left:210px; top:39px; width:125px; height:17px; ">과구분 :</caption>
  1167. <input id="input75" ref="/root/send/fromexamno" class="input_search" style="left:515px; top:38px; width:90px; height:19px; "/>
  1168. <select1 id="cmb_trngflag" ref="/root/send/trngflag" class="combo_s_essential" appearance="minimal" style="left:820px; top:10px; width:90px; height:19px; ">
  1169. <choices>
  1170. <itemset>
  1171. <label/>
  1172. <value/>
  1173. </itemset>
  1174. </choices>
  1175. <script type="javascript" ev:event="xforms-value-changed">
  1176. <![CDATA[
  1177. if (model.getValue("/root/send/trngflag") == "R") {
  1178. cmb_resiorddeptcd.visible = true;
  1179. cmb_intnorddeptcd.visible = false;
  1180. model.setValue("/root/send/intnorddeptcd", "");
  1181. } else {
  1182. cmb_resiorddeptcd.visible = false;
  1183. cmb_intnorddeptcd.visible = true;
  1184. model.setValue("/root/send/resiorddeptcd", "");
  1185. }
  1186. ]]>
  1187. </script>
  1188. </select1>
  1189. <caption id="caption118" class="search_name" style="left:720px; top:9px; width:110px; height:17px; ">전공의구분 :</caption>
  1190. <caption id="caption119" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">년 도 :</caption>
  1191. <caption id="caption120" class="search_name" style="left:210px; top:9px; width:86px; height:17px; ">상하반기 :</caption>
  1192. <caption id="caption121" class="search_name" style="left:425px; top:9px; width:86px; height:17px; ">전후기 :</caption>
  1193. <select1 id="cmb_dentyn" ref="/root/send/dentyn" class="combo_s_essential" appearance="minimal" style="left:1002px; top:10px; width:90px; height:19px; ">
  1194. <choices>
  1195. <itemset>
  1196. <label/>
  1197. <value/>
  1198. </itemset>
  1199. </choices>
  1200. </select1>
  1201. <caption id="caption122" class="search_name" style="left:915px; top:9px; width:96px; height:17px; ">치과여부 :</caption>
  1202. <select1 id="cmb_fstlattrmflag" ref="/root/send/fstlattrmflag" class="combo_s_essential" appearance="minimal" style="left:515px; top:10px; width:90px; height:19px; ">
  1203. <choices>
  1204. <itemset>
  1205. <label/>
  1206. <value/>
  1207. </itemset>
  1208. </choices>
  1209. </select1>
  1210. <select1 id="cmb_supinfqurtyyflag" ref="/root/send/supinfqurtyyflag" class="combo_s_essential" appearance="minimal" style="left:295px; top:10px; width:90; height:19px; ">
  1211. <choices>
  1212. <itemset>
  1213. <label/>
  1214. <value/>
  1215. </itemset>
  1216. </choices>
  1217. </select1>
  1218. <caption id="caption123" class="search_name" style="left:425px; top:39px; width:86px; height:17px; ">수험번호 :</caption>
  1219. <input id="input77" ref="/root/send/apntyy" class="input_s_essential" style="left:100px; top:10px; width:90; height:19px; ">
  1220. <script type="javascript" ev:event="xforms-value-changed">
  1221. <![CDATA[
  1222. if (cur_yy > parseInt(input77.value)) {
  1223. btn_save.disabled = true;
  1224. } else {
  1225. btn_save.disabled = false;
  1226. }
  1227. ]]>
  1228. </script>
  1229. </input>
  1230. <select1 id="rad_apntstat" ref="/root/send/apntstat" appearance="full" cols="5" overflow="visible" style="left:815px; top:42px; width:305px; height:15px; border-style:none; ">
  1231. <choices>
  1232. <item>
  1233. <label>전체</label>
  1234. <value/>
  1235. </item>
  1236. <item>
  1237. <label>온라인접수</label>
  1238. <value>1</value>
  1239. </item>
  1240. <item>
  1241. <label>수납확인</label>
  1242. <value>2</value>
  1243. </item>
  1244. <item>
  1245. <label>합격</label>
  1246. <value>3</value>
  1247. </item>
  1248. <item>
  1249. <label>불합격</label>
  1250. <value>4</value>
  1251. </item>
  1252. </choices>
  1253. </select1>
  1254. <caption id="caption17" class="search_name" style="left:720px; top:41px; width:90px; height:17px; ">채용상태 :</caption>
  1255. <select1 id="cmb_intnorddeptcd" ref="/root/send/intnorddeptcd" class="combo_default" visibility="hidden" appearance="minimal" style="left:295px; top:38px; width:90; height:19px; ">
  1256. <choices>
  1257. <item>
  1258. <label>전체</label>
  1259. <value/>
  1260. </item>
  1261. <item>
  1262. <label>의과</label>
  1263. <value>XXXX</value>
  1264. </item>
  1265. <item>
  1266. <label>보철과</label>
  1267. <value>PT</value>
  1268. </item>
  1269. <item>
  1270. <label>구강외과</label>
  1271. <value>OT</value>
  1272. </item>
  1273. <item>
  1274. <label>교정과</label>
  1275. <value>OD</value>
  1276. </item>
  1277. </choices>
  1278. </select1>
  1279. <input id="input4" ref="/root/send/toexamno" class="input_search" style="left:625px; top:38px; width:90px; height:19px; "/>
  1280. <caption id="caption37" style="left:610px; top:41px; width:25px; height:20px; ">~</caption>
  1281. <select1 id="cmb_resiorddeptcd" ref="/root/send/resiorddeptcd" class="combo_s_essential" visibility="visible" appearance="minimal" style="left:295px; top:38px; width:90px; height:19px; ">
  1282. <choices>
  1283. <itemset>
  1284. <label/>
  1285. <value/>
  1286. </itemset>
  1287. </choices>
  1288. </select1>
  1289. </group>
  1290. <input id="ipt_rregno" ref="/root/main/gnrldata/gnrlinfo/rregno" class="input_default" dragmode="true" editable="false" format="999999-9999999" showmask="true" appearance="input" style="left:569; top:103px; width:91; height:19px; font-size:10pt; "/>
  1291. <line id="line83" class="line_1" style="x1:490px; y1:95px; x2:1010px; y2:95px; font-size:10pt; "/>
  1292. <caption id="caption124" class="cell_1" style="left:830px; top:125px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">first</caption>
  1293. <input id="input26" ref="/root/main/gnrldata/gnrlinfo/engmdlnm" class="input_default" imemode="disabled" style="left:745px; top:126px; width:80px; height:19px; font-size:10pt; "/>
  1294. <input id="input82" ref="/root/main/gnrldata/gnrlinfo/engfstnm" class="input_default" imemode="disabled" style="left:924px; top:126px; width:87px; height:19px; font-size:10pt; "/>
  1295. <button id="btn_domizipcd" class="icon_search" style="left:767px; top:390px; width:16px; height:16px; ">
  1296. <caption/>
  1297. <script type="javascript" ev:event="DOMActivate">
  1298. <![CDATA[
  1299. /* 우편번호 Help화면 Popup */
  1300. var recv_list = "zipcd1,zipcd2,infaddr1";
  1301. rpbfOpenZipCdHelp(ipt_zipcd1, recv_list);
  1302. model.refresh();
  1303. ]]>
  1304. </script>
  1305. </button>
  1306. <caption id="caption9" style="left:705px; top:390px; width:10px; height:20px; ">-</caption>
  1307. <input id="ipt_infaddr1" ref="/root/main/gnrldata/gnrlinfo/infaddr1" class="input_default" style="left:790px; top:390px; width:200; height:19px; ">
  1308. <script type="javascript" ev:event="xforms-value-changed">
  1309. <![CDATA[
  1310. /* 우편번호 Validation Check
  1311. misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
  1312. misfValidationCheck("04", "", "zipcd1,zipcd2,infaddr1" );
  1313. model.refresh();
  1314. ]]>
  1315. </script>
  1316. </input>
  1317. <input id="ipt_zipcd1" ref="/root/main/gnrldata/gnrlinfo/zipcd1" class="input_default" disabled="true" editable="false" appearance="input" style="left:660px; top:390px; width:42px; height:19px; "/>
  1318. <input id="ipt_zipcd2" ref="/root/main/gnrldata/gnrlinfo/zipcd2" class="input_default" disabled="true" editable="false" appearance="input" style="left:718px; top:390px; width:42px; height:19px; "/>
  1319. <switch id="switch2" style="left:0px; top:465px; width:1195px; height:270px; ">
  1320. <case id="case11">
  1321. <group id="grp_intn" visibility="hidden" style="left:0px; top:0px; width:1185px; height:260px; ">
  1322. <caption id="caption100" class="tit_2" style="left:10; top:10; width:117px; height:13px; ">인턴 채용성적</caption>
  1323. <input id="output1" ref="/root/main/gnrldata/gnrlinfo/natiexamtotpnt" class="input_search" showmask="true" appearance="input" style="left:113px; top:33px; width:397px; height:19px; "/>
  1324. <select1 id="cmb_compulinc" ref="/root/main/gnrldata/gnrlinfo/compulincissinst" class="combo_default" appearance="minimal" style="left:514px; top:162px; width:205px; height:19px; ">
  1325. <choices>
  1326. <itemset>
  1327. <label/>
  1328. <value/>
  1329. </itemset>
  1330. </choices>
  1331. </select1>
  1332. <caption id="caption13" class="cell_1" style="left:256px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">재학성적 인원</caption>
  1333. <line id="line26" class="line_1" style="x1:0px; y1:28px; x2:1025px; y2:27px; "/>
  1334. <input id="input13" ref="/root/main/gnrldata/gnrlinfo/bngschoolrank" class="input_search" showmask="true" appearance="input" style="left:113px; top:57px; width:140px; height:19px; "/>
  1335. <output id="input14" ref="/root/main/gnrldata/gnrlinfo/taknnotechgpnt" class="output_search" appearance="output" style="left:630px; top:33px; width:400px; height:19px; "/>
  1336. <output id="input15" ref="/root/main/gnrldata/gnrlinfo/bngschoolchgpnt" class="output_search" appearance="output" style="left:890px; top:57px; width:140px; height:19px; "/>
  1337. <output id="input16" ref="/root/main/gnrldata/gnrlinfo/bngschoolgrde" class="output_search" appearance="output" style="left:630px; top:57px; width:140px; height:19px; "/>
  1338. <output id="input17" ref="/root/main/gnrldata/gnrlinfo/choivaluechgpnt" class="output_search" appearance="output" style="left:890px; top:135px; width:140px; height:19px; "/>
  1339. <input id="input172" ref="/root/main/gnrldata/gnrlinfo/soclvoluntractnm" class="input_search" maxlength="40" appearance="input" style="left:370px; top:137px; width:350px; height:19px; "/>
  1340. <caption id="caption18" class="cell_1" style="left:775px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">성적환산점수</caption>
  1341. <input id="output2" ref="/root/main/gnrldata/gnrlinfo/bngschoolpsnno" class="input_search" showmask="true" appearance="input" style="left:370px; top:57px; width:140px; height:19px; "/>
  1342. <line id="line3" class="line_1" style="x1:0px; y1:131px; x2:1025px; y2:130px; "/>
  1343. <select1 id="cmb_usmlelinc" ref="/root/main/gnrldata/gnrlinfo/usmlelinc" class="combo_default" appearance="minimal" style="left:370px; top:184px; width:140px; height:19px; font-size:10pt; ">
  1344. <choices>
  1345. <item>
  1346. <label>없음</label>
  1347. <value/>
  1348. </item>
  1349. <item>
  1350. <label>STEP1</label>
  1351. <value>1</value>
  1352. </item>
  1353. <item>
  1354. <label>STEP2</label>
  1355. <value>2</value>
  1356. </item>
  1357. <item>
  1358. <label>STEP3</label>
  1359. <value>3</value>
  1360. </item>
  1361. </choices>
  1362. </select1>
  1363. <select id="chk_compulincchk" ref="/root/main/gnrldata/gnrlinfo/compulincchk" visibility="hidden" overflow="visible" appearance="full" style="left:1150px; top:60px; width:30px; height:20px; border-style:none; ">
  1364. <choices>
  1365. <item>
  1366. <label/>
  1367. <value>Y</value>
  1368. </item>
  1369. </choices>
  1370. </select>
  1371. <select id="chk_soclvoluntractchk" ref="/root/main/gnrldata/gnrlinfo/soclvoluntractchk" visibility="hidden" overflow="visible" appearance="full" style="left:725px; top:137px; width:100px; height:20px; border-style:none; ">
  1372. <choices>
  1373. <item>
  1374. <label/>
  1375. <value>Y</value>
  1376. </item>
  1377. </choices>
  1378. </select>
  1379. <select1 id="rdo_engchoicd" ref="/root/main/gnrldata/gnrlinfo/engchoicd" visibility="visible" appearance="full" overflow="visible" style="left:235px; top:135px; width:100px; height:115px; line-spacing:7; border-style:none; ">
  1380. <choices>
  1381. <item>
  1382. <label/>
  1383. <value>01</value>
  1384. </item>
  1385. <item>
  1386. <label/>
  1387. <value>05</value>
  1388. </item>
  1389. <item>
  1390. <label/>
  1391. <value>06</value>
  1392. </item>
  1393. <item>
  1394. <label/>
  1395. <value>07</value>
  1396. </item>
  1397. <item>
  1398. <label/>
  1399. <value>08</value>
  1400. </item>
  1401. </choices>
  1402. </select1>
  1403. <caption id="caption19" class="cell_1" style="left:0px; top:79px; width:110px; height:23px; text-align:center; vertical-align:middle; ">면접 점수</caption>
  1404. <output id="input7" ref="/root/main/gnrldata/gnrlinfo/intvpnt" class="output_search" showmask="true" appearance="output" style="left:113px; top:81px; width:140px; height:19px; "/>
  1405. <caption id="caption20" class="cell_1" style="left:256px; top:79px; width:110px; height:23px; text-align:center; vertical-align:middle; ">실기 점수</caption>
  1406. <output id="input8" ref="/root/main/gnrldata/gnrlinfo/pracpnt" class="output_search" showmask="true" appearance="output" style="left:370px; top:81px; width:140px; height:19px; "/>
  1407. <caption id="caption12" class="cell_1" style="left:0px; top:31px; width:110px; height:23px; text-align:center; vertical-align:middle; ">국시점수</caption>
  1408. <caption id="caption11" class="cell_1" style="left:0px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">재학성적 석차</caption>
  1409. <caption id="caption14" class="cell_1" style="left:517px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">등급</caption>
  1410. <caption id="caption15" class="cell_1" style="left:517px; top:31px; width:110px; height:23px; text-align:center; vertical-align:middle; ">국시환산점수</caption>
  1411. <caption id="caption22" class="cell_1" style="left:0px; top:134px; width:25px; height:119px; text-align:center; vertical-align:middle; ">영어성적</caption>
  1412. <caption id="caption23" class="cell_1" style="left:26px; top:134px; width:84px; height:23px; text-align:center; vertical-align:middle; ">TOEIC</caption>
  1413. <input id="input23" ref="/root/main/gnrldata/gnrlinfo/toeicpnt" class="input_search" disabled="true" showmask="true" appearance="input" style="left:113px; top:136px; width:117px; height:19px; "/>
  1414. <caption id="caption24" class="cell_1" style="left:26px; top:158px; width:84px; height:23px; text-align:center; vertical-align:middle; ">TEPS</caption>
  1415. <input id="input20" ref="/root/main/gnrldata/gnrlinfo/tepspnt" class="input_search" disabled="true" showmask="true" appearance="input" style="left:113px; top:160px; width:117px; height:19px; "/>
  1416. <caption id="caption25" class="cell_1" style="left:26px; top:182px; width:84px; height:23px; text-align:center; vertical-align:middle; ">TOEFL PBT</caption>
  1417. <input id="input21" ref="/root/main/gnrldata/gnrlinfo/toeflpbtpnt" class="input_search" disabled="true" showmask="true" appearance="input" style="left:113px; top:184px; width:117px; height:19px; "/>
  1418. <caption id="caption21" class="cell_1" style="left:26px; top:206px; width:84px; height:23px; text-align:center; vertical-align:middle; ">TOEFL CBT</caption>
  1419. <input id="input9" ref="/root/main/gnrldata/gnrlinfo/toeflcbtpnt" class="input_search" disabled="true" showmask="true" appearance="input" style="left:113px; top:208px; width:117px; height:19px; "/>
  1420. <caption id="caption30" class="cell_1" style="left:26px; top:230px; width:84px; height:23px; text-align:center; vertical-align:middle; ">TOEFL IBT</caption>
  1421. <input id="input10" ref="/root/main/gnrldata/gnrlinfo/toeflibtpnt" class="input_search" disabled="true" showmask="true" appearance="input" style="left:113px; top:232px; width:117px; height:19px; "/>
  1422. <caption id="caption26" class="cell_1" style="left:255px; top:158px; width:110px; height:23px; text-align:center; vertical-align:middle; ">전산자격증</caption>
  1423. <caption id="caption27" class="cell_1" style="left:256px; top:182px; width:110px; height:23px; text-align:center; vertical-align:middle; ">USMLE</caption>
  1424. <caption id="caption28" class="cell_1" style="left:775px; top:134px; width:111px; height:23px; text-align:center; vertical-align:middle; ">선택평가 합계 점수</caption>
  1425. <caption id="caption29" class="cell_1" style="left:256px; top:134px; width:110px; height:23px; text-align:center; vertical-align:middle; ">사회의료봉사활동</caption>
  1426. <button id="button1" class="icon_search" style="left:750px; top:138px; width:16px; height:16px; ">
  1427. <caption/>
  1428. <script type="javascript" ev:event="DOMActivate">
  1429. <![CDATA[
  1430. //필수 입력 항목 체크(공통 ftHelper.js)
  1431. if ( !isRequiredControls("ipt_apntyy", "cmb_supinfqurtyyflag", "cmb_fstlattrmflag", "cmb_trngflag", "cmb_dentyn", "cnb_scrngflag") ) {
  1432. return false;
  1433. }
  1434. /*
  1435. pwindow_name : Open할 window명
  1436. pcontrol_name : OPEN하는 Control명(Grid,Input.....)
  1437. precv_list: 리턴받을 Instance명 (마지막 Element만 ','로 분리)
  1438. pdefault_value : 부모 윈도우에서 넘어오는 값
  1439. pcheck_yn : 선택형 팝업창인지 아닌지를 체크
  1440. function rpbfOpenPopUpList(pwindow_name, pcontrol_name, precv_list, pdefault_value, pcheck_yn) {
  1441. */
  1442. rpbfOpenPopUpList("SPRTR00301", ipt_soclvoluntract, "soclvoluntract,soclvoluntracttm", "ipt_soclvoluntracttm,ipt_soclvoluntract,cmb_trngflag","N");
  1443. model.refresh();
  1444. ]]>
  1445. </script>
  1446. </button>
  1447. <input id="ipt_soclvoluntracttm" ref="/root/main/gnrldata/gnrlinfo/soclvoluntracttm" class="input_search" visibility="hidden" maxlength="40" appearance="input" style="left:1155px; top:40px; width:27px; height:19px; "/>
  1448. <input id="ipt_soclvoluntract" ref="/root/main/gnrldata/gnrlinfo/soclvoluntract" class="input_search" visibility="hidden" maxlength="40" appearance="input" style="left:1150px; top:15px; width:30px; height:19px; "/>
  1449. <select1 id="cmb_compulincissinst" ref="/root/main/gnrldata/gnrlinfo/compulinc" class="combo_default" appearance="minimal" style="left:370px; top:162px; width:140px; height:19px; ">
  1450. <choices>
  1451. <itemset>
  1452. <label/>
  1453. <value/>
  1454. </itemset>
  1455. </choices>
  1456. </select1>
  1457. <caption id="caption130" class="cell_1" style="left:517px; top:80px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부번호1</caption>
  1458. <caption id="caption131" class="cell_1" style="left:775px; top:80px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부등록일1</caption>
  1459. <caption id="caption132" class="cell_1" style="left:517px; top:104px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부번호2</caption>
  1460. <caption id="caption133" class="cell_1" style="left:775px; top:104px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부등록일2</caption>
  1461. <input id="input12" ref="/root/main/gnrldata/gnrlinfo/welfprtno1" style="left:630px; top:81px; width:140px; height:19px; "/>
  1462. <input id="input18" ref="/root/main/gnrldata/gnrlinfo/welfprtno2" style="left:630px; top:105px; width:140px; height:19px; "/>
  1463. <input id="input22" ref="/root/main/gnrldata/gnrlinfo/welfprtno1regtdd" inputtype="date" style="left:890px; top:81px; width:140px; height:19px; "/>
  1464. <input id="input49" ref="/root/main/gnrldata/gnrlinfo/welfprtno2regtdd" inputtype="date" style="left:890px; top:105px; width:140px; height:19px; "/>
  1465. </group>
  1466. <group id="grp_resi" style="left:0px; top:0; width:1185px; height:260px; ">
  1467. <caption id="caption1" class="tit_2" style="left:10px; top:10px; width:140px; height:13px; ">레지던트 채용성적</caption>
  1468. <input id="input3" ref="/root/main/gnrldata/gnrlinfo/resinatiexamtotpnt" class="input_search" navindex="101" showmask="true" appearance="input" style="left:113px; top:33px; width:210; height:19px; "/>
  1469. <caption id="caption2" class="cell_1" style="left:111px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">총점</caption>
  1470. <line id="line1" class="line_1" style="x1:0px; y1:28px; x2:1000; y2:27px; "/>
  1471. <input id="input5" ref="/root/main/gnrldata/gnrlinfo/intnperscore" class="input_search" navindex="103" maxlength="8" showmask="true" appearance="input" style="left:223px; top:82; width:100px; height:19px; "/>
  1472. <output id="output3" ref="/root/main/gnrldata/gnrlinfo/resitaknnotechgpnt" class="output_search" format="####.00" appearance="output" style="left:440px; top:33px; width:318; height:19px; "/>
  1473. <output id="output4" ref="/root/main/gnrldata/gnrlinfo/intnjudgchgpnt" class="output_search" appearance="output" style="left:878px; top:82; width:100px; height:19px; "/>
  1474. <caption id="caption3" class="cell_1" style="left:763px; top:79; width:110px; height:23px; text-align:center; vertical-align:middle; ">판정 환산점수</caption>
  1475. <input id="input11" ref="/root/main/gnrldata/gnrlinfo/intntotpnt" class="input_search" navindex="102" maxlength="8" showmask="true" appearance="input" style="left:223px; top:57px; width:100px; height:19px; "/>
  1476. <line id="line2" class="line_1" style="x1:0px; y1:111px; x2:1000; y2:110px; "/>
  1477. <caption id="caption5" class="cell_1" style="left:0px; top:211px; width:110px; height:23px; text-align:center; vertical-align:middle; ">면접 점수</caption>
  1478. <output id="output7" ref="/root/main/gnrldata/gnrlinfo/resiintvpnt" class="output_search" format="####.##" showmask="true" appearance="output" style="left:113px; top:213px; width:210; height:19px; "/>
  1479. <caption id="caption7" class="cell_1" style="left:327px; top:211px; width:110px; height:23px; text-align:center; vertical-align:middle; ">실기 점수</caption>
  1480. <output id="output8" ref="/root/main/gnrldata/gnrlinfo/resipracpnt" class="output_search" format="####.##" showmask="true" appearance="output" style="left:440px; top:213px; width:100; height:19px; "/>
  1481. <caption id="caption8" class="cell_1" style="left:0px; top:31px; width:110px; height:23px; text-align:center; vertical-align:middle; ">필기점수</caption>
  1482. <caption id="caption10" class="cell_1" style="left:0px; top:55px; width:110px; height:47px; text-align:center; vertical-align:middle; ">인턴성적</caption>
  1483. <caption id="caption31" class="cell_1" style="left:327px; top:31px; width:110px; height:23px; text-align:center; vertical-align:middle; ">필기 환산점수</caption>
  1484. <caption id="caption32" class="cell_1" style="left:0px; top:114px; width:25px; height:72px; text-align:center; vertical-align:middle; ">선택평가</caption>
  1485. <caption id="caption33" class="cell_1" style="left:26px; top:114px; width:84px; height:48px; text-align:center; vertical-align:middle; ">의대성적</caption>
  1486. <caption id="caption35" class="cell_1" style="left:26px; top:163px; width:84px; height:23px; text-align:center; vertical-align:middle; ">봉사활동</caption>
  1487. <caption id="caption38" class="cell_1" style="left:327px; top:115px; width:110px; height:23px; text-align:center; vertical-align:middle; ">등급</caption>
  1488. <button id="button2" class="icon_search" style="left:545px; top:165px; width:16px; height:16px; ">
  1489. <caption/>
  1490. <script type="javascript" ev:event="DOMActivate">
  1491. <![CDATA[
  1492. //필수 입력 항목 체크(공통 ftHelper.js)
  1493. if ( !isRequiredControls("ipt_apntyy", "cmb_supinfqurtyyflag", "cmb_fstlattrmflag", "cmb_trngflag", "cmb_dentyn", "cnb_scrngflag") ) {
  1494. return false;
  1495. }
  1496. /*
  1497. pwindow_name : Open할 window명
  1498. pcontrol_name : OPEN하는 Control명(Grid,Input.....)
  1499. precv_list: 리턴받을 Instance명 (마지막 Element만 ','로 분리)
  1500. pdefault_value : 부모 윈도우에서 넘어오는 값
  1501. pcheck_yn : 선택형 팝업창인지 아닌지를 체크
  1502. function rpbfOpenPopUpList(pwindow_name, pcontrol_name, precv_list, pdefault_value, pcheck_yn) {
  1503. */
  1504. rpbfOpenPopUpList("SPRTR00301", ipt_resisoclvoluntract, "resisoclvoluntract,resisoclvoluntracttm", "ipt_resisoclvoluntracttm,ipt_resisoclvoluntract,cmb_trngflag","N");
  1505. model.refresh();
  1506. ]]>
  1507. </script>
  1508. </button>
  1509. <caption id="caption106" class="cell_1" style="left:111px; top:79; width:110px; height:23px; text-align:center; vertical-align:middle; ">만점</caption>
  1510. <caption id="caption108" class="cell_1" style="left:327px; top:79; width:110px; height:23px; text-align:center; vertical-align:middle; ">인원</caption>
  1511. <input id="input36" ref="/root/main/gnrldata/gnrlinfo/intnrank" class="input_search" navindex="104" maxlength="4" showmask="true" appearance="input" style="left:440px; top:57px; width:100px; height:19px; "/>
  1512. <caption id="caption109" class="cell_1" style="left:327px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">석차</caption>
  1513. <input id="input38" ref="/root/main/gnrldata/gnrlinfo/intnpsnno" class="input_search" navindex="105" maxlength="4" showmask="true" appearance="input" style="left:440px; top:82; width:100px; height:19px; "/>
  1514. <caption id="caption112" class="cell_1" style="left:544px; top:79; width:110px; height:23px; text-align:center; vertical-align:middle; ">판정</caption>
  1515. <caption id="caption115" class="cell_1" style="left:544px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">등급</caption>
  1516. <input id="input39" ref="/root/main/gnrldata/gnrlinfo/intngrde" class="input_search" navindex="106" imemode="alpha" maxlength="1" appearance="input" style="left:658px; top:57px; width:100px; height:19px; ">
  1517. <script type="javascript" ev:event="xforms-value-changed">
  1518. <![CDATA[
  1519. // 2007-11-18 채용성적 등급에 대문자만 입력 acwon수정
  1520. var refpath = "/root/main/gnrldata/gnrlinfo/intngrde";
  1521. var str = model.getValue(refpath);
  1522. var keycode = str.charCodeAt(0);
  1523. if ( (keycode >= 65 && keycode <= 90) || (keycode >= 97 && keycode <= 122) )
  1524. {
  1525. if (keycode >= 97 && keycode <= 122)
  1526. keycode -= 32;
  1527. model.setValue(refpath, String.fromCharCode(keycode));
  1528. }
  1529. else
  1530. {
  1531. model.setValue(refpath, "");
  1532. model.setFocus("input39");
  1533. messageBox("유효하지 않은 입력입니다.", "E", "");
  1534. }
  1535. input39.refresh();
  1536. ]]>
  1537. </script>
  1538. </input>
  1539. <input id="input41" ref="/root/main/gnrldata/gnrlinfo/intnjudg" class="output_search" navindex="107" maxlength="1" appearance="input" style="left:658px; top:82; width:100px; height:19px; "/>
  1540. <caption id="caption125" class="cell_1" style="left:111px; top:139px; width:110px; height:23px; text-align:center; vertical-align:middle; ">인원</caption>
  1541. <caption id="caption126" class="cell_1" style="left:111px; top:115px; width:110px; height:23px; text-align:center; vertical-align:middle; ">석차</caption>
  1542. <input id="input42" ref="/root/main/gnrldata/gnrlinfo/resibngschoolrank" class="input_search" navindex="108" showmask="true" appearance="input" style="left:223px; top:116px; width:100px; height:19px; "/>
  1543. <input id="input46" ref="/root/main/gnrldata/gnrlinfo/resibngschoolpsnno" class="input_search" navindex="109" showmask="true" appearance="input" style="left:223px; top:140px; width:100; height:19px; "/>
  1544. <caption id="caption36" class="cell_1" style="left:327px; top:139px; width:110px; height:23px; text-align:center; vertical-align:middle; ">의대 환산점수</caption>
  1545. <input id="input19" ref="/root/main/gnrldata/gnrlinfo/resisoclvoluntractnm" class="output_search" navindex="110" editable="false" maxlength="40" appearance="input" style="left:113px; top:165px; width:427px; height:19px; "/>
  1546. <caption id="caption16" class="cell_1" style="left:0px; top:187px; width:110px; height:23px; text-align:center; vertical-align:middle; ">선택평가 합계</caption>
  1547. <output id="input1" ref="/root/main/gnrldata/gnrlinfo/resibngschoolgrde" class="output_search" format="9999" showmask="true" appearance="output" style="left:440px; top:116px; width:100; height:19px; "/>
  1548. <output id="input2" ref="/root/main/gnrldata/gnrlinfo/resibngschoolchgpnt" class="output_search" format="####.##" showmask="true" appearance="output" style="left:440px; top:140px; width:100; height:19px; "/>
  1549. <output id="output5" ref="/root/main/gnrldata/gnrlinfo/resichoivaluechgpnt" class="output_search" format="####.##" showmask="true" appearance="output" style="left:113px; top:190px; width:427px; height:19px; "/>
  1550. <input id="ipt_resisoclvoluntracttm" ref="/root/main/gnrldata/gnrlinfo/resisoclvoluntracttm" class="input_search" visibility="hidden" maxlength="40" appearance="input" style="left:1075px; top:235px; width:95px; height:19px; "/>
  1551. <input id="ipt_resisoclvoluntract" ref="/root/main/gnrldata/gnrlinfo/resisoclvoluntract" class="input_search" visibility="hidden" maxlength="40" appearance="input" style="left:1075px; top:210px; width:105px; height:19px; "/>
  1552. <output id="output6" ref="/root/main/gnrldata/gnrlinfo/intnavgpnt" class="output_search" format="####.##" appearance="output" style="left:878px; top:58px; width:100px; height:19px; "/>
  1553. <caption id="caption34" class="cell_1" style="left:763px; top:55px; width:110px; height:23px; text-align:center; vertical-align:middle; ">평점</caption>
  1554. <caption id="caption52" class="cell_1" style="left:545px; top:139px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부번호2</caption>
  1555. <caption id="caption127" class="cell_1" style="left:545px; top:115px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부번호1</caption>
  1556. <input id="ipt_welfprtno1" ref="/root/main/gnrldata/gnrlinfo/welfprtno1" style="left:658px; top:116px; width:100px; height:19px; "/>
  1557. <input id="ipt_welfprtno2" ref="/root/main/gnrldata/gnrlinfo/welfprtno2" style="left:658px; top:140px; width:100px; height:19px; "/>
  1558. <caption id="caption128" class="cell_1" style="left:763px; top:115px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부등록일1</caption>
  1559. <caption id="caption129" class="cell_1" style="left:763px; top:139px; width:110px; height:23px; text-align:center; vertical-align:middle; ">복지부등록일2</caption>
  1560. <input id="ipt_welfprtno1regtdd" ref="/root/main/gnrldata/gnrlinfo/welfprtno1regtdd" inputtype="date" style="left:878px; top:116px; width:100px; height:19px; "/>
  1561. <input id="ipt_welfprtno2regtdd" ref="/root/main/gnrldata/gnrlinfo/welfprtno2regtdd" inputtype="date" style="left:878px; top:140px; width:100px; height:19px; "/>
  1562. </group>
  1563. </case>
  1564. <case id="case2">
  1565. <datagrid id="grd_famyrellist" nodeset="/root/main/famyrellist" caption="관계^성명^주민등록번호^학력^직업^회사명^직책^피부양자^동거여부^장애여부^장애등급^장애번호^진료비감면" colsep="^" colwidth="100, 80, 94, 100, 100, 140, 110, 80, 80, 90, 90, 90, 100, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:230px; ">
  1566. <col ref="famyrel" type="combo" style="text-align:center; ">
  1567. <choices>
  1568. <itemset>
  1569. <label/>
  1570. <value/>
  1571. </itemset>
  1572. </choices>
  1573. </col>
  1574. <col ref="name" type="input" style="text-align:center; "/>
  1575. <col ref="famyrgstno" type="input" format="999999-9999999" showmask="true" style="text-align:center; "/>
  1576. <col ref="scholcd" type="combo" visibility="hidden" style="text-align:center; ">
  1577. <choices>
  1578. <itemset>
  1579. <label/>
  1580. <value/>
  1581. </itemset>
  1582. </choices>
  1583. </col>
  1584. <col ref="jobcd" type="combo">
  1585. <choices>
  1586. <itemset>
  1587. <label/>
  1588. <value/>
  1589. </itemset>
  1590. </choices>
  1591. </col>
  1592. <col ref="cmpynm" type="input"/>
  1593. <col ref="jobresp" type="input"/>
  1594. <col ref="healcareinsuyn" type="combo">
  1595. <choices>
  1596. <item>
  1597. <label>예</label>
  1598. <value>Y</value>
  1599. </item>
  1600. <item>
  1601. <label>아니요</label>
  1602. <value>N</value>
  1603. </item>
  1604. </choices>
  1605. </col>
  1606. <col ref="lvnsmhoseyn" type="combo" style="text-align:center; ">
  1607. <choices>
  1608. <item>
  1609. <label>예</label>
  1610. <value>Y</value>
  1611. </item>
  1612. <item>
  1613. <label>아니요</label>
  1614. <value>N</value>
  1615. </item>
  1616. </choices>
  1617. </col>
  1618. <col ref="handcapyn" type="combo" style="text-align:center; ">
  1619. <choices>
  1620. <item>
  1621. <label>예</label>
  1622. <value>Y</value>
  1623. </item>
  1624. <item>
  1625. <label>아니요</label>
  1626. <value>N</value>
  1627. </item>
  1628. </choices>
  1629. </col>
  1630. <col ref="handcapgrde" type="combo" style="text-align:center; ">
  1631. <choices>
  1632. <itemset>
  1633. <label/>
  1634. <value/>
  1635. </itemset>
  1636. </choices>
  1637. </col>
  1638. <col ref="handcapno" type="input"/>
  1639. <col ref="ordamtreductyn" type="combo">
  1640. <choices>
  1641. <item>
  1642. <label>예</label>
  1643. <value>Y</value>
  1644. </item>
  1645. <item>
  1646. <label>아니요</label>
  1647. <value>N</value>
  1648. </item>
  1649. </choices>
  1650. </col>
  1651. <col ref="apntinfono" visibility="hidden"/>
  1652. <col ref="rregno" visibility="hidden"/>
  1653. <col ref="seqno" visibility="hidden"/>
  1654. </datagrid>
  1655. <line id="line62" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1656. <button id="button79" class="btn2_letter3" style="left:1075px; top:4px; width:53px; height:19px; ">
  1657. <caption>행추가</caption>
  1658. <script type="javascript" ev:event="DOMActivate">
  1659. <![CDATA[
  1660. misfGridIUD(grd_famyrellist, "A");
  1661. ]]>
  1662. </script>
  1663. </button>
  1664. <button id="button80" class="btn2_letter3" style="left:1135px; top:4px; width:53px; height:19px; ">
  1665. <caption>행삭제</caption>
  1666. <script type="javascript" ev:event="DOMActivate">
  1667. <![CDATA[
  1668. misfGridIUD(grd_famyrellist, "D");
  1669. model.refresh();
  1670. ]]>
  1671. </script>
  1672. </button>
  1673. <caption id="caption79" class="tit_2" style="left:10px; top:10px; width:117px; height:13px; ">가족 관계</caption>
  1674. </case>
  1675. <case id="case3">
  1676. <line id="line63" class="line_3" style="width:1193; x1:0px; y1:205px; x2:1085px; y2:205px; "/>
  1677. <line id="line64" class="line_2" style="width:1193; x1:0px; y1:181px; x2:1085px; y2:181px; "/>
  1678. <line id="line65" class="line_2" style="width:1193; x1:0px; y1:157px; x2:1085px; y2:157px; "/>
  1679. <line id="line66" class="line_1" style="width:1193; x1:0px; y1:25px; x2:1185px; y2:25px; "/>
  1680. <line id="line67" class="line_1" style="width:1193; x1:0px; y1:130px; x2:1085; y2:130px; "/>
  1681. <caption id="caption80" class="tit_2" style="left:10; top:10; width:117px; height:14px; ">종교</caption>
  1682. <caption id="caption81" class="tit_2" style="left:10px; top:115px; width:117px; height:13px; ">병역</caption>
  1683. <input id="cmb_bodygrde" ref="/root/main/gnrldata/gnrlinfo/bodygrde" class="combo_default" appearance="minimal" style="left:107px; top:137px; width:162px; height:19px; font-size:10pt; "/>
  1684. <caption id="caption82" class="cell_1" style="left:0px; top:135px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">신체등급</caption>
  1685. <select1 id="cmb_armyclscd" ref="/root/main/gnrldata/gnrlinfo/armyclscd" class="combo_default" appearance="minimal" style="left:107px; top:161px; width:162px; height:19px; font-size:10pt; ">
  1686. <choices>
  1687. <itemset>
  1688. <label/>
  1689. <value/>
  1690. </itemset>
  1691. </choices>
  1692. </select1>
  1693. <caption id="caption83" class="cell_1" style="left:0px; top:159px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">군별</caption>
  1694. <caption id="caption84" class="cell_1" style="left:0px; top:183px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">입대일</caption>
  1695. <select1 id="cmb_clssvcstatcd" ref="/root/main/gnrldata/gnrlinfo/clssvcstatcd" class="combo_default" appearance="minimal" style="left:379px; top:137px; width:162px; height:19px; font-size:10pt; ">
  1696. <choices>
  1697. <itemset>
  1698. <label/>
  1699. <value/>
  1700. </itemset>
  1701. </choices>
  1702. </select1>
  1703. <caption id="caption85" class="cell_1" style="left:272px; top:135px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">역종구분</caption>
  1704. <select1 id="cmb_brnhmiltsrvccd" ref="/root/main/gnrldata/gnrlinfo/brnhmiltsrvccd" class="combo_default" appearance="minimal" style="left:379px; top:161px; width:162px; height:19px; font-size:10pt; ">
  1705. <choices>
  1706. <itemset>
  1707. <label/>
  1708. <value/>
  1709. </itemset>
  1710. </choices>
  1711. </select1>
  1712. <caption id="caption86" class="cell_1" style="left:272px; top:159px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">병과</caption>
  1713. <caption id="caption87" class="cell_1" style="left:272px; top:183px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">제대일</caption>
  1714. <input id="input53" ref="/root/main/gnrldata/gnrlinfo/sn" class="input_default" style="left:651px; top:137px; width:162px; height:19px; font-size:10pt; "/>
  1715. <select1 id="cmb_mltrflag" ref="/root/main/gnrldata/gnrlinfo/mltrflag" class="combo_default" appearance="minimal" style="left:651px; top:161px; width:162px; height:19px; font-size:10pt; ">
  1716. <choices>
  1717. <item>
  1718. <label>현역</label>
  1719. <value>1</value>
  1720. </item>
  1721. <item>
  1722. <label>공중보건의</label>
  1723. <value>2</value>
  1724. </item>
  1725. </choices>
  1726. </select1>
  1727. <caption id="caption88" class="cell_1" style="left:544px; top:135px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">군번</caption>
  1728. <caption id="caption89" class="cell_1" style="left:544px; top:159px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">복무구분</caption>
  1729. <select1 id="cmb_classcd" ref="/root/main/gnrldata/gnrlinfo/classcd" class="combo_default" appearance="minimal" style="left:923px; top:137px; width:162px; height:19px; font-size:10pt; ">
  1730. <choices>
  1731. <itemset>
  1732. <label/>
  1733. <value/>
  1734. </itemset>
  1735. </choices>
  1736. </select1>
  1737. <caption id="caption91" class="cell_1" style="left:816px; top:135px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">계급</caption>
  1738. <select1 id="cmb_dembztflag" ref="/root/main/gnrldata/gnrlinfo/dembztflag" class="combo_default" appearance="minimal" style="left:923px; top:161px; width:162px; height:19px; font-size:10pt; ">
  1739. <choices>
  1740. <itemset>
  1741. <label/>
  1742. <value/>
  1743. </itemset>
  1744. </choices>
  1745. </select1>
  1746. <caption id="caption92" class="cell_1" style="left:816px; top:159px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">제대구분</caption>
  1747. <input id="input58" ref="/root/main/gnrldata/gnrlinfo/srvarmtermfromdd" class="input_s_essential" inputtype="date" style="left:107px; top:185px; width:162px; height:19px; "/>
  1748. <input id="input59" ref="/root/main/gnrldata/gnrlinfo/srvarmtermtodd" class="input_s_essential" inputtype="date" style="left:379px; top:185px; width:162px; height:19px; "/>
  1749. <input id="input24" ref="/root/main/gnrldata/gnrlinfo/baptdd" class="input_default" inputtype="date" style="left:108px; top:56px; width:162px; height:19px; font-size:10pt; "/>
  1750. <caption id="caption53" class="cell_1" style="left:1px; top:30px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">종교</caption>
  1751. <caption id="caption55" class="cell_1" style="left:1px; top:54px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">세례일자</caption>
  1752. <input id="input27" ref="/root/main/gnrldata/gnrlinfo/chrchnm" class="input_default" style="left:380px; top:32px; width:162px; height:19px; font-size:10pt; "/>
  1753. <line id="line4" class="line_2" style="width:1193; x1:0px; y1:52px; x2:815px; y2:52px; "/>
  1754. <input id="input28" ref="/root/main/gnrldata/gnrlinfo/fairnmdd" class="input_default" inputtype="date" style="left:380px; top:56px; width:162px; height:19px; font-size:10pt; "/>
  1755. <input id="input29" ref="/root/main/gnrldata/gnrlinfo/baptnm" class="input_default" style="left:652px; top:32px; width:162px; height:19px; font-size:10pt; "/>
  1756. <caption id="caption59" class="cell_1" style="left:273px; top:30px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">교회명</caption>
  1757. <caption id="caption62" class="cell_1" style="left:273px; top:54px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">영명일</caption>
  1758. <input id="input32" ref="/root/main/gnrldata/gnrlinfo/rtconfmdd" class="input_default" inputtype="date" style="left:652px; top:56px; width:162px; height:19px; font-size:10pt; "/>
  1759. <caption id="caption65" class="cell_1" style="left:545px; top:30px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">세례명</caption>
  1760. <caption id="caption66" class="cell_1" style="left:545px; top:54px; width:105px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">견진일자</caption>
  1761. <select1 id="cmb_religncd" ref="/root/main/gnrldata/gnrlinfo/religncd" class="combo_default" appearance="minimal" style="left:108px; top:32px; width:162px; height:19px; font-size:10pt; ">
  1762. <choices>
  1763. <itemset>
  1764. <label/>
  1765. <value/>
  1766. </itemset>
  1767. </choices>
  1768. </select1>
  1769. <input id="input34" ref="/root/main/gnrldata/gnrlinfo/armyupdateyn" class="combo_default" visibility="hidden" appearance="minimal" style="left:860px; top:40px; width:162px; height:19px; font-size:10pt; "/>
  1770. </case>
  1771. <case id="case4">
  1772. <datagrid id="grd_schollist" nodeset="/root/main/schollist" caption="학력구분^학교명^학교명^년한^이수^입학일^졸업일^전공^전공^학위^학위번호" colsep="^" colwidth="127, 20, 132, 46, 104, 114, 116, 20, 153, 140, 104, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:230px; ">
  1773. <col ref="schflag" type="combo">
  1774. <choices>
  1775. <itemset>
  1776. <label/>
  1777. <value/>
  1778. </itemset>
  1779. </choices>
  1780. </col>
  1781. <col ref="schcd" type="inputbutton"/>
  1782. <col ref="schnm" type="output"/>
  1783. <col ref="lesnfixyearpd" type="input" format="9" showmask="true"/>
  1784. <col ref="cmpltcursstdyflag" type="combo">
  1785. <choices>
  1786. <itemset>
  1787. <label/>
  1788. <value/>
  1789. </itemset>
  1790. </choices>
  1791. </col>
  1792. <col ref="admischooldd" type="inputdate"/>
  1793. <col ref="gradutndd" type="inputdate"/>
  1794. <col ref="frmrmert" type="inputbutton"/>
  1795. <col ref="schfrmrmertnm" type="output"/>
  1796. <col ref="acdmydgcd" type="combo">
  1797. <choices>
  1798. <itemset>
  1799. <label/>
  1800. <value/>
  1801. </itemset>
  1802. </choices>
  1803. </col>
  1804. <col ref="acdmydgno" type="input"/>
  1805. <col ref="apntinfono" visibility="hidden"/>
  1806. <col ref="rregno" visibility="hidden"/>
  1807. <col ref="seqno" visibility="hidden"/>
  1808. <script type="javascript" ev:event="onbuttonclick">
  1809. <![CDATA[
  1810. // 학력사항 학교명
  1811. if (grd_schollist.col == 2) {
  1812. misfOpenPopUpList("03", grd_schollist, "R0141", "schcd,schnm");
  1813. model.refresh()
  1814. }
  1815. // 학력사항 전공
  1816. if (grd_schollist.col == 8) {
  1817. misfOpenPopUpList("03", grd_schollist, "R0089", "frmrmert,schfrmrmertnm");
  1818. model.refresh()
  1819. }
  1820. ]]>
  1821. </script>
  1822. </datagrid>
  1823. <line id="line68" class="line_1" style="x1:0px; y1:25; x2:1193; y2:25; "/>
  1824. <caption id="caption93" class="tit_2" style="left:10; top:10; width:117px; height:14px; ">학력</caption>
  1825. <button id="button83" class="btn2_letter3" style="left:1075px; top:4px; width:53px; height:19px; ">
  1826. <caption>행추가</caption>
  1827. <script type="javascript" ev:event="DOMActivate">
  1828. <![CDATA[
  1829. misfGridIUD(grd_schollist, "A");
  1830. ]]>
  1831. </script>
  1832. </button>
  1833. <button id="button84" class="btn2_letter3" style="left:1130px; top:4px; width:53px; height:19px; ">
  1834. <caption>행삭제</caption>
  1835. <script type="javascript" ev:event="DOMActivate">
  1836. <![CDATA[
  1837. misfGridIUD(grd_schollist, "D");
  1838. model.refresh();
  1839. ]]>
  1840. </script>
  1841. </button>
  1842. </case>
  1843. <case id="case5">
  1844. <datagrid id="grd_carerfactlist" nodeset="/root/main/carerfactlist" caption="기관^입사일^퇴사일^부서^직책^직위^주요업무^퇴직사유" colsep="^" colwidth="172, 125, 111, 149, 103, 89, 211, 198, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:230px; ">
  1845. <col ref="dutplceinst" type="input"/>
  1846. <col ref="duttermfromdd" type="inputdate"/>
  1847. <col ref="duttermtodd" type="inputdate"/>
  1848. <col ref="deptnm" type="input"/>
  1849. <col ref="jobrespnm" type="input"/>
  1850. <col ref="jobposnm" type="input"/>
  1851. <col ref="mainbiz" type="input"/>
  1852. <col ref="retireresn" type="input"/>
  1853. <col ref="apntinfono" visibility="hidden"/>
  1854. <col ref="rregno" visibility="hidden"/>
  1855. <col ref="seqno" visibility="hidden"/>
  1856. </datagrid>
  1857. <line id="line69" class="line_1" style="x1:0px; y1:25; x2:1193; y2:25; "/>
  1858. <caption id="caption94" class="tit_2" style="left:10; top:10; width:117px; height:14px; ">경력</caption>
  1859. <button id="button86" class="btn2_letter3" style="left:1075px; top:4px; width:53px; height:19px; ">
  1860. <caption>행추가</caption>
  1861. <script type="javascript" ev:event="DOMActivate">
  1862. <![CDATA[
  1863. misfGridIUD(grd_carerfactlist, "A");
  1864. ]]>
  1865. </script>
  1866. </button>
  1867. <button id="button87" class="btn2_letter3" style="left:1130px; top:4px; width:53px; height:19px; ">
  1868. <caption>행삭제</caption>
  1869. <script type="javascript" ev:event="DOMActivate">
  1870. <![CDATA[
  1871. misfGridIUD(grd_carerfactlist, "D");
  1872. model.refresh();
  1873. ]]>
  1874. </script>
  1875. </button>
  1876. </case>
  1877. <case id="case6">
  1878. <datagrid id="grd_forelangfactlist" nodeset="/root/main/forelangfactlist" caption="외국어명^시험명^점수^응시일^시험 수험번호^caption1" colsep="^" colwidth="130, 130, 120, 120, 130, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:230px; ">
  1879. <col ref="forgnlangcd" type="combo" format="####" showmask="true" style="text-align:center; ">
  1880. <choices>
  1881. <itemset>
  1882. <label/>
  1883. <value/>
  1884. </itemset>
  1885. </choices>
  1886. </col>
  1887. <col ref="examcd" type="combo">
  1888. <choices>
  1889. <itemset>
  1890. <label/>
  1891. <value/>
  1892. </itemset>
  1893. </choices>
  1894. </col>
  1895. <col imemode="disabled" ref="examscor" type="input" format="####" maxlength="4" showmask="true" style="text-align:center; "/>
  1896. <col ref="examdd" type="inputdate" style="text-align:center; "/>
  1897. <col ref="examno" type="input" style="text-align:center; "/>
  1898. <col ref="apntinfono" visibility="hidden"/>
  1899. <col ref="rregno"/>
  1900. <col ref="seqno"/>
  1901. </datagrid>
  1902. <line id="line70" class="line_1" style="x1:0px; y1:25; x2:1193; y2:25; "/>
  1903. <caption id="caption95" class="tit_2" style="left:10; top:10; width:117px; height:14px; ">외국어</caption>
  1904. <button id="button89" class="btn2_letter3" style="left:1075px; top:4px; width:53px; height:19px; ">
  1905. <caption>행추가</caption>
  1906. <script type="javascript" ev:event="DOMActivate">
  1907. <![CDATA[
  1908. misfGridIUD(grd_forelangfactlist, "A");
  1909. ]]>
  1910. </script>
  1911. </button>
  1912. <button id="button90" class="btn2_letter3" style="left:1130px; top:4px; width:53px; height:19px; ">
  1913. <caption>행삭제</caption>
  1914. <script type="javascript" ev:event="DOMActivate">
  1915. <![CDATA[
  1916. misfGridIUD(grd_forelangfactlist, "D");
  1917. model.refresh();
  1918. ]]>
  1919. </script>
  1920. </button>
  1921. </case>
  1922. <case id="case7">
  1923. <datagrid id="grd_trngspeclist" nodeset="/root/main/trngspeclist" caption="수련구분^수련기관코드^수련기관명^수련시작일^수련종료일^전공과목^수료번호^수료일자^수련포기사유^caption1^caption2^caption3" colsep="^" colwidth="100, 90, 130, 100, 100, 100, 100, 100, 316, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:230px; ">
  1924. <col ref="trngflag" type="combo">
  1925. <choices>
  1926. <itemset>
  1927. <label/>
  1928. <value/>
  1929. </itemset>
  1930. </choices>
  1931. </col>
  1932. <col ref="cmpltinstcd" type="inputbutton"/>
  1933. <col ref="cmpltinstnm" type="output"/>
  1934. <col ref="trngfromdd" type="inputdate"/>
  1935. <col ref="trngenddd" type="inputdate"/>
  1936. <col ref="frmrmert" type="combo">
  1937. <choices>
  1938. <itemset>
  1939. <label/>
  1940. <value/>
  1941. </itemset>
  1942. </choices>
  1943. </col>
  1944. <col ref="trngno" type="input"/>
  1945. <col ref="trngdd" type="inputdate"/>
  1946. <col ref="trnggivupresn" type="input"/>
  1947. <col ref="apntinfono" visibility="hidden"/>
  1948. <col ref="rregno" visibility="hidden"/>
  1949. <col ref="seqno" visibility="hidden"/>
  1950. <script type="javascript" ev:event="onbuttonclick">
  1951. <![CDATA[
  1952. if (grd_trngspeclist.col == 2) {
  1953. misfOpenPopUpList("03", grd_trngspeclist, "R0277", "cmpltinstcd,cmpltinstnm");
  1954. model.refresh()
  1955. }
  1956. ]]>
  1957. </script>
  1958. </datagrid>
  1959. <button id="button91" class="btn2_letter3" style="left:1070px; top:4px; width:53px; height:19px; ">
  1960. <caption>행추가</caption>
  1961. <script type="javascript" ev:event="DOMActivate">
  1962. <![CDATA[
  1963. misfGridIUD(grd_trngspeclist, "A");
  1964. ]]>
  1965. </script>
  1966. </button>
  1967. <button id="button92" class="btn2_letter3" style="left:1130px; top:4px; width:53px; height:19px; ">
  1968. <caption>행삭제</caption>
  1969. <script type="javascript" ev:event="DOMActivate">
  1970. <![CDATA[
  1971. misfGridIUD(grd_trngspeclist, "D");
  1972. model.refresh();
  1973. ]]>
  1974. </script>
  1975. </button>
  1976. <line id="line71" class="line_1" style="x1:0px; y1:25; x2:1193; y2:25; "/>
  1977. <caption id="caption96" class="tit_2" style="left:10; top:10; width:117px; height:13px; ">수련</caption>
  1978. </case>
  1979. <case id="case1" selected="true">
  1980. <datagrid id="grd_hopeorddeptlist" nodeset="/root/main/hopeorddeptlist" caption="희망차수^지원과" colsep="^" colwidth="114, 221, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:585px; height:230px; ">
  1981. <col ref="hopedg"/>
  1982. <col ref="hopecd" type="combo">
  1983. <choices>
  1984. <itemset>
  1985. <label/>
  1986. <value/>
  1987. </itemset>
  1988. </choices>
  1989. </col>
  1990. <col ref="apntinfono" visibility="hidden"/>
  1991. <col ref="rregno" visibility="hidden"/>
  1992. <col ref="hopeflag" visibility="hidden"/>
  1993. </datagrid>
  1994. <datagrid id="grd_resihopeorddeptlist" nodeset="/root/main/resihopeorddeptlist" caption="지망차수^지원과^합격학과" colsep="^" colwidth="100, 203, 100, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:585px; height:230px; ">
  1995. <col ref="hopeorddeptdg"/>
  1996. <col ref="hopeorddeptcd" type="combo">
  1997. <choices>
  1998. <itemset>
  1999. <label/>
  2000. <value/>
  2001. </itemset>
  2002. </choices>
  2003. </col>
  2004. <col ref="passsbjcd" visibility="hidden"/>
  2005. <col ref="apntinfono" visibility="hidden"/>
  2006. <col ref="rregno" visibility="hidden"/>
  2007. <script type="javascript" ev:event="onrowchanged">
  2008. <![CDATA[
  2009. grd_resihopeorddeptlist.dispatch("onmouseup");
  2010. model.setValue("/root/send/detailInfo/hopeorddeptdg", grd_resihopeorddeptlist.valueMatrix( grd_resihopeorddeptlist.row, grd_resihopeorddeptlist.colRef("hopeorddeptdg")));
  2011. submit("TRRTR00315");
  2012. ]]>
  2013. </script>
  2014. </datagrid>
  2015. <button id="button69" class="btn2_letter3" style="left:1130px; top:5px; width:53px; height:19px; ">
  2016. <caption>행삭제</caption>
  2017. <script type="javascript" ev:event="DOMActivate">
  2018. <![CDATA[
  2019. if ( "I" == model.getValue("/root/send/trngflag") ) {
  2020. misfGridIUD(grd_hopehosplist, "D");
  2021. model.refresh();
  2022. } else {
  2023. misfGridIUD(grd_resihopehosplist, "D");
  2024. model.refresh();
  2025. }
  2026. ]]>
  2027. </script>
  2028. </button>
  2029. <button id="button74" class="btn2_letter3" style="left:1075px; top:5px; width:53px; height:19px; ">
  2030. <caption>행추가</caption>
  2031. <script type="javascript" ev:event="DOMActivate">
  2032. <![CDATA[
  2033. if ( "I" == model.getValue("/root/send/trngflag") ) {
  2034. misfGridIUD(grd_hopehosplist, "A");
  2035. grd_hopehosplist.valueMatrix( grd_hopehosplist.row, grd_hopehosplist.colRef("hopeflag") ) = "1";
  2036. } else {
  2037. misfGridIUD(grd_resihopehosplist, "A");
  2038. grd_resihopehosplist.valueMatrix( grd_resihopehosplist.row,grd_resihopehosplist.colRef("hopeorddeptdg")) = grd_resihopeorddeptlist.valueMatrix( grd_resihopeorddeptlist.row,grd_resihopeorddeptlist.colRef("hopeorddeptdg"));
  2039. grd_resihopehosplist.valueMatrix( grd_resihopehosplist.row,grd_resihopehosplist.colRef("hopeorddeptnm")) = grd_resihopeorddeptlist.labelMatrix( grd_resihopeorddeptlist.row,grd_resihopeorddeptlist.colRef("hopeorddeptcd"));
  2040. }
  2041. ]]>
  2042. </script>
  2043. </button>
  2044. <datagrid id="grd_hopehosplist" nodeset="/root/main/hopehosplist" caption="차수^주교육병원" colsep="^" colwidth="70, 264, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:590px; top:30px; width:595px; height:230px; ">
  2045. <col ref="hopedg" type="combo">
  2046. <choices>
  2047. <item>
  2048. <label>1지망</label>
  2049. <value>1</value>
  2050. </item>
  2051. <item>
  2052. <label>2지망</label>
  2053. <value>2</value>
  2054. </item>
  2055. <item>
  2056. <label>3지망</label>
  2057. <value>3</value>
  2058. </item>
  2059. <item>
  2060. <label>4지망</label>
  2061. <value>4</value>
  2062. </item>
  2063. </choices>
  2064. </col>
  2065. <col ref="hopecd" type="combo">
  2066. <choices>
  2067. <itemset>
  2068. <label/>
  2069. <value/>
  2070. </itemset>
  2071. </choices>
  2072. </col>
  2073. <col ref="apntinfono" visibility="hidden"/>
  2074. <col ref="rregno" visibility="hidden"/>
  2075. <col ref="hopeflag" visibility="hidden"/>
  2076. </datagrid>
  2077. <caption id="caption77" class="tit_2" style="left:610px; top:10px; width:165px; height:13px; ">지원과별 주교육병원</caption>
  2078. <button id="button71" class="btn2_letter3" style="left:475px; top:5px; width:53px; height:19px; ">
  2079. <caption>행추가</caption>
  2080. <script type="javascript" ev:event="DOMActivate">
  2081. <![CDATA[
  2082. if ( "I" == model.getValue("/root/send/trngflag") ) {
  2083. misfGridIUD(grd_hopeorddeptlist, "A");
  2084. grd_hopeorddeptlist.valueMatrix( grd_hopeorddeptlist.row, grd_hopeorddeptlist.colRef("hopeflag") ) = "2";
  2085. } else {
  2086. switch (grd_resihopeorddeptlist.rows) {
  2087. case 1: // 1 지망
  2088. misfGridIUD(grd_resihopeorddeptlist, "A");
  2089. grd_resihopeorddeptlist.valueMatrix( grd_resihopeorddeptlist.row, grd_resihopeorddeptlist.colRef("hopeorddeptdg")) = "1";
  2090. break;
  2091. case 2: // 2 지망
  2092. misfGridIUD(grd_resihopeorddeptlist, "A");
  2093. grd_resihopeorddeptlist.valueMatrix( grd_resihopeorddeptlist.row, grd_resihopeorddeptlist.colRef("hopeorddeptdg")) = "2";
  2094. break;
  2095. default:
  2096. messageBox("레지던트 근무 희망과는 2개 이상 입력할 수","I004");
  2097. break;
  2098. }
  2099. }
  2100. ]]>
  2101. </script>
  2102. </button>
  2103. <button id="button72" class="btn2_letter3" style="left:530px; top:5px; width:53px; height:19px; ">
  2104. <caption>행삭제</caption>
  2105. <script type="javascript" ev:event="DOMActivate">
  2106. <![CDATA[
  2107. if ( "I" == model.getValue("/root/send/trngflag") ) {
  2108. misfGridIUD(grd_hopeorddeptlist, "D");
  2109. model.refresh();
  2110. } else {
  2111. misfGridIUD(grd_resihopeorddeptlist, "D");
  2112. model.refresh();
  2113. }
  2114. ]]>
  2115. </script>
  2116. </button>
  2117. <line id="line60" class="line_1" style="x1:0px; y1:25px; x2:584px; y2:25px; "/>
  2118. <line id="line61" class="line_1" style="x1:590px; y1:25px; x2:1193px; y2:25px; "/>
  2119. <caption id="caption78" class="tit_2" style="left:8px; top:11px; width:117px; height:13px; ">지원과</caption>
  2120. <datagrid id="grd_resihopehosplist" nodeset="/root/main/resihopehosplist" visibility="hidden" caption="지원과^차수^근무희망병원" colsep="^" colwidth="203, 80, 264, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:590px; top:30px; width:595px; height:230px; ">
  2121. <col ref="hopeorddeptnm" type="output"/>
  2122. <col ref="hopehospdg" type="output"/>
  2123. <col ref="hopehospcd" type="combo">
  2124. <choices>
  2125. <itemset>
  2126. <label/>
  2127. <value/>
  2128. </itemset>
  2129. </choices>
  2130. </col>
  2131. <col ref="apntinfono" visibility="hidden"/>
  2132. <col ref="rregno" visibility="hidden"/>
  2133. <col ref="hopeorddeptdg" visibility="hidden"/>
  2134. </datagrid>
  2135. </case>
  2136. <case id="case8">
  2137. <datagrid id="grd_prizrpmdlist" nodeset="/root/main/prizrpmdlist" caption="상벌 구분^상벌명^상벌기관^수여자^추천자^발생일^내용^상벌번호" colsep="^" colwidth="102, 176, 149, 114, 113, 121, 259, 109, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30; width:1193px; height:230px; ">
  2138. <col ref="prizrpmdflag" type="combo">
  2139. <choices>
  2140. <itemset>
  2141. <label/>
  2142. <value/>
  2143. </itemset>
  2144. </choices>
  2145. </col>
  2146. <col ref="prizrpmdcd" type="combo">
  2147. <choices>
  2148. <itemset>
  2149. <label/>
  2150. <value/>
  2151. </itemset>
  2152. </choices>
  2153. </col>
  2154. <col ref="prizrpmdinstnm" type="input"/>
  2155. <col ref="cnfmtpsnnm" type="input"/>
  2156. <col ref="recmpsnnm" type="input"/>
  2157. <col ref="genrdd" type="inputdate"/>
  2158. <col ref="prizrpmdcnts" type="input"/>
  2159. <col ref="prizrpmdno" type="input"/>
  2160. <col ref="apntinfono" visibility="hidden"/>
  2161. <col ref="rregno" visibility="hidden"/>
  2162. <col ref="seqno" visibility="hidden"/>
  2163. </datagrid>
  2164. <button id="button94" class="btn2_letter3" style="left:1075px; top:4px; width:53px; height:19px; ">
  2165. <caption>행추가</caption>
  2166. <script type="javascript" ev:event="DOMActivate">
  2167. <![CDATA[
  2168. misfGridIUD(grd_prizrpmdlist, "A");
  2169. ]]>
  2170. </script>
  2171. </button>
  2172. <button id="button95" class="btn2_letter3" style="left:1130px; top:4px; width:53px; height:19px; ">
  2173. <caption>행삭제</caption>
  2174. <script type="javascript" ev:event="DOMActivate">
  2175. <![CDATA[
  2176. misfGridIUD(grd_prizrpmdlist, "D");
  2177. model.refresh();
  2178. ]]>
  2179. </script>
  2180. </button>
  2181. <line id="line72" class="line_1" style="x1:0px; y1:25; x2:1193; y2:25; "/>
  2182. <caption id="caption97" class="tit_2" style="left:10; top:10; width:117px; height:13px; ">상벌</caption>
  2183. </case>
  2184. <case id="case9" style="left:0px; top:0px; width:1193px; height:278px; ">
  2185. <datagrid id="grd_scinccmntspeclist" nodeset="/root/main/scinccmntspeclist" caption="기관/단체^기관^학술 활동 명^내용^시작일^종료일" colsep="^" colwidth="100, 158, 235, 405, 122, 120, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:230px; ">
  2186. <col ref="scinccmntflag" type="combo">
  2187. <choices>
  2188. <itemset>
  2189. <label/>
  2190. <value/>
  2191. </itemset>
  2192. </choices>
  2193. </col>
  2194. <col ref="scinccmntinstnm" type="input"/>
  2195. <col ref="scinccmntactnm" type="input"/>
  2196. <col ref="scinccmntactcnts" type="input"/>
  2197. <col ref="scinccmntactfromdd" type="inputdate"/>
  2198. <col ref="scinccmntactenddd" type="inputdate"/>
  2199. <col ref="apntinfono" visibility="hidden"/>
  2200. <col ref="rregno" visibility="hidden"/>
  2201. <col ref="seqno" visibility="hidden"/>
  2202. </datagrid>
  2203. <line id="line73" class="line_1" style="x1:0px; y1:25; x2:1193; y2:25; "/>
  2204. <button id="button97" class="btn2_letter3" style="left:1075px; top:4px; width:53px; height:19px; ">
  2205. <caption>행추가</caption>
  2206. <script type="javascript" ev:event="DOMActivate">
  2207. <![CDATA[
  2208. misfGridIUD(grd_scinccmntspeclist, "A");
  2209. ]]>
  2210. </script>
  2211. </button>
  2212. <button id="button98" class="btn2_letter3" style="left:1130px; top:4px; width:53px; height:19px; ">
  2213. <caption>행삭제</caption>
  2214. <script type="javascript" ev:event="DOMActivate">
  2215. <![CDATA[
  2216. misfGridIUD(grd_scinccmntspeclist, "D");
  2217. model.refresh();
  2218. ]]>
  2219. </script>
  2220. </button>
  2221. <caption id="caption98" class="tit_2" style="left:10; top:10; width:117px; height:13px; ">학술</caption>
  2222. </case>
  2223. <case id="case10" style="left:0px; top:0px; width:1193px; height:219px; ">
  2224. <caption id="caption99" class="tit_2" style="left:10; top:10; width:117px; height:13px; ">신원보증인</caption>
  2225. <datagrid id="grd_grntorlist" nodeset="/root/main/grntorlist" caption="보증인명^주민등록번호^관계^보증인주소^보증인주소^보증인주소^보증인주소^직장^직위^연락처|보증인명^주민등록번호^관계^우편번호1^우편번호2^주소^상세주소^직장^직위^연락처" colsep="^" colwidth="70, 90, 90, 70, 70, 230, 231, 110, 99, 100, 0, 0, 0, 0" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1185px; height:180px; ">
  2226. <col ref="grntpsnnm" type="input"/>
  2227. <col ref="grntpsnrregno" type="input" format="999999-9999999" showmask="true"/>
  2228. <col ref="grntpsnrela" type="combo">
  2229. <choices>
  2230. <itemset>
  2231. <label/>
  2232. <value/>
  2233. </itemset>
  2234. </choices>
  2235. </col>
  2236. <col ref="zipcd1" type="input" format="999" showmask="true"/>
  2237. <col ref="zipcd2" type="inputbutton" format="999" showmask="true"/>
  2238. <col ref="infaddr1" type="input"/>
  2239. <col ref="infaddr2" type="input"/>
  2240. <col ref="grntpsnworkplce" type="input"/>
  2241. <col ref="grntpsnjobpos" type="input"/>
  2242. <col ref="grntpsntel" type="input"/>
  2243. <col ref="apntinfono" visibility="hidden"/>
  2244. <col ref="rregno" visibility="hidden"/>
  2245. <col ref="seqno" visibility="hidden"/>
  2246. <col ref="zipcdseq" visibility="hidden"/>
  2247. <script type="javascript" ev:event="onbuttonclick">
  2248. <![CDATA[
  2249. // 우편번호
  2250. if (grd_grntorlist.col == 5) {
  2251. alert(grd_grntorlist.getNode(0,'zipcd1'));
  2252. var recv_list = "grd_grntorlist.get(0,'zipcd1'),grd_grntorlist.get(0,'zipcd2'),grd_grntorlist.get(0,'infaddr1')";
  2253. rpbfOpenZipCdHelp(grd_grntorlist.get(0,'zipcd1'), recv_list);
  2254. model.refresh();
  2255. }
  2256. ]]>
  2257. </script>
  2258. </datagrid>
  2259. <line id="line74" class="line_1" style="x1:0px; y1:25; x2:1193; y2:25; "/>
  2260. <button id="button101" class="btn2_letter3" style="left:1075px; top:4px; width:53px; height:19px; ">
  2261. <caption>행추가</caption>
  2262. <script type="javascript" ev:event="DOMActivate">
  2263. <![CDATA[
  2264. if (grd_grntorlist.rows < 3) {
  2265. misfGridIUD(grd_grntorlist, "A");
  2266. } else {
  2267. messageBox("신원보증인은 한명 이상 입력할 수","I004");
  2268. }
  2269. ]]>
  2270. </script>
  2271. </button>
  2272. <button id="button102" class="btn2_letter3" style="left:1130px; top:4px; width:53px; height:19px; ">
  2273. <caption>행삭제</caption>
  2274. <script type="javascript" ev:event="DOMActivate">
  2275. <![CDATA[
  2276. misfGridIUD(grd_grntorlist, "D");
  2277. model.refresh();
  2278. ]]>
  2279. </script>
  2280. </button>
  2281. </case>
  2282. </switch>
  2283. <input id="ipt_acntno" ref="/root/main/gnrldata/gnrlinfo/acntno" class="combo_default" maxlength="20" appearance="minimal" style="left:908px; top:366px; width:141px; height:19px; font-size:10pt; "/>
  2284. <input id="ipt_domizipcd1" ref="/root/main/gnrldata/gnrlinfo/domizipcd1" class="input_default" disabled="true" editable="false" appearance="input" style="left:660px; top:415px; width:42px; height:19px; "/>
  2285. <input id="ipt_domizipcd2" ref="/root/main/gnrldata/gnrlinfo/domizipcd2" class="input_default" disabled="true" editable="false" appearance="input" style="left:718px; top:415px; width:42px; height:19px; "/>
  2286. <caption id="caption90" style="left:705px; top:415px; width:10px; height:20px; ">-</caption>
  2287. <input id="ipt_infaddr2" ref="/root/main/gnrldata/gnrlinfo/infaddr2" class="input_default" style="left:995px; top:390px; width:195px; height:19px; ">
  2288. <script type="javascript" ev:event="xforms-value-changed">
  2289. <![CDATA[
  2290. /* 우편번호 Validation Check
  2291. misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
  2292. misfValidationCheck("04", "", "zipcd1,zipcd2,infaddr1" );
  2293. model.refresh();
  2294. ]]>
  2295. </script>
  2296. </input>
  2297. <input id="ipt_domiinfaddr2" ref="/root/main/gnrldata/gnrlinfo/domiinfaddr2" class="input_default" style="left:995px; top:415px; width:195px; height:19px; "/>
  2298. <button id="btn_rcptcncl" class="btn5_letter4" style="left:1120px; top:75px; width:64px; height:19px; ">
  2299. <caption>수납취소</caption>
  2300. <script type="javascript" ev:event="DOMActivate">
  2301. <![CDATA[
  2302. var apntstat = model.getValue("/root/main/gnrldata/gnrlinfo/rcptstatupdtyn");
  2303. if ( apntstat == 'N' ) {
  2304. messageBox("이미 합격/불합격 처리가 되었습니다. 수납취소를","E001");
  2305. return;
  2306. }
  2307. var retMes = messageBox("수납취소 하시겠습니까?", "Q999");
  2308. if ( retMes != 6) {
  2309. return;
  2310. }
  2311. // 수납취소
  2312. model.setValue("/root/send/detailInfo/rcptflag", "1");
  2313. misfSave("TXRTR00304");
  2314. // 지원자리스트
  2315. submit("TRRTR00301");
  2316. ]]>
  2317. </script>
  2318. </button>
  2319. <caption id="caption101" class="cell_1" style="left:830px; top:319px; width:90px; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">혈액형</caption>
  2320. <select1 id="cmb_btypeabo" ref="/root/main/gnrldata/gnrlinfo/btypeabo" class="combo_default" appearance="minimal" style="left:1020px; top:320px; width:87; height:19px; font-size:10pt; ">
  2321. <choices>
  2322. <itemset>
  2323. <label/>
  2324. <value/>
  2325. </itemset>
  2326. </choices>
  2327. </select1>
  2328. <select1 id="cmb_btyperh" ref="/root/main/gnrldata/gnrlinfo/btyperh" class="combo_default" appearance="minimal" style="left:924px; top:320px; width:87px; height:19px; font-size:10pt; ">
  2329. <choices>
  2330. <itemset>
  2331. <label/>
  2332. <value/>
  2333. </itemset>
  2334. </choices>
  2335. </select1>
  2336. <caption id="caption41" class="cell_1" style="left:663; top:149px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">생일구분</caption>
  2337. <select1 id="combo1" ref="/root/main/gnrldata/gnrlinfo/brthflag" class="combo_default" appearance="minimal" style="left:745px; top:153px; width:80px; height:19px; font-size:10pt; ">
  2338. <choices>
  2339. <item>
  2340. <label>양력</label>
  2341. <value>S</value>
  2342. </item>
  2343. <item>
  2344. <label>음력</label>
  2345. <value>M</value>
  2346. </item>
  2347. </choices>
  2348. </select1>
  2349. <caption id="caption45" class="cell_1" style="left:490px; top:221px; width:77; height:23px; font-size:10pt; text-align:left; vertical-align:middle; ">성별</caption>
  2350. <select1 id="cmb_gndr" ref="/root/main/gnrldata/gnrlinfo/gndr" class="combo_default" appearance="minimal" style="left:569; top:223px; width:91; height:19px; font-size:10pt; ">
  2351. <choices>
  2352. <item>
  2353. <label>남자</label>
  2354. <value>M</value>
  2355. </item>
  2356. <item>
  2357. <label>여자</label>
  2358. <value>F</value>
  2359. </item>
  2360. </choices>
  2361. </select1>
  2362. <output id="output9" ref="/root/main/gnrldata/gnrlinfo/rcptstatupdtyn" class="input_default" visibility="hidden" appearance="output" style="left:1060px; top:445px; width:87px; height:19px; font-size:10pt; "/>
  2363. <button id="btn_suppprn" class="btn5_letter5" visibility="hidden" style="left:325px; top:75; width:75px; height:19px; vertical-align:middle; ">
  2364. <caption>지원서 출력</caption>
  2365. <script type="javascript" ev:event="DOMActivate">
  2366. <![CDATA[
  2367. if(grd_apntvolntlist.rows - grd_apntvolntlist.fixedRows == 0)
  2368. {
  2369. messageBox("지원자가 ", "I004");
  2370. return;
  2371. }
  2372. grp_prnflag.visible = true;
  2373. cmb_prnflag.select(0);
  2374. ]]>
  2375. </script>
  2376. </button>
  2377. <button id="btn_examprn" class="btn5_letter5" visibility="hidden" style="left:405px; top:75px; width:42px; height:19px; vertical-align:middle; ">
  2378. <caption>수험표 출력</caption>
  2379. <script type="javascript" ev:event="DOMActivate">
  2380. <![CDATA[
  2381. if(grd_apntvolntlist.rows - grd_apntvolntlist.fixedRows == 0)
  2382. {
  2383. messageBox("지원자가 ", "I004");
  2384. return;
  2385. }
  2386. for(var i = grd_apntvolntlist.fixedRows ; i < grd_apntvolntlist.rows ; i ++)
  2387. {
  2388. grd_apntvolntlist.row = i;
  2389. grd_apntvolntlist.col = grd_apntvolntlist.colRef("examprn");
  2390. fExamSetting(1);
  2391. //grd_apntvolntlist.dispatch("onbuttonclick");
  2392. }
  2393. ]]>
  2394. </script>
  2395. </button>
  2396. <caption id="caption49" class="hand" visibility="hidden" style="left:235px; top:78px; width:90px; height:13px; font-size:10pt; ">일괄 출력 :</caption>
  2397. <group id="grp_prnflag" visibility="hidden" style="left:305px; top:95px; width:180px; height:75px; ">
  2398. <select1 id="cmb_prnflag" ref="/root/send/prnflag" appearance="minimal" style="left:90px; top:15px; width:85px; height:19px; ">
  2399. <choices>
  2400. <itemset nodeset="/root/init/prnflag">
  2401. <label ref="label"/>
  2402. <value ref="value"/>
  2403. </itemset>
  2404. </choices>
  2405. </select1>
  2406. <caption id="cap_prnflag" class="search_name" style="left:5px; top:15px; width:90px; height:17px; ">출력형식 :</caption>
  2407. <button id="button3" class="btn5_letter3" style="left:60px; top:40px; width:53px; height:19px; ">
  2408. <caption>출 력</caption>
  2409. <script type="javascript" ev:event="DOMActivate">
  2410. <![CDATA[
  2411. for(var i = grd_apntvolntlist.fixedRows ; i < grd_apntvolntlist.rows ; i ++)
  2412. {
  2413. grd_apntvolntlist.row = i;
  2414. grd_apntvolntlist.col = grd_apntvolntlist.colRef("supp");
  2415. fSuppSetting(1);
  2416. //grd_apntvolntlist.dispatch("onbuttonclick");
  2417. }
  2418. ]]>
  2419. </script>
  2420. </button>
  2421. <button id="button4" class="btn5_letter3" style="left:120px; top:40px; width:53px; height:19px; ">
  2422. <caption>취 소</caption>
  2423. <script type="javascript" ev:event="DOMActivate">
  2424. <![CDATA[
  2425. grp_prnflag.visible = false;
  2426. return;
  2427. ]]>
  2428. </script>
  2429. </button>
  2430. <shape id="rectangle1" appearance="rectangle" style="left:0px; top:0px; width:180px; height:75px; "/>
  2431. </group>
  2432. <select id="chk_careryn" ref="/root/main/gnrldata/gnrlinfo/careryn" overflow="visible" appearance="full" style="left:1150px; top:320px; width:35px; height:20px; border-style:none; ">
  2433. <choices>
  2434. <item>
  2435. <label/>
  2436. <value>Y</value>
  2437. </item>
  2438. </choices>
  2439. </select>
  2440. <input id="ipt_etcemailaddr" ref="/root/main/gnrldata/gnrlinfo/etcemailaddr" class="input_default" style="left:1053; top:343px; width:135; height:19px; font-size:10pt; "/>
  2441. </group>
  2442. </xhtml:body>
  2443. </xhtml:html>