车辆接口更新
This commit is contained in:
@ -142,10 +142,10 @@ export class ReceivableOrderDetailComponent implements OnInit {
|
||||
{ title: '序号', render: 'no', width: 80 },
|
||||
{ title: '费用号', index: 'feeLId', width: 100 },
|
||||
{ title: '费用日期', index: 'feedate', type: 'date', width: 150 },
|
||||
{ title: '订单号', index: 'billHId', width: 100 },
|
||||
{ title: '订单号', index: 'billHCode', width: 100 },
|
||||
// { title: '订单日期', index: 'billTime', width: 150 },
|
||||
// { title: '费用类型', index: 'cnoName', width: 90 },
|
||||
{ title: '订单费用科目', index: 'feeSubId', width: 100 },
|
||||
// { title: '订单费用科目', index: 'feeSubId', width: 100 },
|
||||
{ title: '费用科目', index: 'feeSubId', width: 140 },
|
||||
{ title: '结算客户', index: 'cno', width: 100 },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user