123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- <?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>
- <yearstatslist/>
- </main>
- <init>
- <reqflag>
- <label>전체</label>
- <value/>
- <label>교환물품</label>
- <value>X</value>
- <label>멸균의뢰</label>
- <value>Z</value>
- </reqflag>
- </init>
- <send>
- <reqflag/>
- <instcd/>
- <stocyy/>
- <goodflag/>
- <frontstocyy/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- ]]>
- </script>
- <submission id="TRRSG06501" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/yearstatslist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize()
- {
- misfGridInit(grd_yearstatslist);
-
- misfComboComCdListMulti("Z0007", "cmb_instcd"); //기관코드
- model.refresh();
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
- // [2010.08.26]AS-IS 코드 TO_BE 코드 전환을 위한 물품구분 변경 (goodflag= T) => (goodflag= TM)
- model.setValue(ipt_goodflag.attribute("ref"), "TM");
-
- // 현재 년도 구하기
- var sBaseDate = getCurrentDate();
- sBaseDate = sBaseDate.substr(0, 4);
- model.setValue("/root/send/stocyy", sBaseDate);
-
- // 전년도 구하기
- var sFrontStocYy = model.getValue("/root/send/stocyy");
- model.setValue("/root/send/frontstocyy", sFrontStocYy-1);
-
- misfMsterDetailSet(grd_yearstatslist,null, "TRRSG06501" ,"Y");
-
- btn_search.dispatch("DOMActivate");
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="cap_title" class="tit_1" style="left:0px; top:0px; width:293px; height:14px; ">멸균 연 통계현황</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:35px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:35px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="cap_stocyy" class="search_name" style="left:270px; top:9px; width:86px; height:17px; ">출고년도 :</caption>
- <button id="btn_search" class="btn1_letter2" navindex="4" style="left:1125px; top:8px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfMsterDetailRetrieve();
- model.refresh();
- ]]>
- </script>
- </button>
- <line id="line5" class="line_4" style="x1:1110px; y1:8px; x2:1110px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_stocyy" ref="/root/send/stocyy" class="input_default" inputtype="date" format="yyyy" style="left:355px; top:8px; width:95px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="cap_reqflag" class="search_name" style="left:465px; top:10px; width:86px; height:17px; ">물품구분 :</caption>
- <select1 id="rdo_reqflag" ref="/root/send/reqflag" appearance="full" cellspacing="5" cols="5" overflow="visible" style="left:548px; top:10px; width:350px; height:20px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/reqflag">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" navindex="2" appearance="minimal" style="left:100px; top:8px; width:155px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:15px; top:9px; width:86px; height:17px; ">기관코드 :</caption>
- <input id="ipt_goodflag" ref="/root/send/goodflag" visibility="hidden" style="left:1015px; top:10px; width:90px; height:20px; "/>
- </group>
- <caption id="cap_yearstatslist" class="tit_2" style="left:5px; top:54px; width:118px; height:13px; ">통계현황</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:69px; x2:1195; y2:69px; "/>
- <datagrid id="grd_yearstatslist" nodeset="/root/main/yearstatslist" caption="구분^물품코드^물품명^단위^전년도^조회연도^증감비율" colsep="^" colwidth="100, 100, 510, 60, 100, 100, 100" dataheight="25" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:0px; top:74px; width:1195px; height:662px; ">
- <col ref="reqflagnm"/>
- <col ref="goodcd"/>
- <col ref="goodnm"/>
- <col ref="deliveunit"/>
- <col ref="before_total" style="text-align:right; "/>
- <col ref="total" style="text-align:right; "/>
- <col ref="biyul" format="#,###" style="text-align:right; "/>
- </datagrid>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:12px; width:1195px; height:27px; ">
- <line id="line19" class="line_2" style="x1:0; y1:25; x2:1195; y2:25; "/>
- <line id="line22" class="line_6" style="x1:0px; y1:25; x2:1195px; y2:25; "/>
- <button id="btn_prnt" class="btn6_letter2" visibility="hidden" style="left:0; top:3; width:68px; height:22px; ">
- <caption>출력</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|