123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/css" ?>
- <xhtml:html xmlns:ex="http://www.comsquare.co.kr/xforms/excel" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:my="http://www.comsquare.co.kr/example" xmlns:ms="urn:schemas-microsoft-com:xslt" 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" xmlns:cs="http://www.comsquare.co.kr/xforms">
- <xhtml:head>
- <xhtml:title>재고조회(입고내역)</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <detail>
- <deptstocklist/>
- </detail>
- <main>
- <deptstocklist/>
- </main>
- <send>
- <rgstdd/>
- <ioflag/>
- <prcpdeptcd/>
- <totqty/>
- <instcd/>
- <wareflag/>
- <goodcd/>
- <dd/>
- <allsearchchk/>
- </send>s
- <init>
- </init>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //misfGridInit(grd_win);
-
- //misfMsterDetailSet(grd_win, null, "TRRSO20501" ,"N");
- submit("TRRSO21303");
- for(i = 1 ; i < grd_win.rows ; i++){
- var calcamt = grd_win.valueMatrix(i, grd_win.colRef("calcamt"));
- if(parseInt(calcamt) == 0){
- grd_win.cellStyle("background-color",i ,1 ,i ,19) = "#ffffcc";
- }
- }
- model.refresh();
- ]]>
- </script>
- <submission id="TRRSO21303" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
- </model>
- <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/humtrafactmngtweb/js/RPB001.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="1200" pageheight="450">
- <line id="line8" class="line_1" style="x1:0px; y1:22px; x2:1193px; y2:22px; "/>
- <caption id="caption20" class="tit_2" style="left:11px; top:7px; width:184px; height:14px; ">처방현황</caption>
- <button id="btn_close" class="btn4_letter2" style="left:1135px; top:420px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <datagrid id="grd_win" nodeset="/root/main/deptstocklist" caption="등록일자^등록번호^환자명^처방일자^구분^처방과^진료과^병동^병실^처방의사^처방량^횟수^일수^총처방량^금액^집계방법^" colwidth="90, 90, 75, 85, 65, 90, 90, 80, 65, 75, 48, 55, 55, 55, 65, 60" explorerbar="sort" extendlastcol="scroll" frozencols="3" mergecellsfixedrows="bycolrec" rowheader="seq" style="left:0px; top:27px; width:1193px; height:388px; ">
- <col ref="rgstdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="pid"/>
- <col ref="patnm" style="text-align:center; "/>
- <col ref="prcpdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col disabled="true" ref="ioflag" type="combo">
- <choices>
- <item>
- <label>입원</label>
- <value>I</value>
- </item>
- <item>
- <label>외래</label>
- <value>O</value>
- </item>
- <item>
- <label>건진</label>
- <value>S</value>
- </item>
- <item>
- <label>응급</label>
- <value>E</value>
- </item>
- <item>
- <label>DSC</label>
- <value>D</value>
- </item>
- </choices>
- </col>
- <col ref="prcpdeptcdnm"/>
- <col ref="orddeptcdnm"/>
- <col ref="wardnm"/>
- <col ref="room"/>
- <col ref="prcppsnnm" style="text-align:center; "/>
- <col ref="goodqty" style="text-align:right; padding-right:5; "/>
- <col ref="times" style="text-align:right; padding-right:5; "/>
- <col ref="dayno" style="text-align:right; padding-right:5; "/>
- <col ref="totqty" style="text-align:right; padding-right:5; "/>
- <col ref="calcamt" format="(-)#,##0" style="text-align:right; padding-right:5; "/>
- <col ref="reqmthd"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_win.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </xhtml:body>
- </xhtml:html>
|