history_dst.lview 3.96 KB
Newer Older
陆正友's avatar
陆正友 committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: lzy
    $Date: 2023/11/15
    $Revision: 1.0
    $Purpose: 历史信息
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true">
    <a:init-procedure outputPath="/parameter">
    </a:init-procedure>
    <a:view>
        <script type="text/javascript"><![CDATA[
        ]]></script>
        <a:dataSets>
            <a:dataSet id="history_hts" autoQuery="true" autoPageSize="true"
                       model="cont.CON3450.save_dcs_import"
                       queryUrl="${/request/@context_path}/autocrud/cont.CON3450.save_dcs_import/query?asset_number=${/parameter/@asset_number}"
                       selectable="true">
            </a:dataSet>
        </a:dataSets>
        <a:screenBody>
            <a:screenTopToolbar>
                <a:screenTitle/>
            </a:screenTopToolbar>
            <a:grid id="history_hts_grid" bindTarget="history_hts" marginHeight="200" marginWidth="30" navBar="true">
                <a:columns>
                    <a:column name="balance_sheet_account_cde" prompt="资产负债表科目" width="120" align="center"/>
                    <a:column name="balance_sheet_account_des" prompt="科目名称" width="200" align="center"/>
                    <a:column name="asset_type" prompt="资产分类" width="100" align="center"/>
                    <a:column name="asset_number" prompt="资产编号" width="100" align="center"/>
                    <a:column name="asset_desc" prompt="资产描述" width='220' align="center"/>
                    <a:column name="acquisition_cost_his" prompt="历史购置和生产成本" width="200" align="right"/>
                    <a:column name="c_date" prompt="资本化日期" width="100" align="center"/>
                    <a:column name="useful_life" prompt="使用年限" width="100" align="center"/>
                    <a:column name="remaining_useful_life" prompt="剩余使用年限" width="100" align="center"/>
                    <a:column name="depreciation_type" prompt="折旧类型" width="100" align="center"/>
                    <a:column name="acquisition_cost_start" prompt="开始日期购置与生产成本" width="220" align="right"/>
                    <a:column name="depreciate_sum_start" prompt="开始日期累积折旧" width="200" align="right"/>
                    <a:column name="write_up_sum_start" prompt="开始日期累计增记" width="200" align="right"/>
                    <a:column name="book_value_start" prompt="开始日期的账面净值" width="200" align="right"/>
                    <a:column name="capitalization" prompt="资本化" width="100" align="right"/>
                    <a:column name="acquisition_cost_scrap" prompt="报废的购置和生产成本" width="200" align="right"/>
                    <a:column name="book_value_scrap" prompt="报废的账面净值" width="200" align="right"/>
                    <a:column name="acquisition_cost_transfer" prompt="转移购置和生产成本" width="200" align="right"/>
                    <a:column name="book_value_transfer" prompt="转移账面净值" width="150" align="right"/>
                    <a:column name="write_up_sum" prompt="增记" width="100" align="right"/>
                    <a:column name="simple_depreciate" prompt="折旧" width="100" align="right"/>
                    <a:column name="acquisition_cost_end" prompt="结束日期购置与生产成本" width="200" align="right"/>
                    <a:column name="book_value_end" prompt="结束日期账面净值" width="200" align="right"/>
                    <a:column name="depreciate_sum_to_enddate" prompt="至结束日期折旧" width="200" align="right"/>
                    <a:column name="depreciate_sum_end" prompt="结束日期累计折旧" width="200" align="right"/>
                    <a:column name="dts" prompt="历史期间" width="200" align="center"/>
                </a:columns>
            </a:grid>
        </a:screenBody>
    </a:view>
</a:screen>