<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: wangwei  
    $Date: 2015-2-6 下午5:05:00  
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen xmlns:c="leaf.application.action" xmlns:s="leaf.plugin.script" xmlns:w="leaf.plugin.export.word" xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" customizationEnabled="true" trace="true">
    <a:init-procedure>
        <a:model-query defaultWhereClause="t1.contract_id=${@contract_id}" model="cont.CON504.con_contract_info_for_print" rootPath="contract_info_for_print"/>
        <a:model-query defaultWhereClause="t1.contract_id=${@contract_id}" model="cont.CON504.con_contract_bp_info" rootPath="bp_info_path"/>
        <a:model-query model="prj.PRJ600.prj_project_info" rootPath="prj_project_info_path"/>
        <a:model-query defaultWhereClause="t1.project_id=${@project_id}" model="prj.PRJ600.project_approver_risk_info" rootPath="approve_risk_path"/>
        <w:word-export name="${/parameter/@content_number}.doc" template="leaf.plugin.export.word/${/parameter/@templt_name}" type="word"><![CDATA[
        ]]></w:word-export>
    </a:init-procedure>
</a:screen>