123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473 |
- <?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>
- <purccnsttninfo>
- <purccnsttnlist>
- <purccnsttndd/>
- <conflag/>
- <acntcd/>
- <suplimdd/>
- <cmt/>
- <cnsttndeptcd/>
- <teamflag/>
- <goodcntnm/>
- <needterm/>
- <notino/>
- <purccnsttnno/>
- <reqdeptcd/>
- <reqresn/>
- <suplplcecd/>
- <totcnsttnamt/>
- <writid/>
- <writnm/>
- <acntnm/>
- <cnsttndeptnm/>
- <reqdeptnm/>
- <suplplcenm/>
- <instcd/>
- <purccondd/>
- <purcconno/>
- </purccnsttnlist>
- </purccnsttninfo>
- <purccnsttnnoinfo>
- <maxpurccnsttnno>
- <purccnsttnno/>
- </maxpurccnsttnno>
- </purccnsttnnoinfo>
- <bfnotinoinfo>
- <bfnotino/>
- </bfnotinoinfo>
- </list>
- </main>
- <send>
- <search>
- <instcd/>
- <purccnsttndd/>
- <purccnsttnno/>
- <purcconnoyn>Y</purcconnoyn>
- </search>
- <save>
- <purccnsttnlist/>
- </save>
- <nosearch>
- <instcd/>
- <purccnsttndd/>
- </nosearch>
- </send>
- <init>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <submission id="TRRSK00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/nosearch" resultref="/root/main/list/purccnsttnnoinfo"/>
- <submission id="TRRSK00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list/purccnsttninfo"/>
- <submission id="TXRSK00601" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/save" 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/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../mis/purccnsttnweb/js/RSK001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- // 금일 날자 설정
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD");
- misfComboComCdList("030M0005",cmb_teamflag);
- misfComboComCdList("R0095" ,cmb_conflag);
- misfComboComCdListMulti("Z0007","cmb_instcd");
- model.setValue("/root/send/search/instcd" , getUserInfo("dutplceinstcd")); // 기관 설정
- model.setValue(cmb_instcd.attribute("ref"), getUserInfo("dutplceinstcd")); // 기관 설정
- model.setValue(cal_purccnsttndd.attribute("ref") , curdate);
- model.setValue("/root/send/nosearch/instcd" , model.getValue(cmb_instcd.attribute("ref")));
- model.setValue("/root/send/nosearch/purccnsttndd" , model.getValue(cal_purccnsttndd.attribute("ref")));
- if (submit("TRRSK00102")){
- var purccnsttnno = model.getValue("/root/main/list/purccnsttnnoinfo/maxpurccnsttnno/purccnsttnno");
- model.setValue(ipt_purccnsttnno.attribute("ref"), purccnsttnno);
- }
- model.setValue("/root/send/nosearch/instcd" , "");
- model.setValue("/root/send/nosearch/purccnsttndd" , "");
- model.refresh();
-
- }
-
- ]]>
- </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:20px; width:1195px; height:744px; ">
- <line id="line1" class="line_1" style="x1:0px; y1:28px; x2:710px; y2:28px; "/>
- <caption id="cap_purccnsttndd" class="cell_1" style="left:270px; top:35px; width:90px; height:23px; vertical-align:middle; ">품의일/NO</caption>
- <line id="line2" class="line_1" style="x1:0px; y1:265px; x2:710px; y2:265px; "/>
- <input id="ipt_purccnsttnno" ref="/root/main/list/purccnsttninfo/purccnsttnlist/purccnsttnno" class="input_default" maxlength="4" style="left:494px; top:37px; width:51px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var instcd = model.getValue(cmb_instcd.attribute("ref"));
- var purccnsttndd = model.getValue(cal_purccnsttndd.attribute("ref"));
- var purccnsttnno = model.getValue(ipt_purccnsttnno.attribute("ref"));
- model.setValue("/root/send/search/instcd" , model.getValue(cmb_instcd.attribute("ref") ));
- model.setValue("/root/send/search/purccnsttndd" , model.getValue(cal_purccnsttndd.attribute("ref")));
- model.setValue("/root/send/search/purccnsttnno" , model.getValue(ipt_purccnsttnno.attribute("ref")));
- submit("TRRSK00601")
- var vInstance = document.models(0).instances(0);
- var cnt = vInstance.selectNodes("/root/main/list/purccnsttninfo/purccnsttnlist").length;
- model.makeValue("/root/main/list/bfnotinoinfo/bfnotino", model.getValue(ipt_notino.attribute("ref")));
- if (cnt == 0){
- var spath = "/root/main/list/purccnsttninfo/purccnsttnlist";
- model.makeValue(spath+"/instcd" , instcd);
- model.makeValue(spath+"/purccnsttndd" , purccnsttndd);
- model.makeValue(spath+"/purccnsttnno" , purccnsttnno);
- model.makeNode(spath+"/conflag" );
- model.makeNode(spath+"/acntcd" );
- model.makeNode(spath+"/suplimdd" );
- model.makeNode(spath+"/cmt" );
- model.makeNode(spath+"/cnsttndeptcd");
- model.makeNode(spath+"/teamflag" );
- model.makeNode(spath+"/goodcntnm" );
- model.makeNode(spath+"/needterm" );
- model.makeNode(spath+"/notino" );
- model.makeNode(spath+"/purccnsttnno");
- model.makeNode(spath+"/reqdeptcd" );
- model.makeNode(spath+"/reqresn" );
- model.makeNode(spath+"/suplplcecd" );
- model.makeNode(spath+"/totcnsttnamt");
- model.makeNode(spath+"/writid" );
- model.makeNode(spath+"/writnm" );
- model.makeNode(spath+"/acntnm" );
- model.makeNode(spath+"/cnsttndeptnm");
- model.makeNode(spath+"/reqdeptnm" );
- model.makeNode(spath+"/suplplcenm" );
- }
- model.setFocus("ipt_purccnsttnno");
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="cal_purccnsttndd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/purccnsttndd" inputtype="date" format="yyyy-mm-dd" style="left:365px; top:37px; width:125px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- model.setValue("/root/send/nosearch/instcd" , model.getValue(cmb_instcd.attribute("ref")));
- model.setValue("/root/send/nosearch/purccnsttndd" , model.getValue(cal_purccnsttndd.attribute("ref")));
- if (submit("TRRSK00102")){
- var purccnsttnno = model.getValue("/root/main/list/purccnsttnnoinfo/maxpurccnsttnno/purccnsttnno");
- model.setValue(ipt_purccnsttnno.attribute("ref"), purccnsttnno);
- }
- model.setValue("/root/send/nosearch/instcd" , "");
- model.setValue("/root/send/nosearch/purccnsttndd" , "");
- model.setFocus("ipt_purccnsttnno");
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_insert" class="btn2_letter2" style="left:665px; top:5px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var bfnotino = model.getValue("/root/main/list/bfnotinoinfo/bfnotino");
- var notino = model.getValue(ipt_notino.attribute("ref")).getTrim();
- var goodcntnm = model.getValue(ipt_goodcntnm.attribute("ref")).getTrim();
- if (goodcntnm == ""){
- messageBox("공고번호를 수정할 품의건이 ", "E014");
- return;
- }
- if (bfnotino == notino){
- messageBox("변경된 데이타가 ","E014");
- return;
- }else{
- var tPath = "/root/send/save/purccnsttnlist";
- var vData = "";
- var vHeader = "m" + "▦" // 01 상태
- + "instcd" + "▦" // 02 기관코드
- + "purccnsttndd" + "▦" // 03 품의일
- + "purccnsttnno" + "▦" // 04 품의번호
- + "purccondd" + "▦" // 05 계약일
- + "purcconno" + "▦" // 06 계약번호
- + "notino" + "▩"; // 07 공고번호
-
- vData += "u" + "▦" // 01 상태
- + model.getValue(cmb_instcd.attribute("ref")) + "▦" // 02 기관코드
- + model.getValue(cal_purccnsttndd.attribute("ref")) + "▦" // 03 품의일
- + model.getValue(ipt_purccnsttnno.attribute("ref")) + "▦" // 04 품의번호
- + model.getValue(cal_purccondd.attribute("ref")) + "▦" // 05 품의일
- + model.getValue(ipt_purcconno.attribute("ref")) + "▦" // 06 품의번호
- + model.getValue(ipt_notino.attribute("ref")) + "▩"; // 07 공고번호
-
- model.makeNode(tPath);
- model.setValue(tPath ,vHeader+vData);
- if (submit("TXRSK00601")){
- messageBox("저장이","I002");
- }else{
- messageBox("저장이 ","E009");
- }
-
- }
- ipt_purccnsttnno.dispatch("xforms-value-changed");
- ]]>
- </script>
- </button>
- <line id="line18" class="line_2" style="x1:0px; y1:59px; x2:710px; y2:59px; "/>
- <line id="line8" class="line_2" style="x1:0px; y1:162px; x2:710px; y2:162px; "/>
- <line id="line9" class="line_2" style="x1:0px; y1:188px; x2:710px; y2:188px; "/>
- <input id="ipt_goodcntnm" ref="/root/main/list/purccnsttninfo/purccnsttnlist/goodcntnm" class="input_default" disabled="true" style="left:93px; top:88px; width:612px; height:19px; text-align:left; padding-left:10; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <input id="ipt_cmt" ref="/root/main/list/purccnsttninfo/purccnsttnlist/cmt" class="input_default" disabled="true" style="left:93px; top:113px; width:612px; height:19px; text-align:left; padding-left:10; "/>
- <caption id="caption22" class="cell_1" style="left:0px; top:138px; width:90px; height:23px; vertical-align:middle; ">총금액</caption>
- <caption id="caption12" class="cell_1" style="left:0px; top:86px; width:90px; height:23px; vertical-align:middle; ">품건명</caption>
- <input id="ipt_notino" ref="/root/main/list/purccnsttninfo/purccnsttnlist/notino" class="input_default" disabled="false" style="left:644px; top:37px; width:61px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <caption id="caption25" class="cell_1" style="left:0px; top:111px; width:90px; height:23px; vertical-align:middle; ">비고</caption>
- <caption id="caption37" class="cell_1" style="left:0px; top:61px; width:90px; height:23px; vertical-align:middle; ">요구사항</caption>
- <input id="ipt_totcnsttnamt" ref="/root/main/list/purccnsttninfo/purccnsttnlist/totcnsttnamt" class="input_default" disabled="true" format="#,###" style="left:93px; top:140px; width:247px; height:19px; text-align:right; "/>
- <line id="line3" class="line_2" style="x1:0px; y1:84px; x2:710px; y2:84px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:84px; x2:710px; y2:84px; "/>
- <line id="line5" class="line_2" style="x1:0px; y1:109px; x2:710px; y2:109px; "/>
- <caption id="caption18" class="cell_1" style="left:550px; top:35px; width:90px; height:23px; vertical-align:middle; ">공고번호</caption>
- <line id="line6" class="line_2" style="x1:0px; y1:135px; x2:710px; y2:135px; "/>
- <input id="ipt_reqresn" ref="/root/main/list/purccnsttninfo/purccnsttnlist/reqresn" class="input_default" disabled="true" style="left:93px; top:62px; width:612px; height:19px; text-align:left; padding-left:10; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <caption id="caption16" class="cell_1" style="left:350px; top:135px; width:90px; height:23px; vertical-align:middle; ">납품기한</caption>
- <input id="ipt_suplimdd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/suplimdd" disabled="true" inputtype="date" style="left:445px; top:137px; width:260px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <input id="ipt_cnsttndeptcd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/cnsttndeptcd" class="input_default" disabled="true" style="left:94px; top:166px; width:76px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- misfValidationCheck("02", "", "cnsttndeptcd,cnsttndeptnm" );
- model.refresh();
- ]]>
- </script>
- </input>
- <button id="btn_cnsttndeptcd" class="icon_search" disabled="true" style="left:172px; top:168px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "cnsttndeptcd,cnsttndeptnm";
- misfOpenPopUpList("02", ipt_cnsttndeptcd,"", recv_list) ;
- model.refresh();
- ]]>
- </script>
- </button>
- <output id="opt_cnsttndeptnm" ref="/root/main/list/purccnsttninfo/purccnsttnlist/cnsttndeptnm" class="output_fix" style="left:191px; top:166px; width:150px; height:19px; "/>
- <caption id="cap_reqdeptcd" class="cell_1" style="left:0px; top:164px; width:90px; height:23px; vertical-align:middle; ">예산부서</caption>
- <caption id="caption10" class="cell_1" style="left:350px; top:162px; width:90px; height:23px; vertical-align:middle; ">작성자</caption>
- <button id="btn_writid" class="icon_search" disabled="true" style="left:526px; top:164px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfOpenPopUpList("01", ipt_writid, "", "winpsn,winpsnnm");
- model.refresh();
-
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <input id="ipt_writid" ref="/root/main/list/purccnsttninfo/purccnsttnlist/writid" disabled="true" style="left:445px; top:164px; width:75px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_writnm.value.length == 0)
- ipt_writnm.value = "";
- else
- misfValidationCheck("01-1", "", "winpsn,winpsnnm");
- model.refresh();
-
- //btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <input id="ipt_writnm" ref="/root/main/list/purccnsttninfo/purccnsttnlist/writnm" class="output_search" appearance="input" style="left:545px; top:164px; width:160px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_winpsnnm.value.length == 0)
- ipt_writid.value = "";
- else
- misfValidationCheck("01-2", "", "winpsn,winpsnnm");
- model.refresh();
-
- // btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </input>
- <caption id="caption11" class="cell_1" style="left:0px; top:190px; width:90px; height:23px; vertical-align:middle; ">계정과목</caption>
- <output id="opt_acntnm" ref="/root/main/list/purccnsttninfo/purccnsttnlist/acntnm" class="output_fix" appearance="output" style="left:191px; top:192px; width:150px; height:19px; "/>
- <input id="ipt_acntcd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/acntcd" disabled="true" style="left:94px; top:192px; 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>
- <button id="btn_acntcd" class="icon_search" disabled="true" style="left:172px; top:192px; 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_suplplcecd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/suplplcecd" disabled="true" style="left:444px; top:192px; width:76px; 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>
- <output id="opt_suplplcenm" ref="/root/main/list/purccnsttninfo/purccnsttnlist/suplplcenm" class="output_fix" style="left:545px; top:192px; width:160px; height:19px; "/>
- <caption id="caption17" class="cell_1" style="left:350px; top:190px; width:90px; height:23px; vertical-align:middle; ">거래처</caption>
- <button id="btn_suplplcecd" class="icon_search" disabled="true" style="left:526px; top:194px; 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="caption14" class="cell_1" style="left:0px; top:215px; width:90px; height:23px; vertical-align:middle; ">요구부서</caption>
- <button id="btn_reqdeptcd" class="icon_search" disabled="true" style="left:172px; top:217px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var recv_list = "reqdeptcd,reqdeptnm";
- misfOpenPopUpList("02", ipt_reqdeptcd,"", recv_list, cmb_instcd.value, "instcd") ;
- model.refresh();
- ]]>
- </script>
- </button>
- <output id="opt_reqdeptnm" ref="/root/main/list/purccnsttninfo/purccnsttnlist/reqdeptnm" class="output_fix" style="left:191px; top:216px; width:150px; height:19px; "/>
- <input id="ipt_reqdeptcd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/reqdeptcd" class="input_default" disabled="true" style="left:94px; top:216px; width:76px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <line id="line7" class="line_2" style="x1:1px; y1:214px; x2:710px; y2:214px; "/>
- <select1 id="cmb_conflag" ref="/root/main/list/purccnsttninfo/purccnsttnlist/conflag" disabled="true" appearance="minimal" style="left:445px; top:217px; width:260px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/wareflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption8" class="cell_1" style="left:350px; top:215px; width:90px; height:23px; vertical-align:middle; ">계약방법</caption>
- <select1 id="cmb_teamflag" ref="/root/main/list/purccnsttninfo/purccnsttnlist/teamflag" disabled="true" appearance="minimal" style="left:94px; top:242px; width:132px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/wareflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption36" class="cell_1" style="left:0px; top:240px; width:90px; height:23px; vertical-align:middle; ">팀구분</caption>
- <line id="line10" class="line_2" style="x1:0px; y1:239px; x2:710px; y2:239px; "/>
- <input id="ipt_needterm" ref="/root/main/list/purccnsttninfo/purccnsttnlist/needterm" class="input_default" disabled="true" style="left:445px; top:241px; width:81px; height:19px; text-align:right; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
-
- ]]>
- </script>
- </input>
- <caption id="caption13" class="cell_1" style="left:351px; top:240px; width:90px; height:23px; vertical-align:middle; ">소요일</caption>
- <line id="line11" class="line_2" style="x1:0px; y1:264px; x2:710px; y2:264px; "/>
- <select1 id="cmb_instcd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/instcd" class="combo_default" disabled="true" appearance="minimal" style="left:93px; top:37px; width:172px; height:19px; ">
- <choices>
- <itemset nodeset="/root/main/init">
- <label ref="cnstnm"/>
- <value ref="cnstcd"/>
- </itemset>
- </choices>
- </select1>
- <caption id="caption1" class="cell_1" style="left:0px; top:35px; width:90px; height:23px; vertical-align:middle; ">기관코드</caption>
- <input id="cal_purccondd" ref="/root/main/list/purccnsttninfo/purccnsttnlist/purccondd" disabled="true" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:530px; top:240px; width:100px; height:19px; text-align:center; "/>
- <input id="ipt_purcconno" ref="/root/main/list/purccnsttninfo/purccnsttnlist/purcconno" class="input_default" disabled="true" visibility="hidden" style="left:635px; top:240px; width:70px; height:19px; text-align:left; padding-left:10; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|