|
|
@@ -4911,7 +4911,7 @@ export default {
|
|
|
this.carform.carOwner = carInfo.carOwner; //车主
|
|
|
this.carform.licenseNo = carInfo.plateNo; //车牌号
|
|
|
this.carform.modelcname = carInfo.backOcrID; //品牌型号
|
|
|
- this.carform.frameNo = carInfo.vIN; //车架号
|
|
|
+ this.carform.frameNo = carInfo.vin; //车架号
|
|
|
this.carform.engineNo = carInfo.engine; //发动机号
|
|
|
this.carform.registerDate = carInfo.registerDate; //车牌号
|
|
|
this.carform.issueDate = carInfo.issueDate; //车牌号
|