车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 10:33:07 +08:00
parent e0afdb2ea2
commit 8a25947901

View File

@ -251,7 +251,7 @@ export class PayableOrderComponent implements OnInit {
{ title: '结算客户', index: 'cno', width: 120 },
{ title: '银行水单', index: 'bankreceipt', width: 120 },
{ title: '创建时间', index: 'createTime', width: 160 },
{ title: '创建人', index: 'createUserId', width: 120 },
{ title: '创建人', index: 'createUserIdLabel', width: 120 },
{ title: '核销状态', index: 'sts', type: 'enum', enum: { 0: '待核销', 1: '已核销' }, width: 120 },
{ title: '核销备注', index: 'remarks', width: 120 },
{