bgfl_project_risk_review.lsc 3.58 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: syj  
    $Date: 2015年9月9日22:09:16
    $Revision: 1.0  
    $Purpose: 
-->
<a:service xmlns:c="leaf.application.action" xmlns:w="leaf.plugin.export.word" xmlns:p="uncertain.proc" xmlns:a="http://www.leaf-framework.org/application" xmlns:s="leaf.plugin.script" trace="true">
    <a:init-procedure>
        <a:model-query defaultWhereClause="t1.project_id=${/parameter/@project_id}" fetchAll="true" model="prj.PRJ501N.bgfl_prj_risk_review_v" rootPath="prj_risk_path"/>
        <w:word-export name="租赁项目风险审查报告.doc" savePath="${/parameter/@file_path}" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="word">
            <w:replaces>
                <w:replace name="bp_name" path="/model/prj_risk_path/record/@bp_name"/>
                <w:replace name="lease_form_n" path="/model/prj_risk_path/record/@lease_form_n"/>
                <w:replace name="user_name" path="/model/prj_risk_path/record/@user_name"/>
                <w:replace name="finance_amount" path="/model/prj_risk_path/record/@finance_amount"/>
                <w:replace name="lease_term" path="/model/prj_risk_path/record/@lease_term"/>
                <w:replace name="annual_pay_times" path="/model/prj_risk_path/record/@annual_pay_times"/>
                <w:replace name="deposit_ratio" path="/model/prj_risk_path/record/@deposit_ratio"/>
                <w:replace name="int_rate" path="/model/prj_risk_path/record/@int_rate"/>
                <w:replace name="lease_charge_ratio" path="/model/prj_risk_path/record/@lease_charge_ratio"/>
                <w:replace name="lease_charge_type" path="/model/prj_risk_path/record/@lease_charge_type"/>
                <w:replace name="machinery_amount" path="/model/prj_risk_path/record/@machinery_amount"/>
                <w:replace name="other_fee2_type" path="/model/prj_risk_path/record/@other_fee2_type"/>
                <w:replace name="down_payment" path="/model/prj_risk_path/record/@down_payment"/>
                <w:replace name="interim_rental" path="/model/prj_risk_path/record/@interim_rental"/>
                <w:replace name="hd_user_col_n03" path="/model/prj_risk_path/record/@hd_user_col_n03"/>
                <w:replace name="residual_value" path="/model/prj_risk_path/record/@residual_value"/>
                <w:replace name="full_name" path="/model/prj_risk_path/record/@full_name"/>
                <w:replace name="vender_name" path="/model/prj_risk_path/record/@vender_name"/>
                <w:replace name="used_time" path="/model/prj_risk_path/record/@used_time"/>
                <w:replace name="original_asset_value" path="/model/prj_risk_path/record/@original_asset_value"/>
                <w:replace name="net_asset_value" path="/model/prj_risk_path/record/@net_asset_value"/>
                <w:replace name="irr" path="/model/prj_risk_path/record/@irr"/>
                <w:replace name="trust_way" path="/model/prj_risk_path/record/@trust_way"/>
                <w:replace name="applicant_basic_info" path="/model/prj_risk_path/record/@applicant_basic_info"/>
                <w:replace name="project_info" path="/model/prj_risk_path/record/@project_info"/>
                <w:replace name="enterprise_financial" path="/model/prj_risk_path/record/@enterprise_financial"/>
                <w:replace name="strength_weakness" path="/model/prj_risk_path/record/@strength_weakness"/>
                <w:replace name="conclusion" path="/model/prj_risk_path/record/@conclusion"/>
            </w:replaces>
        </w:word-export>
    </a:init-procedure>
    <a:service-output output="/parameter"/>
</a:service>