123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105 |
- <?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>예산 편성 리스트</xhtml:title>
- <model id="model1">
- <instance id="instance1">
- <root xmlns="">
- <main>
- <bugtlist/>
- </main>
- <target/>
- <init/>
- <send>
- <reqdd/>
- <bugtcdnm/>
- <bugtcd/>
- <instcd/>
- <deptcd/>
- <acntyy/>
- <supacntcd4/>
- </send>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- //model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
- model.setValue("/root/send/instcd", model.getValue("/root/target/defaultvalue/instcd") );
- model.setValue("/root/send/reqdd", model.getValue("/root/target/defaultvalue/reqdd") );
- model.setValue("/root/send/deptcd", model.getValue("/root/target/defaultvalue/deptcd") );
- model.setValue("/root/send/supacntcd4", model.getValue("/root/target/defaultvalue/supacntcd4") );
- // rdo_refcond.select(1);
-
-
- btn_search.dispatch("DOMActivate");
-
- ]]>
- </script>
- <submission id="TRRSD00341" ref="/root/send" method="post" mediatype="application/x-www-form-urlencoded" 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="../../../com/commonweb/js/tfHelper.js"/>
- </xhtml:head>
- <xhtml:body pagewidth="800" pageheight="570" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:8px; top:0px; width:795px; height:560px; ">
- <group id="group2" style="left:0px; top:5px; width:780px; height:35px; ">
- <shape id="roundrect1" class="roundrect_search" appearance="roundrect" style="left:0px; top:0px; width:775px; height:35px; "/>
- <button id="btn_search" class="btn1_letter2" style="left:704px; top:7px; width:56px; height:22px; ">
- <caption>조회</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- submit("TRRSD00341");
- ]]>
- </script>
- </button>
- <line id="line13" class="line_4" style="x1:684px; y1:6px; x2:684px; y2:30px; border-color:#ffe4bb; border-left-style:solid; "/>
- </group>
- <caption id="caption1" class="tit_2" style="left:5px; top:49px; width:145px; height:14px; ">예산 편성 리스트</caption>
- <line id="line1" class="line_1" style="x1:0px; y1:64px; x2:770px; y2:64px; "/>
- <datagrid id="grd_bugtlist" nodeset="/root/main/bugtlist" class="grd_prodcmpylist" caption="계정코드^계정명칭^프로젝트ID^프로젝크명칭^예산액(A)^추산액(B)^집행액(C)^가용액(A-B-C)^프로젝트여부" colwidth="89, 181, 69, 95, 70, 73, 70, 100, 100" dataheight="23" defaultrows="0" ellipsis="true" explorerbar="sortshow" extendlastcol="scroll" mergecellsfixedrows="bycolrec" rowheader="seq" rowheight="23" rowsep="|" colsep="^" tooltip="true" style="left:0px; top:69px; width:780px; height:460px; ">
- <col ref="bugtcd"/>
- <col ref="bugtcdnm"/>
- <col ref="projectid" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="projectnm" format="yyyy-mm-dd" style="text-align:center; "/>
- <col ref="totamt" format="#,###" style="text-align:right; "/>
- <col ref="bugtexpcamt" format="#,###"/>
- <col ref="bugtexecamt" visibility="visible" format="#,###" style="text-align:right; "/>
- <col ref="remainder" visibility="visible" format="#,###" style="text-align:right; "/>
- <col ref="projectyn" visibility="hidden"/>
- <script type="javascript" ev:event="ondblclick">
- <![CDATA[
- if( grd_bugtlist.isCell( event.target ) && grd_bugtlist.row >= grd_bugtlist.fixedRows ) {
- btn_confirm.dispatch("DOMActivate");
- }
- ]]>
- </script>
- <script type="javascript" ev:event="onaftersort">
- <![CDATA[
- grd_bugtlist.gridToInstance();
- ]]>
- </script>
- </datagrid>
- <group id="group1" scroll="auto" style="left:0px; top:533px; width:785px; height:27px; ">
- <button id="btn_confirm" class="btn4_letter2" style="left:653px; top:2px; width:56px; height:22px; ">
- <caption>확인</caption>
- <script type="javascript" ev:event="DOMActivate">
- <![CDATA[
- misfPopUpListReturn(grd_bugtlist);
- ]]>
- </script>
- </button>
- <button id="btn_cancel" class="btn4_letter2" style="left:710px; top:2px; 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:700; y2:0px; "/>
- </group>
- </group>
- </xhtml:body>
- </xhtml:html>
|