123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109 |
- <?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>
- <list>
- <bugtlist/>
- </list>
- </main>
- <send>
- <condition>
- <instcd/>
- <deptcd/>
- <unsldd/>
- <bugtflag/>
- <acntcd/>
- <projectid/>
- </condition>
- </send>
- <target/>
- </root>
- </instance>
- <submission id="TRRAD90108" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/condition" resultref="/root/main/list"/>
- </model>
- <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/stringHelper.js"/>
- <script type="javascript" src="../../../com/basiccodeweb/js/ZBC001.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/RAC001.js"/>
- <script type="javascript" src="../../../mis/acntcommonweb/js/RAD001.js"/>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- fOpenForm();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
-
- //========================================================================================
- //화면 로드시 초기화 함수
- //========================================================================================
- function fOpenForm()
- {
-
- // model.setValue("/root/send/condition/instcd", '103');
- // model.setValue("/root/send/condition/deptcd", '4030100000');
- // model.setValue("/root/send/condition/unsldd", '20080610');
- // model.setValue("/root/send/condition/bugtflag", '2');
- // model.setValue("/root/send/condition/acntcd", '4122001');
- // model.setValue("/root/send/condition/projectid", 'A021');
-
- model.setValue("/root/send/condition/instcd", model.getValue("/root/target/bugtlist/instcd"));
- model.setValue("/root/send/condition/deptcd", model.getValue("/root/target/bugtlist/deptcd"));
- model.setValue("/root/send/condition/unsldd", model.getValue("/root/target/bugtlist/unsldd"));
- model.setValue("/root/send/condition/bugtflag", model.getValue("/root/target/bugtlist/bugtflag"));
- model.setValue("/root/send/condition/acntcd", model.getValue("/root/target/bugtlist/acntcd"));
- model.setValue("/root/send/condition/projectid", model.getValue("/root/target/bugtlist/projectid"));
-
- submit("TRRAD90108");
- }
-
-
-
- ]]>
- </script>
- </xhtml:head>
- <xhtml:body pagewidth="910" pageheight="400" style="margin-left:8; margin-top:0; margin-right:8; margin-bottom:0; ">
- <group id="group3" scroll="auto" style="left:0px; top:5px; width:890px; height:355px; ">
- <line id="line3" class="line_1" style="x1:0px; y1:189px; x2:888px; y2:189px; "/>
- <datagrid id="grd_bugtlist" nodeset="/root/main/list/bugtlist" autoresize="true" caption="회계년도^기관코드^부서코드^계정코드^프로젝트ID^예산수익비용구분^예산구분^산출내역^산출근거^신청액^조정내역^조정근거^조정액^구분" colsep="^" colwidth="0, 0, 0, 0, 0, 0, 60, 160, 160, 80, 160, 160, 80, 0" dataheight="25" ellipsis="true" mergecellsfixedrows="bycolrec" rowheader="update" rowheight="25" rowsep="|" tooltip="true" style="left:0px; top:20px; width:890px; height:330px; ">
- <col ref="acntyy" visibility="hidden"/>
- <col ref="instcd" visibility="hidden"/>
- <col ref="deptcd" visibility="hidden"/>
- <col ref="acntcd" visibility="hidden"/>
- <col ref="projectid" visibility="hidden"/>
- <col ref="bugtflag" visibility="hidden"/>
- <col ref="bugtnm" style="text-align:center; "/>
- <col ref="bugtappresn"/>
- <col ref="bugtappbase"/>
- <col ref="bugtappamt" format="#,###" style="text-align:right; "/>
- <col ref="bugtadjtresn"/>
- <col ref="bugtadjtbase"/>
- <col ref="bugtadjtamt" format="#,###" style="text-align:right; "/>
- <col ref="flag" visibility="hidden"/>
- </datagrid>
- <caption id="caption1" class="tit_2" style="left:0px; top:5px; width:183px; height:13px; ">예산 편성 세부 내역</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:360px; width:890px; height:27px; ">
- <button id="btn_cancel" class="btn4_letter2" style="left:832px; 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:885px; y2:0px; "/>
- </group>
- </xhtml:body>
- </xhtml:html>
|