Explorar el Código

车架号识别

@dongkboy hace 3 años
padre
commit
492dc515ec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/Letter/Letter.vue

+ 1 - 1
src/views/Letter/Letter.vue

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