123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- <?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:ms="urn:schemas-microsoft-com:xslt" xmlns:my="http://www.comsquare.co.kr/example" 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>
- <fixaset>
- <fixasetlist/>
- </fixaset>
- </main>
- <send>
- <instcd/>
- <frdate/>
- <todate/>
- <cheobungubun>A</cheobungubun>
- <sortgubun>AA</sortgubun>
- <fixasetlist>
- <instcd_search/>
- <mngtdeptcd_search/>
- <mngtdeptnm_search/>
- <possnfrdd_search/>
- <possntodd_search/>
- <deptflag_search/>
- <mdlcd_search/>
- <smlcd_search/>
- <possndd_search/>
- <gubun_search/>
- </fixasetlist>
- </send>
- <init>
- <selltype>
- <label/>
- <value/>
- </selltype>
- </init>
- <temp>
- <fixcdinfo>
- <mdlcd/>
- <smlcd/>
- <possndd/>
- </fixcdinfo>
- </temp>
- </root>
- </instance>
- <script type="javascript" ev:event="xforms-ready">
- <![CDATA[
- makeReportPreview(0,110,1195,650);
- model.removenode("/root/main/maindatalist");
- model.setValue("/root/send/instcd", getUserInfo("dutplceinstcd"));
-
- // ipt_frdate.value = getCurrentDate();
- // ipt_todate.value = getCurrentDate();
-
- if(submit("TRRFC00920")){
- exeReportPreview("RPRFC01901", "XMLSTR");
- }
- // addComboItem("cmb_cheobungubun","--전체--","","above");
- // model.setFocus("ipt_frdate");
- //button2.dispatch("DOMActivate");
- // cmb_cheobungubun.select(0);
- model.refresh();
- ]]>
- </script>
- <script type="javascript">
- <![CDATA[
- //조회
- function fGetMainDataList() {
- if (ipt_frdate.value == ""){
- messageBox("작업년월을 ","C001");
- model.setFocus("ipt_frdate");
- return false;
- }
- return true;
- }
- ]]>
- </script>
- <submission id="TRRFC00920" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send/fixasetlist" resultref="/root/main/fixaset/fixasetlist"/>
- <submission id="TRRAR01803" mediatype="application/x-www-form-urlencoded" method="post" ref="/root/send" resultref="/root/init"/>
- <submission id="submission1" action="http://192.168.100.12:7890/knuhMis/gian/assetsChangeSell.do" mediatype="text/xml" method="post" replace="all"/>
- </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/dateHelper.js"/>
- <script type="javascript" src="../../../mis/miscommonweb/js/MIS.js"/>
- <script type="javascript" src="../../../mis/humtrafactmngtweb/js/RPB001.js"/>
- <script type="javascript" src="../../../mis/paybnusmngtweb/js/RWP001.js"/>
- </xhtml:head>
- <xhtml:body style="margin-left:8; margin-right:8; ">
- <group id="group1" style="left:0px; top:0px; width:1195px; height:13px; ">
- <caption id="caption6" class="tit_1" style="left:0px; top:0px; width:800px; height:15px; ">년도별 자산현황</caption>
- </group>
- <group id="group2" scroll="auto" style="left:0px; top:40px; width:1195px; height:740px; ">
- <line id="line193" class="line_1" style="x1:2px; y1:46px; x2:1192px; y2:46px; "/>
- <caption id="caption1" style="left:15px; top:10px; width:374px; height:40px; font-family:돋움; font-size:20pt; font-weight:bold; ">세부 항목 조회</caption>
- </group>
- <group id="grp_btn" scroll="auto" style="left:0px; top:13px; width:1195px; height:25px; "/>
- </xhtml:body>
- </xhtml:html>
|