fix bug
This commit is contained in:
@ -185,7 +185,7 @@ export class InvoiceDetailComponent implements OnInit {
|
||||
private initOrderST(): STColumn[] {
|
||||
return [
|
||||
{ title: '订单号', index: 'billHCode', width: 180 },
|
||||
{ title: '订单完成日期', index: 'billTime', type: 'date', width: 150 },
|
||||
{ title: '订单完成日期', index: 'billfinTime', type: 'date', width: 150 },
|
||||
{ title: '所属项目', index: 'projectIdName', width: 180 },
|
||||
{ title: '订单类型', index: 'billTypeLabel', width: 120 },
|
||||
{ title: '装货地', index: 'loadingfrom', width: 200 },
|
||||
|
||||
Reference in New Issue
Block a user