| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695 |
- <?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>
- <gooddlvrinfo>
- <gooddlvrlist>
- <reqdivs/>
- <dlvrflag/>
- <deptnm/>
- <reqdd/>
- <reqpridflag/>
- <deliveflag/>
- <dinfdivs/>
- <reqflag/>
- <goodcd/>
- <goodnm/>
- <goodspec/>
- <goodmodel/>
- <exchngqty/>
- <reqqty/>
- <rergstqty/>
- <lendqty/>
- <rgstqty/>
- <cmt/>
- <sumqty/>
- <dlvqty/>
- <nodlvqty/>
- <exchngcmt/>
- <devlcmt/>
- <reqtm/>
- <reqpsnnm/>
- <certdt/>
- <certnm/>
- <delivedt/>
- <delivepsnnm/>
- </gooddlvrlist>
- </gooddlvrinfo>
- <disgooddlvrinfo>
- <disgooddlvrlist/>
- </disgooddlvrinfo>
- </main>
- <cond>
- <gooddlvrinfo>
- <instcd/>
- <csrreqdeptcd/>
- <reqdeptcd/>
- <reqfromdd/>
- <reqtodd/>
- <reqpridflag>
- </reqpridflag>
- <deliveflag>1</deliveflag>
- <reqdelrflag>dvr</reqdelrflag>
- </gooddlvrinfo>
- <disgooddlvrinfo>
- <instcd/>
- <csrreqdeptcd/>
- <reqdeptcd/>
- <reqfromdd/>
- <reqtodd/>
- </disgooddlvrinfo>
- </cond>
- <send>
- <reqdata/>
- </send>
- <init>
- <csrreqdeptlist/>
- <deptcodelist/>
- <csrdeptlist/>
- </init>
- <hidden>
- <csrreqdeptlist/>
- <deptcodelist/>
- <csrdeptlist/>
- </hidden>
- <temp/>
- <tmp>
- <csrreqdeptlist/>
- </tmp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- var getDeptcd = opener.javascript.getParameter("deptcd");
-
- model.makeValue("/root/send/reqdata/reqdeptcd", getUserInfo("dutplcecd"));
- model.makeValue("/root/send/reqdata/instcd" , getUserInfo("dutplceinstcd"));
- fDeliveflagChg();//청구차수 선택시 상태값 변경
- model.removeNodeset("/root/send/reqdata");
-
- misfComboComCdListMulti("Z0007", "cmb_instcd");
- misfComboComCdListMulti("Z0007", "cmb_disinstcd2");
-
- model.setValue("/root/cond/gooddlvrinfo/instcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/cond/disgooddlvrinfo/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/goodreq/instcd", getUserInfo("dutplceinstcd"));
- model.makeValue("/root/send/goodreq/useyn", "Y");
-
- submit("TRRSS01211");
- copyNodesetType("/root/init/csrreqdeptlist" ,"/root/temp/csrreqdeptlist","replace", model, model);
- copyNodesetType("/root/hidden/csrreqdeptlist" ,"/root/temp/csrreqdeptlist","replace", model, model);
- copyNodesetType("/root/tmp/csrreqdeptlist" ,"/root/temp/csrreqdeptlist","replace", model, model);
- model.removeNodeset("/root/send/goodreq");
-
- addComboItem( "cmb_csrreqdeptcd", "전체", "", "above");
- addComboItem( "cmb_discsrreqdeptcd", "전체", "", "above");
- model.makeValue("/root/send/reqdata/instcd", getUserInfo("dutplceinstcd"));
- if(getDeptcd !=""){
- model.makeValue("/root/send/reqdata/deptcd",getDeptcd);
- }else{
- model.makeValue("/root/send/reqdata/deptcd", getUserInfo("dutplcecd"));
- }
- model.makeValue("/root/send/reqdata/refcond", "deptcd");
- submit("TRRSS01214");
- copyNodesetType("/root/init/deptcodelist" ,"/root/temp/deptcodelist","replace", model, model);
- copyNodesetType("/root/hidden/deptcodelist" ,"/root/temp/deptcodelist","replace", model, model);
-
- model.setValue("/root/cond/gooddlvrinfo/csrreqdeptcd",model.getValue("/root/init/deptcodelist/csrreqdeptcd2"));
- model.setValue("/root/cond/disgooddlvrinfo/csrreqdeptcd",model.getValue("/root/hidden/deptcodelist/csrreqdeptcd2"));
- cmb_csrreqdeptcd.refresh();
- cmb_discsrreqdeptcd.refresh();
- model.removeNodeset("/root/send/reqdata");
-
- model.makeValue("/root/send/reqdata/csrreqdeptcd",cmb_csrreqdeptcd.value);
- model.makeValue("/root/send/reqdata/useyn","Y");
- submit("TRRSS01212");
- copyNodesetType("/root/init/csrdeptlist","/root/temp/csrdeptlist","replace", model, model);
- copyNodesetType("/root/hidden/csrdeptlist","/root/temp/csrdeptlist","replace", model, model);
-
- if(getDeptcd !=""){
- model.setValue("/root/cond/gooddlvrinfo/reqdeptcd",getDeptcd);
- model.setValue("/root/cond/disgooddlvrinfo/reqdeptcd",getDeptcd);
- }else{
- model.setValue("/root/cond/gooddlvrinfo/reqdeptcd",getUserInfo("dutplcecd"));
- model.setValue("/root/cond/disgooddlvrinfo/reqdeptcd",getUserInfo("dutplcecd"));
- }
- cmb_deptcd.refresh();
- cmb_disdeptcd.refresh();
-
- model.setValue("/root/cond/gooddlvrinfo/reqfromdd",getCurrentDate());
- model.setValue("/root/cond/gooddlvrinfo/reqtodd",getCurrentDate());
- model.setValue("/root/cond/disgooddlvrinfo/reqfromdd",getCurrentDate());
- model.setValue("/root/cond/disgooddlvrinfo/reqtodd",getCurrentDate());
- model.removeNodeset("/root/send/reqdata");
- model.removeNodeset("/root/main/gooddlvrinfo/gooddlvrlist");
- model.removeNodeset("/root/main/disgooddlvrinfo/disgooddlvrlist");
- model.refresh();
-
- ]]>
- </script>
- <submission id="TRRSS01211" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/goodreq" resultref="/root/temp/csrreqdeptlist"/>
- <submission id="TRRSS01214" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp/deptcodelist"/>
- <submission id="TRRSS01212" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/temp/csrdeptlist"/>
- <submission id="TRRSE00201" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/gooddlvrinfo"/>
- <submission id="TRRSE00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/main/disgooddlvrinfo"/>
- <submission id="TRRSD06013" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/reqdata" resultref="/root/init/tmlist"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.js"/>
- <script type="javascript" src="../../../com/commonweb/js/tfHelper.js"/>
- <script type="javascript" src="../../../com/userdeptinfoweb/js/ZSU001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/departmentcodeweb/js/ZSD001.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../com/zipcodeweb/js/ZBP001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../emr/commonweb/js/EMRCommon.js"/>
- <script type="javascript">
- <![CDATA[
- //불출 및 미불출 내역 조회
- //(srchflag : dvr->불출,dis->미불출)
- function fGoodDvlSearch(srchflag){
- if(srchflag == "dvr"){
- model.makeValue("/root/send/reqdata/instcd" ,model.getValue("/root/cond/gooddlvrinfo/instcd"));
- model.makeValue("/root/send/reqdata/csrreqdeptcd" ,model.getValue("/root/cond/gooddlvrinfo/csrreqdeptcd"));
- model.makeValue("/root/send/reqdata/reqdeptcd" ,model.getValue("/root/cond/gooddlvrinfo/reqdeptcd"));
- model.makeValue("/root/send/reqdata/reqfromdd" ,model.getValue("/root/cond/gooddlvrinfo/reqfromdd"));
- model.makeValue("/root/send/reqdata/reqtodd" ,model.getValue("/root/cond/gooddlvrinfo/reqtodd"));
- if(model.getValue("/root/cond/gooddlvrinfo/reqpridflag") =="-"){
- model.makeValue("/root/send/reqdata/reqpridflag" ,"");
- }else{
- model.makeValue("/root/send/reqdata/reqpridflag" ,model.getValue("/root/cond/gooddlvrinfo/reqpridflag"));
- }
- model.makeValue("/root/send/reqdata/deliveflag" ,model.getValue("/root/cond/gooddlvrinfo/deliveflag"));
- model.makeValue("/root/send/reqdata/reqdelrflag" ,model.getValue("/root/cond/gooddlvrinfo/reqdelrflag"));
-
- if(submit("TRRSE00201")){
- model.removeNodeset("/root/send/reqdata");
-
- grd_gooddlvrlist.rebuildStyle();
- for(var i= grd_gooddlvrlist.fixedRows ; i < grd_gooddlvrlist.rows; i++ ){
-
- var exchngflag = grd_gooddlvrlist.valueMatrix(i,grd_gooddlvrlist.colRef("exchngflag"));
- var reqqtyflag = grd_gooddlvrlist.valueMatrix(i,grd_gooddlvrlist.colRef("reqqtyflag"));
- var rergstflag = grd_gooddlvrlist.valueMatrix(i,grd_gooddlvrlist.colRef("rergstflag"));
- var lendflag = grd_gooddlvrlist.valueMatrix(i,grd_gooddlvrlist.colRef("lendflag"));
- var rgstqtyflag = grd_gooddlvrlist.valueMatrix(i,grd_gooddlvrlist.colRef("rgstqtyflag"));
- var sumflag = grd_gooddlvrlist.valueMatrix(i,grd_gooddlvrlist.colRef("sumflag"));
-
- if(exchngflag =="N"){
- grd_gooddlvrlist.cellStyle("background-color", i, grd_gooddlvrlist.colRef("exchngqty"),i, grd_gooddlvrlist.colRef("exchngqty")) = "#ff9900";
- }
-
- if(reqqtyflag =="N" ){
- grd_gooddlvrlist.cellStyle("background-color", i, grd_gooddlvrlist.colRef("reqqty"), i, grd_gooddlvrlist.colRef("reqqty")) = "#ff9900";
- }
- if(rergstflag =="N"){
- grd_gooddlvrlist.cellStyle("background-color", i, grd_gooddlvrlist.colRef("rergstqty"), i, grd_gooddlvrlist.colRef("rergstqty")) = "#ff9900";
- }
- if(lendflag =="N"){
- grd_gooddlvrlist.cellStyle("background-color", i, grd_gooddlvrlist.colRef("lendqty"), i, grd_gooddlvrlist.colRef("lendqty")) = "#ff9900";
- }
- if(rgstqtyflag =="N"){
- grd_gooddlvrlist.cellStyle("background-color", i, grd_gooddlvrlist.colRef("rgstqty"), i, grd_gooddlvrlist.colRef("rgstqty")) = "#ff9900";
- }
- if(sumflag =="N"){
- grd_gooddlvrlist.cellStyle("background-color", i, grd_gooddlvrlist.colRef("sumqty"), i, grd_gooddlvrlist.colRef("sumqty")) = "#ff9900";
- }
- }
- }
- }else if(srchflag == "dis"){
- model.makeValue("/root/send/reqdata/instcd" ,model.getValue("/root/cond/disgooddlvrinfo/instcd"));
- model.makeValue("/root/send/reqdata/csrreqdeptcd" ,model.getValue("/root/cond/disgooddlvrinfo/csrreqdeptcd"));
- model.makeValue("/root/send/reqdata/reqdeptcd" ,model.getValue("/root/cond/disgooddlvrinfo/reqdeptcd"));
- model.makeValue("/root/send/reqdata/reqfromdd" ,model.getValue("/root/cond/disgooddlvrinfo/reqfromdd"));
- model.makeValue("/root/send/reqdata/reqtodd" ,model.getValue("/root/cond/disgooddlvrinfo/reqtodd"));
- if(submit("TRRSE00202")){
- model.removeNodeset("/root/send/reqdata");
- }
- }
- //model.refresh();
- }
- //청구차수 선택시 상태값 변경
- function fDeliveflagChg(){
- var eryn = model.getValue(chk_eryn.attribute("ref"));
- var std = isSearchString(eryn, "1");
- var er = isSearchString(eryn, "2");
- if(std) {
- cmb_reqpridflag.disabled = false;
- model.setValue(cmb_reqpridflag.attribute("ref"), model.getValue("/root/init/tmlist/reqseqlist/reqseq"));
- cmb_reqpridflag.refresh();
- } else {
- cmb_reqpridflag.disabled = true;
- cmb_reqpridflag.value = "-";
- }
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="1270" pageheight="780" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1125px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:189px; height:14px; ">(미)불출내역조회</caption>
- </group>
- <button id="btn_cncrpatsrch" class="btn_sw" group="tab" selected="true" style="left:3px; top:15px; width:100px; height:22px; ">
- <caption>불출내역조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.toggle("case1");
- ]]>
- </script>
- </button>
- <switch id="switch1" style="left:5px; top:40px; width:1239px; height:688px; ">
- <case id="case1" selected="true">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:3px; top:5px; width:1230px; height:62px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1050px; top:25px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGoodDvlSearch("dvr");
- ]]>
- </script>
- </button>
- <line id="line4" class="line_4" style="x1:1040px; y1:20px; x2:1040px; y2:52px; "/>
- <caption id="caption1" class="tit_2" style="left:5px; top:76px; width:115px; height:13px; ">불출내역조회</caption>
- <line id="line1" class="line_1" style="x1:3px; y1:95px; x2:1233px; y2:95px; "/>
- <select id="chk_eryn" ref="/root/cond/gooddlvrinfo/deliveflag" overflow="visible" appearance="full" cellspacing="70" cols="2" style="left:110px; top:47px; width:190px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>정규</label>
- <value>1</value>
- </item>
- <item>
- <label>응급</label>
- <value>2</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fDeliveflagChg();
-
- ]]>
- </script>
- </select>
- <select1 id="cmb_instcd" ref="/root/cond/gooddlvrinfo/instcd" class="combo_s_essential" disabled="true" appearance="minimal" style="left:110px; top:19px; width:125px; height:19px; text-align:center; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_reqfrdd" ref="/root/cond/gooddlvrinfo/reqfromdd" class="input_s_essential" inputtype="date" style="left:785px; top:20px; width:100px; height:19px; text-align:center; "/>
- <caption id="caption20" class="search_name" style="left:270px; top:20px; width:94px; height:17px; ">부서구분 :</caption>
- <caption id="caption2" class="search_name" style="left:20px; top:45px; width:86px; height:17px; ">청구차수 :</caption>
- <caption id="caption24" class="search_name" style="left:695px; top:22px; width:86px; height:17px; ">청구일자 :</caption>
- <caption id="caption14" class="search_name" style="left:20px; top:19px; width:86px; height:17px; ">기관코드 :</caption>
- <select1 id="cmb_csrreqdeptcd" ref="/root/cond/gooddlvrinfo/csrreqdeptcd" class="combo_s_essential" appearance="minimal" style="left:360px; top:20px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/csrreqdeptlist">
- <label ref="csrreqdeptnm"/>
- <value ref="csrreqdeptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.makeValue("/root/send/reqdata/csrreqdeptcd",cmb_csrreqdeptcd.value);
- model.makeValue("/root/send/reqdata/useyn","Y");
- submit("TRRSS01212");
- copyNodesetType("/root/init/csrdeptlist","/root/temp/csrdeptlist","replace", model, model);
- cmb_deptcd.refresh();
- if(getNodesetCnt(model,"/root/init/csrdeptlist") == 1 ){
- model.setValue("/root/cond/gooddlvrinfo/reqdeptcd",model.getValue("/root/init/csrdeptlist/deptcd[1]"));
- }else{
- addComboItem( "cmb_deptcd", "전체", "", "above");
- model.setValue("/root/cond/gooddlvrinfo/reqdeptcd",model.getValue("/root/init/csrdeptlist/deptcd[1]"));
- }
- model.removeNodeset("/root/send/reqdata");
- fGoodDvlSearch("dvr");
- ]]>
- </script>
- </select1>
- <button id="button1" class="btn1_letter2" style="left:1108px; top:25px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "")
- {
- grd_gooddlvrlist.saveExcel(fileName, "SheetName", false, false, "", "", "false");
- }
-
- ]]>
- </script>
- </button>
- <button id="button5" class="btn1_letter2" style="left:1166px; top:25px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- messageBox("개발중","I009");
- ]]>
- </script>
- </button>
- <select1 id="rdo_reqdelrflag" ref="/root/cond/gooddlvrinfo/reqdelrflag" scroll="auto" appearance="full" cols="3" rows="1" overflow="visible" style="left:420px; top:45px; width:150px; height:20px; border-style:none; ">
- <choices>
- <item>
- <label>청구기준</label>
- <value>ref</value>
- </item>
- <item>
- <label>불출기준</label>
- <value>dvr</value>
- </item>
- </choices>
- </select1>
- <caption id="cap_indschflag" class="search_name" style="left:335px; top:44px; width:91px; height:17px; ">구 분 :</caption>
- <select1 id="cmb_deptcd" ref="/root/cond/gooddlvrinfo/reqdeptcd" class="combo_s_essential" appearance="minimal" style="left:576px; top:20px; width:109px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/csrdeptlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGoodDvlSearch("dvr");
-
- ]]>
- </script>
- </select1>
- <caption id="caption10" class="search_name" style="left:485px; top:20px; width:90px; height:17px; ">청구부서 :</caption>
- <caption id="caption11" class="search_no_b" style="left:895px; top:22px; width:12px; height:17px; ">~</caption>
- <input id="input3" ref="/root/cond/gooddlvrinfo/reqtodd" class="input_s_essential" inputtype="date" style="left:920px; top:20px; width:100px; height:19px; text-align:center; "/>
- <datagrid id="grd_gooddlvrlist" nodeset="/root/main/gooddlvrinfo/gooddlvrlist" class="datagrid2" caption="상태^불출구분^청구부서명^청구일자^청구차수^응급여부^멸균구분^물품구분^물품코드^물품명^규격^모델^교환^청구^재멸균^대여^멸균
의뢰^비고^total
수량^불출수량^미불출수량^미불출사유^미불출사유비고^청구일시^청구자^확인일시^확인자^불출일시^불출자^exchngflag^reqqtyflag^rergstflag^lendflag^rgstqtyflag^sumflag" colsep="^" colwidth="41, 72, 69, 88, 37, 34, 81, 79, 100, 199, 100, 100, 46, 44, 48, 43, 44, 100, 41, 34, 43, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" dataheight="11" explorerbar="sort" extendlastcol="scroll" frozencols="12" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" selectionmode="byrow" style="left:3px; top:100px; width:1230px; height:580px; ">
- <col disabled="true" ref="reqdivs" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>청구</label>
- <value>1</value>
- </item>
- <item>
- <label>마감</label>
- <value>2</value>
- </item>
- <item>
- <label>확인</label>
- <value>3</value>
- </item>
- <item>
- <label>불출</label>
- <value>4</value>
- </item>
- <item>
- <label>반납</label>
- <value>5</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="dlvrflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>일반</label>
- <value>1</value>
- </item>
- <item>
- <label>가스불출</label>
- <value>2</value>
- </item>
- <item>
- <label>추가불출</label>
- <value>3</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="reqdeptnm" type="output" style="text-align:center; "/>
- <col disabled="true" ref="reqdd" type="inputdate" style="text-align:center; "/>
- <col ref="reqpridflag" style="text-align:center; "/>
- <col checkvalue="2,1" disabled="true" ref="deliveflag" type="checkbox"/>
- <col disabled="true" ref="dinfdivs" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>고압증기멸균</label>
- <value>1</value>
- </item>
- <item>
- <label>가스멸균</label>
- <value>2</value>
- </item>
- <item>
- <label>건열멸균</label>
- <value>3</value>
- </item>
- <item>
- <label>플라즈마멸균</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col disabled="true" ref="reqflag" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>비품</label>
- <value>1</value>
- </item>
- <item>
- <label>소모품</label>
- <value>2</value>
- </item>
- <item>
- <label>멸균의뢰</label>
- <value>3</value>
- </item>
- <item>
- <label>린넨</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="goodcd" style="text-align:center; "/>
- <col ref="goodnm"/>
- <col ref="goodspec"/>
- <col ref="goodmodel"/>
- <col ref="exchngqty" style="text-align:right; "/>
- <col ref="reqqty" style="text-align:right; "/>
- <col ref="rergstqty" style="text-align:right; "/>
- <col ref="lendqty" style="text-align:right; "/>
- <col ref="rgstqty" style="text-align:right; "/>
- <col ref="cmt"/>
- <col ref="sumqty" style="text-align:right; "/>
- <col ref="dlvqty" style="text-align:right; "/>
- <col ref="nodlvqty" style="text-align:right; "/>
- <col disabled="true" ref="exchngcmt" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>입력에러</label>
- <value>1</value>
- </item>
- <item>
- <label>과량청구</label>
- <value>2</value>
- </item>
- <item>
- <label>공급실수량부족</label>
- <value>3</value>
- </item>
- <item>
- <label>기타</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="devlcmt"/>
- <col ref="reqtm" format="yyyy-mm-dd hh:nn"/>
- <col ref="reqpsnnm" style="text-align:center; "/>
- <col ref="certdt" format="yyyy-mm-dd hh:nn"/>
- <col ref="certnm" style="text-align:center; "/>
- <col ref="delivedt" format="yyyy-mm-dd hh:nn"/>
- <col ref="delivepsnnm" style="text-align:center; "/>
- <col ref="exchngflag" visibility="hidden"/>
- <col ref="reqqtyflag" visibility="hidden"/>
- <col ref="rergstflag" visibility="hidden"/>
- <col ref="lendflag" visibility="hidden"/>
- <col ref="rgstqtyflag" visibility="hidden"/>
- <col ref="sumflag" visibility="hidden"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_gooddlvrlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <select1 id="cmb_reqpridflag" ref="/root/cond/gooddlvrinfo/reqpridflag" appearance="minimal" style="left:155px; top:43px; width:65px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>1차</label>
- <value>1</value>
- </item>
- <item>
- <label>2차</label>
- <value>2</value>
- </item>
- <item>
- <label>3차</label>
- <value>3</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </select1>
- </case>
- <case id="case3">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:2px; top:3px; width:1230px; height:62px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption3" class="tit_2" style="left:5px; top:76px; width:119px; height:14px; ">미불출내역조회</caption>
- <datagrid id="grd_disgooddlvrlist" nodeset="/root/main/disgooddlvrinfo/disgooddlvrlist" class="datagrid2" caption="부서구분^청구부서명^청구일자^청구차수^물품코드^물품명^규격^모댈^미불출수량^미불출사유^청구일시^청구자" colsep="^" colwidth="100, 90, 100, 36, 89, 155, 77, 80, 45, 100, 100, 100" dataheight="11" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowsep="|" selectionmode="byrow" style="left:2px; top:100px; width:1230px; height:580px; ">
- <col disabled="true" ref="csrreqdeptcd" type="combo" style="text-align:center; ">
- <choices>
- <itemset nodeset="/root/tmp/csrreqdeptlist">
- <label ref="csrreqdeptnm"/>
- <value ref="csrreqdeptcd"/>
- </itemset>
- </choices>
- </col>
- <col ref="reqdeptnm" type="output" style="text-align:center; "/>
- <col disabled="true" ref="reqdd" type="inputdate" style="text-align:center; "/>
- <col ref="reqpridflag" type="output" style="text-align:center; "/>
- <col ref="goodcd"/>
- <col ref="goodnm"/>
- <col ref="goodspec"/>
- <col ref="goodmodel"/>
- <col ref="nodlvqty" style="text-align:right; "/>
- <col disabled="true" ref="exchngcmt" type="combo" style="text-align:center; ">
- <choices>
- <item>
- <label>입력에러</label>
- <value>1</value>
- </item>
- <item>
- <label>과량청구</label>
- <value>2</value>
- </item>
- <item>
- <label>공급실수량부족</label>
- <value>3</value>
- </item>
- <item>
- <label>기타</label>
- <value>4</value>
- </item>
- </choices>
- </col>
- <col ref="reqtm" format="yyyy-mm-dd hh:nn" style="text-align:center; "/>
- <col ref="reqpsnnm" style="text-align:center; "/>
- </datagrid>
- <button id="button3" class="btn1_letter2" style="left:1108px; top:25px; width:56px; height:22px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "excel", "xls", "All Files (*.*)|*.*|Excel Files(*.xls)|*.xls");
-
- if (fileName != "")
- {
- grd_disgooddlvrlist.saveExcel(fileName, "SheetName", false, false, "", "", "false");
- }
-
- ]]>
- </script>
- </button>
- <button id="button6" class="btn1_letter2" style="left:1050px; top:25px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fGoodDvlSearch("dis");
- ]]>
- </script>
- </button>
- <input id="input1" ref="/root/cond/disgooddlvrinfo/reqfromdd" class="input_s_essential" inputtype="date" style="left:785px; top:26px; width:100px; height:19px; text-align:center; "/>
- <select1 id="cmb_disinstcd2" ref="/root/cond/disgooddlvrinfo/instcd" class="combo_s_essential" disabled="true" appearance="minimal" style="left:115px; top:26px; width:125px; height:19px; text-align:center; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <button id="button7" class="btn1_letter2" style="left:1166px; top:25px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- messageBox("개발중","I009");
- ]]>
- </script>
- </button>
- <caption id="caption4" class="search_name" style="left:255px; top:26px; width:94px; height:17px; ">부서구분 :</caption>
- <caption id="caption7" class="search_name" style="left:690px; top:26px; width:86px; height:17px; ">청구일자 :</caption>
- <caption id="caption8" class="search_name" style="left:15px; top:26px; width:86px; height:17px; ">기관코드 :</caption>
- <line id="line2" class="line_4" style="x1:1040px; y1:20px; x2:1040px; y2:52px; "/>
- <select1 id="cmb_discsrreqdeptcd" ref="/root/cond/disgooddlvrinfo/csrreqdeptcd" class="combo_s_essential" appearance="minimal" style="left:345px; top:26px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/csrreqdeptlist">
- <label ref="csrreqdeptnm"/>
- <value ref="csrreqdeptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.makeValue("/root/send/reqdata/csrreqdeptcd",cmb_discsrreqdeptcd.value);
- model.makeValue("/root/send/reqdata/useyn","Y");
- submit("TRRSS01212");
- copyNodesetType("/root/hidden/csrdeptlist","/root/temp/csrdeptlist","replace", model, model);
- if(getNodesetCnt(model,"/root/hidden/csrdeptlist") == 1 ){
- model.setValue("/root/cond/disgooddlvrinfo/reqdeptcd",model.getValue("/root/hidden/csrdeptlist/deptcd[1]"));
- }else{
- addComboItem( "cmb_disdeptcd", "전체", "", "above");
- model.setValue("/root/cond/disgooddlvrinfo/reqdeptcd",model.getValue("/root/hidden/csrdeptlist/deptcd[1]"));
- }
- model.removeNodeset("/root/send/reqdata");
- fGoodDvlSearch("dis");
- ]]>
- </script>
- </select1>
- <caption id="caption5" class="search_no_b" style="left:890px; top:28px; width:12px; height:17px; ">~</caption>
- <input id="input2" ref="/root/cond/disgooddlvrinfo/reqtodd" class="input_s_essential" inputtype="date" style="left:905px; top:26px; width:100px; height:19px; text-align:center; "/>
- <caption id="caption9" class="search_name" style="left:472px; top:26px; width:86px; height:17px; ">청구부서 :</caption>
- <select1 id="cmb_disdeptcd" ref="/root/cond/disgooddlvrinfo/reqdeptcd" class="combo_s_essential" appearance="minimal" style="left:564px; top:26px; width:110px; height:19px; ">
- <choices>
- <itemset nodeset="/root/hidden/csrdeptlist">
- <label ref="deptnm"/>
- <value ref="deptcd"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fGoodDvlSearch("dis");
- ]]>
- </script>
- </select1>
- <line id="line3" class="line_1" style="x1:2px; y1:95px; x2:1232px; y2:95px; "/>
- </case>
- </switch>
- <button id="button4" class="btn_sw" group="tab" style="left:102px; top:15px; width:118px; height:22px; ">
- <caption>미불출내역조회</caption>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- model.toggle("case3");
-
- ]]>
- </script>
- </button>
- </xhtml:body>
- </xhtml:html>
|