123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?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>
- <rfcmfacdlist>
- <fixasetcd/>
- <goodflaghngnm/>
- <delivetermmm/>
- <cmt/>
- <flag/>
- </rfcmfacdlist>
- </main>
- <init>
- </init>
- <send>
- <instcd/>
- </send>
- <temp/>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fInitialize();
- ]]>
- </script>
- <submission id="TRRSC00202" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/main"/>
- </model>
- <script type="javascript" src="../../../com/commonweb/js/common.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/tfHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/dateHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/stringHelper.js"/>
- <script type="javascript" src="../../../com/commonweb/js/numericHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript">
- <![CDATA[
- function fInitialize()
- {
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
-
- misfGridInit(grd_rfcmfacdlist);
-
- submit("TRRSC00202");
-
- // misfMsterDetailSet(grd_rfcmfacdlist,null,"TRRSD00241","N");
- }
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="731" pageheight="470" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:8px; top:0px; width:700px; height:435px; ">
- <group id="group2" style="left:0px; top:5px; width:700px; height:15px; "/>
- <line id="line1" class="line_1" style="x1:0px; y1:51px; x2:700px; y2:51px; "/>
- <datagrid id="grd_rfcmfacdlist" nodeset="/root/main/rfcmfacdlist" caption="기관코드^자산코드^자산명^계약만료일^처리여부^취득일자^규격^대분류^중분류^사용부서^설치장소^제조회사^제조국^공급처^보사부코드^serialno^허가번호^비고^계약번호" colsep="^" colwidth="0, 92, 178, 75, 60, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 198, 75" dataheight="23" defaultrows="0" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" rowheader="seq" rowheight="23" rowsep="|" tooltip="true" navindex="9" style="left:0px; top:55px; width:700px; height:380px; ">
- <col ref="instcd" visibility="hidden"/>
- <col ref="fixasetcd" style="text-align:center; "/>
- <col ref="goodflaghngnm"/>
- <col ref="delivetermmm" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="flag" style="text-align:center; "/>
- <col ref="possndd" visibility="hidden"/>
- <col ref="goodspec" visibility="hidden"/>
- <col ref="lrgcd" visibility="hidden"/>
- <col ref="mdlcd" visibility="hidden"/>
- <col ref="mngtdeptcd" visibility="hidden"/>
- <col ref="installplcecd" visibility="hidden"/>
- <col ref="prodcmpy" visibility="hidden"/>
- <col ref="prodplce" visibility="hidden"/>
- <col ref="suplplcecd" visibility="hidden"/>
- <col ref="welfcd" visibility="hidden"/>
- <col ref="mngtno" visibility="hidden"/>
- <col ref="incmpemtno" visibility="hidden"/>
- <col ref="cmt"/>
- <col ref="condd" format="yyyy-mm-dd" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- var fixasetcd = grd_rfcmfacdlist.valueMatrix(grd_rfcmfacdlist.row , grd_rfcmfacdlist.colRef("fixasetcd"));
- if ( checkOpener() ) {
- opener.model.makeNode("/root/copynode/para_fixasetcd");
- opener.model.setValue("/root/copynode/para_fixasetcd", fixasetcd);
- opener.model.makeNode("/root/copynode/para_closeyn");
- opener.model.setValue("/root/copynode/para_closeyn", "N");
- } else {
- var rtn = messageBox("상위화면을 찾을 수", "E001");
- }
- model.close();
- ]]>
- </script>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:10px; top:5px; width:155px; height:13px; ">임차장비 리스트</caption>
- <button id="button3" class="btn5_letter5" navindex="33" style="left:616px; top:30px; width:75px; height:19px; ">
- <caption>Excel 저장</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- if( grd_rfcmfacdlist.rows - grd_rfcmfacdlist.fixedRows > 0 ) {
- var fileName = "임차장비리스트_" + getCurrentDate();
- var fileName = window.fileDialog("save", ",", false, fileName, "xls", "Excel Files(*.xls)|*.xls|All Files (*.*)|*.*");
- grd_rfcmfacdlist.saveExcel(fileName, "sheetname:임차장비;colhiddenextend:true;");
- } else {
- messageBox("저장 데이터가","I004");
- }
- ]]>
- </script>
- </button>
- </group>
- <group id="group1" scroll="auto" style="left:10px; top:435px; width:700px; height:27px; ">
- <button id="btn_cancel" class="btn4_letter2" style="left:644px; top:5px; width:56px; height:22px; ">
- <caption>닫기</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- window.close();
- ]]>
- </script>
- </button>
- <line id="line32" class="line_6" style="x1:0px; y1:0px; x2:700px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|