{extend name="../../base/view/common/base" /} {block name="body"}

无发票回款信息

{notempty name="$detail.remark"} {/notempty} {notempty name="$detail.file_ids"} {/notempty} {notempty name="$detail.other_file_ids"} {/notempty}
预回款金额(元) {$detail.amount} 收款主体 {$detail.subject}
付款主体 {eq name="$detail.types" value="1"}企业{/eq} {eq name="$detail.types" value="2"}个人{/eq} 付款方名称 {$detail.invoice_title} 电话号码 {$detail.invoice_phone}
纳税人识别号 {$detail.invoice_tax} 开户行 {$detail.invoice_bank} 银行账号 {$detail.invoice_account}
银行营业网点 {$detail.invoice_banking} 地址 {$detail.invoice_address}
备注信息 {$detail.remark}
关联附件
{volist name="$detail.file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}
发票附件
{volist name="$detail.other_file_array" id="vo"}
{:file_card($vo,'view')}
{/volist}

回款信息

回款状态 {if condition="($detail.enter_status == 0)"} 未回款 {elseif condition="($detail.enter_status == 1)"} 部分回款 {elseif condition="($detail.enter_status == 2)"} 全部回款 {/if} 未回款金额(元) {$detail.not_income} 已回款金额(元) {$detail.enter_amount}
回款记录 {empty name="$detail.income"} {else/} {volist name="$detail.income" id="vo"} {/volist} {/empty}
回款日期 回款金额(元) 备注 登记人 登记时间
暂无回款记录
{$vo.enter_time | date='Y-m-d'} {$vo.amount} {$vo.remarks} {$vo.admin} {$vo.create_time | date='Y-m-d H:i:s'}
{/block} {block name="script"} {/block}