prj_approval_result_print.lview 3.99 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 47 48 49 50 51
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: 6590 Richen.Xu 
    $Date: 2015-5-5 下午4:58:34  
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen 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" customizationEnabled="true" trace="true">
    <a:init-procedure>
        <!-- <a:model-query fetchAll="true" model="prj.PRJ401.prj_prj_info" rootPath="prj"/>
        <a:model-query fetchAll="true" model="prj.PRJ401.hls_bp_master_contact_info" rootPath="cont"/>
        <a:model-query fetchAll="true" model="prj.PRJ401.prj_prj_grt_details" rootPath="grt"/>
        <a:model-query fetchAll="true" model="prj.PRJ401.hls_bp_master_d" rootPath="bp"/>
        <a:model-query fetchAll="ture" model="prj.PRJ401.prj_wfl_quotation_info" rootPath="quotation"/> -->
        <!-- <a:model-query fetchAll="true" model="prj.PRJ401.prj_prj_info_for_wfl" rootPath="prj"/> 
        <a:model-query fetchAll="true" model="prj.PRJ401.prj_fin_column_prompt" rootPath="column_prompt"/>
        <a:model-query fetchAll="true" model="prj.PRJ401.prj_wfl_fin_status_for_report" rootPath="fin"/>
        <a:model-query fetchAll="ture" model="prj.PRJ401.prj_wfl_quotation_info" rootPath="quotation"/>-->
        <a:model-query fetchAll="ture" model="prj.PRJ601.prj_approval_result_print" rootPath="prj"/>
        <a:model-query fetchAll="ture" model="prj.PRJ601.prj_approval_mortgage" rootPath="mog"/>
        <w:word-export name="中小企业专项评审结论表 2.0(有尽调报告租赁方案).doc" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="word">
            <w:replaces>
                <w:replace name="bp_name" path="/model/prj/record/@bp_name"/>
                <w:replace name="extra_nam" path="/model/prj/record/@extra_nam"/>
                <w:replace name="business_type_desc" path="/model/prj/record/@business_type_desc"/>
                <w:replace name="lease_organization_desc" path="/model/prj/record/@lease_organization_desc"/>
                <w:replace name="employee_name" path="/model/prj/record/@employee_name"/>
                <w:replace name="employee_id_of_manager_desc" path="/model/prj/record/@employee_id_of_manager_desc"/>
                <w:replace name="lease_item_amount" path="/model/prj/record/@lease_item_amount"/>
                <w:replace name="down_payment" path="/model/prj/record/@down_payment"/>
                <w:replace name="lease_charge_ratio" path="/model/prj/record/@lease_charge_ratio"/>
                <w:replace name="int_rate" path="/model/prj/record/@int_rate"/>
                <w:replace name="deposit_ratio" path="/model/prj/record/@deposit_ratio"/>
                <w:replace name="other_fee" path="/model/prj/record/@other_fee"/>
                <w:replace name="lease_term" path="/model/prj/record/@lease_term"/>
                <w:replace name="lease_times" path="/model/prj/record/@lease_times"/>
                <w:replace name="residual_value" path="/model/prj/record/@residual_value"/>
                <w:replace name="price_list_desc" path="/model/prj/record/@price_list_desc"/>
                <w:replace name="lease_item_name" path="/model/prj/record/@lease_item_name"/>
                <!-- <w:replace name="mortgage_name" path="/model/prj/record/@mortgage_name"/>
                <w:replace name="mortgage_type_n" path="/model/prj/record/@mortgage_type_n"/> -->
                <w:replace name="guarantor_name" path="/model/prj/record/@guarantor_name"/>
                <w:replace name="bp_name_sp" path="/model/prj/record/@bp_name_sp"/>
                <w:replace name="id_card_no" path="/model/prj/record/@id_card_no"/>
                <w:replace name="id_card_no_sp" path="/model/prj/record/@id_card_no_sp"/>
                <w:replace name="vender_name" path="/model/prj/record/@vender_name"/>
                <w:replace name="approval_result" path="/model/prj/record/@approval_result"/>
            </w:replaces>
        </w:word-export>
    </a:init-procedure>
</a:screen>