车辆接口更新
This commit is contained in:
@ -148,7 +148,7 @@ export class InvoiceDetailComponent implements OnInit {
|
||||
return [
|
||||
{ title: '订单号', index: 'billHCode', width: 180 },
|
||||
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
|
||||
{ title: '所属项目', index: 'projectId', width: 180 },
|
||||
{ title: '所属项目', index: 'projectIdName', width: 180 },
|
||||
{ title: '订单类型', index: 'billTypeLabel', width: 120 },
|
||||
{ title: '装货地', index: 'loadingfrom', width: 200 },
|
||||
{ title: '卸货地', index: 'loadingto', width: 220 },
|
||||
|
||||
Reference in New Issue
Block a user