<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: weiwuzhen  
    $Date: 2016-5-16 下午1:27:25  
    $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="prj/PRJ401/letter_of_intention_print" rootPath="info_path"/>
        <a:model-query fetchAll="true" model="prj/PRJ401/letter_of_intention_print2" rootPath="info_path2"/>
        <w:word-export name="关于就${/model/info_path/record/@project_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="inception_of_lease_year" path="/model/info_path/record/@inception_of_lease_year"/> */       
            ]]></w:replaces>
        </w:word-export>
    </a:init-procedure>
</a:screen>