edit
This commit is contained in:
@ -285,7 +285,7 @@ export class InvoiceRequestedDetailComponent implements OnInit {
|
|||||||
{ title: '订单号', render: 'billHCode', width: 170 },
|
{ title: '订单号', render: 'billHCode', width: 170 },
|
||||||
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
|
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
|
||||||
{ title: '开票状态', index: 'vatappStsLabel', width: 100 },
|
{ 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: 'billType', width: 100, type: 'enum', enum: { 1: '整车', 2: '大宗' } },
|
||||||
{ title: '装货地', index: 'loadingfrom', width: 220 },
|
{ title: '装货地', index: 'loadingfrom', width: 220 },
|
||||||
{ title: '卸货地', index: 'loadingto', width: 220 },
|
{ title: '卸货地', index: 'loadingto', width: 220 },
|
||||||
|
|||||||
Reference in New Issue
Block a user