车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 15:34:27 +08:00
parent 026b9c51d9
commit e8d0bb8d35
3 changed files with 38 additions and 21 deletions

View File

@ -239,7 +239,7 @@ export class PaymentOrderComponent implements OnInit {
},
{ title: '付款类型', index: 'payType', width: 130 },
{ title: '付款方式', index: 'payModeLabel', width: 130 },
{ title: '结算客户', index: 'shipperId', width: 160 },
{ title: '结算客户', index: 'cnoName', width: 160 },
{ title: '收款人', index: 'hrToLabel', width: 150 },
{ title: '应付已核销', index: 'ishrhxLabel', width: 150 },
{ title: '确认日期', index: 'payDate', type: 'date', className: 'text-center', width: 150 },