车辆接口更新
This commit is contained in:
@ -249,13 +249,13 @@ export class CostManagementComponent implements OnInit {
|
||||
private initST(): STColumn[] {
|
||||
return [
|
||||
{ title: '费用单号', fixed: 'left', index: 'feecode', width: 200 ,className: 'text-left',},
|
||||
{ title: '网络货运人', index: 'ltdId', width: 200 ,className: 'text-left',},
|
||||
{ title: '订单号', index: 'billHId', width: 200,className: 'text-left', },
|
||||
{ title: '运单号', index: 'waybillHId', width: 200 ,className: 'text-left',},
|
||||
{ title: '网络货运人', index: 'ltdName', width: 220 ,className: 'text-left',},
|
||||
{ title: '订单号', index: 'billHCode', width: 200,className: 'text-left', },
|
||||
{ title: '运单号', index: 'waybillHCode', width: 200 ,className: 'text-left',},
|
||||
{ title: '费用日期', index: 'feedate', width: 200 ,className: 'text-left',},
|
||||
{ title: '费用类型', index: 'feetypeLabel', width: 150,className: 'text-center', },
|
||||
{ title: '应付核销', index: 'ishrhx', width: 200, type: 'enum', enum: { 0: '否', 1: '是' } ,className: 'text-left',},
|
||||
{ title: '结算客户', index: 'cno', width: 200 ,className: 'text-left',},
|
||||
{ title: '结算客户', render: 'artocode', width: 200 ,className: 'text-left',},
|
||||
{ title: '应收对象', index: 'artoname', width: 200 ,className: 'text-left',},
|
||||
{ title: '应付对象', index: 'hrtoname', width: 200 ,className: 'text-left',},
|
||||
{ title: '应收金额', render: 'armoeny', width: 100 ,className: 'text-right',},
|
||||
|
||||
Reference in New Issue
Block a user