123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230 |
- <?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="">
- <init>
- <oproomlist>
- <oproomcd/>
- <oproomnm/>
- </oproomlist>
- <goodflaglist>
- <goodflagcd/>
- <goodflagnm/>
- </goodflaglist>
- <lrglist>
- <lrgcd/>
- <lrgnm/>
- </lrglist>
- <mdllist>
- <mdlcd/>
- <mdlnm/>
- </mdllist>
- <smllist>
- <smlcd/>
- <smlnm/>
- </smllist>
- </init>
- <main>
- <cond>
- <opfromdd/>
- <optodd/>
- <useflag/>
- <ccrdeliveflag/>
- <goodflag/>
- <lrgcd/>
- <mdlcd/>
- <smlcd/>
- </cond>
- <oproomstoclist>
- <goodnm/>
- <prodcmpynm/>
- <total/>
- <oproom1/>
- <oproom2/>
- <oproom3/>
- <oproom4/>
- <oproom5/>
- <oproom6/>
- <oproom7/>
- <oproom8/>
- <oproom9/>
- <oproom10/>
- <oproom11/>
- <oproom12/>
- <oproom13/>
- <oproom14/>
- <oproom15/>
- <oproom16/>
- <oproom17/>
- <ccr/>
- <chkflag/>
- </oproomstoclist>
- </main>
- <send>
- <reqdata/>
- <savedata/>
- </send>
- <hidden/>
- </root>
- </instance>
- <submission id="TRMNP04201" mediatype="application/x-www-form-urlencoded" method="post" resultref="/root/init"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- submit("TRMNP04201");
- ]]>
- </script>
- <submission id="TRMNP04202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/lrglist"/>
- <submission id="TRMNP04203" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/mdllist"/>
- <submission id="TRMNP04204" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/smllist"/>
- </model>
- </xhtml:head>
- <xhtml:body guideline="1,1196;2,751;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:297px; height:14px; ">수술방재고조회</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:18px; width:1195px; height:735px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:77px; x2:1194px; y2:77px; "/>
- <group id="grp_sea" style="left:0px; top:5px; width:1194px; height:60px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194px; height:60px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button1" class="btn1_letter2" style="left:973px; top:22px; width:56px; height:22px; ">
- <caption>조회</caption>
- </button>
- <line id="line13" class="line_4" style="x1:957px; y1:12px; x2:957px; y2:49px; "/>
- <button id="button5" class="btn1_letter4" style="left:1032px; top:22px; width:80px; height:22px; ">
- <caption>엑셀저장</caption>
- </button>
- <caption id="caption4" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">수술일자 :</caption>
- <select1 id="combo3" ref="/root/main/cond/lrgcd" class="combo_search" appearance="minimal" style="left:322px; top:35px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/lrglist">
- <label ref="lrgnm"/>
- <value ref="lrgcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.resetInstanceNode("/root/init/mdllist");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- submit("TRMNP04203");
- ]]>
- </script>
- </select1>
- <select1 id="combo4" ref="/root/main/cond/mdlcd" class="combo_search" appearance="minimal" style="left:545px; top:35px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/mdllist">
- <label ref="mdlnm"/>
- <value ref="mdlcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- submit("TRMNP04204");
-
- //model.copyNode("/root/send/reqdata", "/root/main/cond");
- //submit("TRMNP03904");
- ]]>
- </script>
- </select1>
- <caption id="caption26" class="search_name" style="left:227px; top:36px; width:83px; height:17px; ">대 분 류 :</caption>
- <caption id="caption27" class="search_name" style="left:455px; top:36px; width:86px; height:17px; ">중 분 류 :</caption>
- <input id="input7" ref="/root/main/cond/optodd" class="input_s_essential" inputtype="date" style="left:227px; top:8px; width:100px; height:19px; "/>
- <caption id="caption11" class="search_n_b" style="left:211px; top:11px; width:12px; height:17px; font-weight:bolder; ">~</caption>
- <input id="input5" ref="/root/main/cond/opfromdd" class="input_s_essential" inputtype="date" style="left:107px; top:8px; width:100px; height:19px; "/>
- <select1 id="combo1" ref="/root/main/cond/smlcd" class="combo_search" appearance="minimal" style="left:760px; top:35px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/smllist">
- <label ref="smlnm"/>
- <value ref="smlcd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:670px; top:36px; width:86px; height:17px; ">소 분 류 :</caption>
- <caption id="caption2" class="search_name" style="left:15px; top:36px; width:86px; height:17px; ">사용구분 :</caption>
- <select1 id="combo2" ref="/root/main/cond/useflag" class="combo_search" appearance="minimal" style="left:107px; top:35px; width:100px; height:19px; ">
- <choices>
- <item>
- <label>1회 사용</label>
- <value>N</value>
- </item>
- <item>
- <label>분할사용</label>
- <value>Z</value>
- </item>
- <item>
- <label>재사용</label>
- <value>Y</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:550px; top:9px; width:89px; height:17px; ">CCR불출 :</caption>
- <select1 id="radio2" ref="/root/main/cond/ccrdeliveflag" class="radio_search" overflow="visible" appearance="full" cols="3" style="left:642px; top:8px; width:130px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>YES</label>
- <value>1</value>
- </item>
- <item>
- <label>NO</label>
- <value>2</value>
- </item>
- <item>
- <label>ALL</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <button id="button2" class="btn1_letter2" style="left:1115px; top:22px; width:56px; height:22px; ">
- <caption>불출</caption>
- </button>
- <select1 id="combo5" ref="/root/main/cond/goodflag" class="combo_search" appearance="minimal" style="left:437px; top:8px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/goodflaglist">
- <label ref="goodflagnm"/>
- <value ref="goodflagcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.resetInstanceNode("/root/init/lrglist");
- model.copyNode("/root/send/reqdata", "/root/main/cond");
- submit("TRMNP04202");
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="search_name" style="left:345px; top:9px; width:86px; height:17px; ">물품구분 :</caption>
- </group>
- <datagrid id="datagrid1" nodeset="/root/main/oproomstoclist" caption="물품명(규격,모델)^제조원^합계^01^02^03^04^05^06^07^08^09^10^11^12^13^14^15^16^17^CCR^선택" colsep="^" colwidth="254, 122, 57, 39, 39, 38, 39, 37, 37, 40, 38, 37, 39, 37, 37, 38, 38, 38, 40, 36, 39, 36" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:82px; width:1194px; height:651px; ">
- <col ref="goodnm"/>
- <col ref="prodcmpynm"/>
- <col ref="total"/>
- <col ref="oproom1"/>
- <col ref="oproom2"/>
- <col ref="oproom3"/>
- <col ref="oproom4"/>
- <col ref="oproom5"/>
- <col ref="oproom6"/>
- <col ref="oproom7"/>
- <col ref="oproom8"/>
- <col ref="oproom9"/>
- <col ref="oproom10"/>
- <col ref="oproom11"/>
- <col ref="oproom12"/>
- <col ref="oproom13"/>
- <col ref="oproom14"/>
- <col ref="oproom15"/>
- <col ref="oproom16"/>
- <col ref="oproom17"/>
- <col ref="ccr"/>
- <col ref="chkflag" type="checkbox"/>
- </datagrid>
- </group>
- <group id="grp_btn" style="left:0px; top:757px; width:1195px; height:27px; "/>
- </xhtml:body>
- </xhtml:html>
|