SMLPC01200_자문의사등록.xrw 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. <?xml version="1.0" encoding="EUC-KR"?>
  2. <!--
  3. * 제 목 : SMLPC01200_자문의사등록.xrw
  4. * 설 명 : 자문의사등록 화면
  5. * 설 계 자 : (주)에이씨케이 - 유동철
  6. * 작 성 자 : (주)에이씨케이 - 유동철
  7. * 작 성 일 : 2007.05.23
  8. * 수정이력 :
  9. * 기 타 :
  10. -->
  11. <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
  12. <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">
  13. <xhtml:head>
  14. <xhtml:title/>
  15. <model id="model1">
  16. <instance id="instance1">
  17. <root>
  18. <main>
  19. <cnsltcnts>
  20. <cnsltlist>
  21. <instcd/>
  22. <hospnm/>
  23. <dutydeptnm/>
  24. <cnstdrid/>
  25. <cnstdrnm/>
  26. <cntctelno/>
  27. </cnsltlist>
  28. </cnsltcnts>
  29. <cnsltinfo>
  30. <instcd/>
  31. <hospnm/>
  32. <dutydeptnm/>
  33. <cnstdrid/>
  34. <cnstdrnm/>
  35. <cntctelno/>
  36. <delflagcd/>
  37. <fstrgstdt/>
  38. <fstrgstrnm/>
  39. <lastupdtdt/>
  40. <lastupdtrnm/>
  41. </cnsltinfo>
  42. </main>
  43. <send>
  44. </send>
  45. <init>
  46. </init>
  47. <hidden>
  48. <delflagcd/>
  49. <refflag>1</refflag>
  50. <refval/>
  51. <cdupdtflag>1</cdupdtflag>
  52. <userinfo>
  53. <instcd/>
  54. </userinfo>
  55. </hidden>
  56. </root>
  57. </instance>
  58. <bind id="detl_initialinfo" ref="/root/main/detlinitialcnts"/>
  59. <bind id="bind_output1" ref="/root/main/detlinitialcnts"/>
  60. <!--TEST-->
  61. <!--- END-->
  62. <script type="javascript" src="../../../com/commonweb/js/common.js"/>
  63. <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
  64. <script type="javascript" ev:event="xforms-ready">
  65. <![CDATA[
  66. fExeInitialize();
  67. ]]>
  68. </script>
  69. <!-- public Script Start -->
  70. <script type="javascript">
  71. <![CDATA[
  72. /* @group : 자문의사등록 화면
  73. * @ver : 2007.05.23 (CMCDEV-0001)
  74. * @by : 유동철(ACK)
  75. * @-----------------------------------
  76. * @type : function
  77. * @access : public
  78. * @desc : 화면초기화 함수
  79. */
  80. function fExeInitialize(){
  81. model.removeNodeset("/root/main/cnsltcnts/cnsltlist");
  82. model.resetInstanceNode("/root/main/cnsltinfo");
  83. model.setValue("/root/hidden/refflag", "1"); //조회값 선택
  84. model.setValue("/root/hidden/refval", ""); //조회값 입력
  85. model.setValue("/root/hidden/cdupdtflag", "1"); //처리부 조회/수정/신규 구분
  86. model.setValue("/root/hidden/delflagcd", "0"); //사용여부(0:사용 1:미사용)
  87. model.setValue("/root/hidden/userinfo/instcd", getUserInfo("dutplceinstcd")); //instcd
  88. fExeControlChng("false");
  89. model.setFocus("ipt_refval");
  90. model.refresh();
  91. }
  92. /* @group : 자문의사등록 화면
  93. * @ver : 2007.05.23 (CMCDEV-0001)
  94. * @by : 유동철(ACK)
  95. * @-----------------------------------
  96. * @type : function
  97. * @access : public
  98. * @desc : 조회/수정/신규 컨트롤 사용여부 변경 함수
  99. * iGbn : 컨트롤 활성화 여부 true/false
  100. */
  101. function fExeControlChng(iGbn){
  102. var sGbn = "";
  103. if(iGbn == "true"){
  104. sGbn = "false";
  105. }else{
  106. sGbn = "true";
  107. }
  108. var vCtrIptArr = new Array(); //입력 컨트롤
  109. var vCtrSelArr = new Array(); //선택 컨트롤
  110. vCtrIptArr[0] = document.controls("ipt_hospnm"); //병원명 입력박스
  111. vCtrIptArr[1] = document.controls("ipt_dutydeptnm"); //부서명 입력박스
  112. vCtrIptArr[2] = document.controls("ipt_cnstdrid"); //자문의사ID 입력박스
  113. vCtrIptArr[3] = document.controls("ipt_cnstdrnm"); //자문의사약서 입력박스
  114. vCtrIptArr[4] = document.controls("ipt_cntctelno"); //연락처 입력박스
  115. vCtrSelArr[0] = document.controls("rdo_delflagcd"); //사용여부 선택박스
  116. for(var idx = 0; idx < vCtrIptArr.length; idx++){
  117. vCtrIptArr[idx].attribute("editable") = iGbn;
  118. }
  119. for(var idx = 0; idx < vCtrSelArr.length; idx++){
  120. vCtrSelArr[idx].disabled = sGbn;
  121. }
  122. }
  123. /* @group : 자문의사등록 화면
  124. * @ver : 2007.05.23 (CMCDEV-0001)
  125. * @by : 유동철(ACK)
  126. * @-----------------------------------
  127. * @type : function
  128. * @access : public
  129. * @desc : 자문의사 리스트 조회 함수
  130. */
  131. function fGetRefData(ref_work_flag){
  132. if(ref_work_flag == "cnsltinfo" && grd_cnsltlist.row < 1){
  133. return;
  134. }
  135. model.removeNodeset("/root/send");
  136. if(model.getValue("/root/hidden/cdupdtflag") != "1"){
  137. if(lpzfExeBfChkMsg("R") == true){
  138. model.setValue("/root/hidden/cdupdtflag", "1");
  139. fExeControlChng("false");
  140. }else{
  141. return;
  142. }
  143. }
  144. model.resetInstanceNode("/root/main/cnsltinfo");
  145. switch (ref_work_flag) {
  146. case "cnsltlist":
  147. model.makeValue("/root/send/delflagcd", model.getValue("/root/hidden/delflagcd")); //조회조건 사용여부구분
  148. model.makeValue("/root/send/refflag", model.getValue("/root/hidden/refflag")); //조회조건 조회구분
  149. model.makeValue("/root/send/refval", model.getValue("/root/hidden/refval")); //조회조건 조회값
  150. model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //병원코드
  151. submit("TRLPC01201");
  152. break;
  153. case "cnsltinfo":
  154. var curRow = grd_cnsltlist.row;
  155. model.makeValue("/root/send/delflagcd", model.getValue("/root/hidden/delflagcd")); //사용자 사용여부구분
  156. model.makeValue("/root/send/cnstdrid", model.getValue("/root/main/cnsltcnts/cnsltlist["
  157. + curRow + "]/cnstdrid")); //자문의사ID
  158. model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //병원코드
  159. submit("TRLPC01202");
  160. break;
  161. default:
  162. break;
  163. }
  164. model.refresh();
  165. }
  166. /* @group : 자문의사등록 화면
  167. * @ver : 2007.05.23 (CMCDEV-0001)
  168. * @by : 유동철(ACK)
  169. * @-----------------------------------
  170. * @type : function
  171. * @access : public
  172. * @desc : 조회, 수정, 신규 작업 구분 함수
  173. */
  174. function fExeCodeUpdtFlag(){
  175. var updt_flag = model.getValue("/root/hidden/cdupdtflag");
  176. //updtGbn - 1:조회, 2:수정, 3:신규
  177. if(updt_flag == "1"){
  178. fExeControlChng("false");
  179. }else if(updt_flag == "2"){
  180. if(grd_cnsltlist.row < 1){
  181. messageBox("자문의사ID를", "C002");
  182. model.setValue("/root/hidden/cdupdtflag", "1");
  183. fExeControlChng("false");
  184. model.refresh();
  185. return;
  186. }
  187. fExeControlChng("true");
  188. document.controls("ipt_cnstdrid").attribute("editable") = "false";
  189. document.controls("ipt_cnstdrid").disabled = "true";
  190. model.setFocus("ipt_hospnm");
  191. }else{
  192. model.resetInstanceNode("/root/main/cnsltinfo");
  193. fExeControlChng("true");
  194. document.controls("ipt_cnstdrid").disabled = "false";
  195. document.controls("rdo_delflagcd").disabled = "true";
  196. model.setValue("/root/main/cnsltinfo/delflagcd", "0");
  197. model.setFocus("ipt_hospnm");
  198. }
  199. model.refresh();
  200. }
  201. /* @group : 자문의사등록 화면
  202. * @ver : 2007.05.23 (CMCDEV-0001)
  203. * @by : 유동철(ACK)
  204. * @-----------------------------------
  205. * @type : function
  206. * @access : public
  207. * @desc : 자문의사 수정/신규 함수
  208. */
  209. function fSetUpdtData(){
  210. var updt_flag = model.getValue("/root/hidden/cdupdtflag");
  211. if(updt_flag == "1"){
  212. messageBox("조회작업 중", "E008");
  213. return;
  214. }
  215. //필수 입력항목 및 자리수 확인
  216. if(model.getValue("/root/main/cnsltinfo/hospnm") == ""){
  217. messageBox("병원명을", "C002");
  218. model.setFocus("ipt_hospnm");
  219. return;
  220. }else if(model.getValue("/root/main/cnsltinfo/dutydeptnm") == ""){
  221. messageBox("부서명을", "C001");
  222. model.setFocus("ipt_dutydeptnm");
  223. return;
  224. }else if(model.getValue("/root/main/cnsltinfo/cnstdrid") == ""){
  225. messageBox("자문의사ID를", "C001");
  226. model.setFocus("ipt_cnstdrid");
  227. return;
  228. }else if(model.getValue("/root/main/cnsltinfo/cnstdrnm") == ""){
  229. messageBox("자문의사명을", "C001");
  230. model.setFocus("ipt_cnstdrnm");
  231. return;
  232. }else if(model.getValue("/root/main/cnsltinfo/cntctelno") == ""){
  233. messageBox("연락처를", "C001");
  234. model.setFocus("ipt_cntctelno");
  235. return;
  236. }
  237. //저장여부 확인Message
  238. if(lpzfExeBfChkMsg("UI") == false){
  239. //6:예, 7:아니오, 2:취소
  240. return;
  241. }
  242. model.removeNodeset("/root/send");
  243. model.makeValue("/root/send/updt_flag", updt_flag); //수정/신규구분
  244. model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //기관코드
  245. model.makeValue("/root/send/hospnm", model.getValue("/root/main/cnsltinfo/hospnm")); //병원명
  246. model.makeValue("/root/send/dutydeptnm",model.getValue("/root/main/cnsltinfo/dutydeptnm")); //부서명
  247. model.makeValue("/root/send/cnstdrid", model.getValue("/root/main/cnsltinfo/cnstdrid")); //자문의사ID
  248. model.makeValue("/root/send/cnstdrnm", model.getValue("/root/main/cnsltinfo/cnstdrnm")); //자문의사명
  249. model.makeValue("/root/send/cntctelno", model.getValue("/root/main/cnsltinfo/cntctelno")); //연락처
  250. model.makeValue("/root/send/delflagcd", model.getValue("/root/main/cnsltinfo/delflagcd")); //사용여부
  251. if(submit("TXLPC01201") == true){
  252. messageBox("저장이", "I002");
  253. //화면초기화 및 저장된 항목 insert ********************
  254. var prest_row;
  255. if(updt_flag == "3"){
  256. grd_cnsltlist.addItem();
  257. prest_row = grd_cnsltlist.rows - 1;
  258. }else{
  259. if(model.getValue("/root/hidden/delflagcd") == model.getValue("/root/main/cnsltinfo/delflagcd")){
  260. prest_row = grd_cnsltlist.row;
  261. }else{
  262. prest_row == -1;
  263. }
  264. }
  265. if(prest_row > 0){
  266. model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/instcd",
  267. model.getValue("/root/main/cnsltinfo/instcd"));
  268. model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/hospnm",
  269. model.getValue("/root/main/cnsltinfo/hospnm"));
  270. model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/dutydeptnm",
  271. model.getValue("/root/main/cnsltinfo/dutydeptnm"));
  272. model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/cnstdrid",
  273. model.getValue("/root/main/cnsltinfo/cnstdrid"));
  274. model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/cnstdrnm",
  275. model.getValue("/root/main/cnsltinfo/cnstdrnm"));
  276. model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/cntctelno",
  277. model.getValue("/root/main/cnsltinfo/cntctelno"));
  278. }else{
  279. for(var i = 1; i < grd_cnsltlist.rows; i++){
  280. prest_row = grd_cnsltlist.findRow(model.getValue("/root/main/cnsltinfo/cnstdrid"), i, 5, true, true);
  281. grd_cnsltlist.deleteItem(prest_row);
  282. break;
  283. }
  284. }
  285. model.resetInstanceNode("/root/main/cnsltinfo");
  286. model.setValue("/root/hidden/cdupdtflag", "1");
  287. fExeControlChng("false");
  288. //**************************************************
  289. }else{
  290. messageBox("저장이", "E009");
  291. }
  292. model.refresh();
  293. }
  294. ]]>
  295. </script>
  296. <!-- public Script end -->
  297. <submission id="TRLPC01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cnsltcnts/cnsltlist"/>
  298. <submission id="TRLPC01202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cnsltinfo"/>
  299. <submission id="TXLPC01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/msg"/>
  300. </model>
  301. </xhtml:head>
  302. <xhtml:body guideline="1,1194;2,784;1,855;2,757;1,861;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
  303. <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
  304. <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:15px; ">자문의사등록</caption>
  305. </group>
  306. <group id="grp_btn" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
  307. <button id="button11" class="btn4_letter2" navindex="13" style="left:1139px; top:3px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn4_letter2.gif; ">
  308. <caption>저장</caption>
  309. <script type="javascript" ev:event="onclick">
  310. <![CDATA[
  311. fSetUpdtData();
  312. ]]>
  313. </script>
  314. </button>
  315. <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
  316. </group>
  317. <group id="grp_biz" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
  318. <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; ">
  319. <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
  320. <button id="button3" class="btn1_letter2" navindex="4" style="left:1123px; top:7px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
  321. <caption>조회</caption>
  322. <script type="javascript" ev:event="onclick">
  323. <![CDATA[
  324. fGetRefData("cnsltlist");
  325. ]]>
  326. </script>
  327. </button>
  328. <line id="line14" class="line_4" style="x1:1108px; y1:6px; x2:1108px; y2:28px; border-color:#ffe4bb; border-left-style:solid; "/>
  329. <caption id="caption2" class="search_name" style="left:882px; top:9px; width:90px; height:17px; vertical-align:middle; background-image:../../../com/commonweb/images/search_bullet1.gif; ">사용여부 :</caption>
  330. <caption id="caption22" class="search_name" style="left:15px; top:9px; width:75px; height:17px; vertical-align:middle; background-image:../../../com/commonweb/images/search_bullet1.gif; ">조회값 :</caption>
  331. <select1 id="cmb_refflag" ref="/root/hidden/refflag" class="combo_search" navindex="2" appearance="minimal" style="left:90px; top:8px; width:120px; height:19px; ">
  332. <choices>
  333. <item>
  334. <label>병원명</label>
  335. <value>1</value>
  336. </item>
  337. <item>
  338. <label>부서명</label>
  339. <value>2</value>
  340. </item>
  341. <item>
  342. <label>의사 ID</label>
  343. <value>3</value>
  344. </item>
  345. <item>
  346. <label>의사명</label>
  347. <value>4</value>
  348. </item>
  349. </choices>
  350. </select1>
  351. <input id="ipt_refval" ref="/root/hidden/refval" class="input_search" navindex="3" style="left:214px; top:8px; width:120px; height:19px; "/>
  352. <select1 id="rdo_s_delflagcd" ref="/root/hidden/delflagcd" class="radio_search" navindex="1" appearance="full" cellspacing="20" cols="3" overflow="visible" style="left:972px; top:10px; width:122px; height:16px; border-style:none; ">
  353. <choices>
  354. <item>
  355. <label>사용</label>
  356. <value>0</value>
  357. </item>
  358. <item>
  359. <label>미사용</label>
  360. <value>1</value>
  361. </item>
  362. </choices>
  363. </select1>
  364. </group>
  365. <datagrid id="grd_cnsltlist" nodeset="/root/main/cnsltcnts/cnsltlist" caption="기과코드^병원명^부서명^자문의사ID^자문의사명^연락처" colsep="^" colwidth="0, 160, 150, 110, 200, 200" dataheight="23" defaultrows="1" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" navindex="5" fixed.background-image="../../../com/commonweb/images/grid_bg.gif" style="left:0px; top:70px; width:855px; height:660px; border-color:#c0c0c0; ">
  366. <col ref="instcd"/>
  367. <col ref="hospnm" type="output"/>
  368. <col ref="dutydeptnm" type="output"/>
  369. <col ref="cnstdrid" type="output"/>
  370. <col ref="cnstdrnm" type="output"/>
  371. <col ref="cntctelno" type="output"/>
  372. <script type="javascript" ev:event="onclick">
  373. <![CDATA[
  374. fGetRefData("cnsltinfo");
  375. ]]>
  376. </script>
  377. <script type="javascript" ev:event="onaftersort">
  378. <![CDATA[
  379. grd_cnsltlist.gridToInstance();
  380. ]]>
  381. </script>
  382. </datagrid>
  383. <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:131px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">자문의사</caption>
  384. <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:855px; y2:65px; "/>
  385. <line id="line20" class="line_2" style="x1:861px; y1:214px; x2:1194px; y2:214px; "/>
  386. <line id="line10" class="line_2" style="x1:861px; y1:94px; x2:1194px; y2:94px; "/>
  387. <line id="line11" class="line_2" style="x1:861px; y1:118px; x2:1194px; y2:118px; "/>
  388. <line id="line12" class="line_2" style="x1:861px; y1:142px; x2:1194px; y2:142px; "/>
  389. <line id="line13" class="line_2" style="x1:861px; y1:166px; x2:1194px; y2:166px; "/>
  390. <input id="ipt_cntctelno" ref="/root/main/cnsltinfo/cntctelno" class="input_essential" navindex="11" maxlength="20" appearance="input" style="left:994px; top:169px; width:200px; height:19px; border-color:#c0c0c0; "/>
  391. <output id="opt_fstrgstrid" ref="/root/main/cnsltinfo/fstrgstrnm" class="output_fix" appearance="output" style="left:994px; top:241px; width:200px; height:19px; border-color:#c0c0c0; "/>
  392. <output id="opt_fstrgstdt" ref="/root/main/cnsltinfo/fstrgstdt" class="output_fix" format="yyyy-mm-dd hh:nn:ss" appearance="output" style="left:994px; top:217px; width:200px; height:19px; border-color:#c0c0c0; "/>
  393. <caption id="caption12" class="cell_1" style="left:861px; top:286px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최종등록자</caption>
  394. <caption id="caption3" class="tit_2" style="left:866px; top:50px; width:104px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">자문의사 정보</caption>
  395. <input id="ipt_hospnm" ref="/root/main/cnsltinfo/hospnm" class="input_essential" navindex="7" maxlength="50" appearance="input" style="left:994px; top:73px; width:200px; height:19px; border-color:#c0c0c0; "/>
  396. <line id="line16" class="line_2" style="x1:861px; y1:238px; x2:1194px; y2:238px; "/>
  397. <caption id="caption4" class="cell_1" style="left:861px; top:166px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">연락처</caption>
  398. <caption id="caption13" class="cell_1" style="left:861px; top:70px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">병원명</caption>
  399. <output id="opt_lastrgstdt" ref="/root/main/cnsltinfo/lastupdtdt" class="output_fix" format="yyyy-mm-dd hh:nn:ss" appearance="output" style="left:994px; top:265px; width:200px; height:19px; border-color:#c0c0c0; "/>
  400. <caption id="caption14" class="cell_1" style="left:861px; top:94px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">부서명</caption>
  401. <line id="line18" class="line_2" style="x1:861px; y1:262px; x2:1194px; y2:262px; "/>
  402. <caption id="caption15" class="cell_1" style="left:861px; top:214px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최초등록일시</caption>
  403. <line id="line2" class="line_1" style="x1:861px; y1:65px; x2:1194px; y2:65px; "/>
  404. <line id="line19" class="line_2" style="x1:861px; y1:286px; x2:1194px; y2:286px; "/>
  405. <caption id="caption16" class="cell_1" style="left:861px; top:118px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">자문의사ID</caption>
  406. <line id="line3" class="line_3" style="x1:861px; y1:309px; x2:1194px; y2:309px; "/>
  407. <output id="opt_lastrgstrid" ref="/root/main/cnsltinfo/lastupdtrnm" class="output_fix" appearance="output" style="left:994px; top:289px; width:200px; height:19px; border-color:#c0c0c0; "/>
  408. <caption id="caption17" class="cell_1" style="left:861px; top:142px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">자문의사명</caption>
  409. <caption id="caption9" class="cell_1" style="left:861px; top:190px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">사용여부</caption>
  410. <caption id="caption18" class="cell_1" style="left:861px; top:238px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최초등록자</caption>
  411. <line id="line6" class="line_2" style="x1:861px; y1:190px; x2:1194px; y2:190px; "/>
  412. <caption id="caption19" class="cell_1" style="left:861px; top:262px; width:130px; height:23px; text-align:left; vertical-align:middle; padding-left:10px; ">최종등록일시</caption>
  413. <select1 id="rdo_lendflag" ref="/root/hidden/cdupdtflag" navindex="6" appearance="full" cellspacing="10" cols="3" overflow="visible" style="left:978px; top:49px; width:155px; height:13px; border-style:none; ">
  414. <choices>
  415. <item>
  416. <label>조회</label>
  417. <value>1</value>
  418. </item>
  419. <item>
  420. <label>수정</label>
  421. <value>2</value>
  422. </item>
  423. <item>
  424. <label>신규</label>
  425. <value>3</value>
  426. </item>
  427. </choices>
  428. <script type="javascript" ev:event="xforms-value-changed">
  429. <![CDATA[
  430. fExeCodeUpdtFlag();
  431. ]]>
  432. </script>
  433. </select1>
  434. <select1 id="rdo_delflagcd" ref="/root/main/cnsltinfo/delflagcd" navindex="12" appearance="full" cellspacing="30" cols="2" overflow="visible" style="left:994px; top:195px; width:132px; height:13px; border-style:none; ">
  435. <choices>
  436. <item>
  437. <label>사용</label>
  438. <value>0</value>
  439. </item>
  440. <item>
  441. <label>미사용</label>
  442. <value>1</value>
  443. </item>
  444. </choices>
  445. </select1>
  446. <input id="ipt_cnstdrnm" ref="/root/main/cnsltinfo/cnstdrnm" class="input_essential" navindex="10" maxlength="30" appearance="input" style="left:994px; top:145px; width:200px; height:19px; border-color:#c0c0c0; "/>
  447. <input id="ipt_dutydeptnm" ref="/root/main/cnsltinfo/dutydeptnm" class="input_essential" navindex="8" maxlength="50" appearance="input" style="left:994px; top:97px; width:200px; height:19px; border-color:#c0c0c0; "/>
  448. <input id="ipt_cnstdrid" ref="/root/main/cnsltinfo/cnstdrid" class="input_essential" navindex="9" maxlength="10" appearance="input" style="left:994px; top:121px; width:200px; height:19px; border-color:#c0c0c0; "/>
  449. </group>
  450. </xhtml:body>
  451. </xhtml:html>