This commit is contained in:
Taric Xin
2022-02-24 17:07:11 +08:00
parent 51c750a712
commit c1f01ad245

View File

@ -285,7 +285,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
{ title: '订单号', render: 'billHCode', width: 170 },
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
{ title: '开票状态', index: 'vatappStsLabel', width: 100 },
{ title: '所属项目', index: 'projectId', width: 140 },
{ title: '所属项目', index: 'projectIdName', width: 140 },
{ title: '订单类型', index: 'billType', width: 100, type: 'enum', enum: { 1: '整车', 2: '大宗' } },
{ title: '装货地', index: 'loadingfrom', width: 220 },
{ title: '卸货地', index: 'loadingto', width: 220 },