<?xml version="1.0" encoding="UTF-8"?>

<!--
    $Author:
    $Date: 2018/8/2
    $Revision: 1.0
    3.商业伙伴动态
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application">
    <a:init-procedure/>
    <a:view template="default" package="leaf.ui.std">
        <style>
            html,body{
            background-color:#fff;
            width:570px;
            height:355px;
            margin: 0;
            padding: 0;
            }
            .bp_trend .hls-pagging-grid{
            width:550px;
            }
            .bp_trend .hls-pagging-grid .grid-title{
            border-bottom:5px solid #9FD661;
            height:45px;
            }
            .bp_trend .hls-pagging-grid .grid-title>img{
            width:20px;
            height:20px;
            position:relative;
            top:5px;
            }
            .bp_trend .hls-pagging-grid .grid-title>span{
            font-family:"Helvetica Neue", "Luxi Sans", "DejaVu Sans", Tahoma, "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
            font-size:13px;
            line-height:45px;
            color:#000;
            text-size-adjust:100%;
            font-weight:bold;
            }
        </style>
        <script><![CDATA[
        ]]></script>
        <a:dataSets>
            <a:dataSet id="bp_trend_ds" autoQuery="true" pageSize="5" model="cont.CON1002.con_contract_trend">
                <a:fields>
                    <a:field name="contract_name"/>
                    <a:field name="contract_status_desc"/>
                    <a:field name="req_date"/>
                </a:fields>
            </a:dataSet>
        </a:dataSets>
        <div class="bp_trend">
            <a:hapGrid id="bp_trend" title="动态" bindTarget="bp_trend_ds" titleImg="/leafresource/images/widget/message.png" canWheel="true">
                <a:columns>
                    <a:column name="contract_name" prompt="商业伙伴名称" width="180"/>
                    <a:column name="contract_status_desc" prompt="合同状态" width="80"/>
                    <a:column name="req_date"  prompt="变更时间" width="80"/>
                </a:columns>
            </a:hapGrid>
        </div>
        <a:screenBody style="display:none"> </a:screenBody>
    </a:view>
</a:screen>