123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655 |
- <?xml version="1.0" encoding="EUC-KR"?>
- <?xml-stylesheet href="../../../com/commonweb/css/common.css" type="text/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>
- <fixwinregstinfo>
- <fixwinregstlist/>
- </fixwinregstinfo>
- <windd>
- <winfrdd/>
- <wintodd/>
- </windd>
- <instnm/>
- <chkpsnnm/>
- </list>
- </main>
- <send>
- <search>
- <instcd/>
- <goodflag>EQ</goodflag>
- <lrgcd/>
- <lrgnm/>
- <mdlcd/>
- <mdlnm/>
- <winfrdd/>
- <wintodd/>
- <fixasetcd/>
- <fixasetnm/>
- <calcdocufrdd/>
- <calcdocutodd/>
- <chkpsn/>
- <chkpsnnm/>
- <suplplcecd/>
- <suplplcenm/>
- <subsuplplcecd/>
- <subsuplplcenm/>
- </search>
- </send>
- <init>
- <goodflag>
- <label>비품</label>
- <value>G</value>
- <label>장비</label>
- <value>E</value>
- </goodflag>
- <options>
- <fixasetunit>Y</fixasetunit>
- <possnamt>Y</possnamt>
- <calcdocudd>Y</calcdocudd>
- <windd>Y</windd>
- <acntflagnm/>
- <chkpsnnm/>
- <suppcustcdnm/>
- </options>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRRSG07901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list/fixwinregstinfo"/>
- <submission id="TXRSG07901" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/fixwinregstlist" resultref="/root/temp"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- ]]>
- </script>
- <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()
- {
- // 금일 날자 설정
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD");
-
- model.setValue("/root/send/search/winfrdd", curdate.substr(0,6)+"01" );
- model.setValue("/root/send/search/wintodd", curdate.substr(0,6)+cvtdate.getMonthDay() );
- //model.setValue(ipt_windtfrom.attribute("ref") ,cvtdate.getAddDate(-10,"D").getDateFormat("YYYYMMDD"));
- //model.setValue(ipt_windtto.attribute("ref") , curdate);
-
- misfComboComCdListMulti("Z0007","cmb_instcd");
- model.setValue("/root/send/search/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
- model.removeNodeset("/root/main/list/fixwinregstinfo/fixwinregstlist");
- //fViewOptionToggle("fixasetunit");
- //fViewOptionToggle("possnamt");
- //fViewOptionToggle("calcdocudd");
- //fViewOptionToggle("windd");
- fViewOptionToggle("suppcustcdnm");
- fViewOptionToggle("acntflagnm");
- fViewOptionToggle("chkpsnnm");
- model.refresh();
-
- }
-
- function fItemAllChoice( vFlag ) {
- if( fGridItemCheck()!=true ) return;
- for( cnt = grd_fixwinregst.fixedRows; cnt < grd_fixwinregst.rows ; cnt++ ) {
- grd_fixwinregst.valueMatrix( cnt, grd_fixwinregst.colRef("chk") ) = vFlag;
- }
- }
-
- function fGridItemCheck( choiceFlag ) {
- var choiceCnt = 0;
-
- if (grd_fixwinregst.rows - grd_fixwinregst.fixedRows <= 0 ) {
- messageBox("선택할 데이터가","I004");
- return false;
- }
-
- if ( choiceFlag == "chk" ) {
- model.resetInstanceNode("/root/copytemp");
- var varcopy = instance1.selectNodes(grd_fixwinregst.nodeset + "[chk='Y']");
- if ( varcopy.length == 0 ) {
- messageBox("선택한 데이터가","I004");
- return false;
- }
- }
- return true;
- }
- function freqlistprint() {
- var Path = "/root/send/fixwinregstprnt/fixwinregstprntlist";
- model.removenode(Path);
- model.makeNode(Path);
-
- copyNodesetType(Path, grd_fixwinregst.nodeset+ "[chk='Y']");
- exeReportPreview("RPRSG07901","XMLSTR");
- }
- // --------------------------------------------------
- // View Option 처리하는 함수
- // --------------------------------------------------
- function fViewOptionToggle(pColName) {
-
- grd_fixwinregst.colHidden(grd_fixwinregst.colRef(pColName)) = (eval("chk_"+pColName).value =="Y") ? false : true;
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:230px; height:14px; ">(고정자산) 입고대장</caption>
- <caption id="caption4" class="patient_text_black" style="left:922px; top:0px; width:272px; "/>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <group id="grp_search" style="left:0px; top:17px; width:1195px; height:128px; vertical-align:top; ">
- <caption id="cap_allsizespecid" class="search_name" style="left:965px; top:10px; width:111px; height:17px; ">규격코드 :</caption>
- <shape id="roundrect1" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1195px; height:125px; background-color:#fffbf2; border-color:#ffd799; "/>
- <line id="line30" class="line_4" style="x1:1110px; y1:14px; x2:1110px; y2:110px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:22px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if (submit("TRRSG07901")){
- model.setValue("/root/main/list/windd/winfrdd", model.getValue(ipt_winfrdd.attribute("ref")));
- model.setValue("/root/main/list/windd/wintodd", model.getValue(ipt_wintodd.attribute("ref")));
- model.setValue("/root/main/list/instnm" , cmb_instcd.label);
- model.setValue("/root/main/list/chkpsnnm" , model.getValue(ipt_chkpsnnm.attribute("ref")));
- }
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/search/instcd" class="combo_s_essential" appearance="minimal" style="left:114px; top:10px; width:241px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/init">
- <label ref="cnstnm"/>
- <value ref="cnstcd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:10px; top:10px; width:101px; height:17px; ">기관코드 :</caption>
- <caption id="caption20" class="search_name" style="left:9px; top:65px; width:96px; height:17px; vertical-align:middle; ">입고일자 :</caption>
- <caption id="caption26" style="left:229px; top:65px; width:15px; height:20px; font-weight:bold; ">~</caption>
- <input id="ipt_wintodd" ref="/root/send/search/wintodd" inputtype="date" style="left:250px; top:65px; width:105px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_winfrdd" ref="/root/send/search/winfrdd" inputtype="date" style="left:114px; top:65px; width:105px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption2" class="search_name" style="left:735px; top:10px; width:89px; height:17px; ">자산코드 :</caption>
- <input id="ipt_fixasetcd" ref="/root/send/search/fixasetcd" class="input_search" visibility="visible" style="left:831px; top:10px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_fixasetcd.value != "")
- {
- rszfValidationCheck("TRRSD00241", "rfcmfacdlist", "instcd,requirementcd,requirementnm,goodflag",
- cmb_instcd.value +",fixasetcd," + ipt_fixasetcd.value +"," + cmb_goodflag.value,
- "", "fixasetcd,fixasetnm", ipt_fixasetcd, "SPRSD00240",
- "instcd,goodflag","cmb_instcd,cmb_goodflag");
- }else{
- ipt_fixasetnm.value = '';
- }
-
-
- ipt_fixasetcd.refresh();
- ipt_fixasetnm.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_fixasetnm" ref="/root/send/search/fixasetnm" class="output_search" navindex="3" style="left:945px; top:10px; width:145px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_fixasetnm.value != '')
- {
- rszfValidationCheck("TRRSD00241", "rfcmfacdlist", "instcd,requirementcd,requirementnm,goodflag",
- cmb_instcd_search.value +",goodflaghngnm," + ipt_fixasetnm.value + "," + cmb_goodflag.value,
- "", "fixasetcd,fixasetnm", ipt_fixasetcd, "SPRSD00240",
- "instcd,goodflag","cmb_instcd,cmb_goodflag");
- }else
- {
- ipt_fixasetcd.value = '';
- }
- ipt_fixasetcd.refresh();
- ipt_fixasetnm.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_fixasetcd_search" class="icon_search" style="left:921px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_fixasetcd, "", "fixasetcd,fixasetnm","SPRSD00240","instcd,goodflag","cmb_instcd,cmb_goodflag");
- ipt_fixasetcd.refresh();
- ipt_fixasetnm.refresh();
- ]]>
- </script>
- </button>
- <caption id="cap_goodflag" class="search_name" style="left:370px; top:10px; width:101px; height:17px; ">자산구분 :</caption>
- <select1 id="cmb_goodflag" ref="/root/send/search/goodflag" class="combo_s_essential" appearance="minimal" style="left:484px; top:10px; width:236px; height:19px; text-align:center; ">
- <choices>
- <itemset nodeset="/root/init/goodflag">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ipt_lrgcd.value = '';
- ipt_mdlcd.value = '';
-
- ipt_lrgnm.value = '';
- ipt_mdlnm.value = '';
- ]]>
- </script>
- </select1>
- <button id="btn_mdlcd" class="icon_search" style="left:555px; top:37px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_mdlcd,"","mdlcd,mdlnm","SPRSD00140" ,"goodflag,lrgcd,lrgnm","cmb_goodflag,ipt_lrgcd,ipt_lrgnm");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_mdlnm" ref="/root/send/search/mdlnm" class="output_search" appearance="input" style="left:580px; top:37px; width:140px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_mdlnm.value != "")
- {
- rszfValidationCheck("TRRSD00141", "mdllist", "refcond,goodflag,lrgcd,mdlnm",
- "mdlnm," + model.getValue(cmb_goodflag.attribute("ref")) + "," + ipt_lrgcd.value + "," + ipt_mdlnm.value ,"","mdlcd,mdlnm" ,
- ipt_mdlnm,"SPRSD00140","goodflag,lrgcd,lrgnm","cmb_goodflag,ipt_lrgcd,ipt_lrgnm");
- }else{
- ipt_mdlcd.value = "";
- ipt_mdlnm.value = "";
- }
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_mdlcd" ref="/root/send/search/mdlcd" class="input_default" style="left:485px; top:37px; width:60px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_mdlcd.value != "")
- {
- rszfValidationCheck("TRRSD00141", "mdllist", "refcond,goodflag,lrgcd,mdlcd",
- "mdlcd," + model.getValue(cmb_goodflag.attribute("ref")) + "," + ipt_lrgcd.value + "," + ipt_mdlcd.value
- ,"","mdlcd,mdlnm" ,ipt_mdlcd,"SPRSD00140","goodflag,lrgcd,lrgnm","cmb_goodflag,ipt_lrgcd,ipt_lrgnm");
- }else{
- ipt_mdlcd.value = "";
- ipt_mdlnm.value = "";
- }
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="cap_mdlcd_search" class="search_name" style="left:370px; top:37px; width:113px; height:17px; ">중 분 류 :</caption>
- <input id="input1" ref="/root/send/search/calcdocutodd" inputtype="date" style="left:620px; top:65px; width:100px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="input2" ref="/root/send/search/calcdocufrdd" inputtype="date" style="left:486px; top:65px; width:105px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption3" class="search_name" style="left:370px; top:65px; width:104px; height:17px; vertical-align:middle; ">계산서 일자 :</caption>
- <caption id="caption5" style="left:599px; top:65px; width:15px; height:20px; font-weight:bold; ">~</caption>
- <caption id="cap_reqpsn" class="search_name" style="left:735px; top:37px; width:88px; height:17px; ">검 수 자 :</caption>
- <input id="ipt_chkpsn" ref="/root/send/search/chkpsn" class="input_search" style="left:831px; top:37px; width:85px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_chkpsn.value.length == 0)
- ipt_chkpsnnm.value = "";
- else
- misfValidationCheck("01-1", "", "chkpsn,chkpsnnm");
- model.refresh();
-
- //btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_chkpsn" class="icon_search" style="left:921px; top:37px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("01", ipt_chkpsn, "", "chkpsn,chkpsnnm");
- model.refresh();
-
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <input id="ipt_chkpsnnm" ref="/root/send/search/chkpsnnm" class="output_search" appearance="input" style="left:945px; top:37px; width:145px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_chkpsnnm.value.length == 0)
- ipt_chkpsn.value = "";
- else
- misfValidationCheck("01-2", "", "chkpsn,chkpsnnm");
- model.refresh();
-
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_subsuplplcecd" ref="/root/send/search/subsuplplcecd" style="left:486px; top:93px; width:84px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_subsuplplcecd.value != ""){
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- model.getValue(cmb_instcd.attribute("ref")) +",," + model.getValue(ipt_subsuplplcecd.attribute("ref"))
- ,"","subsuplplcecd,subsuplplcenm,prsdnm,cntctel" ,ipt_subsuplplcecd,"SPRSD00220","instcd","cmb_instcd", "Y");
-
- fValiDataCheckSetting();
- }else{
- ipt_subsuplplcenm.value = "";
- }
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_subsuplplcecd" class="icon_search" style="left:578px; top:95px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_subsuplplcecd,"","subsuplplcecd,subsuplplcenm,prsdnm,cntctel","SPRSD00220","instcd","cmb_instcd", "Y");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_suplplcenm" ref="/root/send/search/suplplcenm" class="output_search" appearance="input" style="left:238px; top:93px; width:117px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_suplplcenm.value.length == 0)
- ipt_suplplcecd.value = "";
- else
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- model.getValue(cmb_instcd.attribute("ref")) +",," + model.getValue(ipt_suplplcenm.attribute("ref")),"","suplplcecd,suplplcenm" ,
- ipt_suplplcenm,"SPRSD00220","instcd","cmb_instcd");
- model.refresh();
- //btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_suplplcecd" ref="/root/send/search/suplplcecd" style="left:114px; top:93px; width:86px; 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();
- //btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption14" class="search_name" style="left:370px; top:94px; width:109px; height:17px; ">보조거래처 :</caption>
- <button id="btn_suplplcecd" class="icon_search" style="left:208px; top:95px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_suplplcecd,"","suplplcecd,suplplcenm","SPRSD00220","instcd","cmb_instcd");
- model.refresh();
- //btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <caption id="caption18" class="search_name" style="left:9px; top:94px; width:99px; height:17px; ">주거래처 :</caption>
- <input id="ipt_subsuplplcenm" ref="/root/send/search/subsuplplcenm" class="output_search" style="left:603px; top:93px; width:117px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_subsuplplcenm.value != ""){
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- model.getValue(cmb_instcd.attribute("ref")) +",custnm," + model.getValue(ipt_subsuplplcenm.attribute("ref"))
- ,"","subsuplplcecd,subsuplplcenm,prsdnm,cntctel" ,ipt_subsuplplcecd,"SPRSD00220","instcd","cmb_instcd", "Y");
-
- fValiDataCheckSetting()
- }else{
- ipt_subsuplplcecd.value = "";
- }
- model.refresh();
- ]]>
- </script>
- </input>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:173px; x2:1188px; y2:173px; "/>
- <datagrid id="grd_fixwinregst" nodeset="/root/main/list/fixwinregstinfo/fixwinregstlist" caption="선택^자산 코드^물품명^규격^주 거래처명^보조 거래처명^단위^취득 금액^계산서일^입고일^계정명^검수자" colsep="^" colwidth="37, 84, 271, 167, 117, 100, 64, 117, 83, 81, 154, 63" explorerbar="sortshow" frozencols="3" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="24" rowsep="|" style="left:0px; top:180px; width:1190px; height:535px; font-weight:normal; text-align:center; ">
- <col checkvalue="Y,N" ref="chk" type="checkbox"/>
- <col ref="fixasetcd" style="text-align:center; "/>
- <col ref="fixasetnm" style="text-align:left; padding-left:10; "/>
- <col ref="goodspec" style="text-align:left; padding-left:10; "/>
- <col ref="suplplcecdnm" style="text-align:left; padding-left:10; "/>
- <col ref="suppcustcdnm" style="text-align:left; padding-left:10; "/>
- <col ref="fixasetunit" style="text-align:center; "/>
- <col ref="possnamt" format="#,###" style="text-align:right; "/>
- <col ref="calcdocudd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="windd" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="acntflagnm" style="text-align:left; padding-left:10; "/>
- <col ref="chkpsnnm" style="text-align:center; "/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_fixwinregst.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:0px; top:154px; width:143px; height:13px; ">입고 대장 리스트</caption>
- <button id="btn_allchoice" class="btn2_letter4" style="left:999px; top:153px; width:64px; height:19px; ">
- <caption>전체선택</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fItemAllChoice("Y");
- ]]>
- </script>
- </button>
- <button id="btn_allcancle" class="btn2_letter4" style="left:1064px; top:153px; width:64px; height:19px; ">
- <caption>선택해제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fItemAllChoice("N");
- ]]>
- </script>
- </button>
- <input id="ipt_lrgnm" ref="/root/send/search/lrgnm" class="output_search" appearance="input" style="left:200px; top:55px; width:155px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_lrgnm.value.length == 0)
- ipt_lrgcd.value = "";
- else
- rszfValidationCheck("TRRSD00131", "lrglist", "refcond,lrgnm,goodflag",
- "lrgnm," + ipt_lrgnm.value + "," + cmb_goodflag.value, "", "lrgcd,lrgnm",
- ipt_lrgnm, "SPRSD00130", "goodflag","cmb_goodflag");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_lrgcd" ref="/root/send/search/lrgcd" class="input_default" style="left:115px; top:55px; width:55px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_lrgcd.value.length == 0)
- ipt_lrgnm.value = "";
- else
- rszfValidationCheck("TRRSD00131", "lrglist", "refcond,lrgcd,goodflag",
- "lrgcd," + ipt_lrgcd.value + "," + cmb_goodflag.value, "", "lrgcd,lrgnm",
- ipt_lrgcd, "SPRSD00130", "goodflag","cmb_goodflag");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_lrgcd" class="icon_search" style="left:180px; top:55px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_lrgcd,"","lrgcd,lrgnm","SPRSD00130","goodflag","cmb_goodflag");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="cap_lrgcd_search" class="search_name" style="left:10px; top:55px; width:98px; height:17px; ">대 분 류 :</caption>
- <select id="chk_possnamt" ref="/root/init/options/possnamt" overflow="visible" appearance="full" style="left:660px; top:155px; width:70px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>취득금액</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fViewOptionToggle("possnamt");
- ]]>
- </script>
- </select>
- <select id="chk_windd" ref="/root/init/options/windd" overflow="visible" appearance="full" style="left:795px; top:155px; width:52px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>입고일</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fViewOptionToggle("windd");
- ]]>
- </script>
- </select>
- <select id="chk_acntflagnm" ref="/root/init/options/acntflagnm" overflow="visible" appearance="full" style="left:849px; top:155px; width:52px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>계정명</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fViewOptionToggle("acntflagnm");
- ]]>
- </script>
- </select>
- <select id="chk_fixasetunit" ref="/root/init/options/fixasetunit" overflow="visible" appearance="full" style="left:617px; top:155px; width:43px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>단위</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fViewOptionToggle("fixasetunit");
- ]]>
- </script>
- </select>
- <select id="chk_chkpsnnm" ref="/root/init/options/chkpsnnm" overflow="visible" appearance="full" style="left:902px; top:155px; width:62px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>검수자</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fViewOptionToggle("chkpsnnm");
- ]]>
- </script>
- </select>
- <select id="chk_calcdocudd" ref="/root/init/options/calcdocudd" overflow="visible" appearance="full" style="left:727px; top:155px; width:67px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>계산서일</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fViewOptionToggle("calcdocudd");
- ]]>
- </script>
- </select>
- <button id="btn_excel" class="btn2_letter3" style="left:1130px; top:153px; width:53px; height:19px; ">
- <caption>Excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_fixwinregst);
- ]]>
- </script>
- </button>
- <select id="chk_suppcustcdnm" ref="/root/init/options/suppcustcdnm" overflow="visible" appearance="full" style="left:577px; top:155px; width:43px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>보조</label>
- <value>Y</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fViewOptionToggle("suppcustcdnm");
- ]]>
- </script>
- </select>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <line id="line7" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
- <button id="btn_init" class="btn4_letter3" style="left:1126; top:3; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <button id="btn_prnt" class="btn6_letter2" style="left:0px; top:5px; width:56px; height:22px; ">
- <caption>출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- freqlistprint();
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|