车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 20:51:32 +08:00
parent f2f88ba7f1
commit 9bd9de7bf8
3 changed files with 22 additions and 38 deletions

View File

@ -250,8 +250,8 @@ export class ReceiptOrderComponent implements OnInit {
className: 'text-right',
widget: { type: 'currency-chy', params: ({ record }) => ({ value: record.yskmoney }) }
},
{ title: '银行类型', index: 'paybanktype', width: 200, className: 'text-left' },
{ title: '收款类型', index: 'brmtype', width: 150, className: 'text-left' },
{ title: '银行类型', index: 'banktypeLabel', width: 200, className: 'text-left' },
{ title: '收款类型', index: 'brmtypeLabel', width: 150, className: 'text-left' },
{ title: '收款方式', index: 'brmmode', width: 150, className: 'text-left' },
{ title: '付款人', index: 'artoname', width: 200, className: 'text-left' },
{ title: '银行水单', index: 'bankreceipt', width: 200, className: 'text-left' },