123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- <?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>응급CCDBAG상세조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <erbginfo>
- <erbglist>
- <erbgcd/>
- <erbgnm/>
- <goodqty/>
- <grupcd/>
- <chkyn/>
- </erbglist>
- </erbginfo>
- </main>
- <send>
- <cdgrupid>T63</cdgrupid>
- <erbgcd/>
- <grupcd/>
- <srchflag>E</srchflag>
- <erbgflag>B</erbgflag>
- </send>
- <init>
- <grupcdinfo/>
- <M0029list/>
- </init>
- </root>
- </instance>
- <submission id="TRMNP01506" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/hidden/condition/lcombolists"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- zbcfGetCodeList( new Array ( "M0029"), new Array ( "/root/init/M0029list" ));
-
- submit("TRMNP01807");
-
- model.setValue(rdo_srchflag.attribute("ref"), "E");
- rdo_srchflag.refresh();
-
- addComboItem("cmb_srch", "전체", "", "above");
-
- var erbgcd = opener.javascript.getParameter("SPMNP01807_erbgcd");
-
- model.setValue(ipt_srch.attribute("ref"), erbgcd);
- ipt_srch.refresh();
-
- if(erbgcd != "") {
- btn_search.dispatch("DOMActivate");
- clearParameter();
- }
-
-
- ]]>
- </script>
- <submission id="TRMNP01807" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init/grupcdinfo"/>
- <submission id="TRMNP01806" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/erbginfo"/>
- <submission id="TXMNP01812" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp"/>
- <submission id="TRMNP01808" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata1" resultref="/root/temp/result"/>
- <submission id="TRMNP01809" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/erbginfo"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../emr/opanstweb/js/SPMNP01501.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="600" style="font-family:돋움체; ">
- <group id="group1" style="left:0px; top:0px; width:785px; height:13px; font-family:돋움체; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:235px; height:14px; font-family:돋움체; background-image:../../../com/commonweb/images/tit_bullet1.gif; ">응급CCD BAG 상세조회</caption>
- </group>
- <group id="group2" style="left:5px; top:15px; width:785px; height:35px; font-family:돋움체; ">
- <shape id="roundrect1" appearance="roundrect" style="left:0px; top:0px; width:785px; height:35px; font-family:돋움체; "/>
- <button id="btn_search" class="btn1_letter2" navindex="6" style="left:720px; top:7px; width:56px; height:22px; font-family:돋움체; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRMNP01809");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:712px; y1:7px; x2:712px; y2:29px; font-family:돋움체; border-color:#ffe4bb; "/>
- <select1 id="rdo_srchflag" ref="/root/send/srchflag" appearance="full" cols="3" overflow="visible" style="left:100px; top:11px; width:125px; height:13px; font-family:돋움체; border-style:none; ">
- <choices>
- <item>
- <label>그룹별</label>
- <value>G</value>
- </item>
- <item>
- <label>BAG별</label>
- <value>E</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if (rdo_srchflag.value == "G") {
- rdo_erbgflag.visible = false;
- ipt_srch.visible = false;
- cmb_srch.visible = true;
- } else if (rdo_srchflag.value == "E") {
- cmb_srch.visible = false;
- rdo_erbgflag.visible = true;
- ipt_srch.visible = true;
- rdo_erbgflag.value = "P";
- }
- ]]>
- </script>
- </select1>
- <caption id="caption1" class="search_name" style="left:15px; top:9px; width:85px; height:17px; font-family:돋움체; ">조회조건:</caption>
- <select1 id="rdo_erbgflag" ref="/root/send/erbgflag" appearance="full" cols="3" overflow="visible" style="left:345px; top:11px; width:130px; height:13px; font-family:돋움체; border-style:none; ">
- <choices>
- <item>
- <label>BAG코드</label>
- <value>B</value>
- </item>
- <item>
- <label>처방명</label>
- <value>P</value>
- </item>
- </choices>
- </select1>
- <input id="ipt_srch" ref="/root/send/erbgcd" class="input_search" style="left:480px; top:8px; width:95px; height:19px; font-family:돋움체; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- if(event.keyCode == "13") {
- inputEnterKey("btn_search", "DOMActivate");
-
- }
- ]]>
- </script>
- </input>
- <select1 id="cmb_srch" ref="/root/send/grupcd" appearance="minimal" style="left:230px; top:8px; width:98px; height:19px; font-family:돋움체; ">
- <choices>
- <itemset nodeset="/root/init/grupcdinfo/grupcdlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- </group>
- <datagrid id="grd_erbglist" nodeset="/root/main/erbginfo/erbglist" caption="그룹코드^BAG코드^BAG명^물품코드^처방명^수량^급여구분" colsep="^" colwidth="60, 70, 150, 70, 246, 70, 80" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:5px; top:78px; width:785px; height:480px; font-family:돋움체; ">
- <col disabled="true" ref="grupcd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/grupcdinfo/grupcdlist">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <col ref="erbgcd"/>
- <col ref="erbgnm"/>
- <col ref="goodcd"/>
- <col ref="prcpnm"/>
- <col ref="goodqty"/>
- <col disabled="true" ref="payflagcd" type="combo">
- <choices>
- <itemset nodeset="/root/init/M0029list/M0029">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </col>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- ]]>
- </script>
- </datagrid>
- <line id="line1" class="line_1" style="x1:5px; y1:73px; x2:790px; y2:73px; font-family:돋움체; "/>
- <caption id="caption2" class="tit_2" style="left:6px; top:59px; width:125px; height:13px; font-family:돋움체; ">CCD BAG 상세내역</caption>
- </xhtml:body>
- </xhtml:html>
|