123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350 |
- <?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>
- <fixaset>
- <fixasetlist/>
- </fixaset>
- <cpfixaset>
- <cpfixasetlist>
- <goodnm1/>
- <goodnm2/>
- <goodmodel/>
- <mngtno/>
- <deptnm1/>
- <deptnm2/>
- <possndd/>
- <fixasetcd/>
- </cpfixasetlist>
- </cpfixaset>
- </list>
- <barcdprntsetup>
- <prntkind>1</prntkind>
- <commkind>02</commkind>
- <setupval/>
- <comm/>
- <databit>8</databit>
- <stopbit>1</stopbit>
- <baudrate>9600</baudrate>
- <parity>n</parity>
- </barcdprntsetup>
- <barcodetarget>
- <instcd/>
- <barcdprntyn/>
- <fixasetcd/>
- <goodflaghngnm/>
- <goodflagengnm/>
- <goodmodel/>
- <possndd/>
- <mngtdeptnm/>
- <installplcecd/>
- <installplcenm/>
- <cntrdeptnm/>
- <suplplcenm/>
- </barcodetarget>
- </main>
- <send>
- <fixasetlist>
- <instcd_search/>
- <goodflag_search/>
- <possnfrdd_search/>
- <possntodd_search/>
- <lrgcd_search/>
- <mdlcd_search/>
- <smlcd_search/>
- <mngtdeptcd_search/>
- <mngtdept_search/>
- <fixasetcd_search/>
- <fixasetnm_search/>
- <instcd/>
- <goodflagnm_search/>
- </fixasetlist>
- <barcodetarget/>
- </send>
- <init>
- <goodflag>
- <label>의료장비</label>
- <value>E</value>
- <label>일반비품</label>
- <value>G</value>
- </goodflag>
- <msgdata/>
- </init>
- <temp/>
- <copytemp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- fGetBrcdPrntInfo();
- ]]>
- </script>
- <submission id="TRRFC00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/fixasetlist" resultref="/root/main/list/fixaset"/>
- <submission id="TXRFC00701" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/barcodetarget" resultref="/root/copytemp"/>
- </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/purcbaseweb/js/SMRFC00700.js"/>
- <script type="javascript">
- <![CDATA[
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1194;" 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:189px; height:14px; ">고정 자산 바코드 출력</caption>
- </group>
- <group id="group4" scroll="auto" style="left:0px; top:13px; width:1195px; height:27; ">
- <line id="line12" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
- <button id="btn_clear" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <button id="btn_prntset" class="btn3_letter5" visibility="hidden" style="left:0px; top:3px; width:92px; height:22px; ">
- <caption>프린터설정</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fSetPrint();
- ]]>
- </script>
- </button>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:40; width:1195px; height:744px; ">
- <datagrid id="grd_cpfixasetlist" nodeset="/root/main/list/cpfixaset/cpfixasetlist" visibility="hidden" caption="물품명 1^물품명 2^모델^S/N^부서명 1^부서명 2^취득일자^고정자산 코드^규격^공급처" colsep="^" colwidth="100, 100, 100, 100, 100, 100, 100, 100, 100, 100" mergecellsfixedrows="bycolrec" rowsep="|" style="left:5px; top:425px; width:1010px; height:160px; ">
- <col ref="goodnm1"/>
- <col ref="goodnm2"/>
- <col ref="goodmodel"/>
- <col ref="mngtno"/>
- <col ref="deptnm1"/>
- <col ref="deptnm2"/>
- <col ref="possndd"/>
- <col ref="fixasetcd"/>
- <col ref="goodspec"/>
- <col ref="suplplcenm"/>
- </datagrid>
- <object id="CommAX" clsid="{B721F534-D025-466B-8A28-7CF40E700ACD}" style="left:0px; top:15px; width:0px; height:0px; "/>
- <caption id="caption22" class="tit_2" style="left:5px; top:90px; width:113px; height:13px; ">고정자산 리스트</caption>
- <line id="line19" class="line_1" style="x1:0px; y1:105px; x2:1194px; y2:105px; "/>
- <button id="btn_allchoice" class="btn2_letter4" style="left:1064px; top:85px; 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:1129px; top:85px; width:64px; height:19px; ">
- <caption>선택해제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fItemAllChoice("N");
- ]]>
- </script>
- </button>
- <button id="btn_barcodeprt" class="btn2_letter4" style="left:998px; top:85px; width:64px; height:19px; ">
- <caption>라벨출력</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- // 경북대
- fBarcodePrtKnu();
- // CMC 버전.
- //fBarcodePrt();
- ]]>
- </script>
- </button>
- <datagrid id="grd_barcodetarget" nodeset="/root/main/barcodetarget" visibility="hidden" caption="기관코드^출력여부^코드번호^품명(한글)^품명(영문)^모델명^취득일자^관리부서^SERIAL NO^설치장소^설치장소^귀속부서^업체명^연락처" colsep="^" colwidth="36, 40, 79, 151, 100, 100, 117, 100, 23, 47, 99, 87, 130, 55" dataheight="23" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="23" rowsep="|" style="left:0px; top:370px; width:1194px; height:264px; ">
- <col ref="instcd"/>
- <col ref="barcdprntyn"/>
- <col ref="fixasetcd"/>
- <col ref="goodflaghngnm"/>
- <col ref="goodflagengnm"/>
- <col ref="goodmodel"/>
- <col disabled="true" ref="possndd" type="inputdate"/>
- <col ref="mngtdeptnm"/>
- <col ref="mngtno"/>
- <col ref="installplcecd"/>
- <col ref="installplcenm"/>
- <col ref="cntrdeptnm"/>
- <col ref="suplplcenm"/>
- <col/>
- </datagrid>
- <group id="group6" style="left:0px; top:10px; width:1194px; height:65px; vertical-align:top; ">
- <shape id="roundrect3" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:65px; "/>
- <caption id="caption21" class="search_name" style="left:11px; top:10px; width:86px; height:17px; ">기관코드 :</caption>
- <select1 id="cmb_instcd_search" ref="/root/send/fixasetlist/instcd_search" class="combo_s_essential" navindex="1" appearance="minimal" style="left:100px; top:10px; width:120px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- fSetPrintUseCheck();
- ]]>
- </script>
- </select1>
- <button id="btn_search" class="btn1_letter2" navindex="11" style="left:1123px; top:21px; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- //model.makeNode( grd_fixasetlist.attribute("nodeset")+"/choice" );
- misfGridInit(grd_fixasetlist); // 고정자산 List
- misfGridInit(grd_barcodetarget); // Barcode Print target Grid
- misfMsterDetailRetrieve();
- // @@@@@@ 테스트시 해제
- //grd_fixasetlist.valueMatrix(1, 6) = "한글 a테스b트" + grd_fixasetlist.valueMatrix(1, 6);
- ]]>
- </script>
- </button>
- <line id="line14" class="line_4" style="x1:1107px; y1:7px; x2:1107px; y2:59px; border-color:#ffe4bb; border-left-style:solid; "/>
- <input id="ipt_possnfrdd_search" ref="/root/send/fixasetlist/possnfrdd_search" class="input_s_essential" navindex="5" inputtype="date" style="left:550px; top:10px; width:90px; height:19px; "/>
- <caption id="caption23" style="left:645px; top:10px; width:15px; height:20px; vertical-align:middle; ">~</caption>
- <input id="ipt_possntodd_search" ref="/root/send/fixasetlist/possntodd_search" class="input_s_essential" navindex="6" inputtype="date" style="left:660px; top:10px; width:90px; height:19px; "/>
- <caption id="caption34" class="search_name" style="left:455px; top:10px; width:86px; height:17px; ">구입일자 :</caption>
- <caption id="caption35" class="search_name" style="left:246px; top:10px; width:86px; height:17px; ">물품구분 :</caption>
- <select1 id="cmb_goodflag_search" ref="/root/send/fixasetlist/goodflag_search" class="combo_s_essential" navindex="2" appearance="minimal" style="left:335px; top:10px; width:100px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/goodflag">
- <label ref="label"/>
- <value ref="value"/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- // 대분류 코드 콤보 설정.
- rszfLMSComboList(model.getValue(cmb_goodflag_search.attribute("ref")), "", "", "cmb_lrgcd_search", "", "L");
- cmb_lrgcd_search.dispatch("xforms-value-changed");
- ]]>
- </script>
- </select1>
- <caption id="caption91" class="search_name" visibility="visible" style="left:11px; top:37px; width:86px; height:17px; ">대 분 류 :</caption>
- <caption id="caption94" class="search_name" visibility="visible" style="left:246px; top:37px; width:86px; height:17px; ">중 분 류 :</caption>
- <caption id="caption96" class="search_name" visibility="visible" style="left:770px; top:37px; width:88px; height:17px; ">자 산 명 :</caption>
- <select1 id="cmb_lrgcd_search" ref="/root/send/fixasetlist/lrgcd_search" navindex="3" visibility="visible" appearance="minimal" style="left:100px; top:37px; width:120px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rszfLMSComboList(model.getValue(cmb_goodflag_search.attribute("ref")), cmb_lrgcd_search.value, "", "cmb_mdlcd_search", "", "M");
- cmb_mdlcd_search.dispatch("xforms-value-changed");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_mdlcd_search" ref="/root/send/fixasetlist/mdlcd_search" navindex="4" visibility="visible" appearance="minimal" style="left:335px; top:37px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- rszfLMSComboList(model.getValue(cmb_goodflag_search.attribute("ref")), cmb_lrgcd_search.value, cmb_mdlcd_search.value, "cmb_smlcd_search", "", "S");
- model.refresh();
- ]]>
- </script>
- </select1>
- <select1 id="cmb_smlcd_search" ref="/root/send/fixasetlist/smlcd_search" visibility="hidden" appearance="minimal" style="left:330px; top:25px; width:100px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_mngtdeptcd_search" ref="/root/send/fixasetlist/mngtdeptcd_search" class="input_search" navindex="7" style="left:860px; top:10px; width:90px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfSearchDept(ipt_deptnm_search);
- ]]>
- </script>
- </input>
- <caption id="cap_deptcd_search" class="search_name" style="left:770px; top:10px; width:92px; height:17px; ">사용부서 :</caption>
- <input id="ipt_deptnm_search" ref="/root/send/fixasetlist/mngtdept_search" class="output_fix" navindex="-1" editable="false" appearance="input" style="left:972px; top:10px; width:123px; height:19px; "/>
- <button id="btn_mngtdeptcd_search" class="icon_search" navindex="8" style="left:952px; top:10px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("02", ipt_mngtdeptcd_search,"","mngtdeptcd_search,mngtdept_search", model.getValue(cmb_instcd_search.attribute("ref")),"instcd_search");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_fixasetcd_search" ref="/root/send/fixasetlist/fixasetcd_search" class="input_search" navindex="9" imemode="disabled" _chartype="upper" style="left:550px; top:37px; width:200px; height:19px; text-align:left; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="cap_fixasetcd" class="search_name" style="left:455px; top:37px; width:89px; height:17px; ">자산코드 :</caption>
- <caption id="caption1" class="search_name" visibility="hidden" style="left:245px; top:25px; width:86px; height:17px; ">소 분 류 :</caption>
- <input id="cap_goodflagnm" ref="/root/send/fixasetlist/goodflagnm_search" class="input_search" navindex="10" style="left:860px; top:37px; width:235px; height:19px; text-align:left; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <datagrid id="grd_fixasetlist" nodeset="/root/main/list/fixaset/fixasetlist" caption="^물품구분^기관코드^출력여부^자산코드^품명^품명(영문)^규격^공급처^모델^구입일자^사용부서^청구부서^물품명1^물품명2^부서명1^부서명2^설치장소^설치장소^SERIAL NO^제조원^업체명^연락처^물품명1^물품명2^부서명1^부서명2" colsep="^" colwidth="29, 72, 60, 5, 111, 170, 170, 124, 134, 130, 79, 120, 120, 100, 100, 100, 100, 80, 120, 100, 100, 153, 100, 100, 100, 100, 100" dataheight="23" ellipsis="true" explorerbar="sortshow" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" style="left:0px; top:105px; width:1194px; height:634px; ">
- <col checkvalue="Y,N" ref="choice" type="checkbox"/>
- <col ref="goodflag" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="barcdprntyn" visibility="hidden"/>
- <col ref="fixasetcd" style="text-align:center; "/>
- <col ref="goodflaghngnm" style="padding-left:10; "/>
- <col ref="goodflagengnm" style="padding-left:10; "/>
- <col ref="goodspec" style="text-align:left; padding-left:10; "/>
- <col ref="suplplcenm" style="text-align:left; padding-left:10; "/>
- <col ref="goodmodel" visibility="hidden"/>
- <col disabled="true" ref="possndd" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="mngtdeptnm" style="text-align:left; padding-left:10; "/>
- <col ref="cntrdeptnm" visibility="hidden" style="text-align:left; padding-left:10; "/>
- <col ref="goodnm1" visibility="hidden"/>
- <col ref="goodnm2" visibility="hidden"/>
- <col ref="deptnm1" visibility="hidden"/>
- <col ref="deptnm2" visibility="hidden"/>
- <col ref="installplcecd"/>
- <col ref="installplcenm"/>
- <col ref="mngtno" visibility="visible"/>
- <col ref="prodcmpynm"/>
- <col ref="suplplcenm"/>
- <col ref="cntctel" visibility="visible"/>
- <col ref="goodnm1" visibility="hidden"/>
- <col ref="goodnm2" visibility="hidden"/>
- <col ref="deptnm1" visibility="hidden"/>
- <col ref="deptnm2" visibility="hidden"/>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_fixasetlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- </group>
- </xhtml:body>
- </xhtml:html>
|