Bläddra i källkod

提交

master
yangteng 3 månader sedan
förälder
incheckning
7e603636cc
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3
    3
      subpackage/after-sale/deviceInfo/deviceInfo.vue

+ 3
- 3
subpackage/after-sale/deviceInfo/deviceInfo.vue Visa fil

obu.approvedCount = res.approvedCount; obu.approvedCount = res.approvedCount;
obu.axleCount = res.axleCount; obu.axleCount = res.axleCount;
obu.axleDistance = res.axleDistance; obu.axleDistance = res.axleDistance;
obu.engineNum = res.engineNumber;
obu.engineNum = res.engineNumber.replace(/\u0000/g, '');
obu.type = res.collectionType; obu.type = res.collectionType;
obu.typeStr = getVehicleType(res.collectionType); obu.typeStr = getVehicleType(res.collectionType);
obu.userType = res.userType; obu.userType = res.userType;
}else if(res.userType == 6){ }else if(res.userType == 6){
obu.userTypeStr = "公务车" ; obu.userTypeStr = "公务车" ;
} }
obu.vehiclePlate = res.vehiclePlate;
obu.vehiclePlate = res.vehiclePlate.replace(/\u0000/g, '');
//获取车牌颜色 //获取车牌颜色
obu.vehiclePlateColor = res.vehiclePlateColor; obu.vehiclePlateColor = res.vehiclePlateColor;
obu.vehiclePlateColorStr = getVehiclePlateColor(res.vehiclePlateColor); obu.vehiclePlateColorStr = getVehiclePlateColor(res.vehiclePlateColor);
obu.vin = res.vin;
obu.vin = res.vin.replace(/\u0000/g, '');
obu.wheelCount = res.wheelsCount; obu.wheelCount = res.wheelsCount;
obu.outsideDimensions = res.carLong + "x" + res.carWidth + "x" + res.carHeight obu.outsideDimensions = res.carLong + "x" + res.carWidth + "x" + res.carHeight
getObuList(); getObuList();

Laddar…
Avbryt
Spara