<?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"/>
<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"/>
<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>