车辆接口更新

This commit is contained in:
wangshiming
2022-01-26 14:31:02 +08:00
parent f158c94cca
commit b17d109057
2 changed files with 11 additions and 1 deletions

View File

@ -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 },