con_adjust_interest_print.lview 3.6 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 37 38 39 40 41 42 43 44 45 46
<?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 fetchAll="true" model="cont.CON112.con_adjust_interest_print" rootPath="aip"/>
        <a:model-query defaultWhereClause="t1.cf_item=12" fetchAll="true" model="cont.CON112.bgfl_con_adjust_interest_print" rootPath="inlease_path"/>
        <a:model-query defaultWhereClause="t1.cf_item=1" fetchAll="true" model="cont.CON112.bgfl_con_adjust_interest_print" rootPath="cashflow_path"/>
        <a:model-query defaultWhereClause="t1.contract_id=${/parameter/@contract_id}" fetchAll="true" model="cont.CON500N.con_contract_for_sum_amount_lv" rootPath="sum_amount_path"/>
        <w:word-export name="租金调整通知书.doc" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="word">
            <w:replaces>
                <w:replace name="contract_number" path="/model/aip/record/@contract_number"/>
                <w:replace name="bp_name" path="/model/aip/record/@bp_name"/>
                <w:replace name="bp_name_sec" path="/model/aip/record/@bp_name_sec"/>
                <w:replace name="all_bp_name" path="/model/aip/record/@all_bp_name"/>
                <w:replace name="lease_term" path="/model/aip/record/@lease_term"/>
                <w:replace name="int_rate" path="/model/aip/record/@int_rate"/>
                <w:replace name="base_rate" path="/model/aip/record/@base_rate"/>
                <w:replace name="valid_year" path="/model/aip/record/@valid_year"/>
                <w:replace name="valid_month" path="/model/aip/record/@valid_month"/>
                <w:replace name="valid_day" path="/model/aip/record/@valid_day"/>
                <w:replace name="adj_year" path="/model/aip/record/@adj_year"/>
                <w:replace name="adj_month" path="/model/aip/record/@adj_month"/>
                <w:replace name="adj_day" path="/model/aip/record/@adj_day"/>
                <w:replace name="lease_pay_year" path="/model/aip/record/@lease_pay_year"/>
                <w:replace name="lease_pay_month" path="/model/aip/record/@lease_pay_month"/>
                <w:replace name="lease_pay_day" path="/model/aip/record/@lease_pay_day"/>
                <w:replace name="inception_of_lease_year" path="/model/aip/record/@inception_of_lease_year"/>
                <w:replace name="inception_of_lease_month" path="/model/aip/record/@inception_of_lease_month"/>
                <w:replace name="inception_of_lease_day" path="/model/aip/record/@inception_of_lease_day"/>
                <w:replace name="payment_number" path="/model/aip/record/@payment_number"/>
                <w:replace name="finance_amount" path="/model/aip/record/@finance_amount"/>
                <w:replace name="finance_amount_rmb" path="/model/aip/record/@finance_amount_rmb"/>
                <w:replace name="inlease_amount" path="/model/inlease_path/record/@due_amount"/>
                <w:replace name="inlease_principal" path="/model/inlease_path/record/@principal"/>
                <w:replace name="inlease_interest" path="/model/inlease_path/record/@interest"/>
                <w:replace name="inlease_date" path="/model/inlease_path/record/@due_date"/>
                <w:replace name="inlease_value" path="/model/inlease_path/record/@lease_item_remain_value"/>
            </w:replaces>
        </w:word-export>
    </a:init-procedure>
</a:screen>