123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- <?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>
- <hislist>
- <item>
- <drugfromdd/>
- <drugtodd/>
- <etccau/>
- <lastupdtdt/>
- </item>
- </hislist>
- </main>
- <send>
- <srchdrugcd>DHD</srchdrugcd>
- </send>
- <init/>
- <hidden/>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <submission id="TRADB61101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/srchdrugcd" replace="instance" resultref="/root/main/hislist"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRADB61101");
- ]]>
- </script>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="416" pageheight="238" guideline="1,1194;1,401;2,236;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_biz" scroll="auto" style="left:0px; top:0px; width:400px; height:210px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:10px; width:140px; height:13px; ">약품정보이력조회</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:25px; x2:395px; y2:25px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/hislist/item" caption="시작일자^종료일자^비고" colsep="^" colwidth="100, 100, 165" mergecellsfixedrows="bycolrec" rowheader="select" rowsep="|" style="left:0px; top:30px; width:395px; height:170px; ">
- <col ref="drugfromdd" format="yyyy-mm-dd"/>
- <col ref="drugtodd" format="yyyy-mm-dd"/>
- <col ref="etccau"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if ( checkOpener() ) {
- opener.model.setValue("/root/main/baseinfo/druginfo/drugfromdd", model.getValue("/root/main/hislist/item["+datagrid1.row+"]/drugfromdd"));
- opener.model.setValue("/root/main/baseinfo/druginfo/drugtodd", model.getValue("/root/main/hislist/item["+datagrid1.row+"]/drugtodd"));
- opener.model.refresh();
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:210px; width:400px; height:27px; ">
- <button id="btn_cfm" class="btn4_letter2" style="left:281px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if ( checkOpener() ) {
- opener.model.setValue("/root/main/baseinfo/druginfo/drugfromdd", model.getValue("/root/main/hislist/item["+datagrid1.row+"]/drugfromdd"));
- opener.model.setValue("/root/main/baseinfo/druginfo/drugtodd", model.getValue("/root/main/hislist/item["+datagrid1.row+"]/drugtodd"));
- opener.model.refresh();
- window.close();
- } else {
- alert("상위화면이 변경되어 데이터를 전달할 수 없습니다.");
- }
- ]]>
- </script>
- </button>
- <button id="btn_cls" class="btn4_letter2" style="left:340px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|