123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- <?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>
- <purcconinfo>
- <purcconmainlist>
- <purccondd/>
- <purcconno/>
- <goodkindcnt/>
- <teamflag/>
- <acntcd/>
- <acntnm/>
- <notino/>
- <suplplcecd/>
- <suplplcenm/>
- <supdd/>
- <chrgid/>
- <chrgnm/>
- <flwrpirtermyy/>
- <flwrpirper/>
- <suppos/>
- <conflag/>
- <totconamt/>
- <goodcntnm/>
- <congrntamt/>
- <grntexchrate/>
- <expsschedate/>
- <deftconratecd/>
- <cmt/>
- <contermfromdd/>
- <contermtodd/>
- <newyn/>
- <updtgoodcntyn/>
- <purccnsttndd/>
- <purccnsttnno/>
- <titlecd/>
- </purcconmainlist>
- <purcconsublist/>
- </purcconinfo>
- <purcconnoinfo>
- <maxpurcconno>
- <purcconno/>
- </maxpurcconno>
- </purcconnoinfo>
- <prntpurcconinfo>
- <prntpurcconlist>
- <prntpurccondd/>
- <prntpurcconfromdd/>
- <prntpurccontodd/>
- </prntpurcconlist>
- </prntpurcconinfo>
- </list>
- </main>
- <send>
- <search>
- <instcd/>
- <wareflag/>
- <purccondd/>
- <purcconno/>
- </search>
- <save>
- <purcconlist/>
- </save>
- <nosearch>
- <instcd/>
- <purccondd/>
- </nosearch>
- </send>
- <init>
- </init>
- <temp>
- </temp>
- </root>
- </instance>
- <script type="javascript">
- <![CDATA[
- // 초기화하기
- function fInitialize()
- {
- // 금일 날자 설정
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD");
-
- misfComboComCdList("030M0001",cmb_wareflag_search);
- misfComboComCdList("030M0008",cmb_deftconratecd);
- misfComboComCdListMulti("Z0007","cmb_instcd");
- model.setValue("/root/send/search/instcd", getUserInfo("dutplceinstcd")); // 기관 설정
- addComboItem( "cmb_wareflag_search", "전체", "", "above");
-
- // 병원정보를 가져오기
- rszfRscsysinftLists(getUserInfo("dutplceinstcd"));
- model.setValue(cal_purccondd_search.attribute("ref") , curdate);
- model.setValue("/root/send/nosearch/instcd" , model.getValue(cmb_instcd.attribute("ref")));
- model.setValue("/root/send/nosearch/purccondd" , model.getValue(cal_purccondd_search.attribute("ref")));
- if (submit("TRRSP00102")){
- var purcconno = model.getValue("/root/main/list/purcconnoinfo/maxpurcconno/purcconno");
- model.setValue(ipt_purcconno_search.attribute("ref"), purcconno);
- }
- model.setValue("/root/send/nosearch/instcd" , "");
- model.setValue("/root/send/nosearch/purccondd" , "");
- model.makeValue(cal_prntpurccondd.attribute("ref") , curdate);
- model.makeValue(cal_prntpurcconfromdd.attribute("ref") , curdate);
- model.makeValue(cal_prntpurccontodd.attribute("ref") , cvtdate.getAddDate(1,"M").getDateFormat("YYYYMMDD"));
- btn_search.dispatch("DOMActivate");
- model.refresh();
-
- }
- ]]>
- </script>
- <submission id="TRRSP00101" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/search" resultref="/root/main/list/purcconinfo"/>
- <submission id="TRRSP00102" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/nosearch" resultref="/root/main/list/purcconnoinfo"/>
- <submission id="TXRSP00101" 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="../../../com/commonweb/js/numericHelper.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">
- <![CDATA[]]>
- </script>
- </xhtml:head>
- <xhtml:body guideline="1,1368;" style="font-family:굴림; 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:48px; 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:40px; background-color:#fffbf2; border-color:#ffd799; "/>
- <button id="btn_search" class="btn1_letter2" style="left:1120px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var curdate = getCurrentDate();
- var cvtdate = curdate.toDate("YYYYMMDD");
- var spath = "/root/main/list/purcconinfo"
- model.removeNodeset(spath);
- submit("TRRSP00101");
-
- model.makeValue("/root/main/list/purcconinfo/purcconmainlist/titlecd", "1");
- model.refresh();
-
- ]]>
- </script>
- </button>
- <select1 id="cmb_instcd" ref="/root/send/search/instcd" class="combo_default" disabled="true" appearance="minimal" style="left:99px; top:10px; width:136px; 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>
- <input id="cal_purccondd_search" ref="/root/send/search/purccondd" navindex="1" inputtype="date" style="left:596px; top:10px; width:105px; 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/purccondd" , model.getValue(cal_purccondd_search.attribute("ref")));
- if (submit("TRRSP00102")){
- var purcconno = model.getValue("/root/main/list/purcconnoinfo/maxpurcconno/purcconno");
- model.setValue(ipt_purcconno_search.attribute("ref"), purcconno);
- }
- model.setValue("/root/send/nosearch/instcd" , "");
- model.setValue("/root/send/nosearch/purccondd" , "");
-
- model.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption20" class="search_name" style="left:505px; top:10px; width:96px; height:17px; vertical-align:middle; ">계약일자 :</caption>
- <line id="line30" class="line_4" style="x1:1110px; y1:3px; x2:1110px; y2:35px; "/>
- <caption id="caption2" class="search_name" style="left:250px; top:10px; width:106px; height:17px; ">창고 구분 :</caption>
- <select1 id="cmb_wareflag_search" ref="/root/send/search/wareflag" appearance="minimal" style="left:346px; top:10px; width:134px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/wareflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_purcconno_search" ref="/root/send/search/purcconno" class="input_default" navindex="2" maxlength="4" style="left:710px; top:10px; width:75px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="onkeyup">
- <![CDATA[
- inputEnterKey("btn_search", "DOMActivate");
- ]]>
- </script>
- </input>
- </group>
- <line id="line1" class="line_1" style="x1:0px; y1:93px; x2:1190px; y2:93px; "/>
- <caption id="caption1" class="tit_2" style="left:0px; top:74px; width:180px; height:14px; ">총액품목 변경단가 조회</caption>
- <button id="btn_excel" class="btn2_letter2" style="left:1140px; top:71px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfSaveExcel(grd_purccon);
- ]]>
- </script>
- </button>
- <line id="line2" class="line_1" style="x1:0px; y1:175px; x2:1190px; y2:175px; "/>
- <line id="line18" class="line_2" style="x1:0px; y1:124px; x2:1195px; y2:124px; "/>
- <line id="line9" class="line_2" style="x1:0px; y1:253px; x2:1190px; y2:253px; "/>
- <input id="ipt_suppos" ref="/root/main/list/purcconinfo/purcconmainlist/suppos" class="input_default" disabled="true" style="left:738px; top:126px; width:447px; height:19px; text-align:left; padding-left:10; "/>
- <caption id="caption11" class="cell_1" style="left:300px; top:100px; width:90px; height:23px; vertical-align:middle; ">계정과목</caption>
- <caption id="caption12" class="cell_1" style="left:645px; top:125px; width:90px; height:23px; vertical-align:middle; ">납품장소</caption>
- <caption id="caption26" class="cell_1" style="left:0px; top:150px; width:90px; height:23px; vertical-align:middle; ">계약기간</caption>
- <line id="line3" class="line_2" style="x1:0px; y1:149px; x2:650px; y2:149px; "/>
- <line id="line4" class="line_2" style="x1:0px; y1:149px; x2:1190px; y2:149px; "/>
- <line id="line5" class="line_2" style="x1:0px; y1:174px; x2:1190px; y2:174px; "/>
- <output id="opt_acntnm" ref="/root/main/list/purcconinfo/purcconmainlist/acntnm" class="output_fix" appearance="output" style="left:491px; top:102px; width:150px; height:19px; text-align:left; padding-left:10; "/>
- <input id="ipt_acntcd" ref="/root/main/list/purcconinfo/purcconmainlist/acntcd" class="input_essential" disabled="true" style="left:394px; top:102px; width:76px; height:19px; text-align:center; ">
- <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:472px; top:102px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- rszfOpenPopUpListByWndName(ipt_acntcd,"","acntcd,acntnm","PPRAC00100","","");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="cal_purccondd" ref="/root/main/list/purcconinfo/purcconmainlist/purccondd" disabled="true" inputtype="date" format="yyyy-mm-dd" style="left:94px; top:102px; width:146px; 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/purccondd" , model.getValue(cal_purccondd.attribute("ref")));
- if (submit("TRRSP00102")){
- var purcconno = model.getValue("/root/main/list/purcconnoinfo/maxpurcconno/purcconno");
- model.setValue(ipt_purcconno.attribute("ref"), purcconno);
- }
- model.setValue("/root/send/nosearch/instcd" , "");
- model.setValue("/root/send/nosearch/purccondd" , "");
-
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_purcconno" ref="/root/main/list/purcconinfo/purcconmainlist/purcconno" class="input_default" disabled="true" maxlength="4" style="left:244px; top:102px; width:51px; height:19px; text-align:center; "/>
- <caption id="cap_purccondd" class="cell_1" style="left:0px; top:100px; width:90px; height:23px; vertical-align:middle; ">계약일자/NO</caption>
- <caption id="caption16" class="cell_1" style="left:645px; top:100px; width:90px; height:23px; vertical-align:middle; ">계약건명</caption>
- <input id="ipt_goodcntnm" ref="/root/main/list/purcconinfo/purcconmainlist/goodcntnm" class="input_default" disabled="true" style="left:738px; top:102px; width:447px; height:19px; text-align:left; padding-left:10; "/>
- <caption id="caption13" class="cell_1" style="left:440px; top:125px; width:90px; height:23px; vertical-align:middle; ">지체상금율</caption>
- <input id="cal_contermfromdd" ref="/root/main/list/purcconinfo/purcconmainlist/contermfromdd" disabled="true" inputtype="date" format="yyyy-mm-dd" style="left:93px; top:152px; width:156px; height:19px; text-align:center; "/>
- <input id="cal_contermtodd" ref="/root/main/list/purcconinfo/purcconmainlist/contermtodd" disabled="true" inputtype="date" format="yyyy-mm-dd" style="left:279px; top:152px; width:156px; height:19px; text-align:center; "/>
- <caption id="caption19" style="left:260px; top:155px; width:20px; height:17px; font-weight:bold; ">~</caption>
- <datagrid id="grd_purccon" nodeset="/root/main/list/purcconinfo/purcconsublist" caption="연번^물품Code^물품Code^품목 명칭^규격^수량^당초단가^변경단가^차액^조정률 %^비고" colsep="^" colwidth="53, 90, 39, 216, 178, 81, 101, 104, 80, 106, 141" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="24" rowsep="|" style="left:0px; top:182px; width:1190px; height:443px; font-weight:normal; text-align:center; ">
- <col ref="purcconseq" style="text-align:center; "/>
- <col ref="goodcd" visibility="visible" style="text-align:center; "/>
- <col ref="allsizespecid" visibility="visible" style="text-align:center; "/>
- <col ref="goodnm" style="text-align:left; padding-left:10; "/>
- <col ref="goodspec" style="text-align:left; padding-left:10; "/>
- <col ref="conqty" type="output" format="#,###" style="text-align:right; "/>
- <col ref="congoodunitcost" type="output" format="#,###" style="text-align:right; "/>
- <col ref="chnggoodunitcost" type="output" format="#,###" style="text-align:right; "/>
- <col ref="difamt" type="output" format="#,###" style="text-align:right; "/>
- <col ref="adjtrate" type="output" style="text-align:left; padding-left:10; "/>
- <col ref="cmt" style="text-align:left; padding-left:10; "/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- rszfOpenPopUpListByWndName(grd_purccon,"","goodcd,goodnm","SPRSD00190","instcd,goodflag","cmb_instcd,cmb_goodflag");
- ]]>
- </script>
- </datagrid>
- <select1 id="cmb_deftconratecd" ref="/root/main/list/purcconinfo/purcconmainlist/deftconratecd" disabled="true" appearance="minimal" style="left:533px; top:126px; width:107px; height:19px; ">
- <choices>
- <itemset nodeset="/root/init/wareflag">
- <label ref="cdnm"/>
- <value ref="cdid"/>
- </itemset>
- </choices>
- </select1>
- <input id="ipt_purccnsttnno" ref="/root/main/list/purcconinfo/purcconmainlist/purccnsttnno" class="input_default" disabled="true" visibility="hidden" maxlength="4" style="left:910px; top:70px; width:51px; height:19px; text-align:center; "/>
- <input id="cal_purccnsttndd" ref="/root/main/list/purcconinfo/purcconmainlist/purccnsttndd" disabled="true" visibility="hidden" inputtype="date" format="yyyy-mm-dd" style="left:845px; top:70px; width:61px; height:19px; text-align:center; "/>
- <caption id="caption5" class="tit_2" visibility="hidden" style="left:763px; top:72px; width:105px; height:13px; ">품의번호 :</caption>
- <output id="output1" ref="/root/main/list/purcconinfo/purcconmainlist/prsdnm" class="output_fix" visibility="hidden" style="left:245px; top:128px; width:81px; height:19px; text-align:left; padding-left:10; "/>
- <output id="output2" ref="/root/main/list/purcconinfo/purcconmainlist/addr" class="output_fix" visibility="hidden" style="left:330px; top:128px; width:81px; height:19px; text-align:left; padding-left:10; "/>
- <output id="output3" ref="/root/main/list/purcconinfo/purcconmainlist/backnm" class="output_fix" visibility="hidden" style="left:965px; top:70px; width:51px; height:19px; text-align:left; padding-left:10; "/>
- <output id="output4" ref="/root/main/list/purcconinfo/purcconmainlist/depor" class="output_fix" visibility="hidden" style="left:1020px; top:70px; width:50px; height:19px; text-align:left; padding-left:10; "/>
- <output id="output5" ref="/root/main/list/purcconinfo/purcconmainlist/aactno" class="output_fix" visibility="hidden" style="left:1075px; top:70px; width:56px; height:19px; text-align:left; padding-left:10; "/>
- <input id="ipt_congrntamt" ref="/root/main/list/purcconinfo/purcconmainlist/congrntamt" class="input_default" disabled="true" format="#,###" style="left:334px; top:126px; width:101px; height:19px; text-align:right; "/>
- <caption id="caption21" class="cell_1" style="left:245px; top:125px; width:85px; height:23px; vertical-align:middle; ">계약 보증금</caption>
- <input id="ipt_totconamt" ref="/root/main/list/purcconinfo/purcconmainlist/totconamt" class="input_default" disabled="true" format="#,###" style="left:94px; top:126px; width:146px; height:19px; text-align:right; "/>
- <caption id="caption22" class="cell_1" style="left:0px; top:125px; width:90px; height:23px; vertical-align:middle; ">계약금액</caption>
- <input id="ipt_cmt" ref="/root/main/list/purcconinfo/purcconmainlist/cmt" class="input_default" disabled="true" style="left:533px; top:152px; width:672px; height:19px; text-align:left; padding-left:10; "/>
- <caption id="caption25" class="cell_1" style="left:-360px; top:203px; width:85px; height:23px; vertical-align:middle; ">기타조건</caption>
- <caption id="caption7" class="cell_1" style="left:440px; top:150px; width:90px; height:23px; vertical-align:middle; ">특기사항</caption>
- <caption id="caption8" class="search_name" style="left:175px; top:70px; width:96px; height:17px; vertical-align:middle; ">계약일자:</caption>
- <input id="cal_prntpurccondd" ref="/root/main/list/prntpurcconinfo/prntpurcconlist/prntpurccondd" navindex="1" inputtype="date" style="left:260px; top:70px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <input id="cal_prntpurcconfromdd" ref="/root/main/list/prntpurcconinfo/prntpurcconlist/prntpurcconfromdd" navindex="1" inputtype="date" style="left:465px; top:70px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <caption id="caption9" class="search_name" style="left:380px; top:70px; width:96px; height:17px; vertical-align:middle; ">계약기간:</caption>
- <input id="cal_prntpurccontodd" ref="/root/main/list/prntpurcconinfo/prntpurcconlist/prntpurccontodd" navindex="1" inputtype="date" style="left:595px; top:70px; width:105px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- ]]>
- </script>
- </input>
- <caption id="caption10" visibility="visible" style="left:575px; top:72px; width:15px; height:13px; ">~</caption>
- </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_letter8" style="left:0px; top:5px; width:120px; height:22px; ">
- <caption>변경단가 계약서</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- var nodelist = instance1.selectNodes("/root/main/list/purcconinfo/purcconsublist").length;
- var ComFlag = model.getValue(rdo_titlecd.attribute("ref"));
-
- model.removeNodeset("/root/prtinfo/purcconinfo");
- model.makeNode("/root/prtinfo/purcconinfo");
- copyNodesetType("/root/prtinfo/purcconinfo","/root/main/list/purcconinfo","replace");
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/titlenm", rdo_titlecd.label);
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/totqty",nodelist);
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/deftconratenm", cmb_deftconratecd.label);
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/hngtotconamt",model.getValue("/root/main/list/purcconinfo/purcconmainlist/totconamt").setAmountToKorean());
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/hngcongrntamt",model.getValue("/root/main/list/purcconinfo/purcconmainlist/congrntamt").setAmountToKorean());
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/seqno","*"+cal_purccondd.value + ipt_purcconno.value+"*");
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/deftconratenm",cmb_deftconratecd.label);
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/instcdnm",model.getValue("/root/init/RscsysinftLists/rscsysinftlist/instcdnm"));
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/instzip",model.getValue("/root/init/RscsysinftLists/rscsysinftlist/instzip"));
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/instaddr",model.getValue("/root/init/RscsysinftLists/rscsysinftlist/instaddr"));
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/purcdepttel1",model.getValue("/root/init/RscsysinftLists/rscsysinftlist/purcdepttel1"));
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/purcdepttel2",model.getValue("/root/init/RscsysinftLists/rscsysinftlist/purcdepttel2"));
- model.makeValue("/root/prtinfo/purcconinfo/purcconmainlist/purcdeptfax" ,model.getValue("/root/init/RscsysinftLists/rscsysinftlist/purcdeptfax"));
- if(nodelist > 10){
- exeReportPreview("RPRSP00302","XMLSTR");
- exeReportPreview("RPRSP00303","XMLSTR");
- }else{
- exeReportPreview("RPRSP00301","XMLSTR");
- }
-
- ]]>
- </script>
- </button>
- <select1 id="rdo_titlecd" ref="/root/main/list/purcconinfo/purcconmainlist/titlecd" appearance="full" cellspacing="10" cols="2" overflow="visible" style="left:195px; top:10px; width:215px; height:15px; border-style:none; ">
- <choices>
- <item>
- <label>물품구입(제조)</label>
- <value>1</value>
- </item>
- <item>
- <label>단가납품지시</label>
- <value>2</value>
- </item>
- </choices>
- </select1>
- <caption id="caption3" class="tit_2" visibility="visible" style="left:140px; top:10px; width:60px; height:14px; ">title :</caption>
- </group>
- </xhtml:body>
- </xhtml:html>
|