123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?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>정맥주입 일별 간호기록지</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <cond>
- <deptcd/>
- <pid/>
- <ivdd/>
- <multicheck/>
- <orddeptcd/>
- <ivcd/>
- <ivuserid/>
- </cond>
- <ivrecinfo>
- </ivrecinfo>
- <ivrecinfo2>
- </ivrecinfo2>
- <patinfo>
- <patinfolist/>
- </patinfo>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <init/>
- <init2/>
- <tmp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- model.makeValue("/root/send/cdgrupid", "'I05', 'I06', 'I07'");
- model.makeValue("/root/send/srchdd" , getCurrentDate()); // 조회기준일자
- submit("TRMNW00001", false);
-
- addComboItem("cmb_ivcd", "-", "", "above");
- addComboItem("cmb_ivuserid", "-", "", "above");
-
- model.makeValue("/root/send/instcd" , getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/srchdd" , getCurrentDate()); // 조회기준일자
- submit("TRMNW14522");
-
- var userid = getUserInfo("userid") ;
- //IV팀이면. 활성화
- if(userid == model.getValue("/root/init/codeinfo/codelist[cdgrupid='I07' and supcdid ='"+userid+"']/supcdid") || userid == 'ENR'){
- btn_getcall.disabled = false;
- btn_add.disabled = false;
- btn_del.disabled = false;
- btn_save.disabled = false;
- } else { // IV팀이 아니면 비활성화
- btn_getcall.disabled = true;
- btn_add.disabled = true;
- btn_del.disabled = true;
- btn_save.disabled = true;
- }
-
- var instcd = getUserInfo("dutplceinstcd");
- var standard_yn = "orduseyn";
- var ord_deptflag = 'W';
- var rslt_ref = "/root/init/dept";
- var sort_field = "depthngnm";
- var sort_method = "asc";
- var dt = getCurrentDate();
-
- submit("TRMNW11001", false);
- addComboItem("cmb_deptcd", "-", "", "above");
- model.setValue(ipt_ivdd.attribute("ref"), getCurrentDate());
-
- ipt_ivdd.refresh();
-
- if(model.getValue("/root/init/codeinfo/codelist[cdgrupid='I07' and supcdid ='"+userid+"']/supcdid") == userid) {
-
- } else {
-
- if(getUserInfo("userid") == "ENR") {
- model.setValue(cmb_deptcd.attribute("ref"), "");
- cmb_deptcd.refresh();
- } else {
-
- model.setValue(cmb_deptcd.attribute("ref"), getUserInfo("dutplcecd"));
- cmb_deptcd.refresh();
- }
- }
- fSearch() ;
- ]]>
- </script>
- <submission id="TRMNW14522" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init2/cmblist"/>
- <submission id="TRMNW00001" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/cmblist"/>
- <submission id="TRMNW14521" mediatype="application/x-www-form-urlencoded" method="urlencoded-post" ref="/root/send/reqdata" replace="instance" resultref="/root/main/ivrecinfo"/>
- <submission id="TXMNW14521" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/savedata" resultref="/root/temp"/>
- <submission id="TRMNW11001" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init/deptinfo"/>
- </model>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fSearch() {
- model.removeNodeset("/root/main/ivrecinfo/ivreclist");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- submit("TRMNW14521");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:0px; width:1195px; height:784px; ">
- <caption id="cpt_title" class="tit_1" style="left:0px; top:0px; width:168px; height:14px; font-family:굴림; ">정맥주입 일별 간호기록지</caption>
- <group id="grp_sea" style="left:0px; top:20px; width:1194px; height:40px; vertical-align:top; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:40px; "/>
- <button id="btn_ref" class="btn1_letter2" navindex="5" style="left:1070px; top:11px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch() ;
- ]]>
- </script>
- </button>
- <line id="line2" class="line_4" style="x1:1060px; y1:10px; x2:1060px; y2:31px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="button2" class="btn1_letter2" navindex="6" style="left:1128px; top:11px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "정맥주입 일별 간호기록지 리스트", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_ivrecinfo.saveExcel(fileName, "sheetname;colhiddenextend:false;col_5:label;col_6:label;col_7:label;col_11:label;");
- ]]>
- </script>
- </button>
- <select1 id="cmb_orddeptcd" ref="/root/main/cond/orddeptcd" class="combo_s_essential" navindex="2" appearance="minimal" style="left:297px; top:10px; width:125px; height:19px; font-family:굴림; ">
- <choices>
- <itemset nodeset="/root/init2/cmblist/orddeptlist">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_deptcd" ref="/root/main/cond/deptcd" class="combo_s_essential" navindex="1" appearance="minimal" style="left:80px; top:11px; width:125px; height:19px; font-family:굴림; ">
- <choices>
- <itemset nodeset="/root/init/deptinfo/deptlist">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <caption id="caption3" class="search_name" style="left:435px; top:10px; width:91px; height:17px; font-family:굴림; ">실시일자 :</caption>
- <input id="ipt_ivdd" ref="/root/main/cond/ivdd" class="input_s_essential" navindex="3" inputtype="date" style="left:526px; top:10px; width:95px; height:19px; font-family:굴림; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch() ;
- ]]>
- </script>
- </input>
- <caption id="caption29" class="search_name" style="left:10px; top:11px; width:67px; height:17px; font-family:굴림; ">부 서 :</caption>
- <caption id="caption1" class="search_name" style="left:220px; top:10px; width:75px; height:17px; font-family:굴림; ">진료과 :</caption>
- </group>
- <caption id="caption5" class="tit_2" style="left:5px; top:75px; width:214px; height:13px; font-family:굴림; ">정맥주입 일별 간호기록지 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:90px; x2:1194px; y2:90px; "/>
- <button id="button1" class="btn2_letter7" visibility="hidden" style="left:822px; top:70px; width:97px; height:19px; ">
- <caption>소아IV팀 호출</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- open("SMMNW14500");
- ]]>
- </script>
- </button>
- <caption id="caption6" style="left:1166px; top:767px; width:27px; height:15px; ">[표]</caption>
- <button id="btn_del" class="btn2_letter3" style="left:1097px; top:70px; width:53px; height:19px; font-family:굴림; ">
- <caption>행삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var xPathIvRecList = "/root/main/ivrecinfo/ivreclist";
-
- if ( model.getValue(xPathIvRecList+"[" + grd_ivrecinfo.row + "]/recno") != "") {
- grd_ivrecinfo.addStatus(grd_ivrecinfo.row, "delete");
-
- } else {
- grd_ivrecinfo.deleteItem(grd_ivrecinfo.row);
- }
-
- ]]>
- </script>
- </button>
- <button id="btn_add" class="btn2_letter3" style="left:1042px; top:70px; width:53px; height:19px; font-family:굴림; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- model.removeNodeset("/root/main/patinfo/patinfolist");
- model.makeNode("/root/main/patinfo/patinfolist");
- modal("../../../pam/commonweb/xrw/SPPMC02500", "1","150", "150", "SPPMC02500", "/root/source", "/root/cond");
- var popupendflag = model.getValue("/root/main/popupendflag");
-
- if (popupendflag == "ok"){
- grd_ivrecinfo.addRow();
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("hngnm")) = model.getValue("/root/main/patinfo/patinfolist/hngnm");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("sexage")) = model.getValue("/root/main/patinfo/patinfolist/sex") + "/" + model.getValue("/root/main/patinfo/patinfolist/age");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("pid")) = model.getValue("/root/main/patinfo/patinfolist/pid");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivdd")) = getCurrentDate();
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivtm")) = getCurrentDateTime().substring(9,13);
- }
- ]]>
- </script>
- </button>
- <button id="btn_getcall" class="btn2_letter9" style="left:921px; top:70px; width:119px; height:19px; font-family:굴림; ">
- <caption>호출내역 가져 오기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var ivdd = model.getValue("/root/main/cond/ivdd");
- if(ivdd == "") {
- messageBox("일자를 선택해주십시오.", "I");
- return;
- }
-
- setParameter("SMMNW14520_PARAM1", ivdd);
- modal("SPMNW14520","1", "400", "400");
-
- model.copyNode("/root/main/ivrecinfo2","/root/tmp");
- var cnt = getNodesetCount("/root/main/ivrecinfo2/ivreclist");
-
- var row1 = 1;
-
- if (cnt ==1){
-
- grd_ivrecinfo.addRow();
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("hngnm")) = model.getValue("/root/main/ivrecinfo2/ivreclist/hngnm");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("sexage")) = model.getValue("/root/main/ivrecinfo2/ivreclist/sexage");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("pid")) = model.getValue("/root/main/ivrecinfo2/ivreclist/pid");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("orddeptcd")) = model.getValue("/root/main/ivrecinfo2/ivreclist/orddeptcd");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("deptcd")) = model.getValue("/root/main/ivrecinfo2/ivreclist/deptcd");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivcd")) = model.getValue("/root/main/ivrecinfo2/ivreclist/ivcd");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivuserid")) = model.getValue("/root/main/ivrecinfo2/ivreclist/ivuserid");
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivdd")) = getCurrentDate();
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivtm")) = getCurrentDateTime().substring(9,13);
- }else if(cnt > 1){
-
- for(var i = 1; i <= cnt ; i++ ){
- grd_ivrecinfo.addRow();
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("hngnm")) = grd_ivrecinfo2.valuematrix(i, grd_ivrecinfo2.colRef("hngnm"));
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("sexage")) = grd_ivrecinfo2.valuematrix(i, grd_ivrecinfo2.colRef("sexage"));
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("pid")) = grd_ivrecinfo2.valuematrix(i, grd_ivrecinfo2.colRef("pid"));
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("orddeptcd")) = grd_ivrecinfo2.valuematrix(i, grd_ivrecinfo2.colRef("orddeptcd"));
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("deptcd")) = grd_ivrecinfo2.valuematrix(i, grd_ivrecinfo2.colRef("deptcd"));
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivcd")) = grd_ivrecinfo2.valuematrix(i, grd_ivrecinfo2.colRef("ivcd"));
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivuserid")) = grd_ivrecinfo2.valuematrix(i, grd_ivrecinfo2.colRef("ivuserid"));
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivdd")) = getCurrentDate();
- grd_ivrecinfo.valuematrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("ivtm")) = getCurrentDateTime().substring(9,13);
-
- }
- }
-
- model.removeNodeset("/root/tmp");
- model.makeNode("/root/tmp");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <button id="btn_save" class="btn5_letter2" style="left:1152px; top:70px; width:42px; height:19px; font-family:굴림; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var ivtmcnt = 0 ;
- for(var i=grd_ivrecinfo.fixedRows; i <grd_ivrecinfo.rows; i++) {
- if(model.getValue("/root/main/ivrecinfo/ivreclist[" + i + "]/ivtm") != ""){
- if(model.getValue("/root/main/ivrecinfo/ivreclist[" + i + "]/ivtm").length != 4){
- ivtmcnt++;
- }
- }
- }
-
- if(ivtmcnt > 0){
- messageBox("실시 시간을 정확히 입력하세요.(네자리)", "E");
- return;
- }
- var data = getGridUpdateData(grd_ivrecinfo) ;
-
- if(data == "") {
- messageBox("저장 할 내역이", "I004");
- return;
- }
-
- model.makeValue("/root/send/savedata/ivreclist", data);
- submit("TXMNW14521");
-
- fSearch() ;
- ]]>
- </script>
- </button>
- <datagrid id="grd_ivrecinfo2" nodeset="/root/main/ivrecinfo2/ivreclist" class="datagrid2" caption="no^성명^S/A^등록번호^진료과^부서^IV목적^주입부위^시행자
(호출 IV팀)^비고" colsep="^" colwidth="0, 65, 45, 60, 120, 120, 65, 190, 70, 190" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:490px; width:1194px; height:275px; ">
- <col ref="recno"/>
- <col ref="hngnm" style="text-align:left; "/>
- <col ref="sexage"/>
- <col ref="pid" style="text-align:center; "/>
- <col disabled="true" ref="orddeptcd" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init2/cmblist/orddeptlist">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="deptcd" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/deptinfo/deptlist">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col disabled="true" ref="ivcd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/codeinfo/codelist[cdgrupid='I06']">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="ivremfact" type="input" maxlength="60"/>
- <col disabled="true" ref="ivuserid" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/codeinfo/codelist[cdgrupid='I07']">
- <label ref="cdnm"/>
- <value ref="supcdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="rmk" type="input" maxlength="60"/>
- </datagrid>
- <datagrid id="grd_ivrecinfo" nodeset="/root/main/ivrecinfo/ivreclist" class="datagrid2" caption="no^성명^S/A^등록번호^부서^진료과^IV목적^주입부위^실시일자^실시
시간^실시자
(호출 IV팀)^비고^기록번호^기록일자^기록시간" colsep="^" colwidth="0, 65, 45, 60, 135, 135, 70, 190, 95, 55, 70, 190, 60, 60, 60" explorerbar="sort" mergecellsfixedrows="bycolrec" rowheader="update" rowsep="|" style="left:0px; top:95px; width:1194px; height:670px; ">
- <col ref="recno"/>
- <col ref="hngnm" style="text-align:left; "/>
- <col ref="sexage" style="text-align:center; "/>
- <col ref="pid" style="text-align:center; "/>
- <col ref="deptcd" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/deptinfo/deptlist">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col ref="orddeptcd" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init2/cmblist/orddeptlist">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col ref="ivcd" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/codeinfo/codelist[cdgrupid='I06' or cdid = '']">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="ivremfact" type="input" maxlength="60"/>
- <col editable="false" ref="ivdd" type="inputdate" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="ivtm" type="input" format="hh:nn" style="text-align:center; "/>
- <col ref="ivuserid" type="combo" style="text-align:left; ">
- <choices>
- <itemset nodeset="/root/init/codeinfo/codelist[cdgrupid='I07' or supcdid = '']">
- <label ref="cdnm"/>
- <value ref="supcdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="rmk" type="input" maxlength="60"/>
- <col ref="recno" visibility="hidden"/>
- <col ref="recdd" visibility="hidden"/>
- <col ref="rectm" visibility="hidden"/>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(grd_ivrecinfo.col == grd_ivrecinfo.colRef("ivtm")){
- if(model.getValue("/root/main/ivrecinfo/ivreclist[" + grd_ivrecinfo.row + "]/ivtm").length != 4){
- messageBox("실시 시간을 정확히 입력하세요.(네자리)", "I");
- return;
- }
- }
- // if(grd_ivrecinfo.col == grd_ivrecinfo.colRef("ivremfact")) {
- // grd_ivrecinfo.valueMatrix(grd_ivrecinfo.row, grd_ivrecinfo.colRef("chkyn")) = "Y";
- // }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_ivrecinfo.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <input id="ipt_pid" ref="/root/main/cond/pid" class="input_search" navindex="4" appearance="minimal" style="left:725px; top:30px; width:80px; height:19px; font-family:굴림; ">
- <choices>
- <itemset nodeset="/root/init/ward">
- <label ref="depthngnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_ref", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption2" class="search_name" style="left:635px; top:30px; width:91px; height:17px; font-family:굴림; ">등록번호 :</caption>
- <select1 id="cmb_ivcd" ref="/root/main/cond/ivcd" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:820px; top:30px; width:40px; height:19px; font-family:굴림; ">
- <choices>
- <itemset nodeset="/root/init/codeinfo/codelist[cdgrupid='I06' or cdid = '']">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_ivuserid" ref="/root/main/cond/ivuserid" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:865px; top:30px; width:40px; height:19px; font-family:굴림; ">
- <choices>
- <itemset nodeset="/root/init/codeinfo/codelist[cdgrupid='I07' or supcdid = '']">
- <label ref="cdnm"/>
- <value ref="supcdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- </group>
- </xhtml:body>
- </xhtml:html>
|