123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- <?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>Untitle</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main/>
- <send>
- <fixasetlist>
- <fixasetcd/>
- <fixasetnm/>
- <instcd/>
- <prodcmpycd/>
- <prodcmpynm/>
- <goodflag/>
- <suplplcecd/>
- <suplplcenm/>
- <cntrdeptnm/>
- <cntrdeptcd/>
- </fixasetlist>
- </send>
- <init/>
- <hidden/>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //화면 Control을 초기화한다
- fInitialize();
- ]]>
- </script>
- <submission id="submission1"/>
- </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">
- <![CDATA[
- function fInitialize()
- {
- misfComboComCdListMulti("Z0007",
- "cmb_instcd");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1193;" 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; ">
- <line id="line1" class="line_1" style="x1:0px; y1:116px; x2:1194; y2:116px; "/>
- <caption id="caption21" class="tit_2" style="left:5px; top:101px; width:131px; height:14px; ">자산현황 리스트</caption>
- <button id="button9" class="btn2_letter2" style="left:1151px; top:95px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- </button>
- <group id="group4" style="left:0px; top:10px; width:1194px; height:81px; vertical-align:top; ">
- <shape id="roundrect2" appearance="roundrect" ellipsewidth="10" ellipseheight="10" style="left:0px; top:0px; width:1194; height:81 px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="button1" class="btn1_letter2" navindex="7" style="left:1123; top:30; width:56px; height:22px; text-align:left; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- ]]>
- </script>
- </button>
- <caption id="caption7" class="search_name" style="left:430px; top:33px; width:89px; height:17px; ">출력구분 :</caption>
- <caption id="caption13" class="search_name" style="left:430px; top:56px; width:89px; height:17px; ">자 산 명 :</caption>
- <line id="line3" class="line_4" style="top:54; x1:1107; y1:8; x2:1107; y2:75; "/>
- <input id="input2" class="input_search" navindex="6" style="left:523px; top:55px; width:400px; height:19px; "/>
- <select1 id="combo1" class="combo_search" appearance="minimal" style="left:523px; top:32px; width:177px; height:19px; ">
- <choices>
- <item>
- <label>combo1</label>
- <value>combo1</value>
- </item>
- </choices>
- </select1>
- <caption id="caption8" class="search_name" style="left:15px; top:10px; width:86px; height:17px; ">기관코드 :</caption>
- <caption id="cap_fixasetcd" class="search_name" style="left:15px; top:32px; width:86px; height:17px; ">자산코드 :</caption>
- <input id="ipt_fixasetcd" ref="/root/send/fixasetlist/fixasetcd" class="input_search" visibility="visible" style="left:108px; top:32px; width:80px; 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/fixasetlist/fixasetnm" class="input_search" navindex="3" style="left:213px; top:32px; width:175px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_fixasetnm.value != '')
- {
- rszfValidationCheck("TRRSD00241", "rfcmfacdlist", "instcd,requirementcd,requirementnm,goodflag",
- cmb_instcd.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" class="icon_search" style="left:194px; top:32px; 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>
- <select1 id="cmb_instcd" ref="/root/send/fixasetlist/instcd" class="combo_s_essential" appearance="minimal" style="left:108px; top:9px; width:177px; height:19px; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <button id="btn_prodcmpycd" class="icon_search" style="left:194px; top:57px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_prodcmpycd,"","prodcmpycd,prodcmpynm","SPRSD00160","","");
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="cap_prodcmpycd" class="search_name" style="left:15px; top:56px; width:88px; height:17px; ">제조회사 :</caption>
- <input id="ipt_prodcmpycd" ref="/root/send/fixasetlist/prodcmpycd" class="input_search" style="left:108px; top:55px; width:80px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_prodcmpycd.value != ""){
- rszfValidationCheck("TRRSD00161", "prodcmpylist", "refcond,prodcmpycd,prodcmpynm",
- "prodcmpycd," + ipt_prodcmpycd.value + ","
- ,"","prodcmpycd,prodcmpynm" , ipt_prodcmpycd,"SPRSD00160","","");
- }else{
- ipt_prodcmpynm.value = "";
- }
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_prodcmpynm" ref="/root/send/fixasetlist/prodcmpynm" class="input_search" appearance="input" style="left:214px; top:55px; width:175px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_prodcmpynm.value != ""){
- rszfValidationCheck("TRRSD00161", "prodcmpylist", "refcond,prodcmpycd,prodcmpynm",
- "prodcmpynm,," + ipt_prodcmpynm.value
- ,"","prodcmpycd,prodcmpynm" , ipt_prodcmpycd,"SPRSD00160","","");
- }else{
- ipt_prodcmpycd.value = "";
- }
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="cap_goodflag" class="search_name" style="left:430px; top:10px; width:86px; height:17px; ">자산구분 :</caption>
- <select1 id="cmb_goodflag" ref="/root/send/fixasetlist/goodflag" class="combo_s_essential" navindex="2" appearance="minimal" style="left:523px; top:10px; width:177px; 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[
-
- fGridGoodflagCheck();
-
- ipt_lrgcd.value = '';
- ipt_mdlcd.value = '';
- //cmb_smlcd.value = '';
-
- //rszfLMSComboList(model.getValue("/root/send/fixasetlist/goodflag"), "", "", "cmb_lrgcd", "", "L");
- //cmb_lrgcd.dispatch("xforms-value-changed");
- ]]>
- </script>
- </select1>
- <caption id="cap_suplcecd" class="search_name" style="left:715px; top:33px; width:86px; height:17px; ">공 급 처 :</caption>
- <button id="btn_suplcecd" class="icon_search" style="left:892px; top:34px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_suplplcecd,"","suplplcecd,suplplcenm","SPRSD00220","instcd","cmb_instcd");
-
- ipt_suplplcecd.refresh();
- ipt_suplplcenm.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_suplplcecd" ref="/root/send/fixasetlist/suplplcecd" class="input_search" navindex="2" style="left:806px; top:32px; width:80px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_suplplcecd.value != '')
- {
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- cmb_instcd.value + "," + "entrregno," + ipt_suplplcecd.value, "", "suplplcecd,suplplcenm",
- ipt_suplplcecd, "SPRSD00220", "instcd","cmb_instcd");
- }else
- {
- ipt_suplplcenm.value = '';
- }
-
- ipt_suplplcecd.refresh();
- ipt_suplplcenm.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_suplplcenm" ref="/root/send/fixasetlist/suplplcenm" class="input_search" navindex="3" style="left:912px; top:32px; width:175px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_suplplcenm.value != '')
- {
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- cmb_instcd.value + "," + "custnm," + ipt_suplplcenm.value, "", "suplplcecd,suplplcenm",
- ipt_suplplcecd, "SPRSD00220", "instcd","cmb_instcd");
- }else
- {
- ipt_suplplcecd.value = '';
- }
-
- ipt_suplplcecd.refresh();
- ipt_suplplcenm.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_cntrdeptnm" ref="/root/send/fixasetlist/cntrdeptnm" class="input_fix" appearance="input" style="left:912px; top:9px; width:175px; height:19px; ">
- <script type="javascript" ev:event="xforms-valid">
- <![CDATA[
- if(ipt_cntrdeptnm.value.length == 0)
- ipt_cntrdeptcd.value = "";
- else
- misfValidationCheck("02", "", "cntrdeptcd,cntrdeptnm", opt_deptinstcd.value, "instcd" );
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_cntrdeptcd" ref="/root/send/fixasetlist/cntrdeptcd" class="input_s_essential" style="left:806px; top:9px; width:80px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "cntrdeptcd,cntrdeptnm", opt_deptinstcd.value, "instcd");
- model.refresh();
- model.setFocus("ipt_cntrdeptcd");
- ]]>
- </script>
- </input>
- <button id="btn_cntrdeptcd" class="icon_search" style="left:892px; top:11px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "cntrdeptcd,cntrdeptnm";
- //misfOpenPopUpList("02", ipt_cntrdeptcd,"", recv_list, opt_deptinstcd.value, "instcd") ;
- misfOpenPopUpList("02", ipt_cntrdeptcd,"", recv_list, "", "instcd") ;
- model.refresh();
- ]]>
- </script>
- </button>
- <caption id="caption2" class="search_name" style="left:715px; top:10px; width:86px; height:17px; ">귀속부서 :</caption>
- </group>
- <object id="object1" clsid="{463fee31-9147-4082-8b55-be24e9338b56}" style="left:0px; top:121px; width:1194px; height:613; "/>
- </group>
- <group id="group2" 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="button39" class="btn4_letter3" style="left:1126px; top:3px; width:68px; height:22px; ">
- <caption>초기화</caption>
- </button>
- <button id="button25" class="btn6_letter2" style="left:0; top:3; width:80px; height:22px; ">
- <caption>출력</caption>
- </button>
- </group>
- </xhtml:body>
- </xhtml:html>
|