123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574 |
- <?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:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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>
- <winregstinfo>
- <winregstlist/>
- </winregstinfo>
- <windd>
- <winfrdd/>
- <wintodd/>
- </windd>
- <instnm/>
- <winpsnnm/>
- </list>
- </main>
- <send>
- <search>
- <instcd/>
- <goodflag>Y</goodflag>
- <lrgcd/>
- <mdlcd/>
- <goodcd/>
- <goodnm/>
- <winfrdd/>
- <wintodd/>
- <calcdocufrdd/>
- <calcdocutodd/>
- <winpsn/>
- <winpsnnm/>
- <suplplcecd/>
- <suplplcenm/>
- <subsuplplcecd/>
- <subsuplplcenm/>
- </search>
- </send>
- <init>
- <options>
- <winunit>Y</winunit>
- <winunitcost>Y</winunitcost>
- <calcdocudd>Y</calcdocudd>
- <windd>Y</windd>
- <acntflagnm/>
- <winpsnnm/>
- <subsuplplcecdnm/>
- </options>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRRSG07801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list/winregstinfo"/>
- <submission id="TXRSG07801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/winregstlist" 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")); // 기관 설정
- rszfLMSComboList(model.getValue(cmb_goodflag.attribute("ref")), "", "", "cmb_lrgcd", "", "L", "", "Y");
- addComboItem( "cmb_lrgcd" , "전체", "", "above");
- model.removeNodeset("/root/main/list/winregstinfo/winregstlist");
- fViewOptionToggle("subsuplplcecdnm");
- fViewOptionToggle("acntflagnm");
- fViewOptionToggle("winpsnnm");
-
- model.refresh();
-
- }
-
- function fItemAllChoice( vFlag ) {
- if( fGridItemCheck()!=true ) return;
- for( cnt = grd_winregst.fixedRows; cnt < grd_winregst.rows ; cnt++ ) {
- grd_winregst.valueMatrix( cnt, grd_winregst.colRef("chk") ) = vFlag;
- }
- }
-
- function fGridItemCheck( choiceFlag ) {
- var choiceCnt = 0;
-
- if (grd_winregst.rows - grd_winregst.fixedRows <= 0 ) {
- messageBox("선택할 데이터가","I004");
- return false;
- }
-
- if ( choiceFlag == "chk" ) {
- model.resetInstanceNode("/root/copytemp");
- var varcopy = instance1.selectNodes(grd_winregst.nodeset + "[chk='Y']");
- if ( varcopy.length == 0 ) {
- messageBox("선택한 데이터가","I004");
- return false;
- }
- }
- return true;
- }
- function freqlistprint() {
- var Path = "/root/send/winregstprnt/winregstprntlist";
- model.removenode(Path);
- model.makeNode(Path);
-
- copyNodesetType(Path, grd_winregst.nodeset+ "[chk='Y']");
- exeReportPreview("RPRSG07801","XMLSTR");
- }
- // --------------------------------------------------
- // View Option 처리하는 함수
- // --------------------------------------------------
- function fViewOptionToggle(pColName) {
-
- grd_winregst.colHidden(grd_winregst.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:975px; 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; "/>
- <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[
- model.removeNodeset("/root/main/list/winregstinfo/winregstlist");
- if (submit("TRRSG07801")){
- 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/winpsnnm", model.getValue(ipt_winpsnnm.attribute("ref")));
- }
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/search/instcd" class="combo_default" 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:8px; top:10px; width:86px; height:17px; ">기관코드 :</caption>
- <select1 id="cmb_goodflag" ref="/root/send/search/goodflag" class="combo_default" appearance="minimal" style="left:486px; top:10px; width:234px; height:19px; ">
- <choices>
- <item>
- <label>의료비품</label>
- <value>U</value>
- </item>
- <item>
- <label>의료소모품</label>
- <value>Y</value>
- </item>
- <item>
- <label>일반소모품</label>
- <value>Z</value>
- </item>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rszfLMSComboList(model.getValue(cmb_goodflag.attribute("ref")), "", "", "cmb_lrgcd", "", "L", "", "Y");
- addComboItem( "cmb_lrgcd", "전체", "", "above");
- cmb_mdlcd.value='';
-
- model.refresh();
- ]]>
- </script>
- </select1>
- <caption id="cap_goodflag" class="search_name" style="left:370px; top:10px; width:106px; height:17px; ">물품구분 :</caption>
- <select1 id="cmb_lrgcd" ref="/root/send/search/lrgcd" appearance="minimal" style="left:114px; top:36px; width:241px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue(cmb_mdlcd.attribute("ref"), "");
- rszfLMSComboList(model.getValue(cmb_goodflag.attribute("ref")), cmb_lrgcd.value, "", "cmb_mdlcd", "", "M", "", "Y");
- cmb_mdlcd.dispatch("xforms-value-changed");
- addComboItem( "cmb_mdlcd", "전체", "", "above");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_mdlcd" ref="/root/send/search/mdlcd" appearance="minimal" style="left:486px; top:36px; width:234px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption7" class="search_name" style="left:8px; top:36px; width:88px; height:17px; ">대 분 류 :</caption>
- <caption id="caption8" class="search_name" style="left:370px; top:36px; width:103px; height:17px; ">중 분 류 :</caption>
- <input id="ipt_goodnm" ref="/root/send/search/goodnm" class="output_search" style="left:935px; top:10px; width:170px; height:19px; "/>
- <button id="btn_goodcd" class="icon_search" style="left:916px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_goodcd,"","goodcd,goodnm","SPRSD00210","instcd","cmb_instcd");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_goodcd" ref="/root/send/search/goodcd" class="input_search" maxlength="10" appearance="input" style="left:836px; top:10px; width:75px; height:19px; "/>
- <caption id="cap_goodcd" class="search_name" style="left:740px; top:10px; width:86px; height:17px; ">물품코드 :</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>
- <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>
- <caption id="caption20" class="search_name" style="left:8px; top:65px; width:96px; height:17px; vertical-align:middle; ">입고일자 :</caption>
- <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>
- <caption id="caption3" class="search_name" style="left:370px; top:65px; width:104px; height:17px; vertical-align:middle; ">계산서 일자 :</caption>
- <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>
- <caption id="caption5" style="left:599px; top:65px; width:15px; height:20px; font-weight:bold; ">~</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>
- <caption id="caption26" style="left:229px; top:65px; width:15px; height:20px; font-weight:bold; ">~</caption>
- <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="caption18" class="search_name" style="left:8px; top:94px; width:99px; 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>
- <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>
- <caption id="cap_reqpsn" class="search_name" style="left:740px; top:37px; width:88px; height:17px; ">입 고 자 :</caption>
- <input id="ipt_winpsn" ref="/root/send/search/winpsn" class="input_search" style="left:836px; top:37px; width:75px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_winpsn.value.length == 0)
- ipt_winpsnnm.value = "";
- else
- misfValidationCheck("01-1", "", "winpsn,winpsnnm");
- model.refresh();
-
- //btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <button id="btn_winpsn" class="icon_search" style="left:916px; top:37px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("01", ipt_winpsn, "", "winpsn,winpsnnm");
- model.refresh();
-
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <input id="ipt_winpsnnm" ref="/root/send/search/winpsnnm" class="output_search" appearance="input" style="left:935px; top:37px; width:170px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_winpsnnm.value.length == 0)
- ipt_winpsn.value = "";
- else
- misfValidationCheck("01-2", "", "winpsn,winpsnnm");
- model.refresh();
-
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <line id="line30" class="line_4" style="x1:1115px; y1:14px; x2:1115px; y2:110px; "/>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:173px; x2:1190px; y2:173px; "/>
- <datagrid id="grd_winregst" nodeset="/root/main/list/winregstinfo/winregstlist" caption="선택^물품코드^물품코드^물품명^규격^주거래처명^보조거래처명^입고단위^입고수량^입고단가^입고금액^계정명^입고자" colsep="^" colwidth="37, 84, 25, 285, 126, 137, 104, 68, 67, 75, 98, 127, 70" explorerbar="sortshow" frozencols="5" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="24" rowsep="|" style="left:0px; top:180px; width:1190px; height:545px; font-weight:normal; text-align:center; ">
- <col checkvalue="Y,N" ref="chk" type="checkbox"/>
- <col ref="goodcd" style="text-align:center; "/>
- <col ref="allsizespecid" style="text-align:center; "/>
- <col ref="goodnm" style="text-align:left; padding-left:10; "/>
- <col ref="allsizespecidnm" style="text-align:left; padding-left:10; "/>
- <col ref="suplplcecdnm" style="text-align:left; padding-left:10; "/>
- <col ref="subsuplplcecdnm" style="text-align:left; padding-left:10; "/>
- <col ref="winunit" style="text-align:center; "/>
- <col ref="winqty" format="#,###" style="text-align:right; "/>
- <col ref="winunitcost" format="#,###" style="text-align:right; "/>
- <col ref="winamt" format="#,###" style="text-align:right; "/>
- <col ref="acntflagnm" style="text-align:left; padding-left:10; "/>
- <col ref="winpsnnm" style="text-align:center; "/>
- <script type="javascript" ev:event="onclick">
- <![CDATA[
- var trschkyn;
-
- if(grd_winregst.col == grd_winregst.colRef("trschkyn")){
- trschkyn = grd_winregst.valueMatrix(grd_winregst.row, grd_winregst.colRef("trschkyn"));
- if (trschkyn == "Y"){
- grd_winregst.rowStatus(grd_winregst.row) = "1";
- }else{
- grd_winregst.rowStatus(grd_winregst.row) = "0";
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(grd_winregst.col == grd_winregst.colRef("cmt")){
- if (grd_winregst.rowStatus(grd_winregst.row) == "2"){
- grd_winregst.rowStatus(grd_winregst.row) = "0";
- }
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_winregst.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:152px; 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:152px; width:64px; height:19px; ">
- <caption>선택해제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fItemAllChoice("N");
- ]]>
- </script>
- </button>
- <select id="chk_winunitcost" ref="/root/init/options/winunitcost" overflow="visible" appearance="full" style="left:780px; 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("winunitcost");
- ]]>
- </script>
- </select>
- <select id="chk_subsuplplcecdnm" ref="/root/init/options/subsuplplcecdnm" overflow="visible" appearance="full" style="left:697px; 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("subsuplplcecdnm");
- ]]>
- </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_winunit" ref="/root/init/options/winunit" overflow="visible" appearance="full" style="left:737px; 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("winunit");
- ]]>
- </script>
- </select>
- <select id="chk_winpsnnm" ref="/root/init/options/winpsnnm" 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("winpsnnm");
- ]]>
- </script>
- </select>
- <button id="btn_excel" class="btn2_letter3" style="left:1130px; top:152px; width:53px; height:19px; ">
- <caption>Excel</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_winregst);
- ]]>
- </script>
- </button>
- </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[
- /*var prntyn = model.getValue(chk_prntyn.attribute("ref"));
- if (prntyn != 'Y'){
- submit("TXRSG07801");
- }*/
- freqlistprint();
- //exeReportPreview("RPRSG07801","XMLSTR");
- ]]>
- </script>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|