123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <!--
- * 제 목 : SMLPC01200_자문의사등록.xrw
- * 설 명 : 자문의사등록 화면
- * 설 계 자 : (주)에이씨케이 - 유동철
- * 작 성 자 : (주)에이씨케이 - 유동철
- * 작 성 일 : 2007.05.23
- * 수정이력 :
- * 기 타 :
- -->
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <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">
- <xhtml:head>
- <xhtml:title/>
- <model id="model1">
- <instance id="instance1">
- <root>
- <main>
- <cnsltcnts>
- <cnsltlist>
- <instcd/>
- <hospnm/>
- <dutydeptnm/>
- <cnstdrid/>
- <cnstdrnm/>
- <cntctelno/>
- </cnsltlist>
- </cnsltcnts>
- <cnsltinfo>
- <instcd/>
- <hospnm/>
- <dutydeptnm/>
- <cnstdrid/>
- <cnstdrnm/>
- <cntctelno/>
- <delflagcd/>
- <fstrgstdt/>
- <fstrgstrnm/>
- <lastupdtdt/>
- <lastupdtrnm/>
- </cnsltinfo>
- </main>
- <send>
- </send>
- <init>
- </init>
- <hidden>
- <delflagcd/>
- <refflag>1</refflag>
- <refval/>
- <cdupdtflag>1</cdupdtflag>
- <userinfo>
- <instcd/>
- </userinfo>
- </hidden>
- </root>
- </instance>
- <bind id="detl_initialinfo" ref="/root/main/detlinitialcnts"/>
- <bind id="bind_output1" ref="/root/main/detlinitialcnts"/>
- <!--TEST-->
- <!--- END-->
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../lis/commonweb/js/LPZ001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fExeInitialize();
- ]]>
- </script>
- <!-- public Script Start -->
- <script type="javascript">
- <![CDATA[
-
- /* @group : 자문의사등록 화면
- * @ver : 2007.05.23 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 화면초기화 함수
- */
- function fExeInitialize(){
-
- model.removeNodeset("/root/main/cnsltcnts/cnsltlist");
- model.resetInstanceNode("/root/main/cnsltinfo");
-
- model.setValue("/root/hidden/refflag", "1"); //조회값 선택
- model.setValue("/root/hidden/refval", ""); //조회값 입력
- model.setValue("/root/hidden/cdupdtflag", "1"); //처리부 조회/수정/신규 구분
- model.setValue("/root/hidden/delflagcd", "0"); //사용여부(0:사용 1:미사용)
- model.setValue("/root/hidden/userinfo/instcd", getUserInfo("dutplceinstcd")); //instcd
-
- fExeControlChng("false");
- model.setFocus("ipt_refval");
- model.refresh();
- }
-
- /* @group : 자문의사등록 화면
- * @ver : 2007.05.23 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 조회/수정/신규 컨트롤 사용여부 변경 함수
- * iGbn : 컨트롤 활성화 여부 true/false
- */
- function fExeControlChng(iGbn){
-
- var sGbn = "";
-
- if(iGbn == "true"){
- sGbn = "false";
- }else{
- sGbn = "true";
- }
-
- var vCtrIptArr = new Array(); //입력 컨트롤
- var vCtrSelArr = new Array(); //선택 컨트롤
-
- vCtrIptArr[0] = document.controls("ipt_hospnm"); //병원명 입력박스
- vCtrIptArr[1] = document.controls("ipt_dutydeptnm"); //부서명 입력박스
- vCtrIptArr[2] = document.controls("ipt_cnstdrid"); //자문의사ID 입력박스
- vCtrIptArr[3] = document.controls("ipt_cnstdrnm"); //자문의사약서 입력박스
- vCtrIptArr[4] = document.controls("ipt_cntctelno"); //연락처 입력박스
-
- vCtrSelArr[0] = document.controls("rdo_delflagcd"); //사용여부 선택박스
-
- for(var idx = 0; idx < vCtrIptArr.length; idx++){
- vCtrIptArr[idx].attribute("editable") = iGbn;
- }
-
- for(var idx = 0; idx < vCtrSelArr.length; idx++){
- vCtrSelArr[idx].disabled = sGbn;
- }
- }
- /* @group : 자문의사등록 화면
- * @ver : 2007.05.23 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 자문의사 리스트 조회 함수
- */
- function fGetRefData(ref_work_flag){
- if(ref_work_flag == "cnsltinfo" && grd_cnsltlist.row < 1){
- return;
- }
-
- model.removeNodeset("/root/send");
-
- if(model.getValue("/root/hidden/cdupdtflag") != "1"){
-
- if(lpzfExeBfChkMsg("R") == true){
- model.setValue("/root/hidden/cdupdtflag", "1");
- fExeControlChng("false");
- }else{
- return;
- }
- }
-
- model.resetInstanceNode("/root/main/cnsltinfo");
-
- switch (ref_work_flag) {
-
- case "cnsltlist":
-
- model.makeValue("/root/send/delflagcd", model.getValue("/root/hidden/delflagcd")); //조회조건 사용여부구분
- model.makeValue("/root/send/refflag", model.getValue("/root/hidden/refflag")); //조회조건 조회구분
- model.makeValue("/root/send/refval", model.getValue("/root/hidden/refval")); //조회조건 조회값
- model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //병원코드
-
- submit("TRLPC01201");
-
- break;
-
- case "cnsltinfo":
-
- var curRow = grd_cnsltlist.row;
- model.makeValue("/root/send/delflagcd", model.getValue("/root/hidden/delflagcd")); //사용자 사용여부구분
- model.makeValue("/root/send/cnstdrid", model.getValue("/root/main/cnsltcnts/cnsltlist["
- + curRow + "]/cnstdrid")); //자문의사ID
- model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //병원코드
-
- submit("TRLPC01202");
-
- break;
-
- default:
- break;
- }
- model.refresh();
- }
-
- /* @group : 자문의사등록 화면
- * @ver : 2007.05.23 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 조회, 수정, 신규 작업 구분 함수
- */
- function fExeCodeUpdtFlag(){
- var updt_flag = model.getValue("/root/hidden/cdupdtflag");
-
- //updtGbn - 1:조회, 2:수정, 3:신규
- if(updt_flag == "1"){
- fExeControlChng("false");
- }else if(updt_flag == "2"){
-
- if(grd_cnsltlist.row < 1){
- messageBox("자문의사ID를", "C002");
- model.setValue("/root/hidden/cdupdtflag", "1");
- fExeControlChng("false");
- model.refresh();
- return;
- }
-
- fExeControlChng("true");
- document.controls("ipt_cnstdrid").attribute("editable") = "false";
- document.controls("ipt_cnstdrid").disabled = "true";
- model.setFocus("ipt_hospnm");
- }else{
- model.resetInstanceNode("/root/main/cnsltinfo");
- fExeControlChng("true");
- document.controls("ipt_cnstdrid").disabled = "false";
- document.controls("rdo_delflagcd").disabled = "true";
- model.setValue("/root/main/cnsltinfo/delflagcd", "0");
- model.setFocus("ipt_hospnm");
- }
- model.refresh();
- }
-
- /* @group : 자문의사등록 화면
- * @ver : 2007.05.23 (CMCDEV-0001)
- * @by : 유동철(ACK)
- * @-----------------------------------
- * @type : function
- * @access : public
- * @desc : 자문의사 수정/신규 함수
- */
- function fSetUpdtData(){
-
- var updt_flag = model.getValue("/root/hidden/cdupdtflag");
-
- if(updt_flag == "1"){
- messageBox("조회작업 중", "E008");
- return;
- }
-
- //필수 입력항목 및 자리수 확인
- if(model.getValue("/root/main/cnsltinfo/hospnm") == ""){
- messageBox("병원명을", "C002");
- model.setFocus("ipt_hospnm");
- return;
- }else if(model.getValue("/root/main/cnsltinfo/dutydeptnm") == ""){
- messageBox("부서명을", "C001");
- model.setFocus("ipt_dutydeptnm");
- return;
- }else if(model.getValue("/root/main/cnsltinfo/cnstdrid") == ""){
- messageBox("자문의사ID를", "C001");
- model.setFocus("ipt_cnstdrid");
- return;
- }else if(model.getValue("/root/main/cnsltinfo/cnstdrnm") == ""){
- messageBox("자문의사명을", "C001");
- model.setFocus("ipt_cnstdrnm");
- return;
- }else if(model.getValue("/root/main/cnsltinfo/cntctelno") == ""){
- messageBox("연락처를", "C001");
- model.setFocus("ipt_cntctelno");
- return;
- }
- //저장여부 확인Message
- if(lpzfExeBfChkMsg("UI") == false){
- //6:예, 7:아니오, 2:취소
- return;
- }
-
- model.removeNodeset("/root/send");
-
- model.makeValue("/root/send/updt_flag", updt_flag); //수정/신규구분
- model.makeValue("/root/send/instcd", model.getValue("/root/hidden/userinfo/instcd")); //기관코드
- model.makeValue("/root/send/hospnm", model.getValue("/root/main/cnsltinfo/hospnm")); //병원명
- model.makeValue("/root/send/dutydeptnm",model.getValue("/root/main/cnsltinfo/dutydeptnm")); //부서명
- model.makeValue("/root/send/cnstdrid", model.getValue("/root/main/cnsltinfo/cnstdrid")); //자문의사ID
- model.makeValue("/root/send/cnstdrnm", model.getValue("/root/main/cnsltinfo/cnstdrnm")); //자문의사명
- model.makeValue("/root/send/cntctelno", model.getValue("/root/main/cnsltinfo/cntctelno")); //연락처
- model.makeValue("/root/send/delflagcd", model.getValue("/root/main/cnsltinfo/delflagcd")); //사용여부
- if(submit("TXLPC01201") == true){
-
- messageBox("저장이", "I002");
-
- //화면초기화 및 저장된 항목 insert ********************
- var prest_row;
- if(updt_flag == "3"){
- grd_cnsltlist.addItem();
- prest_row = grd_cnsltlist.rows - 1;
- }else{
- if(model.getValue("/root/hidden/delflagcd") == model.getValue("/root/main/cnsltinfo/delflagcd")){
- prest_row = grd_cnsltlist.row;
- }else{
- prest_row == -1;
- }
- }
-
- if(prest_row > 0){
- model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/instcd",
- model.getValue("/root/main/cnsltinfo/instcd"));
- model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/hospnm",
- model.getValue("/root/main/cnsltinfo/hospnm"));
- model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/dutydeptnm",
- model.getValue("/root/main/cnsltinfo/dutydeptnm"));
- model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/cnstdrid",
- model.getValue("/root/main/cnsltinfo/cnstdrid"));
- model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/cnstdrnm",
- model.getValue("/root/main/cnsltinfo/cnstdrnm"));
- model.setValue("/root/main/cnsltcnts/cnsltlist[" + prest_row + "]/cntctelno",
- model.getValue("/root/main/cnsltinfo/cntctelno"));
- }else{
- for(var i = 1; i < grd_cnsltlist.rows; i++){
- prest_row = grd_cnsltlist.findRow(model.getValue("/root/main/cnsltinfo/cnstdrid"), i, 5, true, true);
- grd_cnsltlist.deleteItem(prest_row);
- break;
- }
- }
- model.resetInstanceNode("/root/main/cnsltinfo");
- model.setValue("/root/hidden/cdupdtflag", "1");
- fExeControlChng("false");
- //**************************************************
-
- }else{
- messageBox("저장이", "E009");
- }
- model.refresh();
- }
-
- ]]>
- </script>
- <!-- public Script end -->
- <submission id="TRLPC01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cnsltcnts/cnsltlist"/>
- <submission id="TRLPC01202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/cnsltinfo"/>
- <submission id="TXLPC01201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" replace="instance" resultref="/root/main/msg"/>
- </model>
- </xhtml:head>
- <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; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:15px; ">자문의사등록</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <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; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fSetUpdtData();
- ]]>
- </script>
- </button>
- <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1194px; y2:25px; "/>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1194px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <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; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetRefData("cnsltlist");
- ]]>
- </script>
- </button>
- <line id="line14" class="line_4" style="x1:1108px; y1:6px; x2:1108px; y2:28px; border-color:#ffe4bb; border-left-style:solid; "/>
- <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>
- <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>
- <select1 id="cmb_refflag" ref="/root/hidden/refflag" class="combo_search" navindex="2" appearance="minimal" style="left:90px; top:8px; width:120px; height:19px; ">
- <choices>
- <item>
- <label>병원명</label>
- <value>1</value>
- </item>
- <item>
- <label>부서명</label>
- <value>2</value>
- </item>
- <item>
- <label>의사 ID</label>
- <value>3</value>
- </item>
- <item>
- <label>의사명</label>
- <value>4</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_refval" ref="/root/hidden/refval" class="input_search" navindex="3" style="left:214px; top:8px; width:120px; height:19px; "/>
- <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; ">
- <choices>
- <item>
- <label>사용</label>
- <value>0</value>
- </item>
- <item>
- <label>미사용</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- </group>
- <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; ">
- <col ref="instcd"/>
- <col ref="hospnm" type="output"/>
- <col ref="dutydeptnm" type="output"/>
- <col ref="cnstdrid" type="output"/>
- <col ref="cnstdrnm" type="output"/>
- <col ref="cntctelno" type="output"/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- fGetRefData("cnsltinfo");
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_cnsltlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:5px; top:50px; width:131px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">자문의사</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:65px; x2:855px; y2:65px; "/>
- <line id="line20" class="line_2" style="x1:861px; y1:214px; x2:1194px; y2:214px; "/>
- <line id="line10" class="line_2" style="x1:861px; y1:94px; x2:1194px; y2:94px; "/>
- <line id="line11" class="line_2" style="x1:861px; y1:118px; x2:1194px; y2:118px; "/>
- <line id="line12" class="line_2" style="x1:861px; y1:142px; x2:1194px; y2:142px; "/>
- <line id="line13" class="line_2" style="x1:861px; y1:166px; x2:1194px; y2:166px; "/>
- <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; "/>
- <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; "/>
- <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; "/>
- <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>
- <caption id="caption3" class="tit_2" style="left:866px; top:50px; width:104px; height:13px; background-image:../../../com/commonweb/images/tit_bullet2.gif; ">자문의사 정보</caption>
- <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; "/>
- <line id="line16" class="line_2" style="x1:861px; y1:238px; x2:1194px; y2:238px; "/>
- <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>
- <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>
- <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; "/>
- <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>
- <line id="line18" class="line_2" style="x1:861px; y1:262px; x2:1194px; y2:262px; "/>
- <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>
- <line id="line2" class="line_1" style="x1:861px; y1:65px; x2:1194px; y2:65px; "/>
- <line id="line19" class="line_2" style="x1:861px; y1:286px; x2:1194px; y2:286px; "/>
- <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>
- <line id="line3" class="line_3" style="x1:861px; y1:309px; x2:1194px; y2:309px; "/>
- <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; "/>
- <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>
- <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>
- <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>
- <line id="line6" class="line_2" style="x1:861px; y1:190px; x2:1194px; y2:190px; "/>
- <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>
- <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; ">
- <choices>
- <item>
- <label>조회</label>
- <value>1</value>
- </item>
- <item>
- <label>수정</label>
- <value>2</value>
- </item>
- <item>
- <label>신규</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fExeCodeUpdtFlag();
- ]]>
- </script>
- </select1>
- <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; ">
- <choices>
- <item>
- <label>사용</label>
- <value>0</value>
- </item>
- <item>
- <label>미사용</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- <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; "/>
- <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; "/>
- <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; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|