payment_req_apply_print.lview 1.59 KB
Newer Older
stone's avatar
stone committed
1 2 3 4 5 6 7 8 9 10
<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: lijingjing
    $Date:
    $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 defaultWhereClause="payment_req_id=${/parameter/@payment_req_id}" fetchAll="true" model="csh.CSH501.csh_payment_req_excel_report_static" rootPath="static_data"/>
11
        <a:model-query defaultWhereClause="payment_req_id=${/parameter/@payment_req_id}" fetchAll="true" model="csh.CSH501.csh_payment_req_excel_req_date" rootPath="static_data_date"/>
stone's avatar
stone committed
12 13 14 15 16 17 18 19 20 21 22
        <a:model-query defaultWhereClause="payment_req_id=${/parameter/@payment_req_id}" fetchAll="true" model="csh.CSH501.csh_payment_req_excel_bank_info" rootPath="bank_info"/>
        <a:model-query defaultWhereClause="payment_req_id=${/parameter/@payment_req_id}" fetchAll="true" model="csh.CSH501.csh_payment_req_ln_query_after_save" rootPath="payment_details"/>
<!--        <a:model-query defaultWhereClause="=${/parameter/@payment_req_id}" fetchAll="true" model="cont.CON811.con_sale_contract_info_print" rootPath="con_sale_contract_info"/>-->
        <w:word-export name="${/parameter/@file_name}" template="leaf.plugin.export.word/${/parameter/@template_name}">
            <w:replaces><![CDATA[
                <w:replace name="total_number" path="/model/static_data/record/@total_number"/>
            ]]></w:replaces>

        </w:word-export>
    </a:init-procedure>
</a:screen>