123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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>
- <list>
- <resultlist>
- <paytype/>
- <hdrugcd/>
- <edicd/>
- <edinm/>
- <kornm/>
- <engnm/>
- <iengnm/>
- <bocheongunit/>
- <hamryang/>
- <jeyaksanm/>
- <yakpumgu/>
- <fdrugcd/>
- <gcnseqno/>
- </resultlist>
- </list>
- <list2>
- <resultlist>
- <paytype/>
- <hdrugcd/>
- <edicd/>
- <edinm/>
- <kornm/>
- <engnm/>
- <iengnm/>
- <bocheongunit/>
- <hamryang/>
- <jeyaksanm/>
- <yakpumgu/>
- <fdrugcd/>
- <gcnseqno/>
- </resultlist>
- </list2>
- <treelist>
- <node/>
- </treelist>
- <treetmp/>
- <list3/>
- </main>
- <send>
- <req>
- <pSearchType>03</pSearchType>
- <pScope>02</pScope>
- <pKeyword/>
- </req>
- <reqClassfication>
- <pSearchType>01</pSearchType>
- <pScope>02</pScope>
- <pKeyword/>
- <pClassification/>
- </reqClassfication>
- </send>
- <init/>
- <hidden/>
- <temp/>
- <difParam>
- <pageUrl>SMZCR00101_복약안내.xrw</pageUrl>
- <pYakpumCd>SIMV040TAB0218|ITCZ100CAP0172|ATVT011TAB0185</pYakpumCd>
- </difParam>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- /*
- 화면을 초기화 합니다.
- 선택된 약품리스트를 불러온다. zcnfGetDurgList();
- 선택된 약품리스트 중에 선택된 값을 가져온다.zcnfGetDurgInfo();
-
- */
- fInitialize();
- zcnfGetDurgList();
- zcnfGetDurgInfo();
- ipt_pKeyword.attribute("style") = "imemode:hangul";
- var param1 = model.getValue("/root/main/selectedDrugInfo/pYakpumCd");
- var param2 = model.getValue("/root/main/selectedDrugInfo/pGcnSeqNo");
- var selecredRow = model.getValue("/root/main/selectedDrugInfo/pSelectRow");
- getDetailDrugInfo(param1,param2, selecredRow);
- model.refresh();
- if(selecredRow == ""){
- selecredRow = 1;
- }
- model.setFocus("left_datagrid1");
- left_datagrid1.select(selecredRow,1) = true;
- left_datagrid1.refresh();
- ]]>
- </script>
- <submission id="TRZCN00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/req" resultref="/root/main/list"/>
- <submission id="TRZCN00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqClassfication" resultref="/root/main/treelist"/>
- <submission id="TRZCN00301" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqClassfication" resultref="/root/main/list2"/>
- <submission id="TRZCN00401" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqClassfication" resultref="/root/main/list3"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
- <script type="javascript">
- <![CDATA[
- /*
- 초기화 작업을 합니다.
- */
- function fInitialize(){
- model.removeNodeset("/root/main/list/resultlist");
- model.removeNodeset("/root/main/list2/resultlist");
- model.removeNodeset("/root/main/selectedlist");
- model.removeNodeset("/root/main/treelist");
- model.removeNodeset("/root/main/treetmp");
- model.removeNodeset("/root/main/detailinfo");
- }
- function fInitialize1(){
- model.removeNodeset("/root/main/list3/resultlist");
- model.removeNodeset("/root/main/list2/resultlist");
- model.makeValue("/root/send/reqClassfication/pKeyword","");
- model.makeValue("/root/send/reqClassfication/pClassification","");
- }
- /*
- model.getValue(); 를 함수로 만들었습니다.
- param1 : node는 grid의 xPath입니다.
- param2 : row는 grid에서 선택한 row값입니다.
- param3 : element는 getvalue할 해당 element 명입니다.
- 해당 getvalue값을 return 해줍니다.
- return 하지 않으면 해당값을 가져올 수 없습니다.
- */
- function fGetValue(node, row, element) {
- var rtnValue = model.getValue(node + "[" + row + "]/" + element);
- return rtnValue;
- }
- /*
- model.reqGetDetailInfo(); 를 함수로 만들었습니다.
- param1 : 선택된 약품 grid에서 선택된 약품코드 입니다.
- param2 : 선택된 약품 grid에서 선택된 GCN코드 입니다.
- param3 : 선택된 약품 grid에서 선택된 ROW값 입니다.
- 해당 getvalue값을 return 해줍니다.
- return 하지 않으면 해당값을 가져올 수 없습니다.
- */
- function reqGetDetailInfo(param1,param2,param3) {
- //각 화면별 개별처리; 현페이지는 처리 사항 없음
- }
- // 인자로 넘어온 값을 label 로 같은 아이템의 인덱스를 반환
- function labelToIndex(label, tree)
- {
- for(var i=0; i<tree.length; i++)
- {
- if(tree.item(i).label == label)
- return i;
- }
-
- return -1;
- }
- function FirstDIS_Request(){
- model.makeValue("/root/firstDISsend/refno","1");
- model.makeValue("/root/firstDISsend/drugcode",model.getValue("/root/main/selectedDrugInfo/pYakpumCd"));
- modal("../../referenceweb/xrw/SPZCR00301_약품검색문의", "", "", "", "SPZCR00301","/root/firstDISsend","/root/main/req");
- }
- /*
- 조회된 그리드의 머지를 처리한다
- */
- function mergecolTab1(){
- grd_resultlist.mergecol(1)=false;
- grd_resultlist.mergecol(2)=false;
- grd_resultlist.mergecol(3)=false;
- grd_resultlist.mergecol(4)=false;
- grd_resultlist.mergecol(5)=false;
- grd_resultlist.mergecol(6)=false;
- grd_resultlist.mergecol(7)=false;
- grd_resultlist.mergecells="byrestriccol";
- grd_resultlist.refresh();
- }
- function mergecolTab2(){
- grd_resultlist2.mergecol(1)=false;
- grd_resultlist2.mergecol(2)=false;
- grd_resultlist2.mergecol(3)=false;
- grd_resultlist2.mergecol(4)=false;
- grd_resultlist2.mergecol(5)=false;
- grd_resultlist2.mergecol(6)=false;
- grd_resultlist2.mergecol(7)=false;
- grd_resultlist2.mergecells="byrestriccol";
- grd_resultlist2.refresh();
- }
-
-
- ]]>
- </script>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/navigationweb/js/ZCN001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1280" pageheight="990" guideline="2,296;1,1199;" style="margin-left:0; margin-top:0; margin-right:0; margin-bottom:0; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:142px; height:14px; ">약품검색</caption>
- <import id="import1" instancetype="merge" src="../../../com/navigationweb/xrw/SMZCN00201_선택약품.xrw" style="left:5px; top:15px; width:360px; height:765px; "/>
- <switch id="switch1" style="left:370px; top:71px; width:832px; height:674px; ">
- <case id="case2">
- <shape id="roundrect4" class="roundrect_search" appearance="roundrect" style="left:430px; top:271px; width:390px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:11px; top:6px; width:809px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <select1 id="radio4" ref="/root/send/reqClassfication/pScope" class="radio_search" visibility="visible" appearance="full" cols="2" itemwidth="100" overflow="visible" style="left:120px; top:11px; width:260px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>원내의약품</label>
- <value>01</value>
- </item>
- <item>
- <label>전체의약품</label>
- <value>02</value>
- </item>
- </choices>
- </select1>
- <datagrid id="grd_resultlist2" nodeset="/root/main/list2/resultlist" caption="급여구분^CMC약품코드^영문상품명^영문성분명^제조회사^약품구분^약품명^함랑" colsep="^" colwidth="80,90,140,110,110,90,110,100" dataheight="25" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:6px; top:316px; width:820px; height:354px; ">
- <col ref="paytype" style="vertical-align:top; "/>
- <col ref="hdrugcd"/>
- <col ref="iengnm"/>
- <col ref="engnm"/>
- <col ref="jeyaksanm"/>
- <col ref="yakpumgu"/>
- <col ref="kornm"/>
- <col ref="hamryang"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var selectedrow = grd_resultlist2.row;
-
- if(0 == selectedrow){return;}
-
- if('-1' != import1.left_datagrid1.findRow(model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "fdrugcd"), 0, 4, false, false)){
- return;
- }
- import1.left_datagrid1.addRow();
-
- var rowcnt = import1.left_datagrid1.rows-1;
-
- model.makeNode("root/main/selectedlist/list/hdrugcd");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/hdrugcd", model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "hdrugcd"));
- model.makeNode("root/main/selectedlist/list/edi_nm");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/edi_nm", model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "edinm"));
- model.makeNode("root/main/selectedlist/list/fdrugcd");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/fdrugcd", model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "fdrugcd"));
- model.makeNode("root/main/selectedlist/list/gcnseqno");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/gcnseqno", model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "gcnseqno"));
- model.makeNode("root/main/selectedlist/list/edicd");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/edicd", model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "edicd"));
- model.makeNode("root/main/selectedlist/list/engnm");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/engnm", model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "engnm"));
- model.makeNode("root/main/selectedlist/list/iengnm");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/iengnm", model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "iengnm"));
- zcnfSetDurgList();
-
- left_datagrid1.refresh();
- var param1 = model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "fdrugcd");
- var param2 = model.getValue("/root/main/list2/resultlist" + "[" + selectedrow + "]/" + "gcnseqno");
- getDetailDrugInfo(param1,param2);
- import1.refresh();
- ]]>
- </script>
- </datagrid>
- <button id="button4" class="btn1_letter2" style="left:755px; top:275px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.removeNodeset("/root/main/list2");
- submit("TRZCN00301",false);
- mergecolTab2();
- ]]>
- </script>
- </button>
- <caption id="caption11" class="search_name" style="left:30px; top:41px; width:86px; height:17px; ">조회구분 :</caption>
- <caption id="caption14" class="search_name" style="left:30px; top:11px; width:91px; height:17px; ">조회범위 :</caption>
- <input id="input2" ref="/root/send/reqClassfication/pKeyword" class="input_search" style="left:584px; top:279px; width:165px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input2.value = input2.currentText;
- model.removeNodeset("/root/main/list2");
- submit("TRZCN00301",false);
- mergecolTab2();
- }
- ]]>
- </script>
- </input>
- <select1 id="radio3" ref="/root/send/reqClassfication/pSearchType" class="radio_search" visibility="visible" appearance="full" cols="3" itemwidth="100" overflow="visible" style="left:120px; top:41px; width:255px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>AHFS 분류</label>
- <value>01</value>
- </item>
- <item>
- <label>ATC 분류</label>
- <value>02</value>
- </item>
- <item>
- <label>복지부 분류</label>
- <value>03</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.removeNodeset("/root/main/treelist");
- fInitialize1()
- submit("TRZCN00201");
- ]]>
- </script>
- </select1>
- <treeview id="trv_drugClassfication" class="treeview" itemsettype="depth" style="left:7px; top:76px; width:405px; height:230px; ">
- <itemset nodeset="/root/main/treelist/node">
- <label ref="ahfs_desc"/>
- <value ref="ahfs"/>
- <depth ref="lvl"/>
- </itemset>
- <script type="javascript" ev:event="xforms-select">
- <![CDATA[
- // var idx = trv_drugClassfication.focusIndex;
- var idx = trv_drugClassfication.selectedindex;
- if(idx>=0)
- {
- trv_drugClassfication.select(idx);
- var treeItem = trv_drugClassfication.item(idx);
- var vdepth = treeItem.depth;
- var nItmeCnt = treeItem.haschilditem();
-
- if((nItmeCnt == -1) || ( vdepth >= 3)) {
-
- var value = treeItem.value;
- model.makeValue("root/send/reqClassfication/pKeyword", value);
- model.removeNodeset("/root/main/list2");
- input2.refresh();
- grd_resultlist.refresh();
- submit("TRZCN00301",false);
-
- mergecolTab2();
- // model.setfocus("trv_drugClassfication", true);
- // trv_drugClassfication.select(idx);
- return;
- }else{
- model.makeValue("root/send/reqClassfication/pKeyword", value);
- model.removeNodeset("/root/main/list2");
- input2.refresh();
- grd_resultlist.refresh();
- mergecolTab2();
- return;
- }
- }
- ]]>
- </script>
- </treeview>
- <caption id="caption1" class="search_name" style="left:440px; top:279px; width:99px; height:17px; ">코드별검색 :</caption>
- <datagrid id="grd_resultlist3" nodeset="/root/main/list3/resultlist" caption="분류코드^분류명" colsep="^" colwidth="80, 300" dataheight="25" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:432px; top:76px; width:390px; height:190px; ">
- <col ref="cls"/>
- <col ref="clsdesc"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- // 입력한 값을 label 로 가지는 아이템을 찾아서 펼치고 선택한다
- var selectedrow = grd_resultlist3.row;
- if(0 == selectedrow){return;}
- var keyword = model.getValue("/root/main/list3/resultlist" + "[" + selectedrow + "]/" + "cls");
- for(var i=0; i<trv_drugClassfication.length; i++)
- {
- if(trv_drugClassfication.item(i).value == keyword)
- {
- var path = trv_drugClassfication.getItemPath(i, "/");
- var curIndex = 0;
- var node;
- for(var j=0; j<path.length; j++)
- {
- if(path.charAt(j) == '/')
- {
- node = path.substring(curIndex, j);
- curIndex = j+1;
- trv_drugClassfication.expand(labelToIndex(node, trv_drugClassfication), true);
- }
- }
- trv_drugClassfication.select(i);
- submit("TRZCN00301",false);
- mergecolTab2();
- return;
- }
- }
- alert("동일한 분류가 트리내에 존재하지 않습니다....!");
- ]]>
- </script>
- </datagrid>
- <button id="button2" class="btn1_letter2" style="left:755px; top:40px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.removeNodeset("/root/main/list3");
- submit("TRZCN00401",false);
- grd_resultlist3.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:430px; top:42px; width:99px; height:17px; ">분류명 :</caption>
- <input id="input1" ref="/root/send/reqClassfication/pClassification" class="input_search" style="left:505px; top:40px; width:245px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- input1.value = input1.currentText;
- model.removeNodeset("/root/main/list3");
- submit("TRZCN00401",false);
- grd_resultlist3.refresh();
- }
- ]]>
- </script>
- </input>
- </case>
- <case id="case1" selected="true">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:6px; top:5px; width:820px; height:85px; background-color:#fffbf2; border-color:#ffd799; "/>
- <datagrid id="grd_resultlist" nodeset="/root/main/list/resultlist" caption="급여구분^CMC약품코드^영문상품명^영문성분명^제조회사^약품구분^약품명^함랑" colsep="^" colwidth="80,90,140,110,110,90,110,100" dataheight="25" ellipsis="true" extendlastcol="scroll" mergecells="byrestriccol" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:6px; top:100px; width:820px; height:565px; ">
- <col ref="paytype" style="vertical-align:top; "/>
- <col ref="hdrugcd"/>
- <col ref="engnm"/>
- <col ref="iengnm"/>
- <col ref="jeyaksanm"/>
- <col ref="yakpumgu"/>
- <col ref="edinm"/>
- <col ref="hamryang"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var selectedrow = grd_resultlist.row;
- if(0 == selectedrow){return;}
- if('-1' != import1.left_datagrid1.findRow(model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "fdrugcd"), 0, 4, false, true)){
- return;
- }
- import1.left_datagrid1.addRow();
-
- var rowcnt = import1.left_datagrid1.rows-1;
-
- model.makeNode("root/main/selectedlist/list/hdrugcd");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/hdrugcd", model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "hdrugcd"));
- model.makeNode("root/main/selectedlist/list/edi_nm");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/edi_nm", model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "edinm"));
- model.makeNode("root/main/selectedlist/list/fdrugcd");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/fdrugcd", model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "fdrugcd"));
- model.makeNode("root/main/selectedlist/list/gcnseqno");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/gcnseqno", model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "gcnseqno"));
- model.makeNode("root/main/selectedlist/list/edicd");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/edicd", model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "edicd"));
- model.makeNode("root/main/selectedlist/list/engnm");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/engnm", model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "engnm"));
- model.makeNode("root/main/selectedlist/list/iengnm");
- model.makeValue("root/main/selectedlist/list["+rowcnt+"]/iengnm", model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "iengnm"));
-
- zcnfSetDurgList();
-
- left_datagrid1.refresh();
- var param1 = model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "fdrugcd");
- var param2 = model.getValue("/root/main/list/resultlist" + "[" + selectedrow + "]/" + "gcnseqno");
- getDetailDrugInfo(param1,param2, rowcnt);
- //import1.refresh();
-
- ]]>
- </script>
- </datagrid>
- <select1 id="rdo_pSearchType" ref="/root/send/req/pSearchType" class="radio_search" visibility="visible" appearance="full" cols="3" itemwidth="100" overflow="visible" style="left:120px; top:45px; width:255px; height:35px; border-style:none; ">
- <choices>
- <item>
- <label>영문상품명</label>
- <value>01</value>
- </item>
- <item>
- <label>영문성분명</label>
- <value>02</value>
- </item>
- <item>
- <label>한글상품명</label>
- <value>03</value>
- </item>
- <item>
- <label>제조회사명</label>
- <value>04</value>
- </item>
- <item>
- <label>CMC약품코드</label>
- <value>05</value>
- </item>
- <item>
- <label>EDI코드</label>
- <value>06</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- if(rdo_pSearchType.value=="01"||rdo_pSearchType.value=="02"||rdo_pSearchType.value=="05"||rdo_pSearchType.value=="06"){
- ipt_pKeyword.attribute("style") = "imemode:inactive";
- }
- else
- {
- ipt_pKeyword.attribute("style") = "imemode:hangul";
- }
- ]]>
- </script>
- </select1>
- <caption id="caption13" class="search_name" style="left:30px; top:45px; width:86px; height:17px; ">조회구분 :</caption>
- <caption id="caption8" class="search_name" style="left:30px; top:15px; width:86px; height:17px; ">조회범위 :</caption>
- <select1 id="rdo_pScope" ref="/root/send/req/pScope" class="radio_search" visibility="visible" appearance="full" cols="2" itemwidth="100" overflow="visible" style="left:120px; top:15px; width:255px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>원내의약품</label>
- <value>01</value>
- </item>
- <item>
- <label>전체의약품</label>
- <value>02</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_pKeyword" ref="/root/send/req/pKeyword" class="input_search" style="left:480px; top:35px; width:245px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- if (event.keycode == 13)
- {
- ipt_pKeyword.value = ipt_pKeyword.currentText;
- model.removeNodeset("/root/main/list");
- submit("TRZCN00101");
- mergecolTab1();
- }
- ]]>
- </script>
- </input>
- <button id="btn_ClassficationSearch7" class="btn1_letter2" style="left:730px; top:35px; width:56px; height:22px; background-image:../../../com/commonweb/images/btn1_letter2.gif; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.removeNodeset("/root/main/list");
- submit("TRZCN00101");
- mergecolTab1();
- ]]>
- </script>
- </button>
- </case>
- </switch>
- <button id="btn_DrugSearch" class="btn_sw" group="tab" selected="true" style="left:370px; top:50px; width:416px; height:22px; ">
- <caption>약품명 검색</caption>
- <toggle case="case1" ev:event="onclick"/>
- </button>
- <button id="btn_ClassficationSearch" class="btn_sw" group="tab" style="left:786px; top:50px; width:416px; height:22px; ">
- <caption>분류별검색</caption>
- <toggle case="case2" ev:event="onclick"/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRZCN00201");
- ]]>
- </script>
- </button>
- <line id="line8" class="line_1" style="x1:370px; y1:40px; x2:1199px; y2:40px; "/>
- <group id="group1" style="left:373px; top:25px; width:822px; height:13px; "/>
- <caption id="caption12" class="tit_2" style="left:375px; top:25px; width:70px; height:13px; ">약품검색</caption>
- <import id="import2" src="../../../com/navigationweb/xrw/SPZCN00101_Copyright.xrw" style="left:370px; top:752px; width:833px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|