SMRCS90000_교원마스터관리.xrw 138 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>인사마스터관리</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <empl>
  11. <empllist/>
  12. </empl>
  13. <famy>
  14. <famylist/>
  15. </famy>
  16. <scho>
  17. <scholist/>
  18. </scho>
  19. <empldata>
  20. <empllist/>
  21. </empldata>
  22. <grnt>
  23. <grntlist1/>
  24. <grntlist2/>
  25. </grnt>
  26. <licn>
  27. <licnlist/>
  28. </licn>
  29. <afcr>
  30. <afcrlist/>
  31. </afcr>
  32. <becr>
  33. <becrlist/>
  34. </becr>
  35. <priz>
  36. <prizlist/>
  37. <rpmdlist/>
  38. </priz>
  39. <army>
  40. <armylist/>
  41. </army>
  42. <armydata>
  43. <armylist/>
  44. </armydata>
  45. <forgn>
  46. <forgnlist/>
  47. </forgn>
  48. <emplnogvnoffcord>
  49. <emplnogvnoffcordlist/>
  50. </emplnogvnoffcord>
  51. <famyhist>
  52. <famyhistlist/>
  53. </famyhist>
  54. <psnref>
  55. <psnreflist/>
  56. </psnref>
  57. <hdfamyynhist>
  58. <hdfamyynhistlist/>
  59. </hdfamyynhist>
  60. <edudeptinfo>
  61. <edudeptinfolist/>
  62. </edudeptinfo>
  63. <profcarinfo>
  64. <profcarinfolist/>
  65. </profcarinfo>
  66. <imgdata>
  67. <photimg/>
  68. </imgdata>
  69. <imgviewlist>
  70. <emplno/>
  71. <photimg/>
  72. </imgviewlist>
  73. <emplnogradup>
  74. <emplnograduplist/>
  75. </emplnogradup>
  76. <emplnojobrespgvno>
  77. <emplnojobrespgvnolist/>
  78. </emplnojobrespgvno>
  79. <concroffcord>
  80. <concroffcordlist/>
  81. </concroffcord>
  82. <emplnogvnmove>
  83. <emplnogvnmovelist/>
  84. </emplnogvnmove>
  85. <educ>
  86. <educlist/>
  87. </educ>
  88. <contstdyempl>
  89. <contstdyempllist/>
  90. </contstdyempl>
  91. </main>
  92. <send>
  93. <emplref>
  94. <emplno/>
  95. <flag/>
  96. </emplref>
  97. <save>
  98. <empllist/>
  99. <grntlist1/>
  100. <grntlist2/>
  101. <famylist/>
  102. <scholist/>
  103. <licnlist/>
  104. <afcrlist/>
  105. <becrlist/>
  106. <prizlist/>
  107. <rpmdlist/>
  108. <armylist/>
  109. <forgnlist/>
  110. <psnreflist/>
  111. <famyhistlist/>
  112. <hdfamyynhistlist/>
  113. <edudeptinfolist/>
  114. <profcarinfolist/>
  115. <imgviewlist/>
  116. </save>
  117. </send>
  118. <init>
  119. <systemflag/>
  120. <domiaddrtemp/>
  121. <resdnrgstareaaddrtemp/>
  122. <residncaddrtemp/>
  123. <addrtemp/>
  124. </init>
  125. </root>
  126. </instance>
  127. <submission id="TRRPB00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/empl"/>
  128. <script type="javascript" ev:event="xforms-ready">
  129. <![CDATA[
  130. model.toggle("case1");
  131. /*
  132. model.removeNodeset(grd_empllist.nodeset);
  133. model.removeNodeset(grd_grntpsn1.nodeset);
  134. model.removeNodeset(grd_grntpsn2.nodeset);
  135. model.removeNodeset(grd_famylist.nodeset);
  136. model.removeNodeset(grd_scholist.nodeset);
  137. model.removeNodeset(grd_licnlist.nodeset);
  138. model.removeNodeset(grd_afcrlist.nodeset);
  139. model.removeNodeset(grd_becrlist.nodeset);
  140. model.removeNodeset(grd_prizlist.nodeset);
  141. model.removeNodeset(grd_rpmdlist.nodeset);
  142. model.removeNodeset(grd_armylist.nodeset);
  143. model.removeNodeset(grd_forgnlist.nodeset);
  144. model.removeNodeset(grd_gvnoffcordlist.nodeset);
  145. model.removeNodeset(grd_famyhistlist.nodeset);
  146. model.removeNodeset(grd_psnreflist.nodeset);
  147. model.removeNodeset(grd_hdfamyhistlist.nodeset);
  148. model.removeNodeset(grd_edudeptinfolist.nodeset);
  149. model.removeNodeset(grd_profcarinfolist.nodeset);
  150. model.removeNodeset(grd_emplnograduplist.nodeset);
  151. model.removeNodeset(grd_emplnojobrespgvnolist.nodeset);
  152. model.removeNodeset(grd_ConcrOffc.nodeset);
  153. model.removeNodeset(grd_imgviewlist.nodeset);
  154. model.removeNodeset(grd_emplnogvnmovelist.nodeset);
  155. model.removeNodeset(grd_educlist.nodeset);
  156. model.removeNodeset(grd_contstdyempllist.nodeset);
  157. misfMsterDetailSet(grd_empllist, null, "TRRPB00101" ,"Y");
  158. misfMsterDetailSet(grd_grntpsn1, grd_empllist, "TRRPB00102" ,"Y");
  159. misfMsterDetailSet(grd_grntpsn2, grd_empllist, "TRRPB00102" ,"Y");
  160. misfMsterDetailSet(grd_famylist, grd_empllist, "TRRPB00103" ,"Y");
  161. misfMsterDetailSet(grd_scholist, grd_empllist, "TRRPB00104" ,"Y");
  162. misfMsterDetailSet(grd_licnlist, grd_empllist, "TRRPB00105" ,"Y");
  163. misfMsterDetailSet(grd_afcrlist, grd_empllist, "TRRPB00106" ,"Y");
  164. misfMsterDetailSet(grd_becrlist, grd_empllist, "TRRPB00107" ,"Y");
  165. misfMsterDetailSet(grd_prizlist, grd_empllist, "TRRPB00108" ,"Y");
  166. misfMsterDetailSet(grd_rpmdlist, grd_empllist, "TRRPB00108" ,"Y");
  167. misfMsterDetailSet(grd_armylist, grd_empllist, "TRRPB00110" ,"Y");
  168. misfMsterDetailSet(grd_forgnlist, grd_empllist, "TRRPB00111" ,"Y");
  169. misfMsterDetailSet(grd_gvnoffcordlist, grd_empllist, "TRRPB00112" ,"N");
  170. misfMsterDetailSet(grd_famyhistlist, grd_empllist, "TRRPB00113" ,"Y");
  171. misfMsterDetailSet(grd_psnreflist, grd_empllist, "TRRPB00114" ,"Y");
  172. misfMsterDetailSet(grd_hdfamyhistlist, grd_empllist, "TRRPB00115" ,"Y");
  173. misfMsterDetailSet(grd_edudeptinfolist, grd_empllist, "TRRPB00116" ,"Y");
  174. misfMsterDetailSet(grd_profcarinfolist, grd_empllist, "TRRPB00117" ,"Y");
  175. misfMsterDetailSet(grd_imgviewlist, grd_empllist, "TRRPB00118" ,"Y");
  176. misfMsterDetailSet(grd_emplnograduplist, grd_empllist, "TRRPB00119" ,"N");
  177. misfMsterDetailSet(grd_emplnojobrespgvnolist, grd_empllist, "TRRPB00120" ,"N");
  178. misfMsterDetailSet(grd_ConcrOffc, grd_empllist, "TRRPB00121" ,"N");
  179. misfMsterDetailSet(grd_emplnogvnmovelist, grd_empllist, "TRRPB00122" ,"N");
  180. misfMsterDetailSet(grd_educlist, grd_empllist, "TRRPB00124" ,"N");
  181. misfMsterDetailSet(grd_contstdyempllist, grd_empllist, "TRRPB15001" ,"N");
  182. misfComboComCdListMulti("Z0007,R0058,R0131,R0066,R0098,R0187,R0071,R0077,R0137,P0013,R0072,R0074,R0086,R0135,R0076,R0087,R0073,R0078,R0079,R0080,R0081,R0085,R0157,R0134,R0148,R0143,R0176,R0146,R0170,R0171",
  183. "cmb_instcd,cmb_prfshipflag,cmb_emailaddr2,cmb_holyordflag,cmb_payclscd,cmb_pensreglattdnc,cmb_hometype,cmb_headfamrela,cmb_relign,cmb_btype,cmb_bhflag,cmb_lbrunionjobresp,grd_forgnlist.forgnlangcd,grd_famylist.scholcd,grd_famylist.jobcd,grd_scholist.acdmydg,cmb_handcapgrde,cmb_clssvcstatcd,cmb_dembztflag,cmb_armyclscd,cmb_brnhmiltsrvccd,cmb_classcd,cmb_bhpice,cmb_brtharea,cmb_entcopath,grd_forgnlist.colggrde,cmb_prestposdept,cmb_preststatcd,grd_edudeptinfolist.appntflag,grd_edudeptinfolist.edudeptjobgradcd");
  184. misfComboCopyItemSet(cmb_instcd, "", cmb_dutplceinst, ""); //기관코드
  185. // misfComboComCdList('Z0004', cmb_prfshipflag); //교직구분
  186. // misfComboComCdList('A0120', cmb_emailaddr); //Email
  187. misfComboCopyItemSet(cmb_headfamrela, "", cmb_hshdrela, ""); //세대주와의 관계
  188. misfComboCopyItemSet(cmb_headfamrela, "", grd_grntpsn2, "grntpsnrela"); //보증인과의 관계
  189. misfComboCopyItemSet(cmb_headfamrela, "", grd_grntpsn1, "grntpsnrela"); //보증인과의 관계
  190. misfComboCopyItemSet(cmb_headfamrela, "", cmb_srvvfamyrela, ""); //유족과의 관계
  191. misfComboCopyItemSet(cmb_headfamrela, "", grd_famylist, "famyrel"); //가족과의 관계
  192. misfComboCopyItemSet(grd_famylist, "scholcd",grd_scholist, "scholflag" ); //학력
  193. misfComboCopyItemSet(cmb_headfamrela, "",grd_famyhistlist, "famyrel" ); //관계
  194. misfComboCopyItemSet(grd_famylist, "scholcd",grd_famyhistlist, "scholcd" ); //학력
  195. misfComboCopyItemSet(grd_famylist, "jobcd",grd_famyhistlist, "jobcd" ); //직업
  196. misfComboCopyItemSet(cmb_instcd, "", grd_psnreflist, "refinst"); //기관코드
  197. misfComboCopyItemSet(cmb_instcd, "", cmb_orginstcd, ""); //기관코드
  198. misfComboCopyItemSet(cmb_instcd, "", cmb_detlinst, ""); //기관코드
  199. var deptcd=getUserInfo("posdeptcd");
  200. if (deptcd == "4020500000") {
  201. btn_famyHist.visible = true;
  202. btn_maryhist.visible = true;
  203. }
  204. var dutplceinstcd = getUserInfo("dutplceinstcd");
  205. fChangeImage("../../../com/commonweb/images/no_image.gif");//초기 이미지설정
  206. ipt_systemflag.value = "A";
  207. model.refresh();
  208. model.setFocus("ipt_emplno");
  209. */
  210. ]]>
  211. </script>
  212. <submission id="TXRPB00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" resultref="/root/hiddeen/temp"/>
  213. <submission id="TRRPB00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/grnt"/>
  214. <submission id="TRRPB00103" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/famy"/>
  215. <submission id="TRRPB00104" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/scho"/>
  216. <submission id="TRRPB00105" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/licn"/>
  217. <submission id="TRRPB00106" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/afcr"/>
  218. <submission id="TRRPB00107" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/becr"/>
  219. <submission id="TRRPB00108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/priz"/>
  220. <submission id="TRRPB00109" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/rpmd"/>
  221. <submission id="TRRPB00110" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/army"/>
  222. <submission id="TRRPB00111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/forgn"/>
  223. <submission id="TRRPB00112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/emplnogvnoffcord"/>
  224. <submission id="TRRPB00113" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/famyhist"/>
  225. <submission id="TRRPB00114" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/psnref"/>
  226. <submission id="TRRPB00115" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/hdfamyynhist"/>
  227. <submission id="TRRPB00116" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/edudeptinfo"/>
  228. <submission id="TRRPB00117" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/profcarinfo"/>
  229. <submission id="TRRPB00118" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/imgviewlist"/>
  230. <submission id="TRRPB00119" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/emplnogradup"/>
  231. <submission id="TRRPB00120" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/emplnojobrespgvno"/>
  232. <submission id="TRRPB00121" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/concroffcord"/>
  233. <submission id="TRRPB00122" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/emplnogvnmove"/>
  234. <submission id="TRRPB00124" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/educlist"/>
  235. <submission id="TRRPB15001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/emplref" resultref="/root/main/contstdyempl"/>
  236. </model>
  237. <script type="javascript">
  238. <![CDATA[
  239. ]]>
  240. </script>
  241. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  242. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  243. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  244. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  245. </xhtml:head>
  246. <xhtml:body overflow="hidden" style="margin-left:8; margin-right:8; ">
  247. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  248. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">교원마스터</caption>
  249. </group>
  250. <group id="group2" overflow="hidden" scroll="auto" style="left:0px; top:38px; width:1195px; height:742px; ">
  251. <line id="line196" class="line_3" style="x1:0px; y1:205px; x2:160px; y2:205px; "/>
  252. <line id="line16" class="line_2" style="x1:165px; y1:170px; x2:1195px; y2:170px; "/>
  253. <line id="line26" class="line_2" style="x1:165px; y1:39px; x2:1195px; y2:39px; "/>
  254. <line id="line195" class="line_3" style="x1:165px; y1:194px; x2:1195px; y2:194px; "/>
  255. <line id="line25" class="line_2" style="x1:165px; y1:65px; x2:1195px; y2:65px; "/>
  256. <line id="line24" class="line_2" style="x1:165px; y1:92px; x2:1195px; y2:92px; "/>
  257. <line id="line23" class="line_2" style="x1:165px; y1:118px; x2:1195px; y2:118px; "/>
  258. <line id="line22" class="line_2" style="x1:165px; y1:144px; x2:1195px; y2:144px; "/>
  259. <caption id="caption172" class="cell_1" style="left:0px; top:15px; width:160px; height:191px; vertical-align:middle; "/>
  260. <input id="ipt_dutyy" ref="/root/main/empldata/empllist/dutyy" class="input_default" disabled="true" style="left:611px; top:148px; width:24px; height:19px; "/>
  261. <input id="ipt_age" ref="/root/main/empldata/empllist/age" class="input_default" disabled="true" style="left:702px; top:148px; width:31px; height:19px; "/>
  262. <button id="btn_emplsearch" class="icon_search" style="left:419px; top:18px; width:16px; height:16px; ">
  263. <caption/>
  264. <script type="javascript" ev:event="DOMActivate">
  265. <![CDATA[
  266. ]]>
  267. </script>
  268. </button>
  269. <line id="line192" class="line_1" style="x1:0px; y1:10px; x2:160px; y2:10px; "/>
  270. <caption id="caption327" class="cell_1" style="left:845px; top:68px; width:90px; height:23px; vertical-align:middle; ">퇴사일자</caption>
  271. <line id="line193" class="line_1" style="x1:165px; y1:10px; x2:1195px; y2:10px; "/>
  272. <caption id="caption318" class="cell_1" style="left:845px; top:94px; width:90px; height:23px; vertical-align:middle; ">직책</caption>
  273. <caption id="caption329" class="cell_1" style="left:507px; top:41px; width:98px; height:23px; ">성명(영문)</caption>
  274. <caption id="caption2" class="cell_1" style="left:165px; top:41px; width:100px; height:23px; ">성명(한글/한문)</caption>
  275. <caption id="caption319" class="cell_1" style="left:507px; top:94px; width:98px; height:23px; vertical-align:middle; ">교육부직위</caption>
  276. <caption id="caption3" class="cell_1" style="left:165px; top:120px; width:100px; height:23px; ">소속기관</caption>
  277. <select1 id="cmb_prfshipflag" ref="/root/main/empldata/empllist/prfshipflag" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:940px; top:17px; width:95px; height:19px; ">
  278. <choices>
  279. <itemset>
  280. <label/>
  281. <value/>
  282. </itemset>
  283. </choices>
  284. </select1>
  285. <img id="img_view" ref="/root/main/imgdata/photimg" style="left:10px; top:18px; width:140px; height:170px; background-stretch:stretch; "/>
  286. <img id="img_hidden" visibility="hidden" style="left:10px; top:18px; width:140px; height:170px; "/>
  287. <input id="ipt_emplno" ref="/root/send/emplref/emplno" class="input_s_essential" navindex="1" style="left:269px; top:17px; width:146px; height:19px; font-family:굴림체; font-size:11pt; font-weight:bold; color:#0000ff; text-align:center; vertical-align:middle; ">
  288. <script type="javascript" ev:event="xforms-value-changed">
  289. <![CDATA[
  290. ]]>
  291. </script>
  292. <script type="javascript" ev:event="onkeyup">
  293. <![CDATA[
  294. /* Enter Key입력시 ipt_emplno의 xforms-value-changed 이벤트 발생 */
  295. inputEnterKey("ipt_emplno", "xforms-value-changed");
  296. ]]>
  297. </script>
  298. </input>
  299. <caption id="caption1" class="cell_1" style="left:845px; top:15px; width:90px; height:23px; ">교직구분</caption>
  300. <caption id="caption7" class="cell_1" style="left:507px; top:146px; width:98px; height:23px; vertical-align:middle; ">근속/나이/호봉</caption>
  301. <input id="ipt_name" ref="/root/main/empldata/empllist/name" class="input_essential" navindex="2" style="left:269px; top:43px; width:106px; height:19px; font-family:굴림체; font-size:12pt; font-weight:bold; color:#0000ff; "/>
  302. <input id="ipt_chinm" ref="/root/main/empldata/empllist/chinm" class="input_essential" disabled="true" navindex="3" style="left:377px; top:43px; width:111px; height:19px; "/>
  303. <button id="button2" class="btn_sw" group="tab" selected="true" style="left:0px; top:211px; width:100px; height:22px; ">
  304. <caption>기본인적사항1</caption>
  305. <toggle case="case1" ev:event="onclick"/>
  306. </button>
  307. <button id="button3" class="btn_sw" group="tab" selected="false" style="left:199px; top:210px; width:100px; height:22px; ">
  308. <caption>가족사항</caption>
  309. <script type="javascript" ev:event="onclick">
  310. <![CDATA[
  311. model.toggle("case4");
  312. ]]>
  313. </script>
  314. </button>
  315. <button id="button4" class="btn_sw" group="tab" style="left:298px; top:210px; width:100px; height:22px; ">
  316. <caption>학력사항</caption>
  317. <script type="javascript" ev:event="onclick">
  318. <![CDATA[
  319. model.toggle("case5");
  320. ]]>
  321. </script>
  322. </button>
  323. <button id="button5" class="btn_sw" group="tab" style="left:397px; top:210px; width:100px; height:22px; ">
  324. <caption>발령이동사항</caption>
  325. <script type="javascript" ev:event="onclick">
  326. <![CDATA[
  327. model.toggle("case6");
  328. if (grd_gvnoffcordlist.rows - grd_gvnoffcordlist.fixedRows <= 0 ) {
  329. submit("TRRPB00112");
  330. }
  331. ]]>
  332. </script>
  333. </button>
  334. <button id="button6" class="btn_sw" group="tab" style="left:496px; top:210px; width:100px; height:22px; ">
  335. <caption>자격면허사항</caption>
  336. <script type="javascript" ev:event="onclick">
  337. <![CDATA[
  338. model.toggle("case7");
  339. if (grd_licnlist.rows - grd_licnlist.fixedRows <= 0 ) {
  340. submit("TRRPB00105");
  341. }
  342. ]]>
  343. </script>
  344. </button>
  345. <button id="button7" class="btn_sw" group="tab" style="left:695px; top:210px; width:100px; height:22px; ">
  346. <caption>상벌사항</caption>
  347. <script type="javascript" ev:event="onclick">
  348. <![CDATA[
  349. model.toggle("case9");
  350. if (grd_prizlist.rows - grd_prizlist.fixedRows <= 0 ) {
  351. submit("TRRPB00108");
  352. }
  353. ]]>
  354. </script>
  355. </button>
  356. <button id="button8" class="btn_sw" group="tab" style="left:794px; top:210px; width:100px; height:22px; ">
  357. <caption>병역사항</caption>
  358. <script type="javascript" ev:event="onclick">
  359. <![CDATA[
  360. model.toggle("case10");
  361. if (grd_armylist.rows - grd_armylist.fixedRows <= 0 ) {
  362. submit("TRRPB00110");
  363. if (grd_armylist.rows - grd_armylist.fixedRows == 0) {
  364. misfGridIUD(grd_armylist, "A");
  365. }
  366. else {
  367. grd_armylist.row = 1;
  368. }
  369. model.copyNode(TARGET_ARMY_NODE, SOURCE_ARMY_NODE);
  370. model.refresh();
  371. }
  372. ]]>
  373. </script>
  374. </button>
  375. <button id="button9" class="btn_sw" group="tab" style="left:894px; top:210px; width:100px; height:22px; ">
  376. <caption>교육훈련</caption>
  377. <script type="javascript" ev:event="onclick">
  378. <![CDATA[
  379. model.toggle("case11");
  380. if (grd_educlist.rows - grd_educlist.fixedRows <= 0 ) {
  381. // submit("TRRPB00124");
  382. }
  383. ]]>
  384. </script>
  385. </button>
  386. <button id="button10" class="btn_sw" group="tab" style="left:993px; top:210px; width:100px; height:22px; ">
  387. <caption>학회/연수</caption>
  388. <toggle case="case12" ev:event="onclick"/>
  389. </button>
  390. <button id="button25" class="btn_sw" group="tab" style="left:595px; top:210px; width:100px; height:22px; ">
  391. <caption>경력/겸직</caption>
  392. <script type="javascript" ev:event="onclick">
  393. <![CDATA[
  394. model.toggle("case8");
  395. if (grd_becrlist.rows - grd_becrlist.fixedRows <= 0 ) {
  396. submit("TRRPB00106");
  397. submit("TRRPB00107");
  398. }
  399. ]]>
  400. </script>
  401. </button>
  402. <caption id="caption164" class="cell_1" style="left:165px; top:15px; width:100px; height:23px; ">사원번호</caption>
  403. <button id="button14" class="btn_sw" visibility="visible" group="tab" selected="false" style="left:99px; top:211px; width:100px; height:22px; ">
  404. <caption>기본인적사항2</caption>
  405. <script type="javascript" ev:event="onclick">
  406. <![CDATA[
  407. model.toggle("case2");
  408. if (grd_grntpsn1.rows - grd_grntpsn1.fixedRows <= 0 ) {
  409. submit("TRRPB00102");
  410. }
  411. ]]>
  412. </script>
  413. </button>
  414. <caption id="caption23" style="left:635px; top:148px; width:15px; height:20px; vertical-align:middle; ">년</caption>
  415. <input id="ipt_dutmm" ref="/root/main/empldata/empllist/dutmm" class="input_default" disabled="true" style="left:649px; top:148px; width:24px; height:19px; "/>
  416. <caption id="caption26" style="left:674px; top:148px; width:26px; height:20px; vertical-align:middle; ">개월</caption>
  417. <button id="button12" class="btn_sw" group="tab" selected="false" style="left:298px; top:235px; width:100px; height:22px; ">
  418. <caption>학내발령</caption>
  419. <script type="javascript" ev:event="onclick">
  420. <![CDATA[
  421. model.toggle("case3");
  422. ]]>
  423. </script>
  424. </button>
  425. <switch id="switch1" style="left:0px; top:260px; width:1195px; height:478px; ">
  426. <case id="case1" selected="true">
  427. <line id="line14" class="line_3" style="x1:0px; y1:395px; x2:735px; y2:395px; "/>
  428. <line id="line56" class="line_3" style="x1:0px; y1:315px; x2:855px; y2:315px; "/>
  429. <line id="line35" class="line_2" style="x1:0px; y1:371px; x2:735px; y2:371px; "/>
  430. <line id="line4" class="line_3" style="x1:0px; y1:213px; x2:1193px; y2:213px; "/>
  431. <line id="line29" class="line_2" style="x1:0px; y1:108px; x2:1193px; y2:108px; "/>
  432. <line id="line28" class="line_2" style="x1:0px; y1:134px; x2:1193px; y2:134px; "/>
  433. <line id="line33" class="line_2" style="x1:0px; y1:81px; x2:1193px; y2:81px; "/>
  434. <line id="line32" class="line_2" style="x1:0px; y1:55px; x2:1193px; y2:55px; "/>
  435. <caption id="caption278" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">기본인적사항1</caption>
  436. <button id="btn_residnczipcd" class="icon_search" style="left:233px; top:114px; width:16px; height:16px; ">
  437. <caption/>
  438. <script type="javascript" ev:event="DOMActivate">
  439. <![CDATA[
  440. /* 우편번호 Help화면 Popup */
  441. var recv_list = "residnczipcd1,residnczipcd2,residncaddr";
  442. rpbfOpenZipCdHelp(ipt_residnczipcd1, recv_list);
  443. model.refresh();
  444. model.setFocus("ipt_residncaddr")
  445. ]]>
  446. </script>
  447. </button>
  448. <button id="btn_resdnrgstareazipcd" class="icon_search" style="left:232px; top:140px; width:16px; height:16px; ">
  449. <caption/>
  450. <script type="javascript" ev:event="DOMActivate">
  451. <![CDATA[
  452. /* 우편번호 Help화면 Popup */
  453. var recv_list = "resdnrgstareazipcd1,resdnrgstareazipcd2,resdnrgstareaaddr";
  454. rpbfOpenZipCdHelp(ipt_resdnrgstareazipcd1, recv_list);
  455. model.refresh();
  456. model.setFocus("ipt_resdnrgstareaaddr");
  457. ]]>
  458. </script>
  459. </button>
  460. <line id="line9" class="line_1" style="x1:0px; y1:344px; x2:735px; y2:344px; "/>
  461. <line id="line207" class="line_1" style="x1:0px; y1:25px; x2:1193; y2:25px; "/>
  462. <caption id="caption83" class="cell_1" style="left:755px; top:84px; width:110px; height:23px; vertical-align:middle; ">E-Mail</caption>
  463. <caption id="caption336" class="cell_1" style="left:755px; top:191px; width:110px; height:23px; vertical-align:middle; ">주거형태</caption>
  464. <caption id="caption84" style="left:930px; top:89px; width:15px; height:15px; text-align:center; vertical-align:bottom; ">@</caption>
  465. <input id="ipt_baptnm" ref="/root/main/empldata/empllist/baptnm" class="input_default" appearance="input" style="left:363px; top:374px; width:140px; height:19px; "/>
  466. <caption id="caption359" class="cell_1" style="left:0px; top:57px; width:127px; height:23px; ">입사경위</caption>
  467. <input id="ipt_rtconfmdd" ref="/root/main/empldata/empllist/rtconfmdd" class="input_default" inputtype="date" appearance="input" style="left:592px; top:374px; width:140px; height:19px; "/>
  468. <input id="ipt_cntctel" ref="/root/main/empldata/empllist/cntctel" class="input_default" appearance="input" style="left:868px; top:113px; width:162px; height:19px; "/>
  469. <caption id="caption339" class="cell_1" style="left:0px; top:137px; width:127px; height:23px; vertical-align:middle; ">주민등록지주소</caption>
  470. <input id="ipt_resdnrgstareazipcd1" ref="/root/main/empldata/empllist/resdnrgstareazipcd1" class="input_default" disabled="true" editable="false" appearance="input" style="left:129px; top:139px; width:42px; height:19px; "/>
  471. <input id="ipt_residncaddr" ref="/root/main/empldata/empllist/residncaddr" class="input_default" style="left:337px; top:111px; width:388px; height:19px; "/>
  472. <input id="input2" ref="/root/main/empldata/empllist/hosinseqno" class="input_default" appearance="input" style="left:633px; top:85px; width:92px; height:19px; "/>
  473. <input id="ipt_resdnrgstareaaddr" ref="/root/main/empldata/empllist/resdnrgstareaaddr" class="input_default" style="left:336px; top:138px; width:388px; height:19px; "/>
  474. <select1 id="cmb_emailaddr2" ref="/root/main/empldata/empllist/emailaddr" class="combo_default" appearance="minimal" style="left:945px; top:85px; width:85px; height:19px; ">
  475. <choices>
  476. <itemset>
  477. <label/>
  478. <value/>
  479. </itemset>
  480. </choices>
  481. </select1>
  482. <input id="ipt_residnczipcd1" ref="/root/main/empldata/empllist/residnczipcd1" class="input_default" disabled="true" editable="false" appearance="input" style="left:130px; top:112px; width:42px; height:19px; "/>
  483. <caption id="caption14" class="cell_1" style="left:0px; top:110px; width:127px; height:23px; vertical-align:middle; ">거주지주소</caption>
  484. <input id="ipt_hshdnm" ref="/root/main/empldata/empllist/hshdnm" class="input_default" appearance="input" style="left:130px; top:192px; width:129px; height:19px; "/>
  485. <input id="input4" ref="/root/main/empldata/empllist/emailid" class="input_default" style="left:868px; top:85px; width:60px; height:19px; "/>
  486. <caption id="caption360" class="cell_1" style="left:0px; top:349px; width:80px; height:23px; ">종교</caption>
  487. <input id="ipt_fairnmdd" ref="/root/main/empldata/empllist/fairnmdd" class="input_default" appearance="input" style="left:363px; top:351px; width:140px; height:19px; "/>
  488. <caption id="caption361" class="cell_1" style="left:261px; top:349px; width:100px; height:23px; vertical-align:middle; ">영명일</caption>
  489. <input id="ipt_chrchnm" ref="/root/main/empldata/empllist/chrchnm" class="input_default" appearance="input" style="left:592px; top:351px; width:140px; height:19px; "/>
  490. <caption id="caption17" class="tit_2" style="left:5px; top:329px; width:95px; height:13px; ">종교사항</caption>
  491. <caption id="caption362" class="cell_1" style="left:505px; top:349px; width:85px; height:23px; vertical-align:middle; ">교회명</caption>
  492. <input id="ipt_baptdd" ref="/root/main/empldata/empllist/baptdd" class="input_default" inputtype="date" appearance="input" style="left:82px; top:374px; width:177px; height:19px; "/>
  493. <caption id="caption330" class="cell_1" style="left:755px; top:111px; width:110px; height:23px; ">전화번호</caption>
  494. <caption id="caption341" class="cell_1" style="left:0px; top:191px; width:127px; height:23px; vertical-align:middle; ">세대주명</caption>
  495. <caption id="caption363" class="cell_1" style="left:505px; top:373px; width:85px; height:23px; vertical-align:middle; ">견진일자</caption>
  496. <select1 id="cmb_hshdrela" ref="/root/main/empldata/empllist/hshdrela" class="combo_default" appearance="minimal" style="left:503px; top:192px; width:146px; height:19px; ">
  497. <choices>
  498. <itemset>
  499. <label/>
  500. <value/>
  501. </itemset>
  502. </choices>
  503. </select1>
  504. <caption id="caption364" class="cell_1" style="left:261px; top:373px; width:100px; height:23px; vertical-align:middle; ">세례명</caption>
  505. <caption id="caption343" class="cell_1" style="left:398px; top:191px; width:102px; height:23px; vertical-align:middle; ">세대주와의 관계</caption>
  506. <caption id="caption365" class="cell_1" style="left:0px; top:373px; width:80px; height:23px; vertical-align:middle; ">세례일자</caption>
  507. <select1 id="cmb_hometype" ref="/root/main/empldata/empllist/hometype" class="combo_essential" appearance="minimal" style="left:868px; top:192px; width:117px; height:19px; ">
  508. <choices>
  509. <itemset>
  510. <label/>
  511. <value/>
  512. </itemset>
  513. </choices>
  514. </select1>
  515. <input id="ipt_resdnrgstareazipcd2" ref="/root/main/empldata/empllist/resdnrgstareazipcd2" class="input_default" disabled="true" editable="false" appearance="input" style="left:187px; top:138px; width:42px; height:19px; "/>
  516. <input id="ipt_residnczipcd2" ref="/root/main/empldata/empllist/residnczipcd2" class="input_default" disabled="true" editable="false" appearance="input" style="left:188px; top:111px; width:42px; height:19px; "/>
  517. <caption id="caption93" style="left:175px; top:140px; width:10px; height:20px; ">-</caption>
  518. <select1 id="cmb_relign" ref="/root/main/empldata/empllist/relign" class="combo_essential" appearance="minimal" style="left:82px; top:351px; width:177px; height:19px; ">
  519. <choices>
  520. <itemset>
  521. <label/>
  522. <value/>
  523. </itemset>
  524. </choices>
  525. </select1>
  526. <select1 id="cmb_entcopath" ref="/root/main/empldata/empllist/entcopath" class="combo_essential" appearance="minimal" style="left:130px; top:59px; width:235px; height:19px; ">
  527. <choices>
  528. <itemset>
  529. <label/>
  530. <value/>
  531. </itemset>
  532. </choices>
  533. </select1>
  534. <input id="ipt_etcemailaddr" ref="/root/main/empldata/empllist/etcemailaddr" class="input_essential" navindex="18" style="left:1032px; top:85px; width:118px; height:19px; "/>
  535. <input id="ipt_fstappntdd" ref="/root/main/empldata/empllist/fstappntdd" class="input_default" inputtype="date" style="left:503px; top:59px; width:114px; height:19px; "/>
  536. <caption id="caption27" class="cell_1" style="left:398px; top:57px; width:102px; height:23px; vertical-align:middle; ">최초임용일</caption>
  537. <input id="ipt_edudeptappntdd" ref="/root/main/empldata/empllist/edudeptappntdd" class="input_default" inputtype="date" style="left:868px; top:59px; width:104px; height:19px; "/>
  538. <caption id="caption37" class="cell_1" style="left:755px; top:57px; width:110px; height:23px; vertical-align:middle; ">교육부임용일</caption>
  539. <caption id="caption40" class="cell_1" style="left:0px; top:30px; width:127px; height:23px; vertical-align:middle; ">학내현직위임용기간</caption>
  540. <input id="ipt_edudeptappntfromdd" ref="/root/main/empldata/empllist/edudeptappntfromdd" class="input_default" inputtype="date" style="left:130px; top:32px; width:104px; height:19px; "/>
  541. <input id="ipt_edudeptappnttodd" ref="/root/main/empldata/empllist/edudeptappnttodd" class="input_default" inputtype="date" style="left:260px; top:32px; width:104px; height:19px; "/>
  542. <caption id="caption42" style="left:240px; top:33px; width:16px; height:20px; font-weight:bold; ">~</caption>
  543. <input id="ipt_resdnrgstareaaddrtemp" ref="/root/init/addrtemp" class="input_default" style="left:251px; top:138px; width:82px; height:19px; ">
  544. <script type="javascript" ev:event="xforms-value-changed">
  545. <![CDATA[
  546. model.setValue(ipt_resdnrgstareaaddr.attribute("ref"),ipt_resdnrgstareaaddrtemp.currentText) ;
  547. ipt_resdnrgstareaaddrtemp.attribute("ref") = "/root/main/empldata/empllist/resdnrgstareaaddr"
  548. misfValidationCheck("04", "", "resdnrgstareazipcd1,resdnrgstareazipcd2,resdnrgstareaaddr" );
  549. ipt_resdnrgstareaaddrtemp.attribute("ref") = "";
  550. model.setValue("/root/init/addrtemp","");
  551. model.refresh();
  552. model.setFocus("ipt_resdnrgstareaaddr");
  553. ]]>
  554. </script>
  555. </input>
  556. <input id="ipt_residncaddrtemp" ref="/root/init/addrtemp" class="input_default" style="left:252px; top:111px; width:82px; height:19px; ">
  557. <script type="javascript" ev:event="xforms-value-changed">
  558. <![CDATA[
  559. ipt_residncaddr.value = ipt_residncaddrtemp.currentText;
  560. ipt_residncaddrtemp.attribute("ref") = "/root/main/empldata/empllist/residncaddr"
  561. misfValidationCheck("04", "", "residnczipcd1,residnczipcd2,residncaddr" );
  562. ipt_residncaddrtemp.attribute("ref") = "";
  563. model.setValue("/root/init/addrtemp","");
  564. model.refresh();
  565. model.setFocus("ipt_residncaddr")
  566. ]]>
  567. </script>
  568. </input>
  569. <caption id="caption81" class="tit_2" style="left:0px; top:224px; width:102px; height:13px; ">취미/신체사항</caption>
  570. <caption id="caption87" class="cell_1" style="left:499px; top:269px; width:100px; height:23px; ">혈액형</caption>
  571. <caption id="caption88" class="cell_1" style="left:0px; top:293px; width:97px; height:23px; ">시력좌</caption>
  572. <caption id="caption89" class="cell_1" style="left:248px; top:293px; width:97px; height:23px; ">시력우</caption>
  573. <caption id="caption90" class="cell_1" style="left:248px; top:269px; width:97px; height:23px; ">체중</caption>
  574. <caption id="caption94" class="cell_1" style="left:212px; top:269px; width:28px; height:23px; ">Cm</caption>
  575. <caption id="caption96" class="cell_1" style="left:466px; top:269px; width:28px; height:23px; ">Kg</caption>
  576. <select1 id="combo1" ref="/root/main/empldata/empllist/btype" class="combo_default" appearance="minimal" style="left:710px; top:271px; width:138px; height:19px; ">
  577. <choices>
  578. <itemset>
  579. <label/>
  580. <value/>
  581. </itemset>
  582. </choices>
  583. </select1>
  584. <input id="input5" ref="/root/main/empldata/empllist/lvisact" class="input_default" appearance="input" style="left:94px; top:294px; width:146px; height:19px; "/>
  585. <input id="input6" ref="/root/main/empldata/empllist/bdht" class="input_default" appearance="input" style="left:94px; top:271px; width:115px; height:19px; "/>
  586. <select1 id="radio1" ref="/root/main/empldata/empllist/rhflag" class="radio_search" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:603px; top:271px; width:105px; height:19px; text-align:center; border-style:solid; ">
  587. <choices>
  588. <item>
  589. <label>RH+</label>
  590. <value>P</value>
  591. </item>
  592. <item>
  593. <label>RH-</label>
  594. <value>M</value>
  595. </item>
  596. </choices>
  597. </select1>
  598. <input id="input7" ref="/root/main/empldata/empllist/bdwt" class="input_default" appearance="input" style="left:347px; top:271px; width:114px; height:19px; "/>
  599. <caption id="caption99" class="cell_1" style="left:0px; top:269px; width:97px; height:23px; ">신장</caption>
  600. <input id="input8" ref="/root/main/empldata/empllist/rvisact" class="input_default" appearance="input" style="left:347px; top:294px; width:145px; height:19px; "/>
  601. <line id="line42" class="line_1" style="x1:0px; y1:239px; x2:855px; y2:239px; "/>
  602. <line id="line55" class="line_2" style="x1:0px; y1:292px; x2:855px; y2:292px; "/>
  603. <caption id="caption357" class="cell_1" style="left:248px; top:244px; width:97px; height:23px; ">특기</caption>
  604. <input id="ipt_spclment" ref="/root/main/empldata/empllist/spclment" class="input_default" appearance="input" style="left:347px; top:246px; width:503px; height:19px; "/>
  605. <caption id="caption358" class="cell_1" style="left:0px; top:244px; width:97px; height:23px; ">취미</caption>
  606. <input id="ipt_hoby" ref="/root/main/empldata/empllist/hoby" class="input_default" appearance="input" style="left:94px; top:246px; width:146px; height:19px; "/>
  607. <line id="line52" class="line_2" style="x1:0px; y1:266px; x2:855px; y2:266px; "/>
  608. <caption id="caption333" class="cell_1" style="left:400px; top:84px; width:102px; height:23px; ">휴대폰/원내번호</caption>
  609. <select1 id="rdo_gndr" ref="/root/main/empldata/empllist/gndr" class="radio_search" disabled="true" navindex="12" appearance="full" cols="2" itemheight="18" itemwidth="50" overflow="visible" style="left:130px; top:85px; width:104px; height:19px; text-align:center; border-style:solid; ">
  610. <choices>
  611. <item>
  612. <label>남</label>
  613. <value>M</value>
  614. </item>
  615. <item>
  616. <label>여</label>
  617. <value>F</value>
  618. </item>
  619. </choices>
  620. </select1>
  621. <input id="ipt_mpphonno" ref="/root/main/empldata/empllist/mpphonno" class="input_essential" disabled="true" navindex="9" style="left:505px; top:85px; width:125px; height:19px; "/>
  622. <caption id="caption314" class="cell_1" style="left:0px; top:83px; width:127px; height:23px; vertical-align:middle; ">성별</caption>
  623. <input id="input12" ref="/root/main/empldata/empllist/edudeptappnttodd" class="input_default" inputtype="date" style="left:620px; top:32px; width:104px; height:19px; "/>
  624. <caption id="caption12" class="cell_1" style="left:398px; top:30px; width:102px; height:23px; vertical-align:middle; ">교육부임용기간</caption>
  625. <input id="input13" ref="/root/main/empldata/empllist/edudeptappntfromdd" class="input_default" inputtype="date" style="left:503px; top:32px; width:104px; height:19px; "/>
  626. <caption id="caption19" style="left:607px; top:34px; width:16px; height:20px; font-weight:bold; ">~</caption>
  627. <input id="input14" ref="/root/main/empldata/empllist/edudeptappnttodd" class="input_default" inputtype="date" style="left:990px; top:32px; width:104px; height:19px; "/>
  628. <caption id="caption20" class="cell_1" style="left:755px; top:30px; width:110px; height:23px; vertical-align:middle; ">교육부재임용기간</caption>
  629. <input id="input15" ref="/root/main/empldata/empllist/edudeptappntfromdd" class="input_default" inputtype="date" style="left:868px; top:32px; width:104px; height:19px; "/>
  630. <caption id="caption21" style="left:976px; top:34px; width:16px; height:20px; font-weight:bold; ">~</caption>
  631. <line id="line2" class="line_2" style="x1:0px; y1:161px; x2:1193px; y2:161px; "/>
  632. <line id="line3" class="line_2" style="x1:0px; y1:188px; x2:1193px; y2:188px; "/>
  633. <caption id="caption15" style="left:175px; top:111px; width:10px; height:20px; ">-</caption>
  634. <caption id="caption35" style="left:175px; top:167px; width:10px; height:20px; ">-</caption>
  635. <input id="input1" ref="/root/init/addrtemp" class="input_default" style="left:251px; top:165px; width:82px; height:19px; ">
  636. <script type="javascript" ev:event="xforms-value-changed">
  637. <![CDATA[
  638. model.setValue(ipt_resdnrgstareaaddr.attribute("ref"),ipt_resdnrgstareaaddrtemp.currentText) ;
  639. ipt_resdnrgstareaaddrtemp.attribute("ref") = "/root/main/empldata/empllist/resdnrgstareaaddr"
  640. misfValidationCheck("04", "", "resdnrgstareazipcd1,resdnrgstareazipcd2,resdnrgstareaaddr" );
  641. ipt_resdnrgstareaaddrtemp.attribute("ref") = "";
  642. model.setValue("/root/init/addrtemp","");
  643. model.refresh();
  644. model.setFocus("ipt_resdnrgstareaaddr");
  645. ]]>
  646. </script>
  647. </input>
  648. <caption id="caption36" class="cell_1" style="left:0px; top:164px; width:127px; height:23px; vertical-align:middle; ">주민등록기준지주소</caption>
  649. <button id="button40" class="icon_search" style="left:232px; top:167px; width:16px; height:16px; ">
  650. <caption/>
  651. <script type="javascript" ev:event="DOMActivate">
  652. <![CDATA[
  653. /* 우편번호 Help화면 Popup */
  654. var recv_list = "resdnrgstareazipcd1,resdnrgstareazipcd2,resdnrgstareaaddr";
  655. rpbfOpenZipCdHelp(ipt_resdnrgstareazipcd1, recv_list);
  656. model.refresh();
  657. model.setFocus("ipt_resdnrgstareaaddr");
  658. ]]>
  659. </script>
  660. </button>
  661. <input id="input3" ref="/root/main/empldata/empllist/resdnrgstareaaddr" class="input_default" style="left:336px; top:165px; width:388px; height:19px; "/>
  662. <input id="input16" ref="/root/main/empldata/empllist/resdnrgstareazipcd1" class="input_default" disabled="true" editable="false" appearance="input" style="left:129px; top:166px; width:42px; height:19px; "/>
  663. <input id="input17" ref="/root/main/empldata/empllist/resdnrgstareazipcd2" class="input_default" disabled="true" editable="false" appearance="input" style="left:187px; top:165px; width:42px; height:19px; "/>
  664. </case>
  665. <case id="case2">
  666. <line id="line6" class="line_3" style="x1:0px; y1:412px; x2:1192px; y2:412px; "/>
  667. <line id="line13" class="line_3" style="x1:0px; y1:465px; x2:628px; y2:465px; "/>
  668. <caption id="caption157" class="cell_1" style="left:371px; top:390px; width:73px; height:23px; vertical-align:middle; ">보훈유족명</caption>
  669. <caption id="caption135" class="cell_1" style="left:181px; top:390px; width:73px; height:23px; vertical-align:middle; ">보훈구분</caption>
  670. <line id="line106" class="line_1" style="x1:0px; y1:25px; x2:1193; y2:25px; "/>
  671. <caption id="caption158" class="cell_1" style="left:181px; top:443px; width:73px; height:23px; vertical-align:middle; ">장애등급</caption>
  672. <caption id="caption103" class="cell_1" style="left:371px; top:443px; width:73px; height:23px; vertical-align:middle; ">장애번호</caption>
  673. <line id="line30" class="line_1" style="x1:0px; y1:385px; x2:1192px; y2:385px; "/>
  674. <caption id="caption136" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">기본인적사항2</caption>
  675. <caption id="caption126" class="cell_1" style="left:542px; top:390px; width:85px; height:23px; vertical-align:middle; ">보훈번호</caption>
  676. <caption id="caption73" class="cell_1" style="left:735px; top:390px; width:85px; height:23px; vertical-align:middle; ">유족관계</caption>
  677. <input id="ipt_bhno" ref="/root/main/empldata/empllist/bhno" class="input_default" style="left:629px; top:391px; width:104px; height:19px; "/>
  678. <caption id="caption129" class="cell_1" style="left:0px; top:443px; width:73px; height:23px; vertical-align:middle; ">장애여부</caption>
  679. <caption id="caption86" class="tit_2" style="left:5px; top:370px; width:95px; height:13px; ">보훈사항</caption>
  680. <caption id="caption11" class="cell_1" style="left:942px; top:390px; width:85px; height:23px; vertical-align:middle; ">보훈청</caption>
  681. <select1 id="cmb_bhflag" ref="/root/main/empldata/empllist/bhflag" class="combo_essential" appearance="minimal" style="left:256px; top:391px; width:113px; height:19px; ">
  682. <choices>
  683. <itemset>
  684. <label/>
  685. <value/>
  686. </itemset>
  687. </choices>
  688. </select1>
  689. <line id="line27" class="line_1" style="x1:0px; y1:438px; x2:628px; y2:438px; "/>
  690. <input id="ipt_handcapno" ref="/root/main/empldata/empllist/handcapno" class="input_default" style="left:446px; top:444px; width:179px; height:19px; "/>
  691. <input id="ipt_bhsrvvfamynm" ref="/root/main/empldata/empllist/bhsrvvfamynm" class="input_default" style="left:446px; top:391px; width:94px; height:19px; "/>
  692. <caption id="caption142" class="tit_2" style="left:5px; top:423px; width:95px; height:13px; ">장애사항</caption>
  693. <caption id="caption121" class="cell_1" style="left:0px; top:390px; width:73px; height:23px; vertical-align:middle; ">보훈대상</caption>
  694. <group id="group3" style="left:0px; top:29px; width:1190px; height:171px; ">
  695. <line id="line76" class="line_1" style="x1:0px; y1:25px; x2:1185px; y2:25px; "/>
  696. <caption id="caption95" class="tit_2" style="left:5px; top:10px; width:96px; height:13px; ">신원보증사항</caption>
  697. <datagrid id="grd_grntpsn1" nodeset="/root/main/grnt/grntlist1" caption="보증인^보증인과의관계^보증일자^비고^사원번호^보증인구분^순번^순번OLD^최초등록자ID^최초등록일자^최종수정자ID^최종수정일자" colsep="^" colwidth="90, 112, 121, 231, 74, 50, 40, 31, 38, 40, 34, 47" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1185px; height:137px; ">
  698. <col ref="grntpsnnm" type="input"/>
  699. <col id="grntpsnrela" ref="grntpsnrela" type="combo">
  700. <choices>
  701. <itemset>
  702. <label/>
  703. <value/>
  704. </itemset>
  705. </choices>
  706. </col>
  707. <col ref="grntdd" type="inputdate"/>
  708. <col ref="cmt" type="input"/>
  709. <col ref="emplno" visibility="hidden"/>
  710. <col ref="grntpsnflag" visibility="hidden"/>
  711. <col ref="seq" visibility="hidden"/>
  712. <col ref="oldseq" visibility="hidden"/>
  713. <col ref="fstrgstrid" visibility="hidden"/>
  714. <col ref="fstrgstdt" visibility="hidden"/>
  715. <col ref="lastupdtrid" visibility="hidden"/>
  716. <col ref="lastupdtdt" visibility="hidden"/>
  717. </datagrid>
  718. <button id="btn_savegrntpsn1excel" class="btn2_letter4" style="left:1120px; top:4px; width:64px; height:19px; ">
  719. <caption>엑셀저장</caption>
  720. <script type="javascript" ev:event="DOMActivate">
  721. <![CDATA[
  722. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  723. if (fileName != "")
  724. {
  725. grd_grntpsn1.saveExcel(fileName);
  726. }
  727. ]]>
  728. </script>
  729. </button>
  730. <button id="btn_grddelgrntpsn1" class="btn2_letter3" style="left:1065px; top:4px; width:53px; height:19px; ">
  731. <caption>행삭제</caption>
  732. <script type="javascript" ev:event="DOMActivate">
  733. <![CDATA[
  734. misfGridIUD(grd_grntpsn1, "D");
  735. ]]>
  736. </script>
  737. </button>
  738. <button id="btn_grdaddgrntpsn1" class="btn2_letter3" style="left:1010px; top:4px; width:53px; height:19px; ">
  739. <caption>행추가</caption>
  740. <script type="javascript" ev:event="DOMActivate">
  741. <![CDATA[
  742. misfGridIUD(grd_grntpsn1, "A");
  743. model.setValue(grd_grntpsn1.nodeset + "[" + grd_grntpsn1.row + "]/grntpsnflag", "1");
  744. ]]>
  745. </script>
  746. </button>
  747. </group>
  748. <select1 id="cmb_srvvfamyrela" ref="/root/main/empldata/empllist/srvvfamyrela" class="combo_essential" appearance="minimal" style="left:822px; top:391px; width:118px; height:19px; ">
  749. <choices>
  750. <itemset>
  751. <label/>
  752. <value/>
  753. </itemset>
  754. </choices>
  755. </select1>
  756. <select1 id="rdo_handcapyn" ref="/root/main/empldata/empllist/handcapyn" class="radio_search" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:75px; top:444px; width:104px; height:19px; text-align:center; border-style:solid; ">
  757. <choices>
  758. <item>
  759. <label>Yes</label>
  760. <value>Y</value>
  761. </item>
  762. <item>
  763. <label>No</label>
  764. <value>N</value>
  765. </item>
  766. </choices>
  767. </select1>
  768. <select1 id="cmb_handcapgrde" ref="/root/main/empldata/empllist/handcapgrde" class="combo_essential" appearance="minimal" style="left:256px; top:444px; width:113px; height:19px; ">
  769. <choices>
  770. <itemset>
  771. <label/>
  772. <value/>
  773. </itemset>
  774. </choices>
  775. </select1>
  776. <select1 id="rdo_bhtrgtpsnyn" ref="/root/main/empldata/empllist/bhtrgtpsnyn" class="radio_search" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:75px; top:391px; width:104px; height:19px; text-align:center; border-style:solid; ">
  777. <choices>
  778. <item>
  779. <label>Yes</label>
  780. <value>Y</value>
  781. </item>
  782. <item>
  783. <label>No</label>
  784. <value>N</value>
  785. </item>
  786. </choices>
  787. </select1>
  788. <select1 id="cmb_bhpice" ref="/root/main/empldata/empllist/bhpice" class="combo_essential" appearance="minimal" style="left:1029px; top:391px; width:143px; height:19px; ">
  789. <choices>
  790. <itemset>
  791. <label/>
  792. <value/>
  793. </itemset>
  794. </choices>
  795. </select1>
  796. <group id="group4" style="left:0px; top:205px; width:1190px; height:160px; ">
  797. <datagrid id="datagrid1" nodeset="/root/main/forgn/forgnlist" caption="외국어명^종합^시험명^점수^기타^사원번호^일련번호^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시^일련번호OLD|외국어명^종합^시험명^점수^기타^사원번호^일련번호^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시^일련번호OLD" colsep="^" colwidth="132, 116, 154, 103, 401, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1185px; height:125px; ">
  798. <col id="col1" ref="forgnlangcd" type="combo">
  799. <choices>
  800. <itemset>
  801. <label/>
  802. <value/>
  803. </itemset>
  804. </choices>
  805. </col>
  806. <col id="col6" ref="colggrde" type="combo">
  807. <choices>
  808. <itemset>
  809. <label/>
  810. <value/>
  811. </itemset>
  812. </choices>
  813. </col>
  814. <col ref="examnm" type="input"/>
  815. <col ref="scor" type="input"/>
  816. <col ref="rem" type="input"/>
  817. <col ref="emplno" visibility="hidden"/>
  818. <col ref="seqno" visibility="hidden"/>
  819. <col ref="fstrgstrid" visibility="hidden"/>
  820. <col ref="fstrgstdt" visibility="hidden"/>
  821. <col ref="lastupdtrid" visibility="hidden"/>
  822. <col ref="lastupdtdt" visibility="hidden"/>
  823. <col ref="oldseqno" visibility="hidden"/>
  824. </datagrid>
  825. <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:1185px; y2:25px; "/>
  826. <caption id="caption10" class="tit_2" style="left:5px; top:10px; width:95px; height:13px; ">외국어사항</caption>
  827. <button id="button19" class="btn2_letter3" style="left:1064px; top:4px; width:53px; height:19px; ">
  828. <caption>행삭제</caption>
  829. <script type="javascript" ev:event="DOMActivate">
  830. <![CDATA[
  831. misfGridIUD(grd_forgnlist, "D");
  832. ]]>
  833. </script>
  834. </button>
  835. <button id="button24" class="btn2_letter3" style="left:1008px; top:4px; width:53px; height:19px; ">
  836. <caption>행추가</caption>
  837. <script type="javascript" ev:event="DOMActivate">
  838. <![CDATA[
  839. misfGridIUD(grd_forgnlist, "A");
  840. ]]>
  841. </script>
  842. </button>
  843. <button id="button26" class="btn2_letter4" style="left:1120px; top:4px; width:64px; height:19px; ">
  844. <caption>엑셀저장</caption>
  845. <script type="javascript" ev:event="DOMActivate">
  846. <![CDATA[
  847. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  848. if (fileName != "")
  849. {
  850. grd_forgnlist.saveExcel(fileName);
  851. }
  852. ]]>
  853. </script>
  854. </button>
  855. </group>
  856. </case>
  857. <case id="case5">
  858. <caption id="caption444" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">학력사항</caption>
  859. <datagrid id="grd_scholist" nodeset="/root/main/scho/scholist" caption="학력구분^학교코드^학교명^입학일^졸업일^수업년한^전공^전공명^부전공^부전공명^학위^학위등록번호^입사후여부^부전공과목^승급인정^편입여부^졸업횟수^사원번호^일련번호^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^일련번호OLD|학력구분^학교코드^학교명^입학일^졸업일^수업년한^전공^전공명^부전공^부전공명^학위^학위등록번호^입사후여부^부전공과목^승급인정^편입여부^졸업횟수^사원번호^일련번호^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^일련번호OLD" colsep="^" colwidth="87, 72, 110, 90, 88, 37, 64, 100, 63, 100, 57, 57, 45, 85, 33, 32, 33, 30, 30, 37, 27, 35, 35, 41" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  860. <col id="scholflag" ref="scholflag" type="combo">
  861. <choices>
  862. <itemset>
  863. <label/>
  864. <value/>
  865. </itemset>
  866. </choices>
  867. </col>
  868. <col id="schoolcd" ref="schoolcd" type="inputbutton"/>
  869. <col ref="schoolnm" type="input"/>
  870. <col ref="admischooldd" type="inputdate"/>
  871. <col ref="gradutndd" type="inputdate"/>
  872. <col ref="lesnfixyearpd" type="input"/>
  873. <col ref="frmrmert" type="inputbutton"/>
  874. <col ref="frmrmertnm"/>
  875. <col ref="subspcl" type="inputbutton"/>
  876. <col ref="subspclnm"/>
  877. <col id="acdmydg" ref="acdmydg" type="combo">
  878. <choices>
  879. <itemset>
  880. <label/>
  881. <value/>
  882. </itemset>
  883. </choices>
  884. </col>
  885. <col ref="acdmydgno" type="input"/>
  886. <col checkvalue="Y,N" ref="aftentcoyn" type="checkbox"/>
  887. <col ref="subspclitem" type="input"/>
  888. <col checkvalue="Y,N" ref="graduprcog" type="checkbox"/>
  889. <col checkvalue="Y,N" ref="incportyn" type="checkbox"/>
  890. <col ref="gradutnno" type="input"/>
  891. <col ref="emplno" visibility="hidden"/>
  892. <col ref="seqno" visibility="hidden"/>
  893. <col ref="fstrgstrid" visibility="hidden"/>
  894. <col ref="fstrgstdt" visibility="hidden"/>
  895. <col ref="lastupdtrid" visibility="hidden"/>
  896. <col ref="lastupdtdt" visibility="hidden"/>
  897. <col ref="oldseqno" visibility="hidden"/>
  898. <script type="javascript" ev:event="onbuttonclick">
  899. <![CDATA[
  900. if (grd_scholist.colAttribute(grd_scholist.col,"ref") == "schoolcd" ) { //학교코드
  901. var recv_list = "schoolcd,schoolnm";
  902. rpbfOpenComCdHelp(grd_scholist,"R0141", recv_list);
  903. model.refresh();
  904. }
  905. else if (grd_scholist.colAttribute(grd_scholist.col,"ref") == "frmrmert" ) { //전공
  906. var recv_list = "frmrmert,frmrmertnm";
  907. rpbfOpenComCdHelp(grd_scholist,"R0089", recv_list);
  908. model.refresh();
  909. }
  910. else if (grd_scholist.colAttribute(grd_scholist.col,"ref") == "subspcl" ) { //부전공
  911. var recv_list = "subspcl,subspclnm";
  912. rpbfOpenComCdHelp(grd_scholist,"R0089", recv_list);
  913. model.refresh();
  914. }
  915. ]]>
  916. </script>
  917. <script type="javascript" ev:event="xforms-value-changed">
  918. <![CDATA[
  919. if (grd_scholist.colAttribute(grd_scholist.col,"ref") == "schoolcd" ) { //학교코드
  920. var recv_list = "schoolcd,schoolnm";
  921. misfValidationCheck("03", "R0141",recv_list);
  922. model.refresh();
  923. }
  924. else if (grd_scholist.colAttribute(grd_scholist.col,"ref") == "frmrmert" ) { //전공
  925. var recv_list = "frmrmert,frmrmertnm";
  926. misfValidationCheck("03", "R0089",recv_list);
  927. model.refresh();
  928. }
  929. else if (grd_scholist.colAttribute(grd_scholist.col,"ref") == "subspcl" ) { //부전공
  930. var recv_list = "subspcl,subspclnm";
  931. misfValidationCheck("03", "R0089",recv_list);
  932. model.refresh();
  933. }
  934. ]]>
  935. </script>
  936. </datagrid>
  937. <line id="line294" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  938. <button id="btn_grddelscholist" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  939. <caption>행삭제</caption>
  940. <script type="javascript" ev:event="DOMActivate">
  941. <![CDATA[
  942. misfGridIUD(grd_scholist, "D");
  943. ]]>
  944. </script>
  945. </button>
  946. <button id="btn_grdaddscholist" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  947. <caption>행추가</caption>
  948. <script type="javascript" ev:event="DOMActivate">
  949. <![CDATA[
  950. misfGridIUD(grd_scholist, "A");
  951. ]]>
  952. </script>
  953. </button>
  954. <button id="btn_savescholistexcel" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  955. <caption>엑셀저장</caption>
  956. <script type="javascript" ev:event="DOMActivate">
  957. <![CDATA[
  958. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  959. if (fileName != "")
  960. {
  961. grd_scholist.saveExcel(fileName);
  962. }
  963. ]]>
  964. </script>
  965. </button>
  966. </case>
  967. <case id="case6">
  968. <datagrid id="grd_gvnoffcordlist" nodeset="/root/main/emplnogvnoffcord/emplnogvnoffcordlist" caption="발령일자^발령^소속기관^소속부(실)^소속과(팀)^소속부서^직위^직책^직급^호봉^신직급^년차^비고|발령일자^발령^소속기관^소속부(실)^소속과(팀)^소속부서^직위^직책^직급^호봉^신직급^년차^비고" colsep="^" colwidth="90, 106, 99, 106, 100, 94, 82, 83, 73, 41, 43, 40, 134" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  969. <col disabled="true" ref="gvnoffcorddd" type="inputdate"/>
  970. <col ref="gvnoffcordnm"/>
  971. <col ref="instnm"/>
  972. <col ref="deptnm" visibility="hidden"/>
  973. <col ref="teamnm" visibility="hidden"/>
  974. <col ref="unitnm"/>
  975. <col ref="jobposnm"/>
  976. <col ref="jobrespnm"/>
  977. <col ref="ojobgradnm"/>
  978. <col ref="payclsnm"/>
  979. <col ref="njobgradnm"/>
  980. <col ref="anual"/>
  981. <col ref="cmt"/>
  982. </datagrid>
  983. <caption id="caption460" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">발령이동사항</caption>
  984. <line id="line300" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  985. </case>
  986. <case id="case7">
  987. <line id="line306" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  988. <caption id="caption479" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">자격면허사항</caption>
  989. <datagrid id="grd_licnlist" nodeset="/root/main/licn/licnlist" caption="자격/면허^자격면허명^발급기관^발급번호^취득일자^자격수당^선임수당^비고^사번^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^자격면허코드OLD|자격/면허^자격면허명^발급기관^발급번호^취득일자^자격수당^선임수당^비고^사번^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^자격면허코드OLD" colsep="^" colwidth="96, 152, 134, 99, 114, 88, 66, 403, 42, 43, 42, 43, 37, 42" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  990. <col ref="licnscd" type="inputbutton"/>
  991. <col ref="licnsnm"/>
  992. <col ref="issinst" type="input">
  993. <choices>
  994. <itemset>
  995. <label/>
  996. <value/>
  997. </itemset>
  998. </choices>
  999. </col>
  1000. <col ref="licnsno" type="input"/>
  1001. <col ref="possndd" type="inputdate"/>
  1002. <col checkvalue="Y,N" ref="licnalwnflag" type="combo">
  1003. <choices>
  1004. <item>
  1005. <label>A자격</label>
  1006. <value>A</value>
  1007. </item>
  1008. <item>
  1009. <label>B자격</label>
  1010. <value>B</value>
  1011. </item>
  1012. <item>
  1013. <label>미적용</label>
  1014. <value>Z</value>
  1015. </item>
  1016. </choices>
  1017. </col>
  1018. <col checkvalue="Y,N" ref="senirtyalwn" type="checkbox"/>
  1019. <col ref="cmt" type="input"/>
  1020. <col ref="emplno" visibility="hidden"/>
  1021. <col ref="fstrgstrid" visibility="hidden"/>
  1022. <col ref="fstrgstdt" visibility="hidden"/>
  1023. <col ref="lastupdtrid" visibility="hidden"/>
  1024. <col ref="lastupdtdt" visibility="hidden"/>
  1025. <col ref="oldlicnscd" visibility="hidden"/>
  1026. <col ref="seqno" visibility="hidden"/>
  1027. <script type="javascript" ev:event="onbuttonclick">
  1028. <![CDATA[
  1029. if (grd_licnlist.colAttribute(grd_licnlist.col,"ref") == "licnscd" ) { //자격면허코드
  1030. var recv_list = "licnscd,licnsnm";
  1031. rpbfOpenComCdHelp(grd_licnlist,"R0088", recv_list);
  1032. model.refresh();
  1033. }
  1034. ]]>
  1035. </script>
  1036. <script type="javascript" ev:event="xforms-value-changed">
  1037. <![CDATA[
  1038. if (grd_licnlist.colAttribute(grd_licnlist.col,"ref") == "licnscd" ) { //자격면허코드
  1039. var recv_list = "licnscd,licnsnm";
  1040. misfValidationCheck("03", "R0088",recv_list);
  1041. model.refresh();
  1042. }
  1043. ]]>
  1044. </script>
  1045. </datagrid>
  1046. <button id="btn_grdaddlicnlist" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  1047. <caption>행추가</caption>
  1048. <script type="javascript" ev:event="DOMActivate">
  1049. <![CDATA[
  1050. misfGridIUD(grd_licnlist, "A");
  1051. ]]>
  1052. </script>
  1053. </button>
  1054. <button id="btn_savelicnlistexcel" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  1055. <caption>엑셀저장</caption>
  1056. <script type="javascript" ev:event="DOMActivate">
  1057. <![CDATA[
  1058. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1059. if (fileName != "")
  1060. {
  1061. grd_licnlist.saveExcel(fileName);
  1062. }
  1063. ]]>
  1064. </script>
  1065. </button>
  1066. <button id="btn_grddellicnlist" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1067. <caption>행삭제</caption>
  1068. <script type="javascript" ev:event="DOMActivate">
  1069. <![CDATA[
  1070. misfGridIUD(grd_licnlist, "D");
  1071. ]]>
  1072. </script>
  1073. </button>
  1074. </case>
  1075. <case id="case8">
  1076. <datagrid id="grd_becrlist" nodeset="/root/main/becr/becrlist" caption="회사명^부서명^직위(책)명^기간^기간^기간^기간^근무년수^주요업무^퇴직사유^사원번호^일련번호^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^일련번호OLD|회사명^부서명^직위(책)명^입사일^퇴사일^년수^월수^근무년수^주요업무^퇴직사유^사원번호^일련번호^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^일련번호OLD" colsep="^" colwidth="140, 159, 139, 107, 101, 43, 43, 78, 147, 199, 40, 40, 48, 43, 42, 39, 40" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:264px; width:1193px; height:202px; ">
  1077. <col ref="cmpynm" type="input"/>
  1078. <col ref="deptnm" type="input"/>
  1079. <col ref="jobposrespnm" type="input"/>
  1080. <col ref="entcodd" type="inputdate"/>
  1081. <col ref="retiredd" type="inputdate"/>
  1082. <col ref="dutyyno"/>
  1083. <col ref="dutmmno"/>
  1084. <col ref="dutyearno" type="input" style="text-align:right; vertical-align:middle; "/>
  1085. <col ref="mainbiz" type="input"/>
  1086. <col ref="retireresn" type="input"/>
  1087. <col ref="emplno" visibility="hidden"/>
  1088. <col ref="seqno" visibility="hidden"/>
  1089. <col ref="fstrgstrid" visibility="hidden"/>
  1090. <col ref="fstrgstdt" visibility="hidden"/>
  1091. <col ref="lastupdtrid" visibility="hidden"/>
  1092. <col ref="lastupdtdt" visibility="hidden"/>
  1093. <col ref="oldseqno" visibility="hidden"/>
  1094. </datagrid>
  1095. <line id="line310" class="line_1" style="x1:0px; y1:259px; x2:1193px; y2:259px; "/>
  1096. <caption id="caption474" class="tit_2" style="left:5px; top:243px; width:144px; height:14px; ">임용전 경력사항</caption>
  1097. <button id="btn_grdaddafcrlist" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  1098. <caption>행추가</caption>
  1099. <script type="javascript" ev:event="DOMActivate">
  1100. <![CDATA[
  1101. misfGridIUD(grd_afcrlist, "A");
  1102. ]]>
  1103. </script>
  1104. </button>
  1105. <button id="btn_saveafcrlistexcel" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  1106. <caption>엑셀저장</caption>
  1107. <script type="javascript" ev:event="DOMActivate">
  1108. <![CDATA[
  1109. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1110. if (fileName != "")
  1111. {
  1112. grd_afcrlist.saveExcel(fileName);
  1113. }
  1114. ]]>
  1115. </script>
  1116. </button>
  1117. <button id="btn_grddelafcrlist" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1118. <caption>행삭제</caption>
  1119. <script type="javascript" ev:event="DOMActivate">
  1120. <![CDATA[
  1121. misfGridIUD(grd_afcrlist, "D");
  1122. ]]>
  1123. </script>
  1124. </button>
  1125. <button id="btn_grdaddbecrlist" class="btn2_letter3" style="left:1018px; top:238px; width:53px; height:19px; ">
  1126. <caption>행추가</caption>
  1127. <script type="javascript" ev:event="DOMActivate">
  1128. <![CDATA[
  1129. misfGridIUD(grd_becrlist, "A");
  1130. ]]>
  1131. </script>
  1132. </button>
  1133. <button id="btn_savebecrlistexcel" class="btn2_letter4" style="left:1128px; top:238px; width:64px; height:19px; ">
  1134. <caption>엑셀저장</caption>
  1135. <script type="javascript" ev:event="DOMActivate">
  1136. <![CDATA[
  1137. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1138. if (fileName != "")
  1139. {
  1140. grd_becrlist.saveExcel(fileName);
  1141. }
  1142. ]]>
  1143. </script>
  1144. </button>
  1145. <button id="btn_grddelbecrlist" class="btn2_letter3" style="left:1073px; top:238px; width:53px; height:19px; ">
  1146. <caption>행삭제</caption>
  1147. <script type="javascript" ev:event="DOMActivate">
  1148. <![CDATA[
  1149. misfGridIUD(grd_becrlist, "D");
  1150. ]]>
  1151. </script>
  1152. </button>
  1153. <datagrid id="grd_ConcrOffc" nodeset="/root/main/concroffcord/concroffcordlist" caption="발령일^종료일^소속기관^부서^직위^직급^신직급^직책^보직(겸직)기관^보직(겸직)부서^사원번호|발령일^종료일^소속기관^부서^직위^직급^신직급^직책^보직(겸직)기관^보직(겸직)부서^사원번호" colsep="^" colwidth="107, 110, 136, 147, 107, 80, 85, 143, 113, 125, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:28px; width:1190px; height:207px; ">
  1154. <col disabled="true" ref="gvnoffcorddd" type="inputdate"/>
  1155. <col disabled="true" ref="termtodd" type="inputdate"/>
  1156. <col ref="instnm"/>
  1157. <col ref="unitnm"/>
  1158. <col ref="jobposnm"/>
  1159. <col ref="ojobgradnm"/>
  1160. <col ref="njobgradnm"/>
  1161. <col ref="jobrespnm"/>
  1162. <col ref="dutinstnm"/>
  1163. <col ref="dutunitnm"/>
  1164. <col ref="emplno" visibility="hidden"/>
  1165. </datagrid>
  1166. <caption id="caption59" class="tit_2" style="left:0px; top:8px; width:95px; height:13px; ">겸직사항</caption>
  1167. <line id="line61" class="line_1" style="x1:0px; y1:23px; x2:1193px; y2:23px; "/>
  1168. </case>
  1169. <case id="case9">
  1170. <line id="line74" class="line_1" style="x1:0px; y1:259px; x2:1193px; y2:259px; "/>
  1171. <datagrid id="grd_prizlist" nodeset="/root/main/priz/prizlist" caption="포상기관^포상번호^포상코드^포상명^포상일자^포상내용^사원번호^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^포상일자OLD^포상번호OLD^포상징계구분^순번" colsep="^" colwidth="130, 100, 106, 163, 107, 546, 44, 40, 42, 38, 43, 35, 43, 43" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:203px; ">
  1172. <col ref="prizrpmdinst" type="input"/>
  1173. <col ref="prizrpmdno"/>
  1174. <col ref="prizrpmdcd" type="inputbutton"/>
  1175. <col ref="prizrpmdnm"/>
  1176. <col ref="prizrpmddd" type="inputdate"/>
  1177. <col ref="prizcnts" type="input"/>
  1178. <col ref="emplno" visibility="hidden"/>
  1179. <col ref="fstrgstrid" visibility="hidden"/>
  1180. <col ref="fstrgstdt" visibility="hidden"/>
  1181. <col ref="lastupdtrid" visibility="hidden"/>
  1182. <col ref="lastupdtdt" visibility="hidden"/>
  1183. <col ref="oldprizrpmddd" visibility="hidden"/>
  1184. <col ref="oldprizrpmdno" visibility="hidden"/>
  1185. <col ref="prizrpmdflag" visibility="hidden"/>
  1186. <col ref="seqno" visibility="hidden"/>
  1187. <script type="javascript" ev:event="onbuttonclick">
  1188. <![CDATA[
  1189. if (grd_prizlist.colAttribute(grd_prizlist.col,"ref") == "prizrpmdcd" ) { //포상코드
  1190. var recv_list = "prizrpmdcd,prizrpmdnm";
  1191. rpbfOpenComCdHelp(grd_prizlist,"R0084", recv_list);
  1192. model.refresh();
  1193. }
  1194. ]]>
  1195. </script>
  1196. <script type="javascript" ev:event="xforms-value-changed">
  1197. <![CDATA[
  1198. if (grd_prizlist.colAttribute(grd_prizlist.col,"ref") == "prizrpmdcd" ) { //포상코드
  1199. var recv_list = "prizrpmdcd,prizrpmdnm";
  1200. misfValidationCheck("03", "R0084",recv_list);
  1201. model.refresh();
  1202. }
  1203. ]]>
  1204. </script>
  1205. </datagrid>
  1206. <caption id="caption292" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">포상사항</caption>
  1207. <caption id="caption24" class="tit_2" style="left:5px; top:244px; width:144px; height:13px; ">징계사항</caption>
  1208. <line id="line213" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1209. <datagrid id="grd_rpmdlist" nodeset="/root/main/priz/rpmdlist" caption="징계기관^징계번호^징계코드^징계명^징계발생일^징계종료일^징계사유코드^징계사유명^재심사항^재심기관^징계내용^사원번호^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^징계종료일OLD^징계번호OLD^포상징계구분^순번" colsep="^" colwidth="106, 64, 74, 138, 95, 89, 85, 156, 105, 94, 144, 41, 38, 42, 35, 37, 41, 36, 36, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:264px; width:1193px; height:202px; ">
  1210. <col ref="prizrpmdinst" type="input"/>
  1211. <col ref="prizrpmdno"/>
  1212. <col ref="prizrpmdcd" type="inputbutton"/>
  1213. <col ref="prizrpmdnm"/>
  1214. <col ref="prizrpmddd" type="inputdate"/>
  1215. <col ref="rpmdtodd" type="inputdate"/>
  1216. <col ref="rpmdresncd" type="inputbutton"/>
  1217. <col ref="rpmdresnnm"/>
  1218. <col ref="redcusfact" type="input"/>
  1219. <col ref="redcusinst" type="input"/>
  1220. <col ref="prizcnts" type="input"/>
  1221. <col ref="emplno" visibility="hidden"/>
  1222. <col ref="fstrgstrid" visibility="hidden"/>
  1223. <col ref="fstrgstdt" visibility="hidden"/>
  1224. <col ref="lastupdtrid" visibility="hidden"/>
  1225. <col ref="lastupdtdt" visibility="hidden"/>
  1226. <col ref="oldprizrpmddd" visibility="hidden"/>
  1227. <col ref="oldprizrpmdno" visibility="hidden"/>
  1228. <col ref="prizrpmdflag" visibility="hidden"/>
  1229. <col ref="seqno" visibility="hidden"/>
  1230. <script type="javascript" ev:event="onbuttonclick">
  1231. <![CDATA[
  1232. if (grd_rpmdlist.colAttribute(grd_rpmdlist.col,"ref") == "prizrpmdcd" ) { //징계코드
  1233. var recv_list = "prizrpmdcd,prizrpmdnm";
  1234. rpbfOpenComCdHelp(grd_rpmdlist,"R0083", recv_list);
  1235. model.refresh();
  1236. }
  1237. else if (grd_rpmdlist.colAttribute(grd_rpmdlist.col,"ref") == "rpmdresncd" ) { //징계사유코드
  1238. var recv_list = "rpmdresncd,rpmdresnnm";
  1239. rpbfOpenComCdHelp(grd_rpmdlist,"R0082", recv_list);
  1240. model.refresh();
  1241. }
  1242. ]]>
  1243. </script>
  1244. <script type="javascript" ev:event="xforms-value-changed">
  1245. <![CDATA[
  1246. if (grd_rpmdlist.colAttribute(grd_rpmdlist.col,"ref") == "prizrpmdcd" ) { //징계코드
  1247. var recv_list = "prizrpmdcd,prizrpmdnm";
  1248. misfValidationCheck("03", "R0083",recv_list);
  1249. model.refresh();
  1250. }
  1251. else if (grd_rpmdlist.colAttribute(grd_rpmdlist.col,"ref") == "rpmdresncd" ) { //징계사유코드
  1252. var recv_list = "rpmdresncd,rpmdresnnm";
  1253. misfValidationCheck("03", "R0082",recv_list);
  1254. model.refresh();
  1255. }
  1256. ]]>
  1257. </script>
  1258. </datagrid>
  1259. <button id="btn_grdaddprizlist" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  1260. <caption>행추가</caption>
  1261. <script type="javascript" ev:event="DOMActivate">
  1262. <![CDATA[
  1263. misfGridIUD(grd_prizlist, "A");
  1264. grd_prizlist.valueMatrix(grd_prizlist.row, grd_prizlist.colRef("prizrpmdflag")) = "1";
  1265. ]]>
  1266. </script>
  1267. </button>
  1268. <button id="btn_saveprizlistexcel" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  1269. <caption>엑셀저장</caption>
  1270. <script type="javascript" ev:event="DOMActivate">
  1271. <![CDATA[
  1272. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1273. if (fileName != "")
  1274. {
  1275. grd_prizlist.saveExcel(fileName);
  1276. }
  1277. ]]>
  1278. </script>
  1279. </button>
  1280. <button id="btn_grddelprizlist" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1281. <caption>행삭제</caption>
  1282. <script type="javascript" ev:event="DOMActivate">
  1283. <![CDATA[
  1284. misfGridIUD(grd_prizlist, "D");
  1285. ]]>
  1286. </script>
  1287. </button>
  1288. <button id="btn_grdaddrpmdlist" class="btn2_letter3" style="left:1018px; top:237px; width:53px; height:19px; ">
  1289. <caption>행추가</caption>
  1290. <script type="javascript" ev:event="DOMActivate">
  1291. <![CDATA[
  1292. misfGridIUD(grd_rpmdlist, "A");
  1293. grd_rpmdlist.valueMatrix(grd_rpmdlist.row, grd_rpmdlist.colRef("prizrpmdflag")) = "2";
  1294. ]]>
  1295. </script>
  1296. </button>
  1297. <button id="btn_saverpmdlistexcel" class="btn2_letter4" style="left:1128px; top:237px; width:64px; height:19px; ">
  1298. <caption>엑셀저장</caption>
  1299. <script type="javascript" ev:event="DOMActivate">
  1300. <![CDATA[
  1301. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1302. if (fileName != "")
  1303. {
  1304. grd_rpmdlist.saveExcel(fileName);
  1305. }
  1306. ]]>
  1307. </script>
  1308. </button>
  1309. <button id="btn_grddelrpmdlist" class="btn2_letter3" style="left:1073px; top:237px; width:53px; height:19px; ">
  1310. <caption>행삭제</caption>
  1311. <script type="javascript" ev:event="DOMActivate">
  1312. <![CDATA[
  1313. misfGridIUD(grd_rpmdlist, "D");
  1314. ]]>
  1315. </script>
  1316. </button>
  1317. </case>
  1318. <case id="case10" style="left:0px; top:0px; width:1193px; height:476px; ">
  1319. <line id="line45" class="line_2" style="x1:0px; y1:100px; x2:1146px; y2:100px; "/>
  1320. <line id="line44" class="line_2" style="x1:0px; y1:76px; x2:1146px; y2:76px; "/>
  1321. <line id="line43" class="line_2" style="x1:0px; y1:52px; x2:1146px; y2:52px; "/>
  1322. <line id="line8" class="line_3" style="x1:0px; y1:124px; x2:1146px; y2:124px; "/>
  1323. <caption id="caption289" class="cell_1" style="left:617px; top:54px; width:95px; height:23px; vertical-align:middle; ">특례기간시작</caption>
  1324. <caption id="caption279" class="cell_1" style="left:617px; top:102px; width:95px; height:23px; vertical-align:middle; ">복무기간</caption>
  1325. <input id="ipt_srvarmtermfromdd" ref="/root/main/armydata/armylist/srvarmtermfromdd" class="input_s_essential" inputtype="date" style="left:714px; top:104px; width:107px; height:19px; "/>
  1326. <input id="ipt_srvarmtermtodd" ref="/root/main/armydata/armylist/srvarmtermtodd" class="input_s_essential" inputtype="date" style="left:838px; top:104px; width:107px; height:19px; "/>
  1327. <caption id="caption290" class="cell_1" style="left:947px; top:30px; width:95px; height:23px; vertical-align:middle; ">예비군</caption>
  1328. <caption id="caption280" class="cell_1" style="left:0px; top:78px; width:95px; height:23px; vertical-align:middle; ">군별</caption>
  1329. <caption id="caption291" class="cell_1" style="left:316px; top:54px; width:95px; height:23px; vertical-align:middle; ">면제사유</caption>
  1330. <caption id="caption281" class="cell_1" style="left:316px; top:102px; width:95px; height:23px; vertical-align:middle; ">병역특례구분</caption>
  1331. <caption id="caption282" class="cell_1" style="left:617px; top:30px; width:95px; height:23px; vertical-align:middle; ">계급</caption>
  1332. <caption id="caption293" class="cell_1" style="left:0px; top:54px; width:95px; height:23px; vertical-align:middle; ">제대구분</caption>
  1333. <input id="ipt_exmptndd" ref="/root/main/armydata/armylist/exmptndd" class="input_default" inputtype="date" style="left:97px; top:104px; width:217px; height:19px; "/>
  1334. <caption id="caption25" class="search_n_b" style="left:824px; top:105px; width:12px; height:17px; font-weight:bolder; ">~</caption>
  1335. <caption id="caption283" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">병역사항</caption>
  1336. <caption id="caption294" class="cell_1" style="left:617px; top:78px; width:95px; height:23px; vertical-align:middle; ">군번</caption>
  1337. <input id="ipt_mainskil" ref="/root/main/armydata/armylist/mainskil" class="input_default" style="left:413px; top:80px; width:202px; height:19px; "/>
  1338. <caption id="caption284" class="cell_1" style="left:0px; top:102px; width:95px; height:23px; vertical-align:middle; ">면제일</caption>
  1339. <input id="ipt_spclcsmiltsrvc" ref="/root/main/armydata/armylist/spclcsmiltsrvc" class="input_default" style="left:413px; top:104px; width:202px; height:19px; "/>
  1340. <caption id="caption285" class="cell_1" style="left:316px; top:30px; width:95px; height:23px; vertical-align:middle; ">병과</caption>
  1341. <input id="ipt_sn" ref="/root/main/armydata/armylist/sn" class="input_default" style="left:714px; top:80px; width:231px; height:19px; "/>
  1342. <caption id="caption286" class="cell_1" style="left:316px; top:78px; width:95px; height:23px; vertical-align:middle; ">주특기</caption>
  1343. <caption id="caption287" class="cell_1" style="left:0px; top:30px; width:95px; height:23px; vertical-align:middle; ">역종</caption>
  1344. <line id="line203" class="line_1" style="x1:0px; y1:25px; x2:1146px; y2:25px; "/>
  1345. <input id="ipt_exmptnresn" ref="/root/main/armydata/armylist/exmptnresn" class="input_default" style="left:413px; top:56px; width:202px; height:19px; "/>
  1346. <input id="input319" class="input_default" style="left:714px; top:56px; width:231px; height:19px; "/>
  1347. <caption id="caption288" class="cell_1" style="left:947px; top:54px; width:95px; height:23px; vertical-align:middle; ">민방위</caption>
  1348. <select1 id="cmb_clssvcstatcd" ref="/root/main/armydata/armylist/clssvcstatcd" class="combo_essential" appearance="minimal" style="left:97px; top:32px; width:217px; height:19px; ">
  1349. <choices>
  1350. <itemset>
  1351. <label/>
  1352. <value/>
  1353. </itemset>
  1354. </choices>
  1355. </select1>
  1356. <datagrid id="grd_armylist" nodeset="/root/main/army/armylist" visibility="hidden" caption="역종^제대구분^군별^면제일^병과^면제사유^주특기^병역특례구분^계급^특례기간시작^군번^복무기간시작^복무기간종료^예비군^민방위^사번^최초등록자ID^최초등록일^최종등록자ID^최종등록일시" colsep="^" colwidth="56, 69, 61, 40, 41, 48, 46, 45, 44, 53, 29, 53, 37, 35, 26, 37, 43, 49, 36, 42" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:10px; top:365px; width:1170px; height:80px; ">
  1357. <col ref="clssvcstatcd"/>
  1358. <col ref="dembztflag"/>
  1359. <col ref="armyclscd"/>
  1360. <col ref="exmptndd"/>
  1361. <col ref="brnhmiltsrvccd"/>
  1362. <col ref="exmptnresn"/>
  1363. <col ref="mainskil"/>
  1364. <col ref="spclcsmiltsrvc"/>
  1365. <col ref="classcd"/>
  1366. <col ref="fromspclcase"/>
  1367. <col ref="sn"/>
  1368. <col ref="srvarmtermfromdd"/>
  1369. <col ref="srvarmtermtodd"/>
  1370. <col ref="rsrvarm"/>
  1371. <col ref="civildfns"/>
  1372. <col ref="emplno"/>
  1373. <col ref="fstrgstrid"/>
  1374. <col ref="fstrgstdt"/>
  1375. <col ref="lastupdtrid"/>
  1376. <col ref="lastupdtdt"/>
  1377. </datagrid>
  1378. <select1 id="cmb_dembztflag" ref="/root/main/armydata/armylist/dembztflag" class="combo_essential" appearance="minimal" style="left:97px; top:56px; width:217px; height:19px; ">
  1379. <choices>
  1380. <itemset>
  1381. <label/>
  1382. <value/>
  1383. </itemset>
  1384. </choices>
  1385. </select1>
  1386. <select1 id="cmb_armyclscd" ref="/root/main/armydata/armylist/armyclscd" class="combo_essential" appearance="minimal" style="left:97px; top:80px; width:217px; height:19px; ">
  1387. <choices>
  1388. <itemset>
  1389. <label/>
  1390. <value/>
  1391. </itemset>
  1392. </choices>
  1393. </select1>
  1394. <select1 id="cmb_brnhmiltsrvccd" ref="/root/main/armydata/armylist/brnhmiltsrvccd" class="combo_essential" appearance="minimal" style="left:413px; top:32px; width:202px; height:19px; ">
  1395. <choices>
  1396. <itemset>
  1397. <label/>
  1398. <value/>
  1399. </itemset>
  1400. </choices>
  1401. </select1>
  1402. <select1 id="cmb_classcd" ref="/root/main/armydata/armylist/classcd" class="combo_essential" appearance="minimal" style="left:714px; top:32px; width:231px; height:19px; ">
  1403. <choices>
  1404. <itemset>
  1405. <label/>
  1406. <value/>
  1407. </itemset>
  1408. </choices>
  1409. </select1>
  1410. <select1 id="rdo_rsrvarm" ref="/root/main/armydata/armylist/rsrvarm" appearance="full" cols="2" itemheight="18" itemwidth="50" overflow="visible" style="left:1044px; top:32px; width:100px; height:19px; border-style:solid; ">
  1411. <choices>
  1412. <item>
  1413. <label>Yes</label>
  1414. <value>Y</value>
  1415. </item>
  1416. <item>
  1417. <label>No</label>
  1418. <value>N</value>
  1419. </item>
  1420. </choices>
  1421. </select1>
  1422. <select1 id="rdo_civildfns" ref="/root/main/armydata/armylist/civildfns" appearance="full" cols="2" itemheight="18" itemwidth="50" overflow="visible" style="left:1044px; top:55px; width:100px; height:19px; border-style:solid; ">
  1423. <choices>
  1424. <item>
  1425. <label>Yes</label>
  1426. <value>Y</value>
  1427. </item>
  1428. <item>
  1429. <label>No</label>
  1430. <value>N</value>
  1431. </item>
  1432. </choices>
  1433. </select1>
  1434. </case>
  1435. <case id="case11">
  1436. <datagrid id="grd_educlist" nodeset="/root/main/educ/educlist" caption="교육년도^교육구분^교육코드^교육명^차수^교육기간^교육기간^교육장소^교육시간^이수학점^보조금지급여부|교육년도^교육구분^교육코드^교육명^차수^From^To^교육장소^교육시간^이수학점^보조금지급여부" colsep="^" colwidth="60, 70, 70, 250, 73, 90, 88, 200, 70, 70, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:434px; ">
  1437. <col ref="appyy" format="yyyy" maxlength="4" style="text-align:center; "/>
  1438. <col disabled="true" ref="inoutflag" type="combo" style="text-align:center; ">
  1439. <choices>
  1440. <item>
  1441. <label>내부교육</label>
  1442. <value>I</value>
  1443. </item>
  1444. <item>
  1445. <label>외부교육</label>
  1446. <value>O</value>
  1447. </item>
  1448. </choices>
  1449. </col>
  1450. <col ref="educcd"/>
  1451. <col ref="educnm"/>
  1452. <col ref="educdg" style="text-align:center; "/>
  1453. <col ref="educfromdd" format="yyyy-mm-dd" style="text-align:center; "/>
  1454. <col ref="eductodd" format="yyyy-mm-dd" style="text-align:center; "/>
  1455. <col ref="educplce"/>
  1456. <col ref="eductm" style="text-align:center; "/>
  1457. <col ref="cmpltcursstdypnt" style="text-align:center; "/>
  1458. <col disabled="true" ref="offctouramtpayyn" type="combo" style="text-align:center; ">
  1459. <choices>
  1460. <item>
  1461. <label>지급</label>
  1462. <value>Y</value>
  1463. </item>
  1464. <item>
  1465. <label>미지급</label>
  1466. <value>N</value>
  1467. </item>
  1468. <item>
  1469. <label/>
  1470. <value>A</value>
  1471. </item>
  1472. </choices>
  1473. </col>
  1474. </datagrid>
  1475. <line id="line210" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1476. <caption id="caption295" class="tit_2" style="left:10px; top:10px; width:144px; height:13px; ">교육훈련</caption>
  1477. </case>
  1478. <case id="case12">
  1479. <datagrid id="datagrid10" nodeset="/root/example" caption="장기/단기^국내/국외^시작일자^종료일자^학회장소^비고^보조금^시작일자^죵료일자^교육시간" colsep="^" colwidth="60, 73, 90, 88, 70, 66, 68, 60, 57, 54" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1480. <col/>
  1481. <col/>
  1482. <col/>
  1483. <col/>
  1484. <col/>
  1485. <col/>
  1486. <col/>
  1487. </datagrid>
  1488. <line id="line211" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1489. <caption id="caption296" class="tit_2" style="left:10px; top:10px; width:144px; height:13px; ">학회</caption>
  1490. </case>
  1491. <case id="case13">
  1492. <line id="line50" class="line_2" style="x1:0px; y1:440px; x2:427px; y2:440px; "/>
  1493. <line id="line49" class="line_2" style="x1:0px; y1:416px; x2:427px; y2:416px; "/>
  1494. <line id="line48" class="line_2" style="x1:0px; y1:247px; x2:427px; y2:247px; "/>
  1495. <line id="line47" class="line_2" style="x1:0px; y1:76px; x2:427px; y2:76px; "/>
  1496. <line id="line46" class="line_2" style="x1:0px; y1:52px; x2:427px; y2:52px; "/>
  1497. <line id="line51" class="line_3" style="x1:0px; y1:464px; x2:427px; y2:464px; "/>
  1498. <caption id="caption45" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">진료분야</caption>
  1499. <button id="btn_frmrmertlrg" class="icon_search" style="left:177px; top:32px; width:16px; height:16px; ">
  1500. <caption/>
  1501. <script type="javascript" ev:event="DOMActivate">
  1502. <![CDATA[
  1503. var recv_list = "frmrmertlrg,frmrmertlrgnm";
  1504. rpbfOpenComCdHelp(ipt_frmrmertlrg,"R0089", recv_list);
  1505. model.refresh();
  1506. ]]>
  1507. </script>
  1508. </button>
  1509. <output id="opt_frmrmertlrgnm" ref="/root/main/empldata/empllist/frmrmertlrgnm" class="output_fix" style="left:196px; top:32px; width:230px; height:19px; "/>
  1510. <line id="line15" class="line_1" style="x1:0px; y1:25px; x2:427px; y2:25px; "/>
  1511. <input id="ipt_frmrmertlrg" ref="/root/main/empldata/empllist/frmrmertlrg" class="input_essential" navindex="5" required="true" style="left:93px; top:32px; width:77px; height:19px; ">
  1512. <script type="javascript" ev:event="xforms-value-changed">
  1513. <![CDATA[
  1514. misfValidationCheck("03", "R0089", "frmrmertlrg,frmrmertlrgnm" );
  1515. model.refresh();
  1516. ]]>
  1517. </script>
  1518. </input>
  1519. <caption id="caption46" class="cell_1" style="left:0px; top:30px; width:90px; height:23px; vertical-align:middle; ">전공대분류</caption>
  1520. <button id="btn_frmrmertmdl" class="icon_search" style="left:177px; top:57px; width:16px; height:16px; ">
  1521. <caption/>
  1522. <script type="javascript" ev:event="DOMActivate">
  1523. <![CDATA[
  1524. var recv_list = "frmrmertmdl,frmrmertmdlnm";
  1525. rpbfOpenComCdHelp(ipt_frmrmertmdl,"R0089", recv_list);
  1526. model.refresh();
  1527. ]]>
  1528. </script>
  1529. </button>
  1530. <input id="ipt_frmrmertmdl" ref="/root/main/empldata/empllist/frmrmertmdl" class="input_essential" navindex="5" required="true" style="left:93px; top:56px; width:77px; height:19px; ">
  1531. <script type="javascript" ev:event="xforms-value-changed">
  1532. <![CDATA[
  1533. misfValidationCheck("03", "R0089", "frmrmertmdl,frmrmertmdlnm" );
  1534. model.refresh();
  1535. ]]>
  1536. </script>
  1537. </input>
  1538. <caption id="caption48" class="cell_1" style="left:0px; top:54px; width:90px; height:23px; vertical-align:middle; ">전공중분류</caption>
  1539. <output id="opt_frmrmertmdlnm" ref="/root/main/empldata/empllist/frmrmertmdlnm" class="output_fix" style="left:196px; top:56px; width:230px; height:19px; "/>
  1540. <caption id="caption49" class="cell_1" style="left:0px; top:78px; width:90px; height:170px; vertical-align:middle; ">주진료분야</caption>
  1541. <textarea id="txt_mainordfild" ref="/root/main/empldata/empllist/mainordfild" style="left:93px; top:80px; width:333px; height:166px; "/>
  1542. <textarea id="txt_ordfild" ref="/root/main/empldata/empllist/ordfild" style="left:93px; top:251px; width:333px; height:164px; "/>
  1543. <caption id="caption51" class="cell_1" style="left:0px; top:249px; width:90px; height:168px; vertical-align:middle; ">교원진료분야</caption>
  1544. <button id="btn_chrgsubj" class="icon_search" style="left:177px; top:426px; width:16px; height:16px; ">
  1545. <caption/>
  1546. <script type="javascript" ev:event="DOMActivate">
  1547. <![CDATA[
  1548. var recv_list = "chrgsubj,chrgsubjnm";
  1549. rpbfOpenComCdHelp(ipt_chrgsubj,"R0089", recv_list);
  1550. model.refresh();
  1551. ]]>
  1552. </script>
  1553. </button>
  1554. <input id="ipt_chrgsubj" ref="/root/main/empldata/empllist/chrgsubj" class="input_essential" navindex="5" required="true" style="left:93px; top:420; width:77px; height:19px; ">
  1555. <script type="javascript" ev:event="xforms-value-changed">
  1556. <![CDATA[
  1557. /* 부서 코드 Validation Check
  1558. misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
  1559. misfValidationCheck("03", "R0089", "chrgsubj,chrgsubjnm" );
  1560. model.refresh();
  1561. ]]>
  1562. </script>
  1563. </input>
  1564. <caption id="caption52" class="cell_1" style="left:0px; top:418px; width:90px; height:23px; vertical-align:middle; ">담당과목</caption>
  1565. <output id="opt_chrgsubjnm" ref="/root/main/empldata/empllist/chrgsubjnm" class="output_fix" style="left:196px; top:420px; width:230px; height:19px; "/>
  1566. <caption id="caption53" class="cell_1" style="left:0px; top:442px; width:90px; height:23px; vertical-align:middle; ">현소속과</caption>
  1567. <select1 id="cmb_prestposdept" ref="/root/main/empldata/empllist/prestposdept" class="combo_search comboinput" navindex="4" appearance="minimal" style="left:93px; top:444px; width:333px; height:19px; ">
  1568. <choices>
  1569. <itemset>
  1570. <label/>
  1571. <value/>
  1572. </itemset>
  1573. </choices>
  1574. </select1>
  1575. </case>
  1576. <case id="case14">
  1577. <datagrid id="grd_emplnojobrespgvnolist" nodeset="/root/main/emplnojobrespgvno/emplnojobrespgvnolist" caption="발령일자^종료일^발령^소속기관^부서^직위^직급^신직급^직책^보직기관^보직부서^호봉^년차^비고|발령일자^종료일^발령^소속기관^부서^직위^직급^신직급^직책^보직기관^보직부서^호봉^년차^비고" colsep="^" colwidth="90, 100, 106, 162, 94, 82, 83, 73, 76, 100, 100, 43, 40, 134" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1578. <col disabled="true" ref="gvnoffcorddd" type="inputdate"/>
  1579. <col disabled="true" ref="termtodd" type="inputdate"/>
  1580. <col ref="gvnoffcordnm"/>
  1581. <col ref="instnm"/>
  1582. <col ref="unitnm"/>
  1583. <col ref="jobposnm"/>
  1584. <col ref="ojobgradnm"/>
  1585. <col ref="njobgradnm"/>
  1586. <col ref="jobrespnm"/>
  1587. <col ref="dutinstnm"/>
  1588. <col ref="dutunitnm"/>
  1589. <col ref="payclsnm"/>
  1590. <col ref="anual"/>
  1591. <col ref="cmt"/>
  1592. </datagrid>
  1593. <caption id="caption55" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">보직내역</caption>
  1594. <line id="line17" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1595. </case>
  1596. <case id="case15">
  1597. <datagrid id="grd_emplnograduplist" nodeset="/root/main/emplnogradup/emplnograduplist" caption="발령일자^발령^소속기관^부(실)^과(팀)^부서^직군^직열^직종^직위^직책^직급^호봉^신직급^년차^비고|발령일자^발령^소속기관^부(실)^과(팀)^부서^직군^직열^직종^직위^직책^직급^호봉^신직급^년차^비고" colsep="^" colwidth="90, 106, 162, 106, 100, 94, 89, 83, 95, 82, 83, 73, 41, 43, 40, 134" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1598. <col disabled="true" ref="gvnoffcorddd" type="inputdate"/>
  1599. <col ref="gvnoffcordnm"/>
  1600. <col ref="instnm"/>
  1601. <col ref="deptnm" visibility="hidden"/>
  1602. <col ref="teamnm" visibility="hidden"/>
  1603. <col ref="unitnm"/>
  1604. <col ref="grupjoblnnm"/>
  1605. <col ref="joblnnm"/>
  1606. <col ref="jobkindnm"/>
  1607. <col ref="jobposnm"/>
  1608. <col ref="jobrespnm"/>
  1609. <col ref="ojobgradnm"/>
  1610. <col ref="payclsnm"/>
  1611. <col ref="njobgradnm"/>
  1612. <col ref="anual"/>
  1613. <col ref="cmt"/>
  1614. </datagrid>
  1615. <caption id="caption57" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">승진승급</caption>
  1616. <line id="line18" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1617. </case>
  1618. <case id="case16">
  1619. <datagrid id="grd_psnreflist" nodeset="/root/main/psnref/psnreflist" caption="기관^목적^조사일자^문서번호^사원번호^구분^순번|기관^목적^조사일자^문서번호^사원번호^구분^순번" colsep="^" colwidth="191, 644, 160, 160, 35, 37, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:437px; ">
  1620. <col ref="refinst" type="input">
  1621. <choices>
  1622. <itemset>
  1623. <label/>
  1624. <value/>
  1625. </itemset>
  1626. </choices>
  1627. </col>
  1628. <col ref="refgoal" type="input"/>
  1629. <col ref="refdd" type="inputdate"/>
  1630. <col ref="acptno" type="input"/>
  1631. <col ref="emplno" visibility="hidden"/>
  1632. <col ref="psnrefflag" visibility="hidden"/>
  1633. <col ref="seqno" visibility="hidden"/>
  1634. </datagrid>
  1635. <caption id="caption58" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">신원조회</caption>
  1636. <line id="line19" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1637. <button id="btn_grddelpsnreflist" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1638. <caption>행삭제</caption>
  1639. <script type="javascript" ev:event="DOMActivate">
  1640. <![CDATA[
  1641. misfGridIUD(grd_psnreflist, "D");
  1642. ]]>
  1643. </script>
  1644. </button>
  1645. <button id="btn_grdaddpsnreflist" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  1646. <caption>행추가</caption>
  1647. <script type="javascript" ev:event="DOMActivate">
  1648. <![CDATA[
  1649. misfGridIUD(grd_psnreflist, "A");
  1650. ]]>
  1651. </script>
  1652. </button>
  1653. <button id="btn_savepsnreflistexcel" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  1654. <caption>엑셀저장</caption>
  1655. <script type="javascript" ev:event="DOMActivate">
  1656. <![CDATA[
  1657. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1658. if (fileName != "")
  1659. {
  1660. grd_psnreflist.saveExcel(fileName);
  1661. }
  1662. ]]>
  1663. </script>
  1664. </button>
  1665. </case>
  1666. <case id="case17">
  1667. <button id="btn_grddeledudeptinfolist" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1668. <caption>행삭제</caption>
  1669. <script type="javascript" ev:event="DOMActivate">
  1670. <![CDATA[
  1671. misfGridIUD(grd_edudeptinfolist, "D");
  1672. ]]>
  1673. </script>
  1674. </button>
  1675. <button id="btn_grdaddedudeptinfolist" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  1676. <caption>행추가</caption>
  1677. <script type="javascript" ev:event="DOMActivate">
  1678. <![CDATA[
  1679. misfGridIUD(grd_edudeptinfolist, "A");
  1680. ]]>
  1681. </script>
  1682. </button>
  1683. <datagrid id="grd_edudeptinfolist" nodeset="/root/main/edudeptinfo/edudeptinfolist" caption="임용구분^임용일^임용일^직명^감독청 보고,승인^일자^사원번호^일련번호|임용구분^시작일^종료일^직명^감독청 보고,승인^일자^사원번호^일련번호" colsep="^" colwidth="154, 139, 133, 138, 469, 124, 35, 33" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1684. <col ref="appntflag" type="combo">
  1685. <choices>
  1686. <itemset>
  1687. <label/>
  1688. <value/>
  1689. </itemset>
  1690. </choices>
  1691. </col>
  1692. <col ref="appntfromdd" type="inputdate"/>
  1693. <col ref="appnttodd" type="inputdate"/>
  1694. <col ref="edudeptjobgradcd" type="combo">
  1695. <choices>
  1696. <itemset>
  1697. <label/>
  1698. <value/>
  1699. </itemset>
  1700. </choices>
  1701. </col>
  1702. <col ref="cmt" type="input"/>
  1703. <col ref="reptdd" type="inputdate"/>
  1704. <col ref="emplno" visibility="hidden"/>
  1705. <col ref="seqno" visibility="hidden"/>
  1706. </datagrid>
  1707. <button id="btn_saveedudeptinfolistexcel" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  1708. <caption>엑셀저장</caption>
  1709. <script type="javascript" ev:event="DOMActivate">
  1710. <![CDATA[
  1711. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1712. if (fileName != "")
  1713. {
  1714. grd_edudeptinfolist.saveExcel(fileName);
  1715. }
  1716. ]]>
  1717. </script>
  1718. </button>
  1719. <caption id="caption60" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">교육부용</caption>
  1720. <line id="line20" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1721. </case>
  1722. <case id="case18">
  1723. <caption id="caption63" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">교원경력</caption>
  1724. <line id="line21" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1725. <datagrid id="grd_profcarinfolist" nodeset="/root/main/profcarinfo/profcarinfolist" caption="구분^기관^기간^기간^직위^근무기간^근무기간^근무기간^경력환산율^사원번호^일련반호|구분^기관^시작일^종료일^직위^근무년^근무월^근무일^경력환산율^사원번호^일련반호" colsep="^" colwidth="128, 237, 119, 112, 314, 59, 53, 51, 80, 35, 34" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1726. <col ref="inoutflag" type="combo">
  1727. <choices>
  1728. <item>
  1729. <label>내부</label>
  1730. <value>I</value>
  1731. </item>
  1732. <item>
  1733. <label>외부</label>
  1734. <value>O</value>
  1735. </item>
  1736. </choices>
  1737. </col>
  1738. <col ref="inst" type="input"/>
  1739. <col ref="fromdd" type="inputdate"/>
  1740. <col ref="todd" type="inputdate"/>
  1741. <col ref="jobpos" type="input"/>
  1742. <col ref="dutyyno"/>
  1743. <col ref="dutmmno"/>
  1744. <col ref="dutdayno"/>
  1745. <col ref="exchrate" type="input"/>
  1746. <col ref="emplno" visibility="hidden"/>
  1747. <col ref="seqno" visibility="hidden"/>
  1748. </datagrid>
  1749. <button id="btn_grddelprofcarinfolist" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1750. <caption>행삭제</caption>
  1751. <script type="javascript" ev:event="DOMActivate">
  1752. <![CDATA[
  1753. misfGridIUD(grd_profcarinfolist, "D");
  1754. ]]>
  1755. </script>
  1756. </button>
  1757. <button id="btn_grdaddprofcarinfolist" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  1758. <caption>행추가</caption>
  1759. <script type="javascript" ev:event="DOMActivate">
  1760. <![CDATA[
  1761. misfGridIUD(grd_profcarinfolist, "A");
  1762. ]]>
  1763. </script>
  1764. </button>
  1765. <button id="btn_saveprofcarinfolistexcel" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  1766. <caption>엑셀저장</caption>
  1767. <script type="javascript" ev:event="DOMActivate">
  1768. <![CDATA[
  1769. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1770. if (fileName != "")
  1771. {
  1772. grd_profcarinfolist.saveExcel(fileName);
  1773. }
  1774. ]]>
  1775. </script>
  1776. </button>
  1777. </case>
  1778. <case id="case19">
  1779. <datagrid id="grd_emplnogvnmovelist" nodeset="/root/main/emplnogvnmove/emplnogvnmovelist" caption="발령일자^발령^기관^부(실)^과(팀)^부서^직군^직열^직종^직위^직책^직급^호봉^신직급^년차^비고|발령일자^발령^기관^부(실)^과(팀)^부서^직군^직열^직종^직위^직책^직급^호봉^신직급^년차^비고" colsep="^" colwidth="90, 106, 99, 106, 100, 94, 89, 83, 95, 82, 83, 73, 41, 43, 40, 134" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1780. <col disabled="true" ref="gvnoffcorddd" type="inputdate"/>
  1781. <col ref="gvnoffcordnm"/>
  1782. <col ref="instnm"/>
  1783. <col ref="deptnm" visibility="hidden"/>
  1784. <col ref="teamnm" visibility="hidden"/>
  1785. <col ref="unitnm"/>
  1786. <col ref="grupjoblnnm"/>
  1787. <col ref="joblnnm"/>
  1788. <col ref="jobkindnm"/>
  1789. <col ref="jobposnm"/>
  1790. <col ref="jobrespnm"/>
  1791. <col ref="ojobgradnm"/>
  1792. <col ref="payclsnm"/>
  1793. <col ref="njobgradnm"/>
  1794. <col ref="anual"/>
  1795. <col ref="cmt"/>
  1796. </datagrid>
  1797. <caption id="caption54" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">이동내역</caption>
  1798. <line id="line12" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1799. </case>
  1800. <case id="case20">
  1801. <line id="line41" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1802. <caption id="caption80" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">계약연구원</caption>
  1803. <datagrid id="grd_contstdyempllist" nodeset="/root/main/contstdyempl/contstdyempllist" caption="계약기간^계약기간^책임연구원^책임연구원^연구지원기관^연구과제명^월급여액^총계약금액^급여지급여부^보험적용여부^재정지원기관^작업월^순번|시작월^종료월^사번^성명^연구지원기관^연구과제명^월급여액^총계약금액^급여지급여부^보험적용여부^재정지원기관^작업월^순번" colsep="^" colwidth="97, 99, 95, 118, 163, 193, 83, 79, 46, 47, 129, 26, 30" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1190px; height:440px; ">
  1804. <col ref="fromym" type="output" format="yyyy-mm"/>
  1805. <col ref="toym" type="output" format="yyyy-mm"/>
  1806. <col ref="stdemplno" type="output"/>
  1807. <col ref="stdemplnm"/>
  1808. <col ref="appinstnm" type="output"/>
  1809. <col ref="stdsubjnm" type="output"/>
  1810. <col ref="payamt" type="output" format="#,###" style="text-align:right; vertical-align:middle; "/>
  1811. <col ref="paytotamt" type="output" format="#,###" style="text-align:right; vertical-align:middle; "/>
  1812. <col ref="payappyn" type="output"/>
  1813. <col ref="insurappyn" type="output"/>
  1814. <col ref="payappinst" type="output"/>
  1815. <col ref="workym" visibility="hidden"/>
  1816. <col ref="seqno" visibility="hidden"/>
  1817. <script type="javascript" ev:event="onbuttonclick">
  1818. <![CDATA[
  1819. if (grd_contstdyempllist.col == grd_contstdyempllist.colRef("pop1")) {
  1820. rpbfOpenPopUpList("SPRPB00101", grd_contstdyempllist, "emplno,emplnm","","","","emplno,emplnm");
  1821. model.refresh();
  1822. }
  1823. else if (grd_contstdyempllist.col == grd_contstdyempllist.colRef("pop2")) {
  1824. rpbfOpenPopUpList("SPRPB00101", grd_contstdyempllist, "stdemplno,stdemplnm","","","","emplno,emplnm");
  1825. model.refresh();
  1826. }
  1827. ]]>
  1828. </script>
  1829. </datagrid>
  1830. </case>
  1831. <case id="case3">
  1832. <button id="button27" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  1833. <caption>엑셀저장</caption>
  1834. <script type="javascript" ev:event="DOMActivate">
  1835. <![CDATA[
  1836. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1837. if (fileName != "")
  1838. {
  1839. grd_edudeptinfolist.saveExcel(fileName);
  1840. }
  1841. ]]>
  1842. </script>
  1843. </button>
  1844. <caption id="caption18" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">학내발령</caption>
  1845. <line id="line5" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1846. <datagrid id="datagrid2" nodeset="/root/main/edudeptinfo/edudeptinfolist" caption="임용구분^임용일^임용일^발령근거^발령일자^사원번호^일련번호|임용구분^시작일^종료일^발령근거^발령일자^사원번호^일련번호" colsep="^" colwidth="154, 139, 133, 469, 124, 35, 33" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1847. <col ref="appntflag" type="combo">
  1848. <choices>
  1849. <itemset>
  1850. <label/>
  1851. <value/>
  1852. </itemset>
  1853. </choices>
  1854. </col>
  1855. <col ref="appntfromdd" type="inputdate"/>
  1856. <col ref="appnttodd" type="inputdate"/>
  1857. <col ref="cmt" type="input"/>
  1858. <col ref="reptdd" type="inputdate"/>
  1859. <col ref="emplno" visibility="hidden"/>
  1860. <col ref="seqno" visibility="hidden"/>
  1861. </datagrid>
  1862. <button id="button28" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  1863. <caption>행추가</caption>
  1864. <script type="javascript" ev:event="DOMActivate">
  1865. <![CDATA[
  1866. misfGridIUD(grd_edudeptinfolist, "A");
  1867. ]]>
  1868. </script>
  1869. </button>
  1870. <button id="button29" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1871. <caption>행삭제</caption>
  1872. <script type="javascript" ev:event="DOMActivate">
  1873. <![CDATA[
  1874. misfGridIUD(grd_edudeptinfolist, "D");
  1875. ]]>
  1876. </script>
  1877. </button>
  1878. </case>
  1879. <case id="case21">
  1880. <datagrid id="datagrid6" nodeset="/root/main/emplnojobrespgvno/emplnojobrespgvnolist" caption="위원회명^발령일자^종료일^공인/비공인^직위^직급^호봉^직책^소속기관^소속부서" colsep="^" colwidth="288, 90, 100, 106, 82, 83, 43, 117, 134, 100" dataheight="25" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" style="left:0px; top:30px; width:1193px; height:436px; ">
  1881. <col/>
  1882. <col disabled="true" ref="gvnoffcorddd" type="inputdate"/>
  1883. <col disabled="true" ref="termtodd" type="inputdate"/>
  1884. <col ref="gvnoffcordnm" type="combo"/>
  1885. <col ref="jobposnm"/>
  1886. <col ref="ojobgradnm"/>
  1887. <col ref="payclsnm"/>
  1888. <col ref="anual"/>
  1889. <col ref="cmt"/>
  1890. <col/>
  1891. </datagrid>
  1892. <caption id="caption31" class="tit_2" style="left:5px; top:10px; width:144px; height:14px; ">위원회관리</caption>
  1893. <line id="line10" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1894. </case>
  1895. <case id="case4">
  1896. <button id="button30" class="btn2_letter4" visibility="hidden" style="left:1128px; top:268px; width:64px; height:19px; ">
  1897. <caption>엑셀저장</caption>
  1898. <script type="javascript" ev:event="DOMActivate">
  1899. <![CDATA[
  1900. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  1901. if (fileName != "")
  1902. {
  1903. grd_hdfamyhistlist.saveExcel(fileName);
  1904. }
  1905. ]]>
  1906. </script>
  1907. </button>
  1908. <button id="button31" class="btn2_letter3" visibility="hidden" style="left:1073px; top:268px; width:53px; height:19px; ">
  1909. <caption>행삭제</caption>
  1910. <script type="javascript" ev:event="DOMActivate">
  1911. <![CDATA[
  1912. misfGridIUD(grd_hdfamyhistlist, "D");
  1913. ]]>
  1914. </script>
  1915. </button>
  1916. <button id="button33" class="btn2_letter6" visibility="hidden" style="left:842px; top:268px; width:86px; height:19px; ">
  1917. <caption>가족History</caption>
  1918. <script type="javascript" ev:event="DOMActivate">
  1919. <![CDATA[
  1920. caption36.visible = true;
  1921. line10.visible = true;
  1922. grd_famyhistlist.attribute("visibility") = "visible";
  1923. grd_hdfamyhistlist.attribute("visibility") = "hidden";
  1924. caption64.visible = false;
  1925. btn_grdaddhdfamyhistlist.visible = false;
  1926. btn_grddelhdfamyhistlist.visible = false;
  1927. btn_savehdfamyhistlistexcel.visible = false;
  1928. ]]>
  1929. </script>
  1930. </button>
  1931. <line id="line7" class="line_1" style="x1:0px; y1:25px; x2:1193px; y2:25px; "/>
  1932. <datagrid id="datagrid3" nodeset="/root/main/famy/famylist" caption="성명^관계^주민번호^주민번호^학력^직업^진료비감면여부^동거여부^결혼여부^사망여부^장애여부^기간^기간^삭제^비고^사번^일련번호^주민번호^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시^순번OLD|성명^관계^앞자리^뒷자리^학력^직업^진료비감면여부^동거여부^결혼여부^사망여부^장애여부^시작일^종료일^삭제^비고^사번^일련번호^주민번호^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시^순번OLD" colsep="^" colwidth="82, 92, 75, 73, 111, 106, 58, 35, 35, 32, 32, 100, 100, 35, 186, 37, 33, 33, 40, 37, 47, 36, 43" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:30px; width:1193px; height:234px; ">
  1933. <col ref="name" type="input"/>
  1934. <col id="col7" ref="famyrel" type="combo">
  1935. <choices>
  1936. <itemset>
  1937. <label/>
  1938. <value/>
  1939. </itemset>
  1940. </choices>
  1941. </col>
  1942. <col ref="rregno1" type="input" maxlength="6" style="text-align:center; vertical-align:middle; "/>
  1943. <col ref="rregno2" type="input" maxlength="7" style="text-align:center; vertical-align:middle; "/>
  1944. <col id="col8" ref="scholcd" type="combo">
  1945. <choices>
  1946. <itemset>
  1947. <label/>
  1948. <value/>
  1949. </itemset>
  1950. </choices>
  1951. </col>
  1952. <col id="col9" ref="jobcd" type="combo">
  1953. <choices>
  1954. <itemset>
  1955. <label/>
  1956. <value/>
  1957. </itemset>
  1958. </choices>
  1959. </col>
  1960. <col checkvalue="Y,N" ref="ordamtreductyn" type="checkbox"/>
  1961. <col checkvalue="Y,N" ref="lvnsmhoseyn" type="checkbox"/>
  1962. <col checkvalue="Y,N" ref="maryyn" type="checkbox"/>
  1963. <col checkvalue="Y,N" ref="dethyn" type="checkbox"/>
  1964. <col checkvalue="Y,N" ref="handcapyn" type="checkbox"/>
  1965. <col ref="appfromdd" type="inputdate"/>
  1966. <col ref="apptodd" type="inputdate"/>
  1967. <col checkvalue="Y,N" ref="delyn" type="checkbox"/>
  1968. <col ref="cmt" type="input"/>
  1969. <col ref="emplno" visibility="hidden"/>
  1970. <col ref="seqno" visibility="hidden"/>
  1971. <col ref="rregno" visibility="hidden"/>
  1972. <col ref="fstrgstrid" visibility="hidden"/>
  1973. <col ref="fstrgstdt" visibility="hidden"/>
  1974. <col ref="lastupdtrid" visibility="hidden"/>
  1975. <col ref="lastupdtdt" visibility="hidden"/>
  1976. <col ref="oldseqno" visibility="hidden"/>
  1977. </datagrid>
  1978. <line id="line11" class="line_1" visibility="hidden" style="x1:0px; y1:289px; x2:1193px; y2:289px; "/>
  1979. <caption id="caption22" class="tit_2" visibility="hidden" style="left:5px; top:275px; width:144px; height:13px; ">결혼가장 History</caption>
  1980. <button id="button35" class="btn2_letter3" style="left:1073px; top:4px; width:53px; height:19px; ">
  1981. <caption>행삭제</caption>
  1982. <script type="javascript" ev:event="DOMActivate">
  1983. <![CDATA[
  1984. misfGridIUD(grd_famylist, "D");
  1985. ]]>
  1986. </script>
  1987. </button>
  1988. <datagrid id="datagrid4" nodeset="/root/main/hdfamyynhist/hdfamyynhistlist" visibility="hidden" caption="적용일자^가장여부^비고^사번^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시|적용일자^가장여부^비고^사번^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시" colsep="^" colwidth="138, 111, 906, 37, 40, 37, 47, 36" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:294px; width:1193px; height:172px; ">
  1989. <col ref="appdd" type="inputdate"/>
  1990. <col id="col10" disabled="true" ref="hdfamyyn" type="combo">
  1991. <choices>
  1992. <item>
  1993. <label>가장</label>
  1994. <value>Y</value>
  1995. </item>
  1996. <item>
  1997. <label>비가장</label>
  1998. <value>N</value>
  1999. </item>
  2000. </choices>
  2001. </col>
  2002. <col disabled="true" ref="cmt" type="input"/>
  2003. <col ref="emplno" visibility="hidden"/>
  2004. <col ref="fstrgstrid" visibility="hidden"/>
  2005. <col ref="fstrgstdt" visibility="hidden"/>
  2006. <col ref="lastupdtrid" visibility="hidden"/>
  2007. <col ref="lastupdtdt" visibility="hidden"/>
  2008. </datagrid>
  2009. <button id="button36" class="btn2_letter6" visibility="hidden" style="left:930px; top:268px; width:86px; height:19px; ">
  2010. <caption>가장History</caption>
  2011. <script type="javascript" ev:event="DOMActivate">
  2012. <![CDATA[
  2013. caption36.visible = false;
  2014. line10.visible = true;
  2015. grd_famyhistlist.attribute("visibility") = "hidden";
  2016. grd_hdfamyhistlist.attribute("visibility") = "visible";
  2017. caption64.visible = true;
  2018. btn_grdaddhdfamyhistlist.visible = true;
  2019. btn_grddelhdfamyhistlist.visible = true;
  2020. btn_savehdfamyhistlistexcel.visible = true;
  2021. ]]>
  2022. </script>
  2023. </button>
  2024. <datagrid id="datagrid5" nodeset="/root/main/famyhist/famyhistlist" visibility="hidden" caption="성명^관계^주민번호^주민번호^학력^직업^진료비감면여부^동거여부^결혼여부^사망여부^장애여부^기간^기간^삭제^비고^사번^일련번호^주민번호^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시^순번OLD|성명^관계^앞자리^뒷자리^학력^직업^진료비감면여부^동거여부^결혼여부^사망여부^장애여부^시작일^종료일^삭제^비고^사번^일련번호^주민번호^최초등록자ID^최초등록일시^최종등록자ID^최종등록일시^순번OLD" colsep="^" colwidth="82, 92, 81, 82, 111, 106, 58, 35, 35, 32, 30, 93, 92, 35, 190, 37, 33, 33, 40, 37, 47, 36, 43" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:294px; width:1193px; height:181px; ">
  2025. <col disabled="true" ref="name"/>
  2026. <col id="col11" disabled="true" ref="famyrel" type="combo">
  2027. <choices>
  2028. <itemset>
  2029. <label/>
  2030. <value/>
  2031. </itemset>
  2032. </choices>
  2033. </col>
  2034. <col disabled="true" ref="rregno1" maxlength="6" style="text-align:center; vertical-align:middle; "/>
  2035. <col disabled="true" ref="rregno2" maxlength="7" style="text-align:center; vertical-align:middle; "/>
  2036. <col id="col12" disabled="true" ref="scholcd" type="combo">
  2037. <choices>
  2038. <itemset>
  2039. <label/>
  2040. <value/>
  2041. </itemset>
  2042. </choices>
  2043. </col>
  2044. <col id="col13" disabled="true" ref="jobcd" type="combo">
  2045. <choices>
  2046. <itemset>
  2047. <label/>
  2048. <value/>
  2049. </itemset>
  2050. </choices>
  2051. </col>
  2052. <col checkvalue="Y,N" disabled="true" ref="ordamtreductyn" type="checkbox"/>
  2053. <col checkvalue="Y,N" disabled="true" ref="lvnsmhoseyn" type="checkbox"/>
  2054. <col checkvalue="Y,N" disabled="true" ref="maryyn" type="checkbox"/>
  2055. <col checkvalue="Y,N" disabled="true" ref="dethyn" type="checkbox"/>
  2056. <col checkvalue="Y,N" disabled="true" ref="handcapyn" type="checkbox"/>
  2057. <col disabled="true" ref="appfromdd" type="inputdate"/>
  2058. <col disabled="true" ref="apptodd" type="inputdate"/>
  2059. <col checkvalue="Y,N" ref="delyn" type="checkbox"/>
  2060. <col disabled="true" ref="cmt"/>
  2061. <col ref="emplno" visibility="hidden"/>
  2062. <col ref="seqno" visibility="hidden"/>
  2063. <col ref="rregno" visibility="hidden"/>
  2064. <col ref="fstrgstrid" visibility="hidden"/>
  2065. <col ref="fstrgstdt" visibility="hidden"/>
  2066. <col ref="lastupdtrid" visibility="hidden"/>
  2067. <col ref="lastupdtdt" visibility="hidden"/>
  2068. <col ref="oldseqno" visibility="hidden"/>
  2069. </datagrid>
  2070. <caption id="caption29" class="tit_2" visibility="hidden" style="left:5px; top:274px; width:144px; height:13px; ">가족사항 History</caption>
  2071. <button id="button37" class="btn2_letter3" style="left:1018px; top:4px; width:53px; height:19px; ">
  2072. <caption>행추가</caption>
  2073. <script type="javascript" ev:event="DOMActivate">
  2074. <![CDATA[
  2075. misfGridIUD(grd_famylist, "A");
  2076. ]]>
  2077. </script>
  2078. </button>
  2079. <caption id="caption30" class="tit_2" style="left:5px; top:10px; width:144px; height:13px; ">가족사항</caption>
  2080. <button id="button38" class="btn2_letter3" visibility="hidden" style="left:1018px; top:268px; width:53px; height:19px; ">
  2081. <caption>행추가</caption>
  2082. <script type="javascript" ev:event="DOMActivate">
  2083. <![CDATA[
  2084. misfGridIUD(grd_hdfamyhistlist, "A");
  2085. ]]>
  2086. </script>
  2087. </button>
  2088. <button id="button39" class="btn2_letter4" style="left:1128px; top:4px; width:64px; height:19px; ">
  2089. <caption>엑셀저장</caption>
  2090. <script type="javascript" ev:event="DOMActivate">
  2091. <![CDATA[
  2092. var fileName = window.fileDialog ("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
  2093. if (fileName != "")
  2094. {
  2095. grd_famylist.saveExcel(fileName);
  2096. }
  2097. ]]>
  2098. </script>
  2099. </button>
  2100. </case>
  2101. </switch>
  2102. <datagrid id="grd_empllist" nodeset="/root/main/empl/empllist" visibility="hidden" caption="사원번호^한글성명^한자성명^주민번호^주민번호1^주민번호2^성별^현상태코드^기관코드^부서코드^부서명^유닛코드^팀코드^팀명^근무지부서코드^교직구분^근무지부서명^호봉교직구분^성직구분^직군^직열^직군명^직종^직렬명^직위^직종명^현직위발령일^직위명^직책^현직책발령일^직책명^구직급^신직급^구직급명^현직급발령일^신직급명^호봉^현호봉승급일^년차^승급월^겸직유무^입사일자^퇴사일자^연금직급^직급년수^CMC입사일^수습일자^원내번호^휴대폰^결혼여부^가장여부^이메일ID^이메일주소^기타이메일주소^출생지^본적우편번호1^본적우편번호2^본적주소^주민등록지우편본호1^주민등록지우편본호2^주민등록지^거주지우편번호1^거주지우편번호2^거주지^전화번호^영문성명^취미^특기^입사경위^주거형태^결혼기념일^생일^생일구분^호주명^세대주명^호주와의관계^세대주와의관계^종교^영명일^교회명^세례일자^세례명^견진일자^보훈대상^보훈구분^보훈유족명^유족관계^보훈번호^보훈청^장애여부^장애등급^장애번호^신장^체중^혈액형^시력우^시력좌^RH여부^혈압^색약^간염항원^간염항체^건강상태^검사일자^질병^근무기관^근무부서^종료일자^정년퇴직여부^승진발령일^자동승진일^특별승진일^최초임용일^노조가입여부^노조가입일^노조직책^노조탈퇴일^최초등록자ID^최초등록일시^최종수정자ID^최종수정일시^유닛명^근무팀^근무팀명^근무유닛^근무유닛명^원소속기관^원소속부서^원소속부서명^교육부임용일자^재임용일자^교육부임용시작일자^교육부임용종료일자^전공대분류^전공중분류^주진료분야^진료분야^담당과목^현소속과^전공대분류명^전공중분류명^담당과목명^년수^월수^나이^원소속세부기관" colsep="^" colwidth="66, 45, 44, 55, 68, 63, 28, 77, 44, 46, 100, 48, 56, 48, 41, 61, 55, 34, 55, 39, 35, 49, 46, 39, 40, 43, 51, 89, 41, 48, 40, 49, 100, 46, 100, 42, 52, 33, 46, 47, 47, 46, 43, 28, 36, 31, 37, 37, 34, 44, 40, 48, 42, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 26, 31, 34, 22, 23, 24, 28, 22, 35, 27, 32, 35, 34, 42, 37, 55, 32, 45, 39, 48, 41, 56, 41, 38, 40, 29, 31, 31, 27, 20, 18, 44" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:965px; top:225px; width:230px; height:50px; ">
  2103. <col ref="emplno"/>
  2104. <col ref="name"/>
  2105. <col ref="chinm"/>
  2106. <col ref="rregno"/>
  2107. <col ref="rregno1"/>
  2108. <col ref="rregno2"/>
  2109. <col ref="gndr"/>
  2110. <col ref="preststatcd"/>
  2111. <col ref="instcd"/>
  2112. <col ref="deptcd"/>
  2113. <col ref="deptnm"/>
  2114. <col ref="unitcd"/>
  2115. <col ref="teamcd"/>
  2116. <col ref="teamnm"/>
  2117. <col ref="dutplcedeptcd"/>
  2118. <col ref="prfshipflag"/>
  2119. <col ref="dutplcedeptnm"/>
  2120. <col ref="payclsprfshipflag"/>
  2121. <col ref="holyordflag"/>
  2122. <col ref="grupjoblncd"/>
  2123. <col ref="joblncd"/>
  2124. <col ref="grupjoblnnm"/>
  2125. <col ref="jobkindcd"/>
  2126. <col ref="joblnnm"/>
  2127. <col ref="jobposcd"/>
  2128. <col ref="jobkindnm"/>
  2129. <col ref="prestjobposorddd"/>
  2130. <col ref="jobposnm"/>
  2131. <col ref="jobrespcd"/>
  2132. <col ref="prestjobrespgvnoffcorddd"/>
  2133. <col ref="jobrespnm"/>
  2134. <col ref="ojobgradcd"/>
  2135. <col ref="njobgradcd"/>
  2136. <col ref="ojobgradnm"/>
  2137. <col ref="prestgradgvnoffcorddd"/>
  2138. <col ref="njobgradnm"/>
  2139. <col ref="payclscd"/>
  2140. <col ref="prestpayclsgradupdd"/>
  2141. <col ref="anual"/>
  2142. <col ref="gradupmm"/>
  2143. <col ref="concroffcyn"/>
  2144. <col ref="entcodd"/>
  2145. <col ref="retiredd"/>
  2146. <col ref="pensreglattdnc"/>
  2147. <col ref="regldutyyno"/>
  2148. <col ref="cmcentcodd"/>
  2149. <col ref="probatndd"/>
  2150. <col ref="hosinseqno"/>
  2151. <col ref="mpphonno"/>
  2152. <col ref="maryyn"/>
  2153. <col ref="hdfamyyn"/>
  2154. <col ref="emailid"/>
  2155. <col ref="emailaddr"/>
  2156. <col ref="etcemailaddr"/>
  2157. <col ref="brtharea"/>
  2158. <col ref="domizipcd1"/>
  2159. <col ref="domizipcd2"/>
  2160. <col ref="domiaddr"/>
  2161. <col ref="resdnrgstareazipcd1"/>
  2162. <col ref="resdnrgstareazipcd2"/>
  2163. <col ref="resdnrgstareaaddr"/>
  2164. <col ref="residnczipcd1"/>
  2165. <col ref="residnczipcd2"/>
  2166. <col ref="residncaddr"/>
  2167. <col ref="cntctel"/>
  2168. <col ref="emplengnm"/>
  2169. <col ref="hoby"/>
  2170. <col ref="spclment"/>
  2171. <col ref="entcopath"/>
  2172. <col ref="hometype"/>
  2173. <col ref="wedanvy"/>
  2174. <col ref="brthdd"/>
  2175. <col ref="brthflag"/>
  2176. <col ref="headfamnm"/>
  2177. <col ref="hshdnm"/>
  2178. <col ref="headfamrela"/>
  2179. <col ref="hshdrela"/>
  2180. <col ref="relign"/>
  2181. <col ref="fairnmdd"/>
  2182. <col ref="chrchnm"/>
  2183. <col ref="baptdd"/>
  2184. <col ref="baptnm"/>
  2185. <col ref="rtconfmdd"/>
  2186. <col ref="bhtrgtpsnyn"/>
  2187. <col ref="bhflag"/>
  2188. <col ref="bhsrvvfamynm"/>
  2189. <col ref="srvvfamyrela"/>
  2190. <col ref="bhno"/>
  2191. <col ref="bhpice"/>
  2192. <col ref="handcapyn"/>
  2193. <col ref="handcapgrde"/>
  2194. <col ref="handcapno"/>
  2195. <col ref="bdht"/>
  2196. <col ref="bdwt"/>
  2197. <col ref="btype"/>
  2198. <col ref="rvisact"/>
  2199. <col ref="lvisact"/>
  2200. <col ref="rhflag"/>
  2201. <col ref="bp"/>
  2202. <col ref="incmplcolorblind"/>
  2203. <col ref="hptsag"/>
  2204. <col ref="hptsbd"/>
  2205. <col ref="healstat"/>
  2206. <col ref="testdd"/>
  2207. <col ref="illn"/>
  2208. <col ref="dutplceinst"/>
  2209. <col ref="dutdeptcd"/>
  2210. <col ref="todd"/>
  2211. <col ref="retrduagelimyn"/>
  2212. <col ref="promotngvnoffcorddd"/>
  2213. <col ref="autpromotndd"/>
  2214. <col ref="spclpromotndd"/>
  2215. <col ref="fstappntdd"/>
  2216. <col ref="lbrunionrgstyn"/>
  2217. <col ref="lbrunionrgstdd"/>
  2218. <col ref="lbrunionjobresp"/>
  2219. <col ref="lbrunionsecssdd"/>
  2220. <col ref="fstrgstrid"/>
  2221. <col ref="fstrgstdt"/>
  2222. <col ref="lastupdtrid"/>
  2223. <col ref="lastupdtdt"/>
  2224. <col ref="unitnm"/>
  2225. <col ref="dutteamcd"/>
  2226. <col ref="dutteamnm"/>
  2227. <col ref="dutunitcd"/>
  2228. <col ref="dutunitnm"/>
  2229. <col ref="orginstcd"/>
  2230. <col ref="orgdeptcd"/>
  2231. <col ref="orgdeptnm"/>
  2232. <col ref="edudeptappntdd"/>
  2233. <col ref="reappntdd"/>
  2234. <col ref="edudeptappntfromdd"/>
  2235. <col ref="edudeptappnttodd"/>
  2236. <col ref="frmrmertlrg"/>
  2237. <col ref="frmrmertmdl"/>
  2238. <col ref="mainordfild"/>
  2239. <col ref="ordfild"/>
  2240. <col ref="chrgsubj"/>
  2241. <col ref="prestposdept"/>
  2242. <col ref="frmrmertlrgnm"/>
  2243. <col ref="frmrmertmdlnm"/>
  2244. <col ref="chrgsubjnm"/>
  2245. <col ref="dutyy"/>
  2246. <col ref="dutmm"/>
  2247. <col ref="age"/>
  2248. <col ref="orgdetlinst"/>
  2249. <script type="javascript" ev:event="onrowchanged">
  2250. <![CDATA[
  2251. //misfMsterDetailRetrieve();
  2252. ]]>
  2253. </script>
  2254. </datagrid>
  2255. <datagrid id="grd_imgviewlist" nodeset="/root/main/imgviewlist" visibility="hidden" caption="사원번호^이미지" colsep="^" colwidth="100, 100" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:935px; top:230px; width:240px; height:50px; ">
  2256. <col ref="emplno"/>
  2257. <col ref="photimg" style="background-stretch:stretch; "/>
  2258. </datagrid>
  2259. <select1 id="cmb_instcd" ref="/root/main/empldata/empllist/instcd" class="combo_search comboinput" disabled="true" navindex="4" appearance="minimal" style="left:269px; top:122px; width:220px; height:19px; ">
  2260. <choices>
  2261. <itemset>
  2262. <label/>
  2263. <value/>
  2264. </itemset>
  2265. </choices>
  2266. </select1>
  2267. <select1 id="cmb_payclscd" ref="/root/main/empldata/empllist/payclscd" class="combo_essential" disabled="true" navindex="27" appearance="minimal" style="left:754px; top:148px; width:75px; height:19px; ">
  2268. <choices>
  2269. <itemset>
  2270. <label/>
  2271. <value/>
  2272. </itemset>
  2273. </choices>
  2274. </select1>
  2275. <input id="ipt_entcodd" ref="/root/main/empldata/empllist/entcodd" disabled="true" navindex="30" inputtype="date" style="left:940px; top:43px; width:95px; height:19px; "/>
  2276. <input id="ipt_retiredd" ref="/root/main/empldata/empllist/retiredd" disabled="true" navindex="31" inputtype="date" style="left:940px; top:69px; width:95px; height:19px; "/>
  2277. <button id="btn_jobposcd" class="icon_search" disabled="true" style="left:691px; top:96px; width:16px; height:16px; ">
  2278. <caption/>
  2279. <script type="javascript" ev:event="DOMActivate">
  2280. <![CDATA[
  2281. var recv_list = "jobposcd,jobposnm";
  2282. rpbfOpenComCdHelp(ipt_jobposcd,"R0062", recv_list);
  2283. model.refresh();
  2284. ]]>
  2285. </script>
  2286. </button>
  2287. <output id="opt_jobposnm" ref="/root/main/empldata/empllist/jobposnm" class="output_fix" style="left:710px; top:96px; width:119px; height:19px; "/>
  2288. <input id="ipt_jobposcd" ref="/root/main/empldata/empllist/jobposcd" class="input_essential" disabled="true" navindex="23" style="left:611px; top:96px; width:78px; height:19px; ">
  2289. <script type="javascript" ev:event="xforms-value-changed">
  2290. <![CDATA[
  2291. misfValidationCheck("03", "R0062", "jobposcd,jobposnm" );
  2292. model.refresh();
  2293. ]]>
  2294. </script>
  2295. </input>
  2296. <output id="opt_jobrespnm" ref="/root/main/empldata/empllist/jobrespnm" class="output_fix" style="left:1040px; top:96px; width:119px; height:19px; "/>
  2297. <button id="btn_jobrespcd" class="icon_search" disabled="true" style="left:1021px; top:95px; width:16px; height:16px; ">
  2298. <caption/>
  2299. <script type="javascript" ev:event="DOMActivate">
  2300. <![CDATA[
  2301. var recv_list = "jobrespcd,jobrespnm";
  2302. rpbfOpenComCdHelp(ipt_jobrespcd,"R0063", recv_list);
  2303. model.refresh();
  2304. ]]>
  2305. </script>
  2306. </button>
  2307. <input id="ipt_jobrespcd" ref="/root/main/empldata/empllist/jobrespcd" class="input_essential" disabled="true" navindex="24" style="left:940px; top:96px; width:78px; height:19px; ">
  2308. <script type="javascript" ev:event="xforms-value-changed">
  2309. <![CDATA[
  2310. misfValidationCheck("03", "R0063", "jobrespcd,jobrespnm" );
  2311. model.refresh();
  2312. ]]>
  2313. </script>
  2314. </input>
  2315. <caption id="caption66" class="cell_1" style="left:507px; top:15px; width:98px; height:23px; vertical-align:middle; ">성직구분</caption>
  2316. <select1 id="cmb_holyordflag" ref="/root/main/empldata/empllist/holyordflag" class="combo_essential" disabled="true" navindex="19" appearance="minimal" style="left:611px; top:17px; width:163px; height:19px; ">
  2317. <choices>
  2318. <itemset>
  2319. <label/>
  2320. <value/>
  2321. </itemset>
  2322. </choices>
  2323. </select1>
  2324. <output id="opt_teamnm" ref="/root/main/empldata/empllist/teamnm" class="output_fix" style="left:710px; top:122px; width:119px; height:19px; "/>
  2325. <caption id="caption28" class="cell_1" style="left:507px; top:120px; width:98px; height:23px; ">소속과(팀)</caption>
  2326. <button id="btn_team" class="icon_search" disabled="true" style="left:691px; top:123px; width:16px; height:16px; ">
  2327. <caption/>
  2328. <script type="javascript" ev:event="DOMActivate">
  2329. <![CDATA[
  2330. var recv_list = "teamcd,teamnm";
  2331. var instcd = cmb_instcd.value;
  2332. rpbfOpenDeptCdHelp(ipt_teamcd,recv_list,instcd,"instcd");
  2333. model.refresh();
  2334. ]]>
  2335. </script>
  2336. </button>
  2337. <input id="ipt_teamcd" ref="/root/main/empldata/empllist/teamcd" class="input_essential" disabled="true" navindex="5" required="true" style="left:611px; top:122px; width:78px; height:19px; ">
  2338. <script type="javascript" ev:event="xforms-value-changed">
  2339. <![CDATA[
  2340. /* 부서코드,명 입력시 Validation Check
  2341. misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
  2342. misfValidationCheck("02", "", "teamcd,teamnm" );
  2343. model.refresh();
  2344. ]]>
  2345. </script>
  2346. </input>
  2347. <button id="btn_unit" class="icon_search" disabled="true" style="left:1021px; top:123px; width:16px; height:16px; ">
  2348. <caption/>
  2349. <script type="javascript" ev:event="DOMActivate">
  2350. <![CDATA[
  2351. var recv_list = "unitcd,unitnm";
  2352. var instcd = cmb_instcd.value;
  2353. rpbfOpenDeptCdHelp(ipt_unitcd,recv_list,instcd,"instcd");
  2354. model.refresh();
  2355. ]]>
  2356. </script>
  2357. </button>
  2358. <caption id="caption32" class="cell_1" style="left:845px; top:120px; width:90px; height:23px; ">소속부서</caption>
  2359. <output id="opt_unitnm" ref="/root/main/empldata/empllist/unitnm" class="output_fix" style="left:1040px; top:122px; width:119px; height:19px; "/>
  2360. <input id="ipt_unitcd" ref="/root/main/empldata/empllist/unitcd" class="input_essential" disabled="true" navindex="5" required="true" style="left:940px; top:122px; width:78px; height:19px; ">
  2361. <script type="javascript" ev:event="xforms-value-changed">
  2362. <![CDATA[
  2363. /* 부서코드,명 입력시 Validation Check
  2364. misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
  2365. misfValidationCheck("02", "", "unitcd,unitnm" );
  2366. model.refresh();
  2367. ]]>
  2368. </script>
  2369. </input>
  2370. <button id="button20" class="btn_sw" group="tab" style="left:1093px; top:210px; width:100px; height:22px; ">
  2371. <caption>보직내역</caption>
  2372. <script type="javascript" ev:event="onclick">
  2373. <![CDATA[
  2374. model.toggle("case14");
  2375. if (grd_emplnojobrespgvnolist.rows - grd_emplnojobrespgvnolist.fixedRows <= 0 ) {
  2376. submit("TRRPB00120");
  2377. }
  2378. ]]>
  2379. </script>
  2380. </button>
  2381. <button id="button21" class="btn_sw" group="tab" style="left:0px; top:235px; width:100px; height:22px; ">
  2382. <caption>승급승진내역</caption>
  2383. <script type="javascript" ev:event="onclick">
  2384. <![CDATA[
  2385. model.toggle("case15");
  2386. if (grd_emplnograduplist.rows - grd_emplnograduplist.fixedRows <= 0 ) {
  2387. submit("TRRPB00119");
  2388. }
  2389. ]]>
  2390. </script>
  2391. </button>
  2392. <button id="button22" class="btn_sw" group="tab" style="left:199px; top:235px; width:100px; height:22px; ">
  2393. <caption>신원조회</caption>
  2394. <script type="javascript" ev:event="onclick">
  2395. <![CDATA[
  2396. model.toggle("case16");
  2397. if (grd_psnreflist.rows - grd_psnreflist.fixedRows <= 0 ) {
  2398. submit("TRRPB00114");
  2399. }
  2400. ]]>
  2401. </script>
  2402. </button>
  2403. <button id="button23" class="btn_sw" group="tab" style="left:397px; top:235px; width:100px; height:22px; ">
  2404. <caption>교육부발령</caption>
  2405. <script type="javascript" ev:event="onclick">
  2406. <![CDATA[
  2407. model.toggle("case17");
  2408. if (grd_edudeptinfolist.rows - grd_edudeptinfolist.fixedRows <= 0 ) {
  2409. submit("TRRPB00116");
  2410. }
  2411. ]]>
  2412. </script>
  2413. </button>
  2414. <button id="button32" class="btn_sw" group="tab" style="left:496px; top:235px; width:100px; height:22px; ">
  2415. <caption>교원경력</caption>
  2416. <script type="javascript" ev:event="onclick">
  2417. <![CDATA[
  2418. model.toggle("case18");
  2419. if (grd_profcarinfolist.rows - grd_profcarinfolist.fixedRows <= 0 ) {
  2420. submit("TRRPB00117");
  2421. }
  2422. ]]>
  2423. </script>
  2424. </button>
  2425. <button id="button1" class="btn_sw" group="tab" selected="false" style="left:595px; top:235px; width:100px; height:22px; ">
  2426. <caption>진료분야</caption>
  2427. <script type="javascript" ev:event="onclick">
  2428. <![CDATA[
  2429. // var dutplceinstcd = getUserInfo("dutplceinstcd");
  2430. //
  2431. // if ( dutplceinstcd == "103" ) {
  2432. // model.toggle("case13");
  2433. // }
  2434. // else {
  2435. // model.toggle("case3");
  2436. // }
  2437. model.toggle("case13");
  2438. ]]>
  2439. </script>
  2440. </button>
  2441. <caption id="caption8" class="cell_1" style="left:165px; top:68px; width:100px; height:23px; vertical-align:middle; ">근무상태</caption>
  2442. <select1 id="cmb_preststatcd" ref="/root/main/empldata/empllist/preststatcd" class="combo_essential" disabled="true" navindex="7" appearance="minimal" style="left:269px; top:69px; width:216px; height:19px; ">
  2443. <choices>
  2444. <itemset>
  2445. <label/>
  2446. <value/>
  2447. </itemset>
  2448. </choices>
  2449. </select1>
  2450. <button id="btn_fileupload" class="btn2_letter4" style="left:10px; top:187px; width:64px; height:19px; text-align:left; ">
  2451. <caption>사진변경</caption>
  2452. <script type="javascript" ev:event="DOMActivate">
  2453. <![CDATA[
  2454. var emplno=model.getValue("/root/main/empldata/empllist[1]/emplno");
  2455. if(emplno ==""){
  2456. messageBox("사원을 ","C002");
  2457. return;
  2458. }
  2459. var file = openImageFileDialog(1048576); // image 파일이 너무 크면 submit 시간이 매우 오래(5분이상) 걸리므로 가급적 사이즈를 작게 제한한다.
  2460. if (file == "") {
  2461. return;
  2462. }
  2463. fChangeImage(file);
  2464. //model.setFocus("ipt_imgnminput");
  2465. model.refresh();
  2466. ]]>
  2467. </script>
  2468. </button>
  2469. <button id="button13" class="btn_sw" group="tab" style="left:99px; top:235px; width:100px; height:22px; ">
  2470. <caption>이동내역</caption>
  2471. <script type="javascript" ev:event="onclick">
  2472. <![CDATA[
  2473. model.toggle("case19");
  2474. if (grd_emplnogvnmovelist.rows - grd_emplnogvnmovelist.fixedRows <= 0 ) {
  2475. submit("TRRPB00122");
  2476. }
  2477. ]]>
  2478. </script>
  2479. </button>
  2480. <button id="button15" class="btn2_letter4" visibility="visible" style="left:85px; top:187px; width:64px; height:19px; ">
  2481. <caption>다운로드</caption>
  2482. <script type="javascript" ev:event="DOMActivate">
  2483. <![CDATA[
  2484. var folderPath="C:/imgtemp";
  2485. var fso=new ActiveXObject('Scripting.FileSystemObject');
  2486. if (!fso.FolderExists(folderPath)) {//fso.DeleteFolder(folderPath);
  2487. var folderObj=fso.CreateFolder(folderPath)
  2488. }
  2489. var emplno = model.getValue("/root/send/emplref/emplno");
  2490. var emplnm = model.getValue("/root/main/empldata/empllist/name");
  2491. var filenm = emplnm+"_"+emplno+".jpg";
  2492. var localfile = "C:/imgtemp/"+filenm;
  2493. model.download(getActionURL("TRRPB00123")+"&emplno="+emplno,localfile,false);
  2494. messageBox("C:/imgtemp 폴더에 파일저장이 ","I002");
  2495. ]]>
  2496. </script>
  2497. </button>
  2498. <button id="button16" class="btn_sw" group="tab" selected="false" style="left:695px; top:235px; width:100px; height:22px; ">
  2499. <caption>계약연구원</caption>
  2500. <script type="javascript" ev:event="onclick">
  2501. <![CDATA[
  2502. // var dutplceinstcd = getUserInfo("dutplceinstcd");
  2503. //
  2504. // if ( dutplceinstcd == "103" ) {
  2505. // model.toggle("case13");
  2506. // }
  2507. // else {
  2508. // model.toggle("case3");
  2509. // }
  2510. model.toggle("case20");
  2511. if (grd_contstdyempllist.rows - grd_contstdyempllist.fixedRows <= 0 ) {
  2512. submit("TRRPB15001");
  2513. }
  2514. ]]>
  2515. </script>
  2516. </button>
  2517. <input id="input9" ref="/root/main/empldata/empllist/emplengnm" class="input_default" appearance="input" style="left:611px; top:43px; width:163px; height:19px; "/>
  2518. <caption id="caption5" class="cell_1" style="left:845px; top:41px; width:90px; height:23px; ">입사일자</caption>
  2519. <output id="output1" ref="/root/main/empldata/empllist/deptnm" class="output_fix" style="left:365px; top:96px; width:125px; height:19px; "/>
  2520. <caption id="caption9" class="cell_1" style="left:165px; top:94px; width:100px; height:23px; ">교실명</caption>
  2521. <input id="input10" ref="/root/main/empldata/empllist/deptcd" class="input_essential" disabled="true" navindex="5" required="true" style="left:269px; top:96px; width:76px; height:19px; ">
  2522. <script type="javascript" ev:event="xforms-value-changed">
  2523. <![CDATA[
  2524. /* 부서코드,명 입력시 Validation Check
  2525. misfValidationCheck(Validation 종류(부서코드, 공통코드, 우편번호...), 공통코드군, 자료를 받을 Instance Node(콤마로 분류해서 넘기면됨)) */
  2526. misfValidationCheck("02", "", "deptcd,deptnm" );
  2527. model.refresh();
  2528. ]]>
  2529. </script>
  2530. </input>
  2531. <button id="button17" class="icon_search" disabled="true" style="left:347px; top:96px; width:16px; height:16px; ">
  2532. <caption/>
  2533. <script type="javascript" ev:event="DOMActivate">
  2534. <![CDATA[
  2535. var recv_list = "deptcd,deptnm";
  2536. var instcd = cmb_instcd.value;
  2537. rpbfOpenDeptCdHelp(ipt_deptcd,recv_list,instcd,"instcd");
  2538. model.refresh();
  2539. ]]>
  2540. </script>
  2541. </button>
  2542. <output id="output2" ref="/root/main/empldata/empllist/jobposnm" class="output_fix" style="left:710px; top:70px; width:119px; height:19px; "/>
  2543. <caption id="caption4" class="cell_1" style="left:507px; top:68px; width:98px; height:23px; vertical-align:middle; ">학내직위</caption>
  2544. <button id="button18" class="icon_search" disabled="true" style="left:691px; top:69px; width:16px; height:16px; ">
  2545. <caption/>
  2546. <script type="javascript" ev:event="DOMActivate">
  2547. <![CDATA[
  2548. var recv_list = "jobposcd,jobposnm";
  2549. rpbfOpenComCdHelp(ipt_jobposcd,"R0062", recv_list);
  2550. model.refresh();
  2551. ]]>
  2552. </script>
  2553. </button>
  2554. <input id="input11" ref="/root/main/empldata/empllist/jobposcd" class="input_essential" disabled="true" navindex="23" style="left:611px; top:70px; width:78px; height:19px; ">
  2555. <script type="javascript" ev:event="xforms-value-changed">
  2556. <![CDATA[
  2557. misfValidationCheck("03", "R0062", "jobposcd,jobposnm" );
  2558. model.refresh();
  2559. ]]>
  2560. </script>
  2561. </input>
  2562. <caption id="caption13" class="cell_1" style="left:845px; top:146px; width:90px; height:23px; vertical-align:middle; ">의사구분</caption>
  2563. <caption id="caption62" class="cell_1" style="left:845px; top:172px; width:90px; height:23px; vertical-align:middle; ">기간제/계약제</caption>
  2564. <select1 id="radio3" ref="/root/main/empldata/empllist/gndr" class="radio_search" disabled="true" navindex="12" appearance="full" cellspacing="15" cols="2" itemheight="18" itemwidth="50" overflow="visible" style="left:940px; top:173px; width:85px; height:19px; text-align:center; border-style:solid; ">
  2565. <choices>
  2566. <item>
  2567. <label>Y</label>
  2568. <value>Y</value>
  2569. </item>
  2570. <item>
  2571. <label>N</label>
  2572. <value>N</value>
  2573. </item>
  2574. </choices>
  2575. </select1>
  2576. <button id="button34" class="btn_sw" group="tab" selected="false" style="left:794px; top:235px; width:100px; height:22px; ">
  2577. <caption>위원회</caption>
  2578. <script type="javascript" ev:event="onclick">
  2579. <![CDATA[
  2580. model.toggle("case21");
  2581. ]]>
  2582. </script>
  2583. </button>
  2584. <select1 id="combo2" ref="/root/main/empldata/empllist/instcd" class="combo_search comboinput" disabled="true" navindex="4" appearance="minimal" style="left:269px; top:148px; width:220px; height:19px; ">
  2585. <choices>
  2586. <itemset>
  2587. <label/>
  2588. <value/>
  2589. </itemset>
  2590. </choices>
  2591. </select1>
  2592. <caption id="caption33" class="cell_1" style="left:165px; top:146px; width:100px; height:23px; ">근무기관</caption>
  2593. <caption id="caption308" class="cell_1" style="left:165px; top:172px; width:100px; height:23px; vertical-align:middle; ">주민등록번호</caption>
  2594. <input id="ipt_brthdd" ref="/root/main/empldata/empllist/brthdd" inputtype="date" format="yyyy-mm-dd" style="left:611px; top:173px; width:117px; height:19px; "/>
  2595. <select1 id="rdo_brthflag" ref="/root/main/empldata/empllist/brthflag" class="radio_search" appearance="full" cols="2" overflow="visible" style="left:729px; top:173px; width:95px; height:19px; text-align:center; border-style:solid; ">
  2596. <choices>
  2597. <item>
  2598. <label>음력</label>
  2599. <value>M</value>
  2600. </item>
  2601. <item>
  2602. <label>양력</label>
  2603. <value>S</value>
  2604. </item>
  2605. </choices>
  2606. </select1>
  2607. <caption id="caption16" class="cell_1" style="left:507px; top:172px; width:98px; height:23px; ">생일</caption>
  2608. <input id="ipt_rregno1" ref="/root/main/empldata/empllist/rregno1" class="input_essential" disabled="true" navindex="10" style="left:269px; top:173px; width:104px; height:19px; "/>
  2609. <input id="ipt_rregno2" ref="/root/main/empldata/empllist/rregno2" class="input_essential" disabled="true" navindex="11" style="left:387px; top:173px; width:104px; height:19px; "/>
  2610. <caption id="caption34" style="left:734px; top:148px; width:26px; height:20px; vertical-align:middle; ">세</caption>
  2611. <select1 id="radio2" ref="/root/main/empldata/empllist/gndr" class="radio_search" disabled="true" navindex="12" appearance="full" cellspacing="15" cols="2" itemheight="18" itemwidth="50" overflow="visible" style="left:940px; top:148px; width:85px; height:19px; text-align:center; border-style:solid; ">
  2612. <choices>
  2613. <item>
  2614. <label>Y</label>
  2615. <value>Y</value>
  2616. </item>
  2617. <item>
  2618. <label>N</label>
  2619. <value>N</value>
  2620. </item>
  2621. </choices>
  2622. </select1>
  2623. <caption id="caption309" style="left:372px; top:173px; width:16px; height:17px; font-weight:bold; text-align:center; vertical-align:bottom; ">~</caption>
  2624. </group>
  2625. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  2626. <button id="button11" class="btn3_letter4" visibility="hidden" style="left:0px; top:3px; width:80px; height:22px; ">
  2627. <caption>화면이동</caption>
  2628. </button>
  2629. <button id="btn_save" class="btn4_letter2" style="left:1139px; top:3px; width:56px; height:22px; ">
  2630. <caption>저장</caption>
  2631. <script type="javascript" ev:event="DOMActivate">
  2632. <![CDATA[
  2633. /* Grid의 DATA와 각 Control의 값을 비교해서 수정 되었으면 Grid에 Copy후 Grid의 상태를 바꿔준다 */
  2634. misfGridRowStatusChange(grd_empllist, SOURCE_NODE, TARGET_NODE);
  2635. misfGridRowStatusChange(grd_armylist, SOURCE_ARMY_NODE, TARGET_ARMY_NODE);
  2636. // var cur_rows=grd_imgviewlist.rows;
  2637. //
  2638. // var imgupdtdata = "";
  2639. // if(img_hidden.src =="../../../com/commonweb/images/no_image.gif"){
  2640. // imgupdtdata="";
  2641. // }
  2642. // else{
  2643. // imgupdtdata=getGridUpdateData(grd_imgviewlist);
  2644. // }
  2645. // if (updtdata == "" && imgupdtdata =="") {
  2646. // messageBox("변경된 데이터가","I004");
  2647. // return;
  2648. // }
  2649. model.refresh();
  2650. misfSave("TXRPB00101");
  2651. ]]>
  2652. </script>
  2653. </button>
  2654. <line id="line75" class="line_6" style="x1:0; y1:25; x2:1195; y2:25; "/>
  2655. <input id="ipt_systemflag" ref="/root/init/systemflag" visibility="hidden" style="left:100px; top:5px; width:45px; height:19px; "/>
  2656. </group>
  2657. </xhtml:body>
  2658. </xhtml:html>