基本信息
用户名称
{{ state.vehicleInfo.customerName }}
用户证件类型
{{ getCodeName('ID_TYPE', state.vehicleInfo.customerIdType) }}
用户证件号
{{ state.vehicleInfo.customerIdNum }}
订单车牌号
{{ state.vehicleInfo.vehicleId }}
收费车型
{{ getCodeName('VEHICLE_TYPE', state.vehicleInfo.type) }}
卡信息
卡号:
{{state.vehicleInfo.cardId}}
卡类型:
{{ getCodeName('CARD_TYPE', state.vehicleInfo.cardType)}}
卡状态:
{{ getCodeName('CARD_STATUS', state.vehicleInfo.cardStatus) }}
到期时间:
{{ state.vehicleInfo.cardExpireTime }}
OBU设备信息
OBU:
{{ state.vehicleInfo.obuId }}
OBU状态:
{{ getCodeName('OBU_STATUS', state.vehicleInfo.obuStatus) }}
到期时间:
{{ state.vehicleInfo.obuExpireTime }}