This commit is contained in:
wangshiming
2022-03-04 14:15:33 +08:00
parent 7463eb6425
commit 3387c37e6a
3 changed files with 52 additions and 46 deletions

View File

@ -34,23 +34,8 @@ export class OrderManagementBulkeDetailComponent implements OnInit {
attObj: any;
isVisible = false;
logColumns: STColumn[] = [
{ title: '款项', index: 'costName', render: 'PriceType' },
{ title: '运输费(元)', render: 'price' },
{ title: '附加费(元)', render: 'surcharge' },
{ title: '支付时间', index: 'paymentTime' },
{
title: '支付状态',
className: 'text-center',
index: 'paymentStatus',
type: 'badge',
width: '120px',
badge: {
'1': { text: '待申请', color: 'warning' },
'2': { text: '已支付', color: 'success' },
'3': { text: '已拒绝', color: 'warning' },
'4': { text: '申请中', color: 'warning' }
}
}
{ title: '时间', index: 'vinOutTime' },
{ title: '地点', index: 'cityName' },
];
trajectory = 'car';
addressItems: any[] = []; //打点地址数据组