con_contract_balance_print.lview 2.76 KB
Newer Older
Spencer Chang's avatar
Spencer Chang 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: syj 
    $Date: 2015年7月27日14:51:31
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen xmlns:c="leaf.application.action" xmlns:w="leaf.plugin.export.word" xmlns:s="leaf.plugin.script" xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" customizationEnabled="true" trace="true">
    <a:init-procedure>
        <a:model-query defaultWhereClause="cc.contract_id=${/parameter/@contract_id}" fetchAll="true" model="cont.CON305.con_contract_print_query" rootPath="info_path"/>
        <a:model-query defaultWhereClause="t1.contract_id=${/parameter/@contract_id}" fetchAll="true" model="cont.CON305.con_contract_print_content_query" rootPath="info_path2"/>
        <a:model-query defaultWhereClause="t1.contract_id=${/parameter/@contract_id}" fetchAll="true" model="cont.CON305.con_contract_print_content_sum" rootPath="sum_info_path"/>
        <w:word-export name="实际租金支付表.doc" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="word">
            <w:replaces><![CDATA[
                /* <w:replace name="flt_int_rate_adj_date" path="/model/info_path/record/@flt_int_rate_adj_date"/>
                <w:replace name="contract_number" path="/model/info_path/record/@contract_number"/>
                <w:replace name="virtual_con_number" path="/model/info_path/record/@virtual_con_number"/>
                <w:replace name="bp_name" path="/model/info_path/record/@bp_name"/>
                <w:replace name="lease_term" path="/model/info_path/record/@lease_term"/>
                <w:replace name="int_rate_fixing_way" path="/model/info_path/record/@int_rate_fixing_way"/>
                <w:replace name="int_rate_fixing_range" path="/model/info_path/record/@int_rate_fixing_range"/>
                <w:replace name="due_amount" path="/model/info_path/record/@due_amount"/>
                <w:replace name="lease_term_num" path="/model/info_path/record/@lease_term_num"/>
                <w:replace name="annual_pay_times" path="/model/info_path/record/@annual_pay_times"/>
                <w:replace name="vat_flag" path="/model/info_path/record/@vat_flag"/>
                <w:replace name="hd_user_col_n05" path="/model/info_path/record/@hd_user_col_n05"/>
                <w:replace name="residual_value" path="/model/info_path/record/@residual_value"/>
                <w:replace name="inception_of_lease" path="/model/info_path/record/@inception_of_lease"/>
                <w:replace name="inception_of_lease_year" path="/model/info_path/record/@inception_of_lease_year"/> */
                
                
                /* <w:replace name="contract_number" path="/model/info_path2/record/@contract_number"/> */
            ]]></w:replaces>
        </w:word-export>
    </a:init-procedure>
</a:screen>