123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617 |
- <?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>
- <list>
- <goodreq>
- <goodreqlist/>
- </goodreq>
- <gooddelive>
- <gooddelivelist/>
- </gooddelive>
- </list>
- <item/>
- </main>
- <send>
- <save>
- <goodreq>
- <goodreqlist/>
- </goodreq>
- <gooddelive>
- <gooddelivelist/>
- </gooddelive>
- </save>
- <goodreq>
- <instcd/>
- <reqfrdd/>
- <reqtodd/>
- <todelivedd/>
- <reqdeptcd/>
- <reqdeptnm/>
- <reqflag/>
- <reqmthdflag/>
- <purcflag/>
- <ifstatus/>
- <frmdelivedd/>
- <goodcd/>
- <goodnm/>
- </goodreq>
- <gooddelive>
- <instcd/>
- <reqflag/>
- <reqdd/>
- <reqno/>
- <reqseqno/>
- </gooddelive>
- <goodorder>
- <demdkey/>
- </goodorder>
- </send>
- <init>
- <temppay>
- <label>예</label>
- <value>Y</value>
- <label>아니오</label>
- <value>N</value>
- </temppay>
- <ifstatus>
- <label>전체</label>
- <value/>
- <label>출고</label>
- <value>S</value>
- <label>미출고</label>
- <value>C</value>
- </ifstatus>
- <winqty/>
- <winamt/>
- <totcnt/>
- <delivecnt/>
- <nondelivecnt/>
- <nonusegoodview>
- <label>포함</label>
- <value>Y</value>
- <label>제외</label>
- <value>N</value>
- </nonusegoodview>
- </init>
- <hidden>
- <nonusegoodview/>
- </hidden>
- <temp/>
- <copynode/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fCheckAuth();
- fInitialize();
- ]]>
- </script>
- <submission id="TXRSO00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save/gooddelive" resultref="/root/hidden/temp"/>
- <submission id="TRRSO00901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/goodreq" resultref="/root/main/list/goodreq"/>
- </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/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize() {
-
- model.resetInstanceNode("/root/send");
- misfGridInit(grd_goodreq);
-
- rszfUserReqInstList(cmb_instcd,getUserInfo("userid"),"%","B");
- misfMsterDetailSet(grd_goodreq,null, "TRRSO00901" ,"Y");
-
- // misfMsterDetailSet(grd_orderlist,grd_goodreq, "TRRSD02202" ,"N");
-
-
- model.setValue(cmb_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
- // model.setValue(ipt_reqdeptcd.attribute("ref") , getUserInfo("dutplcecd"));
- // model.setValue(opt_reqdeptnm.attribute("ref") , getUserInfo("dutplcenm"));
-
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD").getAddDate(-10,"D").getDateFormat("YYYYMMDD");
-
- model.setValue(ipt_reqfrdd.attribute("ref") ,cvtdate);
- model.setValue(ipt_reqtodd.attribute("ref") , curdate);
-
- model.setValue(ipt_frmdelivedd.attribute("ref") ,cvtdate);
- model.setValue(ipt_todelivedd.attribute("ref") , curdate);
- // hidden col
- model.setValue(opt_purcflag.attribute("ref") , "2"); // 수탁
- model.setValue(opt_reqflag.attribute("ref") , "A"); // 의료소모
- model.setValue(opt_reqmthd.attribute("ref") , "1"); // 처방집계
- rdo_nonusegoodview.select(0); // 불용처리 물품 조회
-
- model.refresh();
- }
-
- function fCheckAuth() {
- btn_search.disabled = !checkAuth("R") ;
- btn_save.disabled = !checkAuth("X") ;
- }
-
- function fCheckRetrieveData(pmsg)
- {
- if(model.getValue(cmb_instcd.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("기관코드를 " ,"C002");
- model.setFocus("cmb_instcd");
- }
- return false;
- }
-
-
- if(model.getValue(ipt_reqfrdd.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("청구시작일자를 " ,"C001");
- model.setFocus("ipt_reqfrdd");
- }
- return false;
- }
- if(model.getValue(ipt_reqtodd.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("청구종료일자를" ,"C001");
- model.setFocus("ipt_reqtodd");
- }
- return false;
- }
- if(model.getValue(ipt_frmdelivedd.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("출고일자를" ,"C001");
- model.setFocus("ipt_frmdelivedd");
- }
- return false;
- }
- if(model.getValue(ipt_todelivedd.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("출고일자를" ,"C001");
- model.setFocus("ipt_todelivedd");
- }
- return false;
- }
- /*
- if(model.getValue(cmb_deliveprcsflag.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("진행상태 " ,"C001");
- model.setFocus("cmb_deliveprcsflag");
- }
- return false;
- }
- if(model.getValue(cmb_deliveflag.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("불출구분 " ,"C001");
- model.setFocus("cmb_deliveflag");
- }
- return false;
- }
- if(model.getValue(ipt_winpsn.attribute("ref")).length== 0 )
- {
- if(pmsg == true)
- {
- messageBox("불출자 " ,"C001");
- model.setFocus("ipt_winpsn");
- }
- return false;
- }
- */
- return true;
- }
-
- function fCheckSaveData()
- {
- if(model.getValue(cmb_instcd.attribute("ref")).length== 0 )
- {
- messageBox("기관코드를 " ,"C002");
- model.setFocus("cmb_instcd");
- return false;
- }
- /*
- if(model.getValue(ipt_delivedd.attribute("ref")).length== 0 )
- {
- messageBox("출고일자를 " ,"C002");
- model.setFocus("ipt_delivedd");
- return false;
- }
-
- */
- /*
- if(model.getValue(cmb_deliveprcsflag.attribute("ref")) == 1)
- {
- var chkins = false;
- for(var currow = grd_goodreq.fixedRows; currow < grd_goodreq.rows; currow++)
- {
- if(grd_goodreq.valueMatrix(currow, grd_goodreq.colRef("deliveno")).length == 0)
- {
- chkins = true;
- break;
- }
- }
-
- if(chkins)
- {
- if(model.getValue(ipt_windeptcd.attribute("ref")).length== 0 )
- {
- messageBox("출고부서를 " ,"C001");
- model.setFocus("ipt_windeptcd");
- return false;
- }
- if(model.getValue(ipt_winpsn.attribute("ref")).length== 0 )
- {
- messageBox("출고담담자를 " ,"C001");
- model.setFocus("ipt_winpsn");
- return false;
- }
- }
- }
- */
- return true;
- }
- /* 출고건수 조회*/
- function fAfterRetrieve()
- {
- var ptotcnt = 0;
- var pdelivecnt = 0;
- var pnondelivecnt = 0;
-
- for(var currow = grd_goodreq.fixedRows ; currow < grd_goodreq.rows ; currow++)
- {
- ptotcnt = ptotcnt + 1;
-
- if (grd_goodreq.valueMatrix(currow , grd_goodreq.colRef("ifstatus")) == "S") pdelivecnt = pdelivecnt + 1;
- if (grd_goodreq.valueMatrix(currow , grd_goodreq.colRef("ifstatus")) == "C") pnondelivecnt = pnondelivecnt + 1;
-
- }
-
- model.setValue(opt_totcnt.attribute("ref"),ptotcnt);
- model.setValue(opt_delivecnt.attribute("ref"),pdelivecnt);
- model.setValue(opt_nondelivecnt.attribute("ref"),pnondelivecnt);
-
- model.refresh();
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="2,774;" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="grp_tle" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:243px; height:14px; ">평화드림 청구분 출고확인</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:38px; width:1195px; height:744px; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:10px; width:1195px; height:70px; "/>
- <select1 id="cmb_instcd" ref="/root/send/goodreq/instcd" class="combo_s_essential" appearance="minimal" style="left:100px; top:18; width:120; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/instcd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_search" class="btn1_letter2" navindex="7" style="left:1125px; top:35px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(fCheckRetrieveData(false) == false)return;
- misfMsterDetailRetrieve();
- fAfterRetrieve();
- ]]>
- </script>
- </button>
- <input id="ipt_reqfrdd" ref="/root/send/goodreq/reqfrdd" class="input_s_essential" inputtype="date" style="left:465px; top:20px; width:120px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_reqtodd" ref="/root/send/goodreq/reqtodd" class="input_s_essential" inputtype="date" style="left:605px; top:20px; width:126px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption23" style="left:590px; top:20px; width:15px; height:20px; font-weight:bold; vertical-align:middle; ">~</caption>
- <button id="btnselect" class="btn2_letter7" style="left:1095px; top:86px; width:97px; height:19px; ">
- <caption>전체선택/취소</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- for(var liRow = grd_goodreq.fixedRows; liRow < grd_goodreq.rows ; liRow++)
- {
- if(grd_goodreq.valueMatrix(liRow,grd_goodreq.colRef("ifstatus")) == "S")
- {
- model.setValue(grd_goodreq.nodeset + "[" + (liRow - grd_goodreq.fixedRows + 1) + "]/ifstatus" , "C");
- grd_goodreq.rowStatus(liRow) = "2";
- }
- else
- {
- model.setValue(grd_goodreq.nodeset + "[" + (liRow - grd_goodreq.fixedRows + 1) + "]/ifstatus" , "S");
- grd_goodreq.rowStatus(liRow) = "2";
- }
- }
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_frmdelivedd" ref="/root/send/goodreq/frmdelivedd" class="input_s_essential" inputtype="date" style="left:465px; top:45px; width:120px; height:19px; "/>
- <button id="btn_reqdeptcd" class="icon_search" style="left:186px; top:45px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "reqdeptcd,reqdeptnm";
- misfOpenPopUpList("02", ipt_reqdeptcd,"",recv_list);
- model.refresh();
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <input id="ipt_reqdeptnm" ref="/root/send/goodreq/reqdeptnm" class="input_search" style="left:206px; top:45px; width:139px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "reqdeptcd,reqdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_reqdeptcd" ref="/root/send/goodreq/reqdeptcd" class="input_search" appearance="input" style="left:100px; top:45px; width:82px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "reqdeptcd,reqdeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <datagrid id="grd_goodreq" nodeset="/root/main/list/goodreq/goodreqlist" visibility="visible" caption="NO^청구일자^평화불출일^청구부서^순번^물품코드^물품코드^물품명^규격^모델^청구^청구^기출고^출고수량^출고^발주번호" colsep="^" colwidth="39, 72, 72, 88, 39, 73, 24, 243, 134, 88, 31, 34, 54, 57, 39, 122, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100, 100" dataheight="25" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:113px; width:1195px; height:623px; ">
- <col ref="rownum" style="text-align:right; "/>
- <col ref="reqdd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="delivedd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="reqdeptnm" type="output"/>
- <col ref="reqseqno" style="text-align:center; "/>
- <col ref="goodcd" style="text-align:center; "/>
- <col ref="allsizespecid" style="text-align:center; "/>
- <col ref="goodnm"/>
- <col ref="goodspec" type="output"/>
- <col ref="goodmodel" type="output"/>
- <col ref="reqqty" format="#,###" style="text-align:right; "/>
- <col ref="requnit"/>
- <col ref="deliveqty" format="#,###" style="text-align:right; "/>
- <col ref="delivedeptqty" format="#,###" style="text-align:right; "/>
- <col checkvalue="S,C" ref="ifstatus" type="checkbox"/>
- <col ref="purcno" style="text-align:center; "/>
- <col ref="purcunit" visibility="hidden"/>
- <col ref="reqno" visibility="hidden"/>
- <col ref="adjtqty" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="reqflag" visibility="hidden"/>
- <col ref="chkcmt" visibility="hidden" style="text-align:center; "/>
- <col ref="workflag" visibility="hidden"/>
- <col ref="reqmthdflag" visibility="hidden"/>
- <col ref="deliveflag" visibility="hidden"/>
- <col ref="reqpridflag" visibility="hidden"/>
- <col ref="goodflag" visibility="hidden"/>
- <col ref="reqdeptcd" visibility="hidden"/>
- <col ref="reqcollcdeptcd" visibility="hidden"/>
- <col ref="windeptcd" visibility="hidden"/>
- <col ref="delivehopedd" visibility="hidden"/>
- <col ref="reqpsnid" visibility="hidden"/>
- <col ref="reqtm" visibility="hidden"/>
- <col ref="deptaprvdd" visibility="hidden"/>
- <col ref="acptdd" visibility="hidden"/>
- <col ref="acptcharid" visibility="hidden"/>
- <col ref="purcdmnddd" visibility="hidden"/>
- <col ref="purcdmndno" visibility="hidden"/>
- <col ref="purcdmndseq" visibility="hidden"/>
- <col ref="deliveprcsflag" visibility="hidden"/>
- <col ref="cmt" visibility="hidden"/>
- <col ref="delivepsn" visibility="hidden"/>
- <col ref="deliveno" visibility="hidden"/>
- <col ref="deliveseqno" visibility="hidden"/>
- <col ref="deliveunit" visibility="hidden"/>
- <col ref="delivedeptcd" visibility="hidden"/>
- <col ref="windeptcd" visibility="hidden"/>
- <col ref="iokindcd" visibility="hidden"/>
- <col ref="ifid" visibility="hidden"/>
- <col ref="ifsnddt" visibility="hidden"/>
- <col ref="ifcmd" visibility="hidden"/>
- <col ref="ifrsvdt" visibility="hidden"/>
- <col ref="preifstatus" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="goodflag" visibility="hidden"/>
- <col ref="delivedd" visibility="hidden"/>
- <col ref="deliveno" visibility="hidden"/>
- <col ref="deliveseqno" visibility="hidden"/>
- <col ref="iokindcd" visibility="hidden"/>
- <col ref="delivedeptcd" visibility="hidden"/>
- <col ref="delivepsn" visibility="hidden"/>
- <col ref="windeptcd" visibility="hidden"/>
- <col ref="reqflag" visibility="hidden"/>
- <col ref="reqno" visibility="hidden"/>
- <col ref="reqdeptcd" visibility="hidden"/>
- <col ref="predeliveqty" visibility="hidden"/>
- <col ref="allsizespecid" visibility="hidden"/>
- <col ref="demdkey" visibility="hidden"/>
- <col ref="purcdmnddd" visibility="hidden"/>
- <col ref="purcdmndno" visibility="hidden"/>
- <col ref="purcdmndseq" visibility="hidden"/>
- <script type="javascript" ev:event="onrowchanged">
- <![CDATA[
- //model.removeNodeset(grd_orderlist.nodeset);
- // misfMsterDetailRetrieve();
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_goodreq.gridToInstance();
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- //출고(ifstatus)체크시 상태가 업데이트, 출고체크를 꺼둘 시 상태를 원상복귀
- var cnt = grd_goodreq.row;
-
-
- if(grd_goodreq.valueMatrix(cnt,grd_goodreq.colRef("ifstatus")) == grd_goodreq.valueMatrix(cnt,grd_goodreq.colRef("preifstatus"))){
-
- grd_goodreq.rowStatus(cnt) = 0;
-
-
- }else{
- grd_goodreq.rowStatus(cnt) = 2;
- }
-
- ]]>
- </script>
- </datagrid>
- <select1 id="cmb_ifstatus" ref="/root/send/goodreq/ifstatus" class="combo_search" appearance="minimal" style="left:859px; top:45px; width:120px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/ifstatus">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <line id="line14" class="line_4" style="x1:1110px; y1:19px; x2:1110px; y2:71px; "/>
- <caption id="caption14" class="search_name" style="left:15; top:19; width:86px; height:17px; ">기관코드 :</caption>
- <caption id="cap_delivedd" class="search_name" style="left:380px; top:45px; width:86px; height:17px; ">출고일자 :</caption>
- <caption id="cap_ifstatus" class="search_name" style="left:767px; top:46px; width:86px; height:17px; ">출고처리 :</caption>
- <caption id="cap_reqdeptcd" class="search_name" style="left:15px; top:45px; width:94px; height:17px; ">청구부서 :</caption>
- <caption id="caption24" class="search_name" style="left:380px; top:21px; width:86px; height:17px; ">청구일자 :</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:107px; x2:1195px; y2:107px; "/>
- <caption id="caption4" class="tit_2" style="left:5px; top:92px; width:170px; height:13px; ">평화드림 청구분 출고내역</caption>
- <output id="opt_purcflag" ref="/root/send/goodreq/purcflag" visibility="hidden" style="left:1055px; top:46px; width:25px; height:19px; "/>
- <output id="opt_reqflag" ref="/root/send/goodreq/reqflag" visibility="hidden" style="left:1030px; top:46px; width:20px; height:19px; "/>
- <output id="opt_reqmthd" ref="/root/send/goodreq/reqmthdflag" visibility="hidden" style="left:990px; top:46px; width:35px; height:19px; "/>
- <button id="btn_excel" class="btn2_letter3" style="left:1040px; top:86px; width:53px; height:19px; ">
- <caption>Excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_goodreq);
- ]]>
- </script>
- </button>
- <output id="opt_totcnt" ref="/root/init/totcnt" style="left:735px; top:85px; width:50px; height:19px; font-weight:bold; text-align:right; "/>
- <caption id="cap_deliveqtytotal" style="left:670px; top:85px; width:65px; height:23px; font-weight:bold; vertical-align:middle; ">조회건수 :</caption>
- <output id="opt_delivecnt" ref="/root/init/delivecnt" style="left:861px; top:85px; width:39px; height:19px; font-weight:bold; text-align:right; "/>
- <caption id="caption1" style="left:796px; top:85px; width:65px; height:23px; font-weight:bold; vertical-align:middle; ">출고건수 :</caption>
- <caption id="caption2" style="left:910px; top:85px; width:77px; height:23px; font-weight:bold; vertical-align:middle; ">미출고건수 :</caption>
- <output id="opt_nondelivecnt" ref="/root/init/nondelivecnt" style="left:985px; top:85px; width:39px; height:19px; font-weight:bold; text-align:right; "/>
- <input id="ipt_todelivedd" ref="/root/send/goodreq/todelivedd" class="input_s_essential" inputtype="date" style="left:605px; top:45px; width:126px; height:19px; "/>
- <caption id="caption3" style="left:590px; top:45px; width:15px; height:20px; font-weight:bold; vertical-align:middle; ">~</caption>
- <input id="ipt_goodnm" ref="/root/send/goodreq/goodnm" class="input_search" style="left:960px; top:20px; width:135px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_goodnm.value != "")
- {
- rszfValidationCheck("TRRSD00191", "goodlist" , "refcond,instcd,reqflag,goodnm,nonusegoodview",
- "goodnm," + cmb_instcd.value + "," + opt_reqflag.value + "," + ipt_goodnm.value + "," + rdo_nonusegoodview.value ,"","goodcd,goodnm",
- ipt_goodcd,"SPRSD00210","instcd,reqflag","opt_instcd,opt_reqflag");
- }else
- {
- ipt_goodcd.value = "";
- ipt_goodnm.value = "";
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_goodcd" ref="/root/send/goodreq/goodcd" class="input_search" imemode="disabled" style="left:859px; top:20px; width:81px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_goodcd.value != "")
- {
- rszfValidationCheck("TRRSD00191", "goodlist" , "refcond,instcd,reqflag,goodcd,nonusegoodview",
- "goodcd," + cmb_instcd.value + "," + opt_reqflag.value + "," + ipt_goodcd.value + "," + rdo_nonusegoodview.value,"","goodcd,goodnm",
- ipt_goodcd,"SPRSD00210","instcd,reqflag","opt_instcd,opt_reqflag");
- }else{
- ipt_goodcd.value = "";
- ipt_goodnm.value = "";
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_goodSearchs" class="icon_search" style="left:942px; top:20px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 자산코드 팝업창 오픈
- rszfOpenPopUpListByWndName(ipt_goodcd,"","goodcd,goodnm","SPRSD00210","instcd,reqflag,nonusegoodview","cmb_instcd,opt_reqflag,rdo_nonusegoodview");
- // rszfOpenPopUpListByWndName(grd_gooddmnd,"","goodcd,goodnm","SPRSD00190","instcd,goodflag,nonusegoodview","cmb_instcd,cmb_goodflag,rdo_nonusegoodview");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption5" class="search_name" style="left:767px; top:20px; width:101px; height:17px; ">물품코드 :</caption>
- <select1 id="rdo_nonusegoodview" ref="/root/hidden/nonusegoodview" visibility="hidden" appearance="full" cols="2" style="left:1085px; top:45px; width:15px; height:17px; border-style:none; ">
- <choices>
- <itemset nodeset="/root/init/nonusegoodview">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- </select1>
- </group>
- <group id="group1" style="left:0px; top:12; width:1195px; height:27px; ">
- <button id="btn_print" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="btn_save" class="btn4_letter2" style="left:1069px; top:3px; width:56px; height:22px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(fCheckSaveData() == false)return;
- model.setValue("/root/send/save/gooddelive/gooddelivelist", grd_goodreq.getUpdateData());
-
- submit("TXRSO00901");
-
- if (model.getValue(gvErrorMsgPath + "/type") != "error")btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- </button>
- <button id="btn_init" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <line id="line17" class="line_6" style="x1:0px; y1:25px; x2:1195px; y2:25px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|