123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?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>
- <reconlist>
- <item>
- <chk>false</chk>
- <solvcd>IW</solvcd>
- <solvnm>주사용 증류수</solvnm>
- </item>
- <item>
- <chk>false</chk>
- <solvcd>NS</solvcd>
- <solvnm>NS</solvnm>
- </item>
- <item>
- <chk>false</chk>
- <solvcd>DW</solvcd>
- <solvnm>DW</solvnm>
- </item>
- <item>
- <chk>false</chk>
- <solvcd>기타</solvcd>
- <solvnm/>
- </item>
- </reconlist>
- <dilulist>
- <item>
- <chk>false</chk>
- <solvcd>NS</solvcd>
- <solvnm>NS</solvnm>
- </item>
- <item>
- <chk>false</chk>
- <solvcd>DW</solvcd>
- <solvnm>DW</solvnm>
- </item>
- <item>
- <chk>false</chk>
- <solvcd>기타</solvcd>
- <solvnm/>
- </item>
- </dilulist>
- </main>
- <send/>
- <init/>
- <hidden/>
- </root>
- </instance>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1194;2,784;2,757;" 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:501px; height:306px; ">
- <caption id="caption1" class="tit_2" style="left:5px; top:11px; width:95px; height:13px; ">용매선택</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:26px; x2:500px; y2:26px; "/>
- <datagrid id="datagrid1" nodeset="/root/main/reconlist/item" caption="선택^용매^용매" colsep="^" colwidth="53, 43, 149" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:0px; top:55px; width:250px; height:251px; ">
- <col ref="chk" type="checkbox"/>
- <col ref="solvcd"/>
- <col ref="solvnm" type="input"/>
- </datagrid>
- <datagrid id="datagrid2" nodeset="/root/main/dilulist/item" caption="선택^용매^용매" colsep="^" colwidth="53, 43, 149" dataheight="25" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheight="25" rowsep="|" style="left:250px; top:55px; width:250px; height:251px; ">
- <col ref="chk" type="checkbox"/>
- <col ref="solvcd"/>
- <col ref="solvnm" type="input"/>
- </datagrid>
- <caption id="caption37" class="cell_1" style="left:0px; top:30px; width:248px; height:23px; vertical-align:middle; ">재구성</caption>
- <caption id="caption2" class="cell_1" style="left:250px; top:30px; width:248px; height:23px; vertical-align:middle; ">희석</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:306px; width:501px; height:27px; ">
- <button id="btn_cls" class="btn4_letter2" style="left:444px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <close ev:event="DOMActivate"/>
- </button>
- <button id="btn_cfm" class="btn4_letter2" style="left:385px; top:5px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var MixTxt="";
- var MixTxt2="";
- if (model.getValue("/root/main/reconlist/item[1]/chk")=="true"){
- MixTxt=MixTxt+model.getValue("/root/main/reconlist/item[1]/solvnm")+" ";
- }
- if (model.getValue("/root/main/reconlist/item[2]/chk")=="true"){
- MixTxt=MixTxt+model.getValue("/root/main/reconlist/item[2]/solvnm")+" ";
- }
- if (model.getValue("/root/main/reconlist/item[3]/chk")=="true"){
- MixTxt=MixTxt+model.getValue("/root/main/reconlist/item[3]/solvnm");
- }
-
- if (model.getValue("/root/main/dilulist/item[1]/chk")=="true"){
- MixTxt2=MixTxt2+model.getValue("/root/main/dilulist/item[1]/solvnm")+" ";
- }
- if (model.getValue("/root/main/dilulist/item[2]/chk")=="true"){
- MixTxt2=MixTxt2+model.getValue("/root/main/dilulist/item[2]/solvnm")+" ";
- }
- if (model.getValue("/root/main/dilulist/item[3]/chk")=="true"){
- MixTxt2=MixTxt2+model.getValue("/root/main/dilulist/item[3]/solvnm");
- }
-
- opener.model.setValue("/root/main/baseinfo/druginfo/reconsolv", MixTxt);
- opener.model.setValue("/root/main/baseinfo/druginfo/dilusolv", MixTxt2);
- window.close();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|