123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452 |
- <?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: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>
- <grid>
- <rfcmfacd>
- <rfcmfacdlist/>
- </rfcmfacd>
- <rfcdcmcr>
- <rfcdcmcrlist/>
- </rfcdcmcr>
- </grid>
- </main>
- <send>
- <rfcmfacd>
- <instcd>0</instcd>
- <fromdd/>
- <todd/>
- <fixasetcd/>
- <goodflaghngnm/>
- <acqtflag>5</acqtflag>
- <goodflag>EQ</goodflag>
- <grid>
- <rfcmfacdlist_row/>
- </grid>
- <suplplcecd/>
- <suplplcenm/>
- <stat/>
- </rfcmfacd>
- <rfcdcmcr>
- <instcd/>
- <fixasetcd/>
- <stat/>
- </rfcdcmcr>
- </send>
- <init/>
- <temp/>
- <save>
- <rfcdcmcrlist/>
- </save>
- </root>
- </instance>
- <submission id="TRRFR02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/rfcmfacd" resultref="/root/main/grid/rfcmfacd"/>
- <submission id="TRRFR02802" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/rfcdcmcr" resultref="/root/main/grid/rfcdcmcr"/>
- <submission id="TXRFR02801" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/save/rfcdcmcrlist" resultref="/root/temp"/>
- </model>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- 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="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RSZ001.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- //초기화
- misfGridInit(grd_rfcmfacdlist);
- misfGridInit(grd_rfcdcmcrlist);
- // 기관코드
- misfComboComCdList("Z0007", cmb_instcd);
-
- // 현재 날짜 기본 입력(6개월 간격 설정)
- var reqdate = getCurrentDate().toDate("YYYYMMDD");
- model.setValue(ipt_fromdd.attribute("ref"), reqdate.getAddDate(-6, "M").getDateFormat("YYYYMMDD") );
- model.setValue(ipt_todd.attribute("ref"), getCurrentDate());
-
- misfMsterDetailSet(grd_rfcmfacdlist, null, "TRRFR02801", "N");
-
-
- // 기본 사용자 설정값
- model.setValue("/root/send/rfcmfacd/instcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/rfcmfacd/goodflag", "EQ");
- model.refresh();
- }
-
-
- /*
- function fSettingGoodList(pnode, nodename){
-
- var codynode = instance1.selectNodes(pnode + "/*");
- var addRow = grd_rfcmeqgdlist.rows - grd_rfcmeqgdlist.fixedRows;
-
- if(model.getValue(grd_rfcmeqgdlist.nodeset + "[" + addRow + "]/goodcd").length > 0)addRow = addRow + 1;
- for (var j = 1; j <= codynode.length ; j++) {
- if((grd_rfcmeqgdlist.rows - grd_rfcmeqgdlist.fixedRows == 0) ||
- (addRow > grd_rfcmeqgdlist.rows - grd_rfcmeqgdlist.fixedRows))
- {
- misfGridIUD(grd_rfcmeqgdlist,"A");
- addRow = grd_rfcmeqgdlist.rows - grd_rfcmeqgdlist.fixedRows;
- fDefaultSetting(addRow );
- }
-
- model.setValue(grd_rfcmeqgdlist.nodeset + "[" + addRow + "]/goodcd" , model.getValue(pnode +"/" + nodename + "[" + j + "]/goodcd"));
- model.setValue(grd_rfcmeqgdlist.nodeset + "[" + addRow + "]/goodnm" , model.getValue(pnode +"/" + nodename + "[" + j + "]/goodnm"));
- model.setValue(grd_rfcmeqgdlist.nodeset + "[" + addRow + "]/goodspec" , model.getValue(pnode +"/" + nodename + "[" + j + "]/goodspec"));
- model.setValue(grd_rfcmeqgdlist.nodeset + "[" + addRow + "]/qty" , 1);
- model.setValue(grd_rfcmeqgdlist.nodeset + "[" + addRow + "]/goodunitcost" , model.getValue(pnode +"/" + nodename + "[" + j + "]/goodunitcost"));
- model.setValue(grd_rfcmeqgdlist.nodeset + "[" + addRow + "]/amt" , model.getValue(pnode +"/" + nodename + "[" + j + "]/goodunitcost"));
-
- addRow = addRow + 1;
- }
-
- model.refresh();
- }
- */
-
- function fDefaultSetting(prow)
- {
- model.setValue(grd_rfcmeqgdlist.nodeset +"[" + prow+ "]/instcd" , cmb_instcd.value);
- model.setValue(grd_rfcmeqgdlist.nodeset +"[" + prow+ "]/fixasetcd" , grd_rfcmfacdlist.valueMatrix(grd_rfcmfacdlist.row, grd_rfcmfacdlist.colRef("fixasetcd")) );
- model.setValue(grd_rfcmeqgdlist.nodeset +"[" + prow + "]/fromdd" , getCurrentDate());
- model.setValue(grd_rfcmeqgdlist.nodeset +"[" + prow + "]/todd" , '99991231');
- }
-
- ]]>
- </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:1194px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:168px; height:14px; ">의료장비 공동운영 계약건</caption>
- </group>
- <group id="group3" scroll="auto" style="left:0px; top:38px; width:1195; height:744; ">
- <group id="group2" style="left:0px; top:10px; width:1195px; height:65px; vertical-align:top; ">
- <shape id="roundrect2" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:1194px; height:65px; "/>
- <select1 id="cmb_instcd" ref="/root/send/rfcmfacd/instcd" class="combo_s_essential" appearance="minimal" style="left:107px; top:8px; width:209px; height:19px; text-align:center; ">
- <choices>
- <itemset>
- <label/>
- <value/>
- </itemset>
- </choices>
- </select1>
- <caption id="cap_instcd" class="search_name" style="left:15px; top:9px; width:97px; height:17px; ">기관코드 :</caption>
- <button id="btn_search" class="btn1_letter2" style="left:1125px; top:20px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfGridInit(grd_rfcmfacdlist);
- misfGridInit(grd_rfcdcmcrlist);
- if(!isRequiredControls("cmb_instcd"))return;
- if(!isRequiredControls("ipt_fromdd"))return;
- if(!isRequiredControls("ipt_todd"))return;
-
- submit("TRRFR02801");
- grd_rfcmfacdlist.dispatch("ondblclick");
- ]]>
- </script>
- </button>
- <line id="line1" class="line_4" style="x1:1110px; y1:7; x2:1110px; y2:60; "/>
- <caption id="cap_fromdd" class="search_name" style="left:455px; top:9px; width:90px; height:17px; ">계약일자:</caption>
- <input id="ipt_fromdd" ref="/root/send/rfcmfacd/fromdd" class="input_s_essential" inputtype="date" format="yyyy-mm-dd" style="left:548px; top:8px; width:140px; height:19px; text-align:center; "/>
- <input id="ipt_todd" ref="/root/send/rfcmfacd/todd" class="input_s_essential" inputtype="date" format="yyyy-mm-dd" style="left:708px; top:8px; width:140px; height:19px; text-align:center; "/>
- <caption id="cap_fixasetcd" class="search_name" style="left:15px; top:35px; width:97px; height:17px; ">장비명 :</caption>
- <button id="btn_fixasetcd" class="icon_search" style="left:214px; top:36px; width:16px; height:16px; ">
- <caption/>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if(!isRequiredControls("cmb_instcd"))return;
-
- rszfOpenPopUpListByWndName(ipt_fixasetcd,"", "fixasetcd,goodflaghngnm", "SPRSD00240", "instcd", cmb_instcd.value, "Y");
- model.refresh();
- ]]>
- </script>
- </button>
- <input id="ipt_goodflaghngnm" ref="/root/send/rfcmfacd/goodflaghngnm" class="input_default" style="left:235px; top:36px; width:200px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(!isRequiredControls("cmb_instcd"))return;
-
- if(ipt_goodflaghngnm.value != "")
- {
- rszfValidationCheck("TRRSD00241", "rfcmfacdlist",
- "requirementcd,instcd,requirementnm", "goodflaghngnm," + cmb_instcd.value + "," + ipt_goodflaghngnm.value, "",
- "fixasetcd,goodflaghngnm", ipt_fixasetcd, "SPRSD00240", "instcd", cmb_instcd.value, 'Y');
- }else{
- ipt_fixasetcd.value = "";
- }
-
- model.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_fixasetcd" ref="/root/send/rfcmfacd/fixasetcd" class="input_default" imemode="disabled" style="left:107px; top:35px; width:104px; height:19px; text-align:center; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(!isRequiredControls("cmb_instcd"))return;
-
- if(ipt_fixasetcd.value != "")
- {
- rszfValidationCheck("TRRSD00241", "rfcmfacdlist",
- "requirementcd,instcd,requirementnm", "fixasetcd," + cmb_instcd.value + "," + ipt_fixasetcd.value, "",
- "fixasetcd,goodflaghngnm",ipt_fixasetcd, "SPRSD00240", "instcd", cmb_instcd.value, 'Y');
- }else{
- ipt_goodflaghngnm.value = "";
- }
-
- model.refresh();
-
- ]]>
- </script>
- </input>
- <caption id="caption8" style="left:691px; top:9px; width:15px; height:20px; ">~</caption>
- <caption id="cap_suplcecd_search" class="search_name" style="left:455px; top:35px; width:89px; height:17px; ">거래처 :</caption>
- <button id="btn_suplcecd_search" class="icon_search" style="left:647px; top:35px; 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_suplplcenm" ref="/root/send/rfcmfacd/suplplcenm" class="input_fix" style="left:670px; top:35px; width:178px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_suplplcenm_search.value != '')
- {
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- cmb_instcd_search.value + "," + "custnm," + ipt_suplplcenm_search.value, "", "suplplcecd_search,suplplcenm_search",
- ipt_suplplcecd_search, "SPRSD00220", "instcd","cmb_instcd_search");
- }else
- {
- ipt_suplplcecd_search.value = '';
- }
-
- ipt_suplplcecd_search.refresh();
- ipt_suplplcenm_search.refresh();
- ]]>
- </script>
- </input>
- <input id="ipt_suplplcecd" ref="/root/send/rfcmfacd/suplplcecd" class="input_default" style="left:547px; top:35px; width:95px; height:19px; ">
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- if(ipt_suplplcecd_search.value != '')
- {
- rszfValidationCheck("TRRSD00221", "reqcustomlist", "instcd,refcond,retrnm",
- cmb_instcd_search.value + "," + "entrregno," + ipt_suplplcecd_search.value, "", "suplplcecd_search,suplplcenm_search",
- ipt_suplplcecd_search, "SPRSD00220", "instcd","cmb_instcd_search");
- }else
- {
- ipt_suplplcenm_search.value = '';
- }
-
- ipt_suplplcecd.refresh();
- ipt_suplplcenm.refresh();
- ]]>
- </script>
- </input>
- <caption id="caption2" class="search_name" style="left:870px; top:9px; width:127px; height:17px; ">계약 만료 여부 :</caption>
- <select1 id="cmb_stat" ref="/root/send/rfcmfacd/stat" class="combo_s_essential" appearance="minimal" style="left:1000px; top:8px; width:95px; height:19px; text-align:center; ">
- <choices>
- <item>
- <label>전체</label>
- <value/>
- </item>
- <item>
- <label>계약진행</label>
- <value>0</value>
- </item>
- <item>
- <label>계약완료</label>
- <value>1</value>
- </item>
- </choices>
- </select1>
- </group>
- <line id="line3" class="line_1" style="x1:0px; y1:108px; x2:1195px; y2:108px; "/>
- <datagrid id="grd_rfcmfacdlist" nodeset="/root/main/grid/rfcmfacd/rfcmfacdlist" caption="장비코드^장비명^모델^사용부서^설치장소^제조원^기관코드^ fromdd^todd" colsep="^" colwidth="103, 252, 137, 100, 100, 100, 100" dataheight="25" ellipsis="true" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="25" rowsep="|" style="left:0px; top:113px; width:1194px; height:397px; ">
- <col ref="fixasetcd" style="text-align:center; "/>
- <col ref="goodflaghngnm" style="text-align:left; padding-left:10; "/>
- <col ref="goodmodel" style="text-align:left; padding-left:10; "/>
- <col ref="cntrdeptnm" style="text-align:left; padding-left:10; "/>
- <col ref="installplcenm" style="text-align:left; padding-left:10; "/>
- <!-- 입고일 -->
- <col ref="prodcmpynm" style="text-align:left; padding-left:10; "/>
- <col ref="instcd" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- model.setValue("/root/send/rfcdcmcr/instcd" , grd_rfcmfacdlist.valueMatrix(grd_rfcmfacdlist.row, grd_rfcmfacdlist.colRef("instcd")));
- model.setValue("/root/send/rfcdcmcr/fixasetcd" , grd_rfcmfacdlist.valueMatrix(grd_rfcmfacdlist.row, grd_rfcmfacdlist.colRef("fixasetcd")));
- model.setValue("/root/send/rfcdcmcr/stat" , model.getValue(cmb_stat.attribute("ref")));
-
- submit("TRRFR02802");
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <caption id="caption4" class="tit_2" style="left:0px; top:92px; width:295px; height:14px; ">계약건 리스트</caption>
- <button id="button1" class="btn2_letter2" style="left:1149px; top:87px; width:42px; height:19px; ">
- <caption>엑셀</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- if(grd_rfcmfacdlist.fixedRows != grd_rfcmfacdlist.rows)
- {
- var fileName = window.fileDialog("save", ",", false, "의료장비 공동운영 계약건", "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
-
- if (fileName != "")
- {
- grd_rfcmfacdlist.saveExcel(fileName, "의료장비공동운영계약건");
- }
- }else{
- messageBox("저장할 Data가 없습니다. Data 조회 후 다시 실행하세요.", "I999");
- }
-
- ]]>
- </script>
- </button>
- <line id="line2" class="line_1" style="x1:0px; y1:108px; x2:1195px; y2:108px; "/>
- <caption id="caption1" class="tit_2" style="left:0px; top:520px; width:295px; height:14px; ">계약건 상세 List</caption>
- <line id="line4" class="line_1" style="x1:0px; y1:535px; x2:1195px; y2:535px; "/>
- <datagrid id="grd_rfcdcmcrlist" nodeset="/root/main/grid/rfcdcmcr/rfcdcmcrlist" class="datagrid3" caption="기관코드^자산코드^계약업체코드^계약업체명^계약일자^계약기간^계약기간^계약년한^계약조건^회차^월분배금^누적금액^상태^비고" colsep="^" colwidth="31, 32, 98, 146, 96, 98, 99, 80, 154, 55, 80, 80, 80, 163" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="24" rowsep="|" style="left:0px; top:540px; width:1194px; height:190px; font-weight:normal; text-align:center; ">
- <col ref="instcd" visibility="hidden" style="text-align:left; "/>
- <col ref="fixasetcd" visibility="hidden" style="text-align:left; "/>
- <col ref="concmpycd" type="inputbutton" style="text-align:center; "/>
- <col ref="concmpynm" style="text-align:left; padding-left:10; "/>
- <col ref="condd" type="inputdate" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="conddfr" type="inputdate" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="conddto" type="inputdate" format="yyyy/mm/dd" style="text-align:center; "/>
- <col ref="conyy" type="input" style="text-align:center; "/>
- <col ref="conterm" type="input" style="text-align:left; "/>
- <col ref="condg" type="input" format="##" maxlength="2" style="text-align:center; "/>
- <col ref="mmdtbtamt" type="input" format="#,###" style="text-align:right; "/>
- <col ref="acmlamt" type="input" format="#,###" style="text-align:right; "/>
- <col ref="stat" type="combo" style="text-align:left; ">
- <choices>
- <item>
- <label>계약진행</label>
- <value>0</value>
- </item>
- <item>
- <label>계약완료</label>
- <value>1</value>
- </item>
- </choices>
- </col>
- <col ref="cmt" type="input" style="text-align:left; "/>
- <script type="javascript" ev:event="onbuttonclick">
- <![CDATA[
- if (grd_rfcdcmcrlist.col == grd_rfcdcmcrlist.colRef("concmpycd")) {// 그리드 제조회사명 클릭
- rszfOpenPopUpListByWndName(grd_rfcdcmcrlist,"","concmpycd,concmpynm","SPRSD00220","instcd","cmb_instcd");
- model.refresh();
- }
- ]]>
- </script>
- <script type="javascript" ev:event="xforms-value-changed">
- <![CDATA[
- var acmlamt = 0;
- var bfcondg = 0;
- var condg = 0;
-
- bfcondg = grd_rfcdcmcrlist.valueMatrix(grd_rfcdcmcrlist.row-1, grd_rfcdcmcrlist.colRef("condg"));
- condg = grd_rfcdcmcrlist.valueMatrix(grd_rfcdcmcrlist.row , grd_rfcdcmcrlist.colRef("condg"));
-
- if (grd_rfcdcmcrlist.col == grd_rfcdcmcrlist.colRef("mmdtbtamt")) {// 그리드 제조회사명 클릭
- for (var i=grd_rfcdcmcrlist.fixedRows;i<grd_rfcdcmcrlist.rows;i++){
- acmlamt += parseInt(grd_rfcdcmcrlist.valueMatrix(i, grd_rfcdcmcrlist.colRef("mmdtbtamt")));
- grd_rfcdcmcrlist.valueMatrix(i, grd_rfcdcmcrlist.colRef("acmlamt")) = "";
- grd_rfcdcmcrlist.valueMatrix(i, grd_rfcdcmcrlist.colRef("acmlamt")) = acmlamt;
- }
- }
- model.refresh();
- ]]>
- </script>
- </datagrid>
- <button id="btn_delrow" class="btn2_letter2" style="left:1025px; top:513px; width:42px; height:19px; ">
- <caption>삭제</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_rfcdcmcrlist.rowStatus(grd_rfcdcmcrlist.row) = 4;
- ]]>
- </script>
- </button>
- <button id="button2" class="btn2_letter2" style="left:1135px; top:513px; width:42px; height:19px; ">
- <caption>저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
-
- var retMes = messageBox("저장 하시겠습니까?", "Q999");
- if ( retMes != 6) {
- return;
- }
-
- var updtdata = getGridUpdateData(grd_rfcdcmcrlist);
-
- if (updtdata == "")
- {
- messageBox("변경된 데이터가","I004");
- return;
- }
- model.setValue("/root/save/rfcdcmcrlist", updtdata);
- submit("TXRFR02801");
- btn_search.dispatch("DOMActivate");
- ]]>
- </script>
- </button>
- <button id="button3" class="btn2_letter3" style="left:1075px; top:513px; width:53px; height:19px; ">
- <caption>행추가</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- grd_rfcdcmcrlist.addRow();
- grd_rfcdcmcrlist.valueMatrix(grd_rfcdcmcrlist.row, grd_rfcdcmcrlist.colRef("instcd")) = grd_rfcmfacdlist.valueMatrix(grd_rfcmfacdlist.row, grd_rfcmfacdlist.colRef("instcd"));
- grd_rfcdcmcrlist.valueMatrix(grd_rfcdcmcrlist.row, grd_rfcdcmcrlist.colRef("fixasetcd")) = grd_rfcmfacdlist.valueMatrix(grd_rfcmfacdlist.row, grd_rfcmfacdlist.colRef("fixasetcd"));
- if (grd_rfcdcmcrlist.rows == 2) {
- grd_rfcdcmcrlist.valueMatrix(grd_rfcdcmcrlist.row, grd_rfcdcmcrlist.colRef("condg")) = 1;
- }else{
- grd_rfcdcmcrlist.valueMatrix(grd_rfcdcmcrlist.row, grd_rfcdcmcrlist.colRef("condg")) = parseInt(grd_rfcdcmcrlist.valueMatrix(grd_rfcdcmcrlist.row-1, grd_rfcdcmcrlist.colRef("condg"))) + 1;
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="group5" scroll="auto" style="left:0px; top:13; width:1195px; height:27px; ">
- <button id="btn_save" class="btn4_letter2" visibility="hidden" style="left:1068px; top:3; width:56px; height:22px; ">
- <caption>저장</caption>
- </button>
- <button id="btn_init" class="btn4_letter3" style="left:1127px; top:3; width:68px; height:22px; ">
- <caption>초기화</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- </button>
- <line id="line16" class="line_6" style="x1:0px; y1:25; x2:1194px; y2:25; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|