<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: Think  
    $Date: 2016-8-8 下午3:36:04  
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application" customizationEnabled="true" trace="true">
    <a:view>
        <a:screenBody>
            <a:screenTopToolbar>
                <a:screenTitle/>
            </a:screenTopToolbar>
            <a:tabPanel marginHeight="80" marginWidth="30">
                <a:tabs>
                    <a:tab prompt="供应商档案" width="100">
                        <a:screen-include screen="modules/nc/NC100/hls_nc_bp_query.lview"/>
                    </a:tab>
                    <a:tab prompt="客户档案" width="100">
                        <a:screen-include screen="modules/nc/NC100/hls_nc_bp_master_query.lview"/>
                    </a:tab>
                    <a:tab prompt="合同档案" width="100">
                        <a:screen-include screen="modules/nc/NC100/gh_nc_contract_query.lview"/>
                    </a:tab>
                    <a:tab prompt="凭证同步" width="100">
                        <a:screen-include screen="modules/nc/NC100/hls_journal_query.lview"/>
                    </a:tab>
                    <a:tab prompt="付款单" width="100">
                        <a:screen-include screen="modules/nc/NC100/gh_nc_csh_payment.lview"/>
                    </a:tab>
                </a:tabs>
            </a:tabPanel>
        </a:screenBody>
    </a:view>
</a:screen>