<?xml version="1.0" encoding="UTF-8"?>
<!--
    $Author: qianming  
    $Date: 2015-6-29 下午5:20:18  
    $Revision: 1.0  
    $Purpose: 
-->
<a:screen xmlns:a="http://www.leaf-framework.org/application">
    <a:view>
        <a:dataSets>
            <a:dataSet id="bgfl_yongyou_journals_result_ds" autoQuery="true" fetchAll="true" model="inf.INF103.bgfl_yongyou_journals" queryUrl="${/request/@context_path}/autocrud/inf.INF103.bgfl_yongyou_journals/query?ino_id=${/parameter/@ino_id}"/>
        </a:dataSets>
        <a:screenBody>
            <a:grid id="grid_id" bindTarget="bgfl_yongyou_journals_result_ds" marginHeight="60" marginWidth="35" navBar="true">
                <a:columns>
                    <a:column name="inid" align="center" lock="true" prompt="凭证行号" width="60"/>
                    <a:column name="ino_id" lock="true" prompt="凭证编号" showTitle="true" width="140"/>
                    <a:column name="cdefine10" prompt="业务类型" showTitle="true" width="120"/>
                    <a:column name="cdefine11" prompt="项目名称" showTitle="true" width="120"/>
                    <a:column name="cdefine12" prompt="合同名称" showTitle="true" width="120"/>
                    <a:column name="cdefine13" prompt="融资合同名称" showTitle="true" width="120"/>
                    <a:column name="cdefine14" prompt="借款机构名称" showTitle="true" width="120"/>
                    <a:column name="cbill" prompt="凭证制单人" showTitle="true" width="100"/>
                    <a:column name="ccode" prompt="凭证科目" width="100"/>
                    <a:column name="ccus_id" align="center" prompt="客户编码" width="100"/>
                    <a:column name="cdept_id" align="center" prompt="部门编码" width="80"/>
                    <a:column name="cdigest" prompt="摘要" showTitle="true" width="150"/>
                    <a:column name="cexch_name" align="center" prompt="币种名称" width="80"/>
                    <a:column name="cperson_id" align="center" prompt="业务员编码" width="80"/>
                    <a:column name="csup_id" align="center" prompt="供应商编码" width="100"/>
                    <a:column name="dbill_date" align="center" prompt="制单日期" width="80"/>
                    <a:column name="iperiod" align="center" prompt="会计期间" width="60"/>
                    <a:column name="mc" align="right" prompt="贷方金额" renderer="Leaf.formatMoney" width="100"/>
                    <a:column name="mc_f" align="right" prompt="外币贷方金额" renderer="Leaf.formatMoney" width="100"/>
                    <a:column name="md" align="right" prompt="借方金额" renderer="Leaf.formatMoney" width="100"/>
                    <a:column name="md_f" align="right" prompt="外币借方金额" renderer="Leaf.formatMoney" width="100"/>
                    <a:column name="nc_s" align="center" prompt="数量贷方" width="60"/>
                    <a:column name="nd_s" align="center" prompt="数量借方" width="60"/>
                    <a:column name="nfrat" align="center" prompt="汇率" width="60"/>
                    <a:column name="system_flag" align="center" prompt="是否系统生成" width="80"/>
                    <a:column name="update_times" align="center" prompt="更新次数" width="60"/>
                    <a:column name="import_flag_desc" align="center" prompt="导入状态" width="80"/>
                    <a:column name="import_date" align="center" prompt="导入日期" renderer="Leaf.formatDate" width="80"/>
                    <a:column name="import_user" prompt="导入用户" width="100"/>
                    <a:column name="error_message" prompt="错误信息" showTitle="true" width="140"/>
                </a:columns>
            </a:grid>
        </a:screenBody>
    </a:view>
</a:screen>