车辆接口更新

This commit is contained in:
wangshiming
2022-01-25 16:11:01 +08:00
parent 0aa4e28e36
commit 4844efec30

View File

@ -252,7 +252,7 @@ export class ReceiptOrderComponent implements OnInit {
}, },
{ title: '银行类型', index: 'banktypeLabel', width: 200, className: 'text-left' }, { title: '银行类型', index: 'banktypeLabel', width: 200, className: 'text-left' },
{ title: '收款类型', index: 'brmtypeLabel', width: 150, className: 'text-left' }, { title: '收款类型', index: 'brmtypeLabel', width: 150, className: 'text-left' },
{ title: '收款方式', index: 'brmmodeLabel', width: 150, className: 'text-left' }, { title: '收款方式', index: 'brmModeLabel', width: 150, className: 'text-left' },
{ title: '付款人', index: 'artoname', width: 200, className: 'text-left' }, { title: '付款人', index: 'artoname', width: 200, className: 'text-left' },
{ title: '银行水单', index: 'bankreceipt', 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: 'createTime', type: 'date', width: 200, className: 'text-left' },