车辆接口更新

This commit is contained in:
wangshiming
2022-01-20 16:36:06 +08:00
parent 440c8d38dc
commit d9a3bb581c
2 changed files with 3 additions and 3 deletions

View File

@ -243,7 +243,7 @@ export class PaymentOrderComponent implements OnInit {
{ title: '收款人', index: 'hrToName', width: 150 },
{ title: '应付已核销', index: 'callNo', width: 150 },
{ title: '确认日期', index: 'payDate2', type: 'date', className: 'text-center', width: 150 },
{ title: '创建时间', index: 'createTime', type: 'date', className: 'text-center', width: 150 },
{ title: '创建时间', index: 'payDate', type: 'date', className: 'text-center', width: 150 },
{ title: '创建人', index: 'createUserId', width: 160 },
{ title: '付款备注', index: 'payRemarks', width: 200 },
{