123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- <?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>
- <lnsfinfo>
- <lnsflist>
- </lnsflist>
- <csrdeptlist/>
- </lnsfinfo>
- <cond>
- <deptcd/>
- <srchflag/>
- </cond>
- <csrdeptlist/>
- </main>
- <send>
- <deptcd/>
- <instcdnm/>
- <workdd/>
- </send>
- <init>
- <csrdeptinfo/>
- </init>
- </root>
- </instance>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../emr/carecomweb/js/CareCom.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRMNG02108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/lnsfinfo"/>
- <submission id="TRMNG00402" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/csrdeptlist"/>
- <submission id="TRMNV00001" mediatype="application/x-www-form-urlencoded" method="post"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize()
- {
- model.setValue(opt_instcdnm.attribute("ref"), getUserInfo("dutplceinstnm")); //기관코드
-
- model.makeValue("/root/send/reqdata/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/reqdata/useyn", "Y");
-
- model.setValue("/root/send/workdd", getCurrentDate());
-
- model.setValue("/root/send/deptcd", getUserInfo("dutplcecd") );
-
- submit("TRMNG00402");
-
- fSearch();
- }
-
- function fSearch() {
- submit("TRMNG02108");
- grd_lnsflist.colDisabled(grd_lnsflist.colRef("deptcd")) = true;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1196" pageheight="786" guideline="1,1203;2,786;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1180px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:15px; ">부서별 안전재고 보유현황</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:60px; width:1180px; height:705px; ">
- <caption id="caption12" class="tit_2" style="left:5px; top:9px; width:200px; height:13px; ">부서별 안전재고 보유현황</caption>
- <datagrid id="grd_lnsflist" nodeset="/root/main/lnsfinfo/lnsflist" caption="물품코드^상세코드^린넨품명^상세규격^단위^운용안전재고^린넨보관실^린넨보관실^부서코드^비고|물품코드^상세코드^린넨품명^상세규격^단위^운용안전재고^안전재고수량^실재고수량^부서코드^비고" colsep="^" colwidth="86, 65, 200, 150, 70, 100, 81, 80, 100, 200" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="26" rowsep="|" style="left:2px; top:25px; width:1178px; height:670px; ">
- <col ref="goodcd"/>
- <col ref="goodcdseq"/>
- <col ref="lngoodnm"/>
- <col ref="goodmodel"/>
- <col ref="goodunit"/>
- <col ref="deptlnsfcnt"/>
- <col ref="lnsfcnt"/>
- <col ref="lnrlcnt"/>
- <col ref="deptcd" type="combo">
- <choices>
- <itemset nodeset="/root/main/csrdeptlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- </col>
- <col ref="remark"/>
- <col ref="lastupdtrid" type="output" visibility="hidden"/>
- <col ref="oldlnsfcnt" visibility="hidden"/>
- <col ref="fromdd" visibility="hidden"/>
- <col ref="todd" visibility="hidden"/>
- </datagrid>
- <line id="line5" class="line_1" style="x1:1px; y1:26px; x2:1178px; y2:25px; "/>
- </group>
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:20px; width:1175px; height:35px; background-color:#fffbf2; border-color:#ffd799; ">.,m</shape>
- <caption id="caption2" class="search_name" style="left:285px; top:30px; width:88px; height:17px; ">부 서 명 :</caption>
- <button id="btn_search" class="btn1_letter2" navindex="2" style="left:1114px; top:27px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </button>
- <select1 id="cmb_deptcd" ref="/root/send/deptcd" disabled="true" appearance="minimal" style="left:380px; top:30px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/csrdeptlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </select1>
- <line id="line2" class="line_4" style="x1:1105px; y1:25px; x2:1105px; y2:50px; "/>
- <caption id="cap_instcd" class="search_name" style="left:10px; top:30px; width:86px; height:17px; ">기관코드 :</caption>
- <output id="opt_instcdnm" ref="/root/send/instcdnm" class="output_fix" style="left:100px; top:30px; width:160px; height:19px; text-align:center; "/>
- <caption id="caption1" class="search_name" style="left:500px; top:30px; width:88px; height:17px; ">일 자 :</caption>
- <input id="ipt_workdd" ref="/root/send/workdd" class="input" inputtype="date" style="left:570px; top:30px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSearch();
- ]]>
- </script>
- </input>
- </xhtml:body>
- </xhtml:html>
|