SMRPD02800_학회현황조회.xrw 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.css" ?>
  3. <xhtml:html xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/01/xforms" xmlns:ev="http://www.w3.org/2001/xml-events">
  4. <xhtml:head>
  5. <xhtml:title>SMRTB01200_학회 현황 조회</xhtml:title>
  6. <model id="model1">
  7. <instance id="instance1">
  8. <root xmlns="">
  9. <main>
  10. <list>
  11. <lnscityprescond>
  12. <yy/>
  13. <instcd/>
  14. <appfrmno/>
  15. <seq/>
  16. <appfrmlrgdesc/>
  17. <appfrmsmldesc/>
  18. <instnm/>
  19. <deptnm/>
  20. <jobposnm/>
  21. <emplno/>
  22. <emplnm/>
  23. <nati/>
  24. <desctitl/>
  25. <aprvtermfrom/>
  26. <aprvtermto/>
  27. <dayno/>
  28. <dg/>
  29. <suppcost_1/>
  30. <suppcost_2/>
  31. <suppcost_3/>
  32. <suppcost_4/>
  33. <suppcost_5/>
  34. <curncyunit/>
  35. <cmt/>
  36. <hosinseqbpno/>
  37. <mpphoneno/>
  38. <emailaddr/>
  39. <acntflag/>
  40. <banknm/>
  41. <acntno/>
  42. <subtorddrnm/>
  43. </lnscityprescond>
  44. </list>
  45. <indinfo>
  46. <deptnm/>
  47. <jobposnm/>
  48. <emplnm/>
  49. <hosinseqbpno/>
  50. <mpphoneno/>
  51. <emailaddr/>
  52. <acntflag/>
  53. <banknm/>
  54. <acntno/>
  55. </indinfo>
  56. </main>
  57. <send>
  58. <req>
  59. <yy/>
  60. <instcd/>
  61. <deptcd/>
  62. <deptnm/>
  63. <appfrmlrg/>
  64. <appfrmsml/>
  65. <emplno/>
  66. <name/>
  67. </req>
  68. <suppcost>
  69. <yy/>
  70. <instcd/>
  71. <appfrmno/>
  72. <suppcost_1/>
  73. <suppcost_2/>
  74. <suppcost_3/>
  75. <suppcost_4/>
  76. <suppcost_5/>
  77. <curncyunit/>
  78. </suppcost>
  79. </send>
  80. <init>
  81. <comcd>
  82. <R03251_temp>
  83. <R0326>
  84. <R0326>
  85. <R0326>
  86. <cdnm/>
  87. <cdid/>
  88. </R0326>
  89. </R0326>
  90. </R0326>
  91. </R03251_temp>
  92. </comcd>
  93. </init>
  94. </root>
  95. </instance>
  96. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  97. <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
  98. <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
  99. <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
  100. <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
  101. <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
  102. <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
  103. <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
  104. <script type="javascript" ev:event="xforms-ready">
  105. <![CDATA[
  106. fInitialize();
  107. fAppfrmsml();
  108. ]]>
  109. </script>
  110. <submission id="TRRPD02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list"/>
  111. <submission id="TXRPD02801" ref="/root/send/suppcost" resultref="/root/temp"/>
  112. <submission id="TRZBC00122" mediatype="application/x-www-form-urlencoded" method="post" replace="instance"/>
  113. </model>
  114. <script type="javascript">
  115. <![CDATA[
  116. // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
  117. function fInitialize() {
  118. var today = getCurrentDate();
  119. var cur_yy = parseInt(today.substring(0, 4));
  120. model.setValue("/root/send/req/yy", cur_yy);
  121. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
  122. misfComboComCdListMulti("R0325", "cmb_appfrmlrg", null, "Y");
  123. }
  124. function fsearch() {
  125. if (ipt_yy.value == ""){
  126. messageBox("연도는","I003");
  127. return;
  128. }
  129. submit("TRRPD02801");
  130. }
  131. //콤보에 공통코드 Setting
  132. /*
  133. pcdgrupid : 공통코드군
  134. pcontrol_name : Data를 받을 Control
  135. */
  136. function rthfComboComCdList(pcdgrupid, pcontrol_name,pall) {
  137. var control_id = pcontrol_name.attribute("id");
  138. var comcd_node = "/root/send/comcdref";
  139. var comcd_rsltnode = "/root/init/comcd";
  140. var comcd_itemset = "/root/init/" + control_id;
  141. model.removeNodeset(comcd_node);
  142. model.removeNodeset(comcd_itemset);
  143. model.makeNode(comcd_node);
  144. model.makeNode(comcd_node + "/cdgrupid");
  145. model.makeNode(comcd_node + "/cdid");
  146. model.makeNode(comcd_node + "/cdnm");
  147. model.makeNode(comcd_node + "/refcond");
  148. model.makeNode(comcd_rsltnode);
  149. model.makeNode(comcd_itemset);
  150. pcontrol_name.choices.itemset.attribute("nodeset") = comcd_itemset+"/comcodelist";
  151. pcontrol_name.choices.itemset.label.attribute("ref") = "detldesc";
  152. pcontrol_name.choices.itemset.value.attribute("ref") = "cdid";
  153. pcontrol_name.refresh();
  154. model.setValue(comcd_node + "/cdgrupid", pcdgrupid);
  155. model.setValue(comcd_node + "/cdid","%");
  156. model.setValue(comcd_node + "/cdnm","%");
  157. model.removeChild("TRRPZ00301");
  158. model.createChild("xforms:submission", "id:TRRPZ00301;mediatype:application/x-www-form-urlencoded; method:post; ref:" + comcd_node + "; resultref:" + comcd_rsltnode + "; ");
  159. submit("TRRPZ00301");
  160. if(pall != null && pall == "Y")
  161. {
  162. /*
  163. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdnm", "전체");
  164. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
  165. sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
  166. tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
  167. var sourcenodelist = sourcenode.childNodes;
  168. while (childNode = sourcenodelist.nextNode())tarnode.appendChild(childNode);
  169. */
  170. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/detldesc", "전체");
  171. model.makeValue(comcd_itemset+"/comcodelist[" +1+ "]/cdid", "");
  172. sourcenode = document.models(0).instances(0).selectSingleNode(comcd_rsltnode);
  173. tarnode = document.models(0).instances(0).selectSingleNode(comcd_itemset);
  174. cnt = 1;
  175. var sourcenodelist = sourcenode.childNodes;
  176. while (childNode = sourcenodelist.nextNode())
  177. {
  178. model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/detldesc", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/detldesc"));
  179. model.makeValue(comcd_itemset+"/comcodelist[" +(cnt + 1)+ "]/cdid", childNode.getXPathString(comcd_rsltnode + "/comcodelist[" +cnt + "]/cdid"));
  180. cnt++;
  181. }
  182. }
  183. else model.copyNode(comcd_itemset,comcd_rsltnode);
  184. model.refresh();
  185. //if(pcontrol_name.length == 1) pcontrol_name.selectedindex= 0;
  186. }
  187. function fAppfrmsml(){
  188. var supcdid = model.getValue("/root/send/req/appfrmlrg");
  189. var sortfield = "cdnm";
  190. var sortmethod = "asc";
  191. var minimum = "true";
  192. model.removenode("/root/init/comcd/R03251_temp/R0326/R0326");
  193. model.makeNode("/root/init/comcd/R03251_temp/R0326/R0326");
  194. zbcfGetSubCodeList("R0325", supcdid, "R0326", sortfield, sortmethod, minimum, "/root/init/comcd/R03251_temp/R0326/R0326");
  195. addGridComboItem("cmb_appfrmsml", "전체", "","above"); // 소분류 콤보박스에 '전체'를 추가
  196. model.refresh();
  197. }
  198. ]]>
  199. </script>
  200. </xhtml:head>
  201. <xhtml:body guideline="2,763;2,765;" style="margin-left:8; margin-right:8; ">
  202. <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
  203. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:14px; ">학술대회 현황 조회</caption>
  204. </group>
  205. <group id="group2" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
  206. <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:61px; "/>
  207. <line id="line207" class="line_1" style="x1:0px; y1:95px; x2:1195px; y2:95px; "/>
  208. <caption id="caption9" class="tit_2" style="left:0px; top:80px; width:117px; height:13px; ">학회 현황</caption>
  209. <button id="button3" class="btn2_letter4" style="left:1121px; top:74px; width:64px; height:19px; ">
  210. <caption>엑셀저장</caption>
  211. <script type="javascript" ev:event="DOMActivate">
  212. <![CDATA[
  213. var fileName = window.fileDialog("save", ",", false, "excel", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
  214. if (fileName != "")
  215. {
  216. grd_lnscityprescond.saveExcel(fileName, "sheetname:sheet1;exportfalsecols:1;");
  217. }
  218. ]]>
  219. </script>
  220. </button>
  221. <datagrid id="grd_lnscityprescond" nodeset="/root/main/list/lnscityprescond" class="datagrid2" caption="PK^PK^PK^개인 정보^개인 정보^개인 정보^개인 정보^개인 정보^개인 정보^순번^대분류^소분류^기관^교실명^직위^성명^참가국^장소^학술대회명^참석기간^참석기간^일수^신청차수^학회참가지원비^학회참가지원비^학회참가지원비^학회참가지원비^학회참가지원비^학회참가지원비^대진의사^참가형태여부|1^2^3^4^5^6^7^8^9^순번^대분류^소분류^기관^교실명^직위^성명^참가국^장소^학술대회명^참석기간^참석기간^일수^신청차수^보조비^보조비^보조비^등록비^등록비^등록비^대진의사^참가형태여부|YY^INSTCD^APPFRMNO^원내/B.P^휴대 전화^E-Mail^입금 계좌 상태^은행명^계좌번호^순번^대분류^소분류^기관^교실명^직위^성명^참가국^장소^학술대회명^From^To^일수^신청차수^항공료(원화)^체제비^체제비^현지통화^현지통화^원화^대진의사^참가형태여부|YY^INSTCD^APPFRMNO^HOSINSEQBPNO^MPPHONENO^EMAIL^ACNTFLAG^BANKNM^ACNTNO^순번^대분류^소분류^기관^교실명^직위^성명^참가국^장소^학술대회명^From^To^일수^신청차수^항공료(원화)^미화^원화^현지통화^현지통화^원화^대진의사^참가형태여부" colsep="^" colwidth="49, 73, 96, 118, 100, 75, 97, 71, 79, 29, 64, 58, 48, 49, 43, 47, 56, 100, 150, 78, 76, 24, 36, 91, 54, 82, 50, 36, 74, 61, 150" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="24" rowsep="|" style="left:0px; top:100px; width:1194px; height:495px; font-weight:normal; text-align:center; ">
  222. <col ref="yy" visibility="hidden"/>
  223. <col ref="instcd" visibility="hidden"/>
  224. <col ref="appfrmno" visibility="hidden"/>
  225. <col ref="hosinseqbpno" visibility="hidden"/>
  226. <col ref="mpphoneno" visibility="hidden"/>
  227. <col ref="emailaddr" visibility="hidden"/>
  228. <col ref="acntflag" visibility="hidden"/>
  229. <col ref="banknm" visibility="hidden"/>
  230. <col ref="acntno" visibility="hidden"/>
  231. <col ref="seq" style="text-align:center; "/>
  232. <col ref="appfrmlrgdesc" style="text-align:left; "/>
  233. <col ref="appfrmsmldesc" style="text-align:left; "/>
  234. <col ref="instnm" style="text-align:left; "/>
  235. <col ref="deptnm" style="text-align:left; "/>
  236. <col ref="jobposnm" style="left:155px; top:84px; width:80px; height:20px; text-align:left; "/>
  237. <col ref="emplnm" style="text-align:center; "/>
  238. <col ref="nati" style="text-align:left; "/>
  239. <col ref="plce" style="text-align:left; "/>
  240. <col ref="scincnm" style="text-align:left; "/>
  241. <col ref="aprvtermfrom" format="yyyy/mm/dd" style="text-align:center; "/>
  242. <col ref="aprvtermto" format="yyyy/mm/dd" style="text-align:center; "/>
  243. <col ref="dayno" style="text-align:right; "/>
  244. <col ref="dg" style="text-align:right; "/>
  245. <col ref="suppcost_1" format="#,###" style="text-align:right; "/>
  246. <col ref="suppcost_2" format="#,###" style="text-align:right; "/>
  247. <col ref="suppcost_3" format="#,###" style="text-align:right; "/>
  248. <col ref="suppcost_4" style="text-align:right; "/>
  249. <col ref="curncyunit"/>
  250. <col ref="suppcost_5" format="#,###" style="text-align:right; "/>
  251. <col ref="subtorddrnm"/>
  252. <col ref="entrytypeyn" style="left:1181px; top:84px; width:30px; height:20px; text-align:left; "/>
  253. <script type="javascript" ev:event="ondblclick">
  254. <![CDATA[
  255. var rownum = (grd_lnscityprescond.row - grd_lnscityprescond.fixedRows)+1;
  256. model.setValue("/root/main/indinfo/deptnm" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/deptnm"));
  257. model.setValue("/root/main/indinfo/jobposnm" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/jobposnm"));
  258. model.setValue("/root/main/indinfo/emplnm" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/emplnm"));
  259. model.setValue("/root/main/indinfo/hosinseqbpno" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/hosinseqbpno"));
  260. model.setValue("/root/main/indinfo/mpphoneno" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/mpphoneno"));
  261. model.setValue("/root/main/indinfo/emailaddr" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/emailaddr"));
  262. model.setValue("/root/main/indinfo/acntflag" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/acntflag"));
  263. model.setValue("/root/main/indinfo/banknm" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/banknm"));
  264. model.setValue("/root/main/indinfo/acntno" , model.getValue("/root/main/list/lnscityprescond[" + rownum + "]/acntno"));
  265. model.setValue("/root/send/suppcost/yy" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/yy"));
  266. model.setValue("/root/send/suppcost/instcd" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/instcd"));
  267. model.setValue("/root/send/suppcost/appfrmno" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/appfrmno"));
  268. model.setValue("/root/send/suppcost/suppcost_1" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/suppcost_1"));
  269. model.setValue("/root/send/suppcost/suppcost_2" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/suppcost_2"));
  270. model.setValue("/root/send/suppcost/suppcost_3" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/suppcost_3"));
  271. model.setValue("/root/send/suppcost/suppcost_4" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/suppcost_4"));
  272. model.setValue("/root/send/suppcost/suppcost_5" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/suppcost_5"));
  273. model.setValue("/root/send/suppcost/curncyunit" , model.getValue("/root/main/list/lnscityprescond["+ rownum +"]/curncyunit"));
  274. model.refresh();
  275. ]]>
  276. </script>
  277. </datagrid>
  278. <select1 id="cmb_instcd" ref="/root/send/req/instcd" class="combo_default" navindex="1" appearance="minimal" style="left:411px; top:18px; width:250; height:19px; ">
  279. <choices>
  280. <itemset>
  281. <label/>
  282. <value/>
  283. </itemset>
  284. </choices>
  285. <script type="javascript" ev:event="xforms-value-changed">
  286. <![CDATA[
  287. if( getUserInfo("dutplceinstcd") != cmb_instcd.value) {
  288. btn_update.disabled = true;
  289. }
  290. if( getUserInfo("dutplceinstcd") == cmb_instcd.value) {
  291. btn_update.disabled = false;
  292. }
  293. fsearch();
  294. ]]>
  295. </script>
  296. </select1>
  297. <button id="btn_deptcdhelp" class="icon_search" style="left:921px; top:21px; width:16px; height:16px; ">
  298. <caption/>
  299. <script type="javascript" ev:event="DOMActivate">
  300. <![CDATA[
  301. var precv_list = "deptcd" + "," + "deptnm";
  302. misfOpenPopUpList("02", ipt_deptcd, "", precv_list);
  303. fsearch();
  304. model.refresh();
  305. ]]>
  306. </script>
  307. </button>
  308. <caption id="caption1" class="search_name" style="left:321px; top:19px; width:85px; height:17px; ">기 관 :</caption>
  309. <select1 id="cmb_appfrmlrg" ref="/root/send/req/appfrmlrg" navindex="2" appearance="minimal" style="left:105px; top:44px; width:150px; height:19px; ">
  310. <choices>
  311. <itemset>
  312. <label/>
  313. <value/>
  314. </itemset>
  315. </choices>
  316. <script type="javascript" ev:event="xforms-value-changed">
  317. <![CDATA[
  318. fsearch();
  319. fAppfrmsml();
  320. ]]>
  321. </script>
  322. </select1>
  323. <caption id="caption2" class="search_name" style="left:323px; top:44px; width:86px; height:17px; ">소 분류 :</caption>
  324. <button id="btn_emplnohelp" class="icon_search" style="left:921px; top:46px; width:16px; height:16px; ">
  325. <caption/>
  326. <script type="javascript" ev:event="DOMActivate">
  327. <![CDATA[
  328. var precv_list = "emplno" + "," + "name";
  329. misfOpenPopUpList("01", ipt_emplno, "", precv_list);
  330. fsearch();
  331. model.refresh();
  332. ]]>
  333. </script>
  334. </button>
  335. <input id="ipt_emplnm" ref="/root/send/req/name" class="output_search" style="left:940px; top:45px; width:120px; height:19px; ">
  336. <script type="javascript" ev:event="onkeyup">
  337. <![CDATA[
  338. inputEnterKey("btn_search", "DOMActivate");
  339. ]]>
  340. </script>
  341. </input>
  342. <caption id="caption5" class="search_name" style="left:15px; top:45px; width:86px; height:17px; ">대 분류 :</caption>
  343. <input id="ipt_deptnm" ref="/root/send/req/deptnm" class="output_search" style="left:940px; top:20px; width:120px; height:19px; ">
  344. <script type="javascript" ev:event="onkeyup">
  345. <![CDATA[
  346. inputEnterKey("btn_search", "DOMActivate");
  347. ]]>
  348. </script>
  349. </input>
  350. <input id="ipt_emplno" ref="/root/send/req/emplno" class="input_default" style="left:835px; top:45px; width:78px; height:19px; ">
  351. <script type="javascript" ev:event="onkeyup">
  352. <![CDATA[
  353. inputEnterKey("btn_search", "DOMActivate");
  354. ]]>
  355. </script>
  356. </input>
  357. <caption id="caption7" class="search_name" style="left:739px; top:20px; width:91px; height:17px; ">근무 부서 :</caption>
  358. <input id="ipt_deptcd" ref="/root/send/req/deptcd" class="input_default" style="left:835px; top:20px; width:78px; height:19px; ">
  359. <script type="javascript" ev:event="onkeyup">
  360. <![CDATA[
  361. inputEnterKey("btn_search", "DOMActivate");
  362. ]]>
  363. </script>
  364. </input>
  365. <line id="line3" class="line_4" style="x1:1110px; y1:18px; x2:1110px; y2:61px; border-color:#ffe4bb; border-left-style:solid; "/>
  366. <caption id="caption8" class="search_name" style="left:739px; top:45px; width:90px; height:17px; ">사 번 :</caption>
  367. <button id="btn_search" class="btn1_letter2" style="left:1125px; top:29px; width:56px; height:22px; text-align:left; ">
  368. <caption>조회</caption>
  369. <script type="javascript" ev:event="DOMActivate">
  370. <![CDATA[
  371. fsearch();
  372. ]]>
  373. </script>
  374. </button>
  375. <caption id="caption4" class="search_name" style="left:15px; top:20px; width:86px; height:17px; ">연 도 :</caption>
  376. <input id="ipt_yy" ref="/root/send/req/yy" class="input_s_essential" style="left:105px; top:20px; width:150px; height:19px; ">
  377. <script type="javascript" ev:event="onkeyup">
  378. <![CDATA[
  379. inputEnterKey("ipt_yy", "xforms-value-changed");
  380. ]]>
  381. </script>
  382. <script type="javascript" ev:event="xforms-value-changed">
  383. <![CDATA[
  384. var instcd = cmb_instcd.value;
  385. if( getStringLength(ipt_yy.value) == "4" ) {
  386. model.removeNodeset(cmb_instcd.attribute("ref"));
  387. model.makeNode("/root/send/req/instcd");
  388. if(ipt_yy.value == getCurrentDate().substring(0, 4) ) {
  389. misfComboInstCdListMulti("cmb_instcd",getCurrentDate(),"","Y");
  390. }
  391. else {
  392. misfComboInstCdListMulti("cmb_instcd",ipt_yy.value+"1231","","Y");
  393. }
  394. cmb_instcd.value = instcd;
  395. model.refresh();
  396. }
  397. btn_search.dispatch("DOMActivate");
  398. ]]>
  399. </script>
  400. </input>
  401. <select1 id="cmb_appfrmsml" ref="/root/send/req/appfrmsml" disabled="false" navindex="3" appearance="minimal" style="left:411px; top:44px; width:250px; height:19px; ">
  402. <choices>
  403. <itemset nodeset="/root/init/comcd/R03251_temp/R0326/R0326/R0326">
  404. <label ref="cdnm"/>
  405. <value ref="cdid"/>
  406. </itemset>
  407. </choices>
  408. <script type="javascript" ev:event="xforms-value-changed">
  409. <![CDATA[
  410. fsearch();
  411. ]]>
  412. </script>
  413. </select1>
  414. <caption id="caption17" class="tit_2" style="left:5px; top:615px; width:139px; height:13px; ">신청자 정보</caption>
  415. <line id="line13" class="line_1" style="x1:0px; y1:634px; x2:720; y2:634px; "/>
  416. <caption id="caption18" class="cell_1" style="left:2px; top:640px; width:90px; height:23px; vertical-align:middle; ">소속 부서</caption>
  417. <input id="input6" ref="/root/main/indinfo/deptnm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:95px; top:641px; width:126px; height:19px; text-align:left; "/>
  418. <caption id="caption19" class="cell_1" style="left:2px; top:667px; width:90px; height:23px; vertical-align:middle; ">원내 번호/B.P</caption>
  419. <input id="input7" ref="/root/main/indinfo/hosinseqbpno" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:95px; top:669px; width:126px; height:19px; text-align:left; "/>
  420. <input id="input8" ref="/root/main/indinfo/mpphoneno" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:320px; top:669px; width:126px; height:19px; text-align:left; "/>
  421. <caption id="caption20" class="cell_1" style="left:227px; top:640px; width:90px; height:23px; vertical-align:middle; ">직위</caption>
  422. <caption id="caption21" class="cell_1" style="left:227px; top:667px; width:90px; height:23px; vertical-align:middle; ">휴대전화</caption>
  423. <input id="input9" ref="/root/main/indinfo/jobposnm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:320px; top:641px; width:126px; height:19px; text-align:left; "/>
  424. <input id="input10" ref="/root/main/indinfo/emailaddr" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:545px; top:669px; width:170; height:19px; text-align:left; "/>
  425. <input id="input11" ref="/root/main/indinfo/emplnm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:545px; top:641px; width:170; height:19px; text-align:left; "/>
  426. <caption id="caption22" class="cell_1" style="left:452px; top:640px; width:90px; height:23px; vertical-align:middle; ">성명</caption>
  427. <caption id="caption23" class="cell_1" style="left:452px; top:667px; width:90px; height:23px; vertical-align:middle; ">E-Mail</caption>
  428. <caption id="caption24" class="cell_1" style="left:2px; top:692px; width:90px; height:23px; vertical-align:middle; ">입금계좌</caption>
  429. <line id="line14" class="line_2" style="x1:0px; y1:664px; x2:693px; y2:664px; "/>
  430. <line id="line15" class="line_2" style="x1:0px; y1:691px; x2:693px; y2:691px; "/>
  431. <line id="line16" class="line_2" style="x1:2px; y1:716px; x2:693px; y2:716px; "/>
  432. <line id="line18" class="line_2" style="x1:93px; y1:637px; x2:93px; y2:716px; "/>
  433. <line id="line19" class="line_2" style="x1:223px; y1:638px; x2:223px; y2:716px; "/>
  434. <line id="line21" class="line_2" style="x1:543px; y1:638px; x2:543px; y2:716px; "/>
  435. <line id="line22" class="line_2" style="x1:450px; y1:638px; x2:450px; y2:716px; "/>
  436. <line id="line20" class="line_2" style="x1:318px; y1:638px; x2:318px; y2:716px; "/>
  437. <input id="input15" ref="/root/main/indinfo/banknm" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:321px; top:695px; width:125px; height:19px; text-align:left; "/>
  438. <caption id="caption26" class="cell_1" style="left:452px; top:692px; width:90px; height:23px; vertical-align:middle; ">계좌번호</caption>
  439. <caption id="caption27" class="cell_1" style="left:227px; top:692px; width:90px; height:23px; vertical-align:middle; ">은행</caption>
  440. <input id="input13" ref="/root/main/indinfo/acntno" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:546px; top:695px; width:170; height:19px; text-align:left; "/>
  441. <line id="line8" class="line_2" style="x1:760px; y1:666px; x2:760px; y2:718px; "/>
  442. <button id="btn_update" class="btn2_letter2" navindex="13" style="left:1140px; top:610px; width:42px; height:19px; ">
  443. <caption>입력</caption>
  444. <script type="javascript" ev:event="DOMActivate">
  445. <![CDATA[
  446. var retMes = messageBox("수정 하시겠습니까?", "Q999");
  447. if ( retMes != 6) {
  448. return;
  449. }
  450. misfSave("TXRPD02801");
  451. fsearch();
  452. ]]>
  453. </script>
  454. </button>
  455. <line id="line9" class="line_2" style="x1:822px; y1:638px; x2:822px; y2:717px; "/>
  456. <line id="line31" class="line_2" style="x1:730px; y1:666px; x2:955px; y2:666px; "/>
  457. <line id="line33" class="line_2" style="x1:760px; y1:693px; x2:955px; y2:693px; "/>
  458. <line id="line11" class="line_2" style="x1:985px; y1:666px; x2:1190px; y2:666px; "/>
  459. <caption id="caption31" class="cell_1" style="left:988px; top:642px; width:70px; height:23px; vertical-align:middle; ">현지 통화</caption>
  460. <input id="input21" ref="/root/send/suppcost/yy" class="input_search" visibility="hidden" maxlength="7" style="left:255px; top:600px; width:98px; height:19px; ">
  461. <script type="javascript" ev:event="onkeyup">
  462. <![CDATA[
  463. inputEnterKey("btn_rrgstno", "DOMActivate");
  464. ]]>
  465. </script>
  466. </input>
  467. <line id="line12" class="line_2" style="x1:985px; y1:693px; x2:1190px; y2:693px; "/>
  468. <line id="line24" class="line_2" style="x1:985px; y1:666px; x2:1190px; y2:666px; "/>
  469. <caption id="caption10" class="cell_1" style="left:732px; top:668px; width:28px; height:50px; vertical-align:middle; ">체제비</caption>
  470. <caption id="caption33" class="cell_1" style="left:988px; top:669px; width:70px; height:23px; vertical-align:middle; ">원화</caption>
  471. <line id="line25" class="line_2" style="x1:985px; y1:693px; x2:1190px; y2:693px; "/>
  472. <caption id="caption11" class="cell_1" style="left:762px; top:668px; width:60px; height:24px; vertical-align:middle; ">미화</caption>
  473. <caption id="caption3" class="cell_1" style="left:732px; top:642px; width:90px; height:23px; vertical-align:middle; ">항공료(원화)</caption>
  474. <caption id="caption12" class="cell_1" style="left:762px; top:694px; width:60px; height:24px; vertical-align:middle; ">원화</caption>
  475. <input id="input25" ref="/root/main/disadiffpayitem/grde" class="input_search" visibility="visible" maxlength="2" style="left:825px; top:671px; width:126px; height:19px; "/>
  476. <caption id="caption13" class="cell_1" style="left:732px; top:667px; width:28px; height:50px; vertical-align:middle; ">체제비</caption>
  477. <input id="input14" ref="/root/send/suppcost/instcd" class="input_search" visibility="hidden" maxlength="7" style="left:360px; top:600px; width:98px; height:19px; ">
  478. <script type="javascript" ev:event="onkeyup">
  479. <![CDATA[
  480. inputEnterKey("btn_rrgstno", "DOMActivate");
  481. ]]>
  482. </script>
  483. </input>
  484. <input id="input26" ref="/root/main/disadiffpayitem/grde" class="input_search" visibility="visible" maxlength="2" style="left:825px; top:697px; width:126px; height:19px; "/>
  485. <line id="line17" class="line_2" style="x1:985px; y1:640px; x2:985px; y2:719px; "/>
  486. <line id="line1" class="line_2" style="x1:760px; y1:666px; x2:760px; y2:718px; "/>
  487. <caption id="caption15" class="cell_1" style="left:958px; top:640px; width:25px; height:76px; vertical-align:middle; ">
  488. <![CDATA[등
  489. 비]]>
  490. </caption>
  491. <input id="input27" ref="/root/main/disadiffpayitem/grde" class="input_search" visibility="visible" maxlength="2" style="left:825px; top:643px; width:126px; height:19px; "/>
  492. <caption id="caption16" class="cell_1" style="left:762px; top:667px; width:60px; height:24px; vertical-align:middle; ">미화</caption>
  493. <input id="input1" ref="/root/send/suppcost/suppcost_2" class="input_search" visibility="visible" format="#,###" style="left:825px; top:671px; width:126px; height:19px; text-align:right; "/>
  494. <line id="line2" class="line_2" style="x1:730px; y1:666px; x2:955px; y2:666px; "/>
  495. <caption id="caption25" class="cell_1" style="left:988px; top:640px; width:70px; height:23px; vertical-align:middle; ">현지 통화</caption>
  496. <line id="line4" class="line_2" style="x1:955px; y1:639px; x2:955px; y2:718px; "/>
  497. <input id="input2" ref="/root/send/suppcost/suppcost_3" class="input_search" visibility="visible" format="#,###" style="left:825px; top:697px; width:126px; height:19px; text-align:right; "/>
  498. <caption id="caption28" class="cell_1" style="left:988px; top:667px; width:70px; height:23px; vertical-align:middle; ">원화</caption>
  499. <input id="input29" ref="/root/main/disadiffpayitem/grde" class="input_search" visibility="visible" maxlength="2" style="left:1060px; top:671px; width:126px; height:19px; "/>
  500. <caption id="caption29" class="tit_2" style="left:735px; top:615px; width:139px; height:13px; ">학회참가 지원비</caption>
  501. <caption id="caption30" class="cell_1" style="left:762px; top:694px; width:60px; height:24px; vertical-align:middle; ">원화</caption>
  502. <input id="input3" ref="/root/send/suppcost/suppcost_1" class="input_search" visibility="visible" format="#,###" style="left:825px; top:643px; width:126px; height:19px; text-align:right; "/>
  503. <line id="line5" class="line_2" style="x1:760px; y1:693px; x2:955px; y2:693px; "/>
  504. <caption id="caption34" class="cell_1" style="left:732px; top:640px; width:90px; height:23px; vertical-align:middle; ">항공료(원화)</caption>
  505. <input id="input4" ref="/root/send/suppcost/suppcost_4" class="input_search" visibility="visible" format="#,###" style="left:1060px; top:643px; width:75; height:19px; text-align:right; "/>
  506. <line id="line6" class="line_2" style="x1:730px; y1:638px; x2:730px; y2:717px; "/>
  507. <input id="input5" ref="/root/send/suppcost/suppcost_5" class="input_search" visibility="visible" format="#,###" style="left:1060px; top:671px; width:126px; height:19px; text-align:right; "/>
  508. <line id="line26" class="line_1" style="x1:730px; y1:633px; x2:1193px; y2:633px; "/>
  509. <line id="line23" class="line_2" style="x1:730px; y1:720px; x2:1190px; y2:720px; "/>
  510. <input id="input12" ref="/root/send/suppcost/appfrmno" class="input_search" visibility="hidden" style="left:465px; top:600px; width:98px; height:19px; ">
  511. <script type="javascript" ev:event="onkeyup">
  512. <![CDATA[
  513. inputEnterKey("btn_rrgstno", "DOMActivate");
  514. ]]>
  515. </script>
  516. </input>
  517. <input id="input16" ref="/root/main/indinfo/acntflag" class="input_search" disabled="true" visibility="visible" maxlength="2" style="left:95px; top:695px; width:126px; height:19px; text-align:left; "/>
  518. <input id="input17" ref="/root/send/suppcost/curncyunit" class="input_search" visibility="visible" style="left:1141px; top:643px; width:45px; height:19px; text-align:right; "/>
  519. </group>
  520. <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
  521. <line id="line7" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
  522. </group>
  523. </xhtml:body>
  524. </xhtml:html>