<?xml version="1.0" encoding="UTF-8"?>
<a:screen xmlns:c="leaf.application.action" xmlns:a="http://www.leaf-framework.org/application" xmlns:p="uncertain.proc" customizationEnabled="true" trace="true">
<a:view>
<script type="text/javascript"><![CDATA[
]]></script>
<a:dataSets>
<a:dataSet id="con_collection_cash_ds" loadData="true" model="cont.CON632.con_contract_cashflow_tool"/>
</a:dataSets>
<a:screenBody>
<a:grid id="con_contract_cashflow_id" bindTarget="con_collection_cash_ds" marginHeight="300" title="逾期信息查询" width="1070">
<a:columns>
<a:column name="cf_status_n" align="center" prompt="状态" width="50"/>
<a:column name="times" align="center" prompt="期数" width="50"/>
<a:column name="cf_item_n" align="center" prompt="现金流项目" width="70"/>
<a:column name="due_date_c" align="center" prompt="支付日" width="75"/>
<a:column name="overdue_max_days" align="center" prompt="最大逾期天数" width="70"/>
<a:column name="overdue_amount" align="center" prompt="逾期金额" renderer="Leaf.formatMoney" width="70"/>
<a:column name="due_amount" align="right" prompt="应收/应付金额" renderer="Leaf.formatMoney" width="85"/>
<a:column name="principal" align="right" prompt="应收/应付本金" renderer="Leaf.formatMoney" width="85"/>
<a:column name="interest" align="right" prompt="应收/应付利息" renderer="Leaf.formatMoney" width="85"/>
<a:column name="received_amount" align="right" prompt="实收/实付金额" renderer="Leaf.formatMoney" width="85"/>
<a:column name="received_interest" align="right" prompt="实收/实付利息" renderer="Leaf.formatMoney" width="85"/>
<a:column name="received_principal" align="right" prompt="实收/实付本金" renderer="Leaf.formatMoney" width="85"/>
<a:column name="last_received_date" align="right" prompt="实收/实付日期" width="85"/>
<a:column name="outstanding_prin_tax_incld" align="right" prompt="当期剩余本金" renderer="Leaf.formatMoney" width="85"/>
<!-- <a:column name="vat_rental" align="right" prompt="税金" width="90"/>
<a:column name="net_rental" align="right" prompt="不含税租金" width="90"/>
<a:column name="vat_rate" align="right" prompt="税率" width="40"/> -->
</a:columns>
</a:grid>
</a:screenBody>
</a:view>
</a:screen>
-
Spencer Chang authoredbfd31bca