车牌号
{{ carInfo.licensePlate }}
品牌
{{ carInfo.brand }}
车型
{{ carInfo.series }}
总价(元)
{{ carInfo.cost }}
上牌时间
{{ parseTime(carInfo.acquisitionTime, '{y}-{m}-{d}') }}
驾驶员
{{ carInfo.driverUser ? carInfo.driverUser.nickName : '' }}
预计使用年限(年)
{{ carInfo.expectLife }}
预计行驶里程(万千米)
{{ carInfo.expectKm }}
是否为租车
{{ carInfo.isRent == '0' ? '否' : '是' }}
单日成本(元)
{{ carInfo.dayCost }}
状态
{{ statusTypeText(carInfo.status) }}
备注
{{ carInfo.remark }}
维保记录
新增
修改
删除
导出
{{ scrapButtonName }}
{{ expenseTypeText(scope.row.expenseType) }}
{{ scope.row.expense + '元' }}
{{ scope.row.occurDate }}
修改
删除
派出任务
{{ scope.row.applierUser ? scope.row.applierUser.nickName : '' }}
{{ scope.row.dept ? scope.row.dept.deptName : '' }}
{{ scope.row.project ? scope.row.project.projectNumber : '' }}
{{ scope.row.project ? scope.row.project.projectName : '' }}
{{ scope.row.beginDate }}
{{ scope.row.endDate }}
元