| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321 |
- <?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>CSR비품조회</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <csrbipumlist>
- <chkyn/>
- <deptcd/>
- <deptnm/>
- <goodcd/>
- <goodnm/>
- <goodspec/>
- <goodmodel/>
- <deliveunit/>
- <safestocqty/>
- <chngsafestocqty/>
- <goodmngtflag/>
- <cmt/>
- <certyn/>
- <reqflag/>
- <instcd/>
- <goodflag/>
- <purcunit/>
- <minexch/>
- <ddavguseqty/>
- <lrgcd/>
- <lrgnm/>
- <mdlcd/>
- <mdlnm/>
- <smlcd/>
- <smlnm/>
- </csrbipumlist>
- <duplnode>
- <csrbipumlist/>
- </duplnode>
- <goodlist/>
- <lrglist/>
- <mdllist/>
- </main>
- <send>
- <goodcd/>
- <instcd/>
- <searchflag>1</searchflag>
- <goodnm/>
- <goodflag>T</goodflag>
- <lrgcd/>
- <mdlcd/>
- <smlcd/>
- <rgstflag/>
- <reqflag/>
- <proddrugsetflag/>
- <certyn>Y</certyn>
- <deptcd/>
- <deptnm/>
- </send>
- <init>
- <lrgcd/>
- <mdlcd/>
- </init>
- <hidden>
- <a/>
- <lrgcd/>
- <mdlcd/>
- </hidden>
- <temp/>
- <copynode/>
- </root>
- </instance>
- <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" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRRSD06021" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/csrbipumlist"/>
- <submission id="TRRSC05111" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/lrglist"/>
- <submission id="TRRSC05112" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/mdllist"/>
- <submission id="TRRSC05113" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main/smllist"/>
- </model>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize()
- {
- //misfGridInit(grd_goodslist);
- misfComboComCdListMulti("Z0007", "cmb_instcd");
-
- //misfGridComboComCdList("R0025", grd_goodslist, "goodflag");
- var deptcd = model.property("deptcd");
- var deptnm = model.property("deptnm");
-
-
- if(deptcd == "") {
- model.makeValue("/root/send/deptcd" , getUserInfo("dutplcecd"));
- model.makeValue("/root/send/deptnm" , getUserInfo("dutplcenm"));
-
- } else {
- model.makeValue("/root/send/deptcd", deptcd);
- model.makeValue("/root/send/deptnm", deptnm);
- }
-
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
-
- fSerachData();
- submit("TRRSC05111");
-
- addComboItem( "cmb_lrgcd", "전체", "", "above");
- }
-
-
- function fSerachData()
- {
-
- model.makeValue("/root/send/instcd", cmb_instcd.value);
- model.makeValue("/root/send/deptcd", ipt_reqdeptcd.value);
- model.makeValue("/root/send/rgstflag", "4");
- submit("TRRSD06021");
- }
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="870" pageheight="500" guideline="1,963;2,771;1,853;2,503;1,867;" style="font-family:굴림체; margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:850px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:186px; height:14px; ">비품조회</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:12px; width:850px; height:453px; ">
- <datagrid id="grd_csrbipumlist" nodeset="/root/main/csrbipumlist" caption="^물품구분^물품코드^물품명^규격^모델^멸균구분" colsep="^" colwidth="25, 70, 110, 189, 155, 155, 100" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" style="left:5px; top:115px; width:845px; height:338px; ">
- <col checkvalue="Y,N" ref="chkyn" type="checkbox"/>
- <col ref="reqflag" type="combo">
- <choices>
- <item>
- <label>비품</label>
- <value>1</value>
- </item>
- <item>
- <label>소모품</label>
- <value>2</value>
- </item>
- <item>
- <label>린넨</label>
- <value>4</value>
- </item>
- <item>
- <label>멸균품목</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col class="input_essential" ref="goodcd" _key="true"/>
- <col ref="goodnm"/>
- <col ref="goodspec"/>
- <col ref="goodmodel"/>
- <col/>
- </datagrid>
- <group id="group2" style="left:5px; top:10px; width:843px; height:75px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:843px; height:75px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line2" class="line_4" style="x1:770px; y1:22px; x2:770px; y2:48px; border-color:#ffe4bb; border-left-style:solid; "/>
- <button id="btn_search" class="btn1_letter2" style="left:780px; top:25px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSerachData();
- ]]>
- </script>
- </button>
- <group id="grp_csrsearch" style="left:0px; top:0px; width:760px; height:75px; background-color:transparent; border-color:transparent; ">
- <caption id="cap_goodcd" class="search_name" style="left:405px; top:30px; width:91px; height:17px; ">물품코드 :</caption>
- <input id="ipt_goodnm" ref="/root/send/goodnm" class="input_search" appearance="input" style="left:565px; top:28px; width:145px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
-
- ]]>
- </script>
- </input>
- <input id="ipt_goodcd" ref="/root/send/goodcd" class="input_fix" style="left:493px; top:28px; width:70px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
-
- ]]>
- </script>
- </input>
- <select1 id="cmb_lrgcd" ref="/root/send/lrgcd" appearance="minimal" style="left:96px; top:4px; width:95px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/lrglist">
- <label ref="lrgnm"/>
- <value ref="lrgcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- submit("TRRSC05112");
- addComboItem( "cmb_mdlcd", "전체", "", "above");
- ]]>
- </script>
- </select1>
- <caption id="caption13" class="search_name" style="left:10px; top:5px; width:86px; height:17px; ">분류구분 :</caption>
- <select1 id="cmb_mdlcd" ref="/root/send/mdlcd" appearance="minimal" style="left:195px; top:4px; width:95px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/mdllist">
- <label ref="mdlnm"/>
- <value ref="mdlcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- submit("TRRSC05113");
- addComboItem( "cmb_mdlcd", "전체", "", "above");
- ]]>
- </script>
- </select1>
- <caption id="caption14" class="search_name" style="left:405px; top:5px; width:86px; height:17px; ">물품구분 :</caption>
- <select1 id="cmb_smlcd" ref="/root/send/smlcd" appearance="minimal" style="left:295px; top:4px; width:95px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/smllist">
- <label ref="smlnm"/>
- <value ref="smlcd"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="rdo_reqflag" ref="/root/send/reqflag" overflow="visible" appearance="full" cols="5" style="left:494px; top:5px; width:261px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>비품</label>
- <value>1</value>
- </item>
- <item>
- <label>소모품</label>
- <value>2</value>
- </item>
- <item>
- <label>린넨</label>
- <value>4</value>
- </item>
- <item>
- <label>멸균의뢰</label>
- <value>3</value>
- </item>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:10px; top:30px; width:86px; height:17px; ">Set구분 :</caption>
- <select1 id="rdo_proddrugsetflag" ref="/root/send/proddrugsetflag" overflow="visible" appearance="full" cols="4" style="left:95px; top:30px; width:185px; height:13px; border-style:none; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>Set</label>
- <value>1</value>
- </item>
- <item>
- <label>Single</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption2" class="search_name" style="left:10px; top:55px; width:86px; height:17px; ">부서코드:</caption>
- <input id="ipt_reqdeptnm" ref="/root/send/deptnm" class="input_search" style="left:255px; top:52px; width:160px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "deptcd,deptnm");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_reqdeptcd" ref="/root/send/deptcd" class="input_default" maxlength="10" style="left:95px; top:52px; width:70px; height:19px; "/>
- <caption id="caption3" class="search_name" style="left:180px; top:55px; width:76px; height:17px; ">부서명 :</caption>
- </group>
- </group>
- <caption id="caption12" class="tit_2" style="left:5px; top:94px; width:121px; height:14px; ">비픔현황조회</caption>
- <line id="line4" class="line_1" style="x1:5px; y1:110px; x2:848px; y2:110px; "/>
- <button id="button4" class="btn2_letter4" style="left:783px; top:90px; width:64px; height:19px; ">
- <caption>선택적용</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var chkyn;
-
- var iParam = model.getValue(grd_csrbipumlist.nodeset);
- var nodelist = instance1.selectNodes(grd_csrbipumlist.nodeset + "[chkyn='Y']");
-
- var rCVS = getNodeListCSV(nodelist);
- if ( checkOpener() ) {
- opener.javascript.setParameter("SMRSD06002_", rCVS);
-
- } else {
- var rtn = messageBox("상위화면을 찾을 수", "E001");
- }
- window.close();
-
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/instcd" class="combo_s_essential" visibility="hidden" appearance="minimal" style="left:595px; top:88px; width:165px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption9" class="search_name" visibility="hidden" style="left:505px; top:90px; width:89px; height:17px; ">기관코드 :</caption>
- <input id="ipt_goodflag" ref="/root/send/goodflag" visibility="hidden" style="left:475px; top:85px; width:25px; height:19px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|