123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet type="text/css" href="../../../com/commonweb/css/common.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="">
- <main>
- <list>
- <goodreq>
- <goodreqlist/>
- </goodreq>
- </list>
- <getrsdhdemd>
- <goodreqlist>
- <goodcd/>
- <goodnm/>
- <goodspec/>
- <goodmodel/>
- <requnit/>
- <reqdeptnm/>
- <adjtqty/>
- <reqdd/>
- <instnm/>
- <reqpsnnm/>
- <suppcustnm/>
- <prodcmpynm/>
- </goodreqlist>
- </getrsdhdemd>
- </main>
- <send>
- <goodreq>
- <instcd/>
- <reqflag/>
- <workflag/>
- <reqmthdflag/>
- <purcflag/>
- <reqdeptcd/>
- <reqdeptnm/>
- <goodcd/>
- <goodnm/>
- <reqfrdd/>
- <reqtodd/>
- <deliveprcsflag/>
- <instcdnm/>
- <goodflag/>
- <emplno/>
- <emplnm/>
- <suppcustcd/>
- <suppcustcdnm/>
- <acntcd/>
- <acntnm/>
- <suplplcecd/>
- <suplplcenm/>
- <costconyn/>
- </goodreq>
- <goodprintreq/>
- </send>
- <init>
- <workflag>
- <label>전체</label>
- <value/>
- <label>청구</label>
- <value>1</value>
- <label>반품</label>
- <value>2</value>
- </workflag>
- <systemflag/>
- </init>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRRSD02001" 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" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript">
- <![CDATA[
- // 화면 open시와 초기화 버튼 클릭시 화면 초기화 기능을 수행한다.
- function fInitialize() {
- model.removeNode("/root/main/grid");
- model.refresh();
- misfComboComCdList("R0092",cmb_reqmthd ,"Y"); // 청구방번
- misfComboComCdList("R0111",cmb_purcflag ,"Y"); // 구매구분
- misfComboComCdList("R0116",cmb_deliveprcsflag,"Y"); // 진행상태
- // [2010.08.26]AS-IS 코드 TO_BE 코드 전환을 위한 물품구분 변경 (goodflag= S) => (goodflag= SF)
- rszfUserReqFlagList(cmb_reqflag,getUserInfo("dutplceinstcd"),getUserInfo("userid"),"1","S" ); // preqpgmgubun : '1' :구매재고
- // [2010.10.13] parameter "S"는 SF가 아니라 청구구분을 가져오기 위한 하드코딩된 값임.
-
- // misfComboComCdListMulti("R0092,R0111,R0116","cmb_reqmthd,cmb_purcflag,cmb_deliveprcsflag");
- // rszfReqFlagComboComCdList(getUserInfo("userid"),cmb_reqflag,"N",getUserInfo("dutplceinstcd"),"Y");
- // rszfComboAppendBlankChild("cmb_reqmthd,cmb_purcflag,cmb_deliveprcsflag");
- // 약국에서 조회시 물품구분을 약국에 맞게 셋팅 (약국 기본조회메뉴에서 기관물품종합조회 메뉴item값=MI00470004)
- rszfGoodFlagListByPgmGubn(cmb_goodflag,"","N");
- model.setValue(cmb_workflag.attribute("ref") , "1");
-
- misfGridInit(grd_goodreq);
- misfMsterDetailSet(grd_goodreq,null, "TRRSD02001" ,"N");
- model.setValue(opt_instcd.attribute("ref") , getUserInfo("dutplceinstcd"));
- model.setValue(opt_instcdnm.attribute("ref"), getUserInfo("dutplceinstnm"));
- model.setValue(ipt_reqdeptcd.attribute("ref") , getUserInfo("dutplcecd"));
- model.setValue(ipt_reqdeptnm.attribute("ref") , getUserInfo("dutplcenm"));
-
-
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD");
-
- model.setValue(ipt_reqfrdd.attribute("ref") ,cvtdate.getAddDate(-10,"D").getDateFormat("YYYYMMDD"));
- model.setValue(ipt_reqtodd.attribute("ref") ,curdate);
- grd_goodreq.frozenCols = grd_goodreq.colRef("goodnm");
- //rbo_workflag.select(0);
- model.refresh();
- }
-
- function fCheckRetrieveData(pmsg)
- {
- if(model.getValue(opt_instcd.attribute("ref")).length== 0 )
- {
- model.setFocus("opt_instcd");
- return false;
- }
- }
-
- function freqlistprint()
- {
- var rPath = "/root/main/list/goodreq/goodreqlist";
- //var pPath = "/root/send/goodprintreq";
- var pPath = "/root/main/getrsdhdemd";
- var dPath = "/root/send/gooddetail";
-
- model.resetInstanceNode("/root/main/getrsdhdemd");
- model.makeNode("/root/main/getrsdhdemd");
- model.copyNode("/root/main/getrsdhdemd", "/root/main/list/goodreq");
-
- exeReportPreview("RPRSD02001","XMLSTR");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body 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:186px; height:14px; ">일별 청구현황 조회</caption>
- </group>
- <group id="grp_biz" scroll="auto" style="left:0px; top:38; width:1195px; height:744px; ">
- <group id="grp_sea" style="left:0px; top:10px; width:1195px; height:140px; vertical-align:top; ">
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:135px; background-color:#fffbf2; border-color:#ffd799; "/>
- <caption id="caption2" class="search_name" style="left:15; top:9; width:89px; height:17px; ">기관코드 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1124px; top:35px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var reqfrdd = model.getValue("/root/send/goodreq/reqfrdd");
- var reqtodd = model.getValue("/root/send/goodreq/reqtodd");
- var DiffDate = getDateInterval(reqfrdd, reqtodd, "dd" ) + 1;
- var reqdeptcd = model.getValue("/root/send/goodreq/reqdeptcd");
- var goodcd = model.getValue("/root/send/goodreq/goodcd");
- var instcd = getUserInfo("dutplceinstcd");
- var dutplcecd = getUserInfo("dutplcecd" ) ;
-
- if(instcd != "033"){
- if(DiffDate > 365){
- messageBox("적용일자 조회기간(=" + DiffDate + "일간)입니다. 범위를 365일 이하로 수정 후 조회하세요","I");
- return;
- }else if(reqdeptcd == "" && goodcd == ""){
- if(dutplcecd == "4020334000" && DiffDate < 6){
- var dPath = "/root/main/goodreqmst/";
- var pPath = "/root/send/goodreq/";
- if(fCheckRetrieveData(false) == false)return;
- misfGridInit(grd_goodreq)
- misfMsterDetailRetrieve();
- model.makeValue(dPath+"instcdnm" , model.getValue(pPath+"instcdnm" ));
- model.makeValue(dPath+"reqdeptnm" , model.getValue(pPath+"reqdeptnm"));
- model.makeValue(dPath+"reqfrdd" , model.getValue(pPath+"reqfrdd" ));
- model.makeValue(dPath+"reqtodd" , model.getValue(pPath+"reqtodd" ));
- }else{
- messageBox("청구부서 또는 물품코드를 ","C001");
- return;
- }
- }else{
- var dPath = "/root/main/goodreqmst/";
- var pPath = "/root/send/goodreq/";
- if(fCheckRetrieveData(false) == false)return;
- misfGridInit(grd_goodreq)
- misfMsterDetailRetrieve();
- model.makeValue(dPath+"instcdnm" , model.getValue(pPath+"instcdnm" ));
- model.makeValue(dPath+"reqdeptnm" , model.getValue(pPath+"reqdeptnm"));
- model.makeValue(dPath+"reqfrdd" , model.getValue(pPath+"reqfrdd" ));
- model.makeValue(dPath+"reqtodd" , model.getValue(pPath+"reqtodd" ));
- }
- }else{
- if(DiffDate > 31){
- messageBox("적용일자 조회기간(=" + DiffDate + "일간)입니다. 범위를 31일 이하로 수정 후 조회하세요","I");
- return;
- }else{
- var dPath = "/root/main/goodreqmst/";
- var pPath = "/root/send/goodreq/";
- if(fCheckRetrieveData(false) == false)return;
- misfGridInit(grd_goodreq)
- misfMsterDetailRetrieve();
- model.makeValue(dPath+"instcdnm" , model.getValue(pPath+"instcdnm" ));
- model.makeValue(dPath+"reqdeptnm" , model.getValue(pPath+"reqdeptnm"));
- model.makeValue(dPath+"reqfrdd" , model.getValue(pPath+"reqfrdd" ));
- model.makeValue(dPath+"reqtodd" , model.getValue(pPath+"reqtodd" ));
- }
- }
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:405px; top:35px; width:89px; height:17px; vertical-align:middle; ">청구부서 :</caption>
- <input id="ipt_reqdeptnm" ref="/root/send/goodreq/reqdeptnm" class="output_search" appearance="input" style="left:605px; top:34px; width:159px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_reqdeptnm.value.length == 0)
- ipt_reqdeptcd.value = "";
- else
- rszfValidationCheck("TRRPZ00201", "deptcodelist", "refcond,deptnm",
- "deptnm," + ipt_reqdeptnm.value, "", "reqdeptcd,reqdeptnm",
- ipt_reqdeptnm, "SPRPZ00200", "","");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_reqdeptcd" ref="/root/send/goodreq/reqdeptcd" class="combo_s_essential" maxlength="10" appearance="input" style="left:505px; top:34px; width:77px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_reqdeptcd.value.length == 0)
- ipt_reqdeptnm.value = "";
- else
- rszfValidationCheck("TRRPZ00201", "deptcodelist", "refcond,deptcd",
- "deptcd," + ipt_reqdeptcd.value, "", "reqdeptcd,reqdeptnm",
- ipt_reqdeptcd, "SPRPZ00200", "","");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_windeptcd" class="icon_search" style="left:586px; top:36px; 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();
- ]]>
- </script>
- </button>
- <caption id="caption12" class="search_name" style="left:15px; top:61px; width:89px; height:17px; vertical-align:middle; ">청구일자 :</caption>
- <input id="ipt_reqfrdd" ref="/root/send/goodreq/reqfrdd" class="input_s_essential" inputtype="date" style="left:100px; top:60px; width:120px; height:19px; "/>
- <input id="ipt_reqtodd" ref="/root/send/goodreq/reqtodd" class="input_s_essential" inputtype="date" style="left:240px; top:60px; width:120px; height:19px; "/>
- <caption id="caption9" style="left:224px; top:60px; width:15px; height:20px; font-weight:bold; ">~</caption>
- <line id="line14" class="line_4" style="x1:1108px; y1:9px; x2:1108px; y2:105px; "/>
- <output id="opt_instcd" ref="/root/send/goodreq/instcd" class="output_fix" visibility="hidden" style="left:100px; top:10px; width:260px; height:19px; "/>
- <output id="opt_instcdnm" ref="/root/send/goodreq/instcdnm" class="output_fix" style="left:100px; top:10px; width:260px; height:19px; text-align:center; "/>
- <select1 id="cmb_goodflag" ref="/root/send/goodreq/goodflag" class="combo_s_essential" appearance="minimal" style="left:505px; top:8px; width:259px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/goodflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="search_name" style="left:405px; top:9px; width:93px; height:17px; ">물품구분 :</caption>
- <caption id="caption4" class="search_name" style="left:785px; top:9px; width:86px; height:17px; vertical-align:middle; ">청구구분 :</caption>
- <select1 id="cmb_reqflag" ref="/root/send/goodreq/reqflag" class="combo_default" appearance="minimal" style="left:871px; top:8px; width:224px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/reqflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </select1>
- <select1 id="cmb_reqmthd" ref="/root/send/goodreq/reqmthdflag" class="combo_default" appearance="minimal" style="left:100px; top:34px; width:260px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/reqmthd">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption3" class="search_name" style="left:15px; top:35px; width:86px; height:17px; vertical-align:middle; ">청구방법 :</caption>
- <button id="btn_helppsn" class="icon_search" style="left:960px; top:34px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rpbfOpenPopUpList("SPRPB00101", ipt_emplno, "emplno,emplnm", "ipt_systemflag","N");
- ipt_emplno.refresh();
- ipt_emplnm.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_emplnm" ref="/root/send/goodreq/emplnm" class="output_search" style="left:978px; top:34px; width:117px; height:19px; "/>
- <caption id="caption5" class="search_name" style="left:785px; top:35px; width:93px; height:17px; ">청 구 자 :</caption>
- <input id="ipt_emplno" ref="/root/send/goodreq/emplno" class="input_search" style="left:873px; top:34px; width:85px; height:19px; ">
- <script type="javascript" ev:event="onkeypress">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption11" class="search_name" style="left:785px; top:60px; width:86px; height:17px; vertical-align:middle; ">구매구분 :</caption>
- <select1 id="cmb_purcflag" ref="/root/send/goodreq/purcflag" class="combo_default" appearance="minimal" style="left:873px; top:59px; width:222px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/purcflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <select1 id="cmb_workflag" ref="/root/send/goodreq/workflag" class="combo_default" appearance="minimal" style="left:505px; top:60px; width:260px; height:19px; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>일반청구</label>
- <value>1</value>
- </item>
- <item>
- <label>상비품청구</label>
- <value>3</value>
- </item>
- <item>
- <label>상비품망실청구</label>
- <value>5</value>
- </item>
- <item>
- <label>상비품반납</label>
- <value>4</value>
- </item>
- <item>
- <label>일반청구반납</label>
- <value>2</value>
- </item>
- <item>
- <label>처방청구</label>
- <value>6</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </select1>
- <caption id="caption14" class="search_name" style="left:405px; top:61px; width:86px; height:17px; vertical-align:middle; ">작업구분 :</caption>
- <input id="ipt_systemflag" ref="/root/init/systemflag" class="input_fix" visibility="hidden" maxlength="10" appearance="input" style="left:785px; top:85px; width:77px; height:19px; "/>
- <caption id="caption15" class="search_name" style="left:15px; top:85px; width:89px; height:17px; vertical-align:middle; ">진행상태 :</caption>
- <select1 id="cmb_deliveprcsflag" ref="/root/send/goodreq/deliveprcsflag" class="combo_default" appearance="minimal" style="left:100px; top:84px; width:260px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/deliveprcsflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_goodcd" ref="/root/send/goodreq/goodcd" class="combo_s_essential" imemode="disabled" maxlength="12" _chartype="upper" appearance="input" style="left:873px; top:84px; width:222px; height:19px; "/>
- <caption id="caption13" class="search_name" style="left:785px; top:85px; width:89px; height:17px; vertical-align:middle; ">물품코드 :</caption>
- <output id="opt_acntnm" ref="/root/send/goodreq/acntnm" class="output_fix" appearance="output" style="left:201px; top:110px; width:159px; height:19px; "/>
- <button id="btn_acntcd" class="icon_search" style="left:180px; top:110px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_acntcd,"","acntcd,acntnm","PPRAC00100","","");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_acntcd" ref="/root/send/goodreq/acntcd" class="input_essential" style="left:99px; top:110px; width:76px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rszfValidationCheck("TRRAC00111", "acntlist", "acntflag,useyn,jobgb,srhtxt","1,,," + model.getValue(ipt_acntcd.attribute("ref")) ,"","acntcd,acntnm" ,ipt_acntcd,"PPRAC00100","","");
- model.refresh();
- model.setFocus("ipt_amtacnt");
- ]]>
- </script>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if(event.keyCode == 9)
- {
- if(event.shiftKey)model.setFocus("cmb_lrgcd");
- else model.setFocus("ipt_amtacnt");
- }
- //event.preventDefault();
- ]]>
- </script>
- </input>
- <caption id="caption17" class="search_name" style="left:15px; top:110px; width:89px; height:17px; vertical-align:middle; ">계정과목 :</caption>
- <button id="btn_suplplcecd" class="icon_search" style="left:586px; top:84px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_suplplcecd,"","suplplcecd,suplplcenm","SPRSD00220","instcd","cmb_instcd");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption18" class="search_name" style="left:405px; top:85px; width:99px; height:17px; ">주거래처 :</caption>
- <input id="opt_suplplcenm" ref="/root/send/goodreq/suplplcenm" class="output_search" style="left:605px; top:84px; width:159px; height:19px; "/>
- <input id="ipt_suplplcecd" ref="/root/send/goodreq/suplplcecd" class="input_search" style="left:505px; top:84px; width:77px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_suplplcecd.value.length == 0)
- ipt_suplplcenm.value = "";
- else
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- model.getValue(cmb_instcd.attribute("ref")) +",," + model.getValue(ipt_suplplcecd.attribute("ref")),"","suplplcecd,suplplcenm" ,
- ipt_suplplcecd,"SPRSD00220","instcd","cmb_instcd");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_suppcustcd" class="icon_search" style="left:586px; top:110px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_suppcustcd,"","suppcustcd,suppcustcdnm","SPRSD00220","instcd",getUserInfo("dutplceinstcd"));
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption16" class="search_name" style="left:405px; top:110px; width:99px; height:17px; ">보조거래처 :</caption>
- <input id="ipt_suppcustnm" ref="/root/send/goodreq/suppcustcdnm" class="output_search" style="left:605px; top:110px; width:159px; height:19px; "/>
- <input id="ipt_suppcustcd" ref="/root/send/goodreq/suppcustcd" class="input_search" style="left:505px; top:110px; width:77px; height:19px; "/>
- <select1 id="cmb_costconyn" ref="/root/send/goodreq/costconyn" class="combo_essential" appearance="minimal" style="left:873px; top:110px; width:65px; height:19px; text-align:center; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>Y</label>
- <value>Y</value>
- </item>
- <item>
- <label>N</label>
- <value>N</value>
- </item>
- </choices>
- <script type="javascript" ev:event="onkeydown">
- <![CDATA[
- if(event.keyCode == 9)
- {
- if(event.shiftKey)model.setFocus("cmb_purcunit");
- else model.setFocus("ipt_exchqty");
- }
- //event.preventDefault();
- ]]>
- </script>
- </select1>
- <caption id="caption19" class="search_name" style="left:785px; top:110px; width:89px; height:17px; vertical-align:middle; ">단가계약 :</caption>
- </group>
- <caption id="caption8" class="tit_2" style="left:5px; top:156px; width:118px; height:13px; ">청구현황내역</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:176px; x2:1195px; y2:176px; "/>
- <button id="btn_excel" class="btn5_letter3" style="left:1138px; top:155px; width:53px; height:19px; ">
- <caption>Excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var fileName = window.fileDialog("save", ",", false, "청구현황", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_goodreq.saveExcel(fileName, "청구현황List");
- }
-
- ]]>
- </script>
- </button>
- <button id="button13" class="btn6_letter5" style="left:1043px; top:153px; width:92px; height:22px; ">
- <caption>불출서출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- freqlistprint();
- ]]>
- </script>
- </button>
- <datagrid id="grd_goodreq" nodeset="/root/main/list/goodreq/goodreqlist" caption="청구부서^청구일자^번호^순번^계정과목^계정과목^물품코드^물품코드^물품명^규격^모델^청구수량^청구단위^제조회사^보조거래처^진행상태^청구자명^조정수량^조정사유^청구구분^작업구분^청구방법^출고수량^미출고사유^비고^불출구분^구매구분^부서승인내역^부서승인내역^구매접수^예산계정^예산계정^연구과제^연구과제^포장구성단위^주거래처명^보조거래처명^단가계약" colsep="^" colwidth="89, 68, 40, 40, 64, 100, 80, 23, 240, 89, 88, 63, 55, 73, 100, 70, 63, 60, 91, 70, 70, 70, 58, 100, 100, 70, 70, 55, 80, 60, 15, 17, 13, 21, 100, 117, 100, 76" dataheight="25" ellipsis="true" explorerbar="sort" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:185px; width:1195px; height:548px; ">
- <col ref="reqdeptnm"/>
- <col ref="reqdd" format="yyyy-mm-dd"/>
- <col ref="reqno" style="text-align:center; "/>
- <col ref="reqseqno" style="text-align:center; "/>
- <col ref="acntcd" style="text-align:center; "/>
- <col ref="acntnm" style="text-align:left; padding-left:5; "/>
- <col ref="goodcd" style="text-align:center; "/>
- <col ref="allsizespecid" visibility="hidden" style="text-align:center; "/>
- <col ref="goodnm"/>
- <col ref="goodspec"/>
- <col ref="goodmodel"/>
- <col ref="reqqty" format="#,###" style="text-align:right; "/>
- <col ref="requnit" style="text-align:center; "/>
- <col ref="prodcmpynm"/>
- <col ref="suppcustnm"/>
- <col ref="deliveprcsflag" style="text-align:center; "/>
- <col ref="reqpsnnm" style="text-align:center; "/>
- <col ref="adjtqty" format="#,###" style="text-align:right; "/>
- <col ref="adjtrsn" style="text-align:right; "/>
- <col ref="reqflag" style="text-align:center; "/>
- <col ref="workflag" style="text-align:center; "/>
- <col ref="reqmthdflag" style="text-align:center; "/>
- <col ref="deliveqty" format="#,###" style="text-align:right; "/>
- <col ref="unwinresn"/>
- <col ref="cmt"/>
- <col ref="deliveflag" style="text-align:center; "/>
- <col ref="purcflag" style="text-align:center; "/>
- <col ref="deptaprvynnm" style="text-align:center; "/>
- <col ref="deptaprvdd" style="text-align:center; "/>
- <col ref="acptflagnm" style="text-align:center; "/>
- <col ref="bugtcd" visibility="hidden" style="text-align:center; "/>
- <col ref="bugtnm" visibility="hidden" style="text-align:center; "/>
- <col ref="stdysubjno" visibility="hidden" style="text-align:center; "/>
- <col ref="stdysubjnm" visibility="hidden" style="text-align:center; "/>
- <col ref="deliveunit" visibility="hidden"/>
- <col ref="maincustlastsuplplcenm" style="text-align:left; padding-left:10; "/>
- <col ref="subsuplplcenm" visibility="hidden"/>
- <col ref="costconyn" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_goodreq.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption10" class="tit_1" style="left:0px; top:0px; width:243px; height:14px; ">물품청구현황조회</caption>
- </group>
- <group id="group2" style="left:0px; top:12; width:1195px; height:27px; ">
- <button id="button2" class="btn3_letter4" visibility="hidden" style="left:58px; top:3px; width:80px; height:22px; ">
- <caption>화면이동</caption>
- </button>
- <button id="button3" class="btn6_letter2" visibility="hidden" style="left:0px; top:3px; width:56px; height:22px; ">
- <caption>출력</caption>
- </button>
- <button id="button6" class="btn4_letter3" style="left:1127px; 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>
|