cash_deposit_print.lview 1.44 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: Hongquan.Dai  
    $Date: 2018-1-25 下午1:58:40  
    $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="acr.ACR513.cash_deposit_print" rootPath="cash_deposit_print_path"/>
        <w:word-export name="保证金收据打印.doc" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="word">
            <w:replaces>
                <w:replace name="invoice_bp_name" path="/model/cash_deposit_print_path/record/@invoice_bp_name"/>
                <w:replace name="contract_number" path="/model/cash_deposit_print_path/record/@contract_number"/>
                <w:replace name="total_amount" path="/model/cash_deposit_print_path/record/@total_amount"/>
                <w:replace name="chinese_amount" path="/model/cash_deposit_print_path/record/@chinese_amount"/>
                <w:replace name="year" path="/model/cash_deposit_print_path/record/@year"/>
                <w:replace name="month" path="/model/cash_deposit_print_path/record/@month"/>
                <w:replace name="day" path="/model/cash_deposit_print_path/record/@day"/>
            </w:replaces>
        </w:word-export>
    </a:init-procedure>
</a:screen>