车辆接口更新
This commit is contained in:
@ -18,7 +18,7 @@
|
||||
{{ costInfo?.brmdate }}
|
||||
</se>
|
||||
<se label="收款方式" required>
|
||||
{{ costInfo?.brmmodeLabel }}
|
||||
{{ costInfo?.brmModeLabel }}
|
||||
</se>
|
||||
<se label="银行类型">
|
||||
{{ costInfo?.banktypeLabel }}
|
||||
@ -36,18 +36,19 @@
|
||||
{{ costInfo?.recnopay |currency }}
|
||||
</se>
|
||||
<se label="手续费">
|
||||
{{ costInfo?.ltdid }}
|
||||
{{ 0 |currency }}
|
||||
</se>
|
||||
<se label="到账金额" required>
|
||||
{{ costInfo?.brmmoney |currency }}
|
||||
</se>
|
||||
<se label="核销金额">
|
||||
{{ costInfo?.brmmoney |currency }}
|
||||
</se>
|
||||
<se label="银行水单">
|
||||
{{ costInfo?.bankreceipt }}
|
||||
</se>
|
||||
<se label="预收金额">
|
||||
{{ costInfo?.yskmoney |currency}}
|
||||
{{ costInfo?.brmmoney |currency }}
|
||||
</se>
|
||||
<se label="收款备注">
|
||||
{{ costInfo?.remarks }}
|
||||
|
||||
@ -256,7 +256,7 @@ export class ReceiptOrderComponent implements OnInit {
|
||||
{ title: '付款人', index: 'artoname', width: 200, className: 'text-left' },
|
||||
{ title: '银行水单', index: 'bankreceipt', width: 200, className: 'text-left' },
|
||||
{ title: '创建时间', index: 'createTime', type: 'date', width: 200, className: 'text-left' },
|
||||
{ title: '创建人', index: 'createUserName', width: 150, className: 'text-left' },
|
||||
// { title: '创建人', index: 'createUserName', width: 150, className: 'text-left' },
|
||||
{ title: '收款状态', index: 'stsLabel', width: 200, className: 'text-left' },
|
||||
{ title: '收款备注', index: 'remarks', width: 200, className: 'text-left' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user