|
@@ -200,7 +200,7 @@ export default {
|
|
|
async getVehiclesINTMP() {
|
|
|
const res = await getVehicles(this.kipUserId)
|
|
|
this.licensePlateList = this.setLicensePlateList(res.content);
|
|
|
- if (this.licensePlateList.length > 0 && this.mallId == "8a84853b7c91ac5b017c961a9b2a030d1") {
|
|
|
+ if (this.licensePlateList.length > 0 && this.mallId == "8a84853b7c91ac5b017c961a9b2a030d") {
|
|
|
console.log('this.licensePlateList::', this.licensePlateList, this.licensePlateList[this.licensePlateList.length - 1])
|
|
|
this.numArr[0] = this.licensePlateList[this.licensePlateList.length - 1].charAt(0)
|
|
|
this.numArr[1] = this.licensePlateList[this.licensePlateList.length - 1].charAt(1)
|
|
@@ -211,11 +211,12 @@ export default {
|
|
|
if (this.licensePlateList[this.licensePlateList.length - 1].charAt(6)) {
|
|
|
this.numArr[6] = this.licensePlateList[this.licensePlateList.length - 1].charAt(6)
|
|
|
}
|
|
|
- this.disabledBtn = false
|
|
|
+ // this.disabledBtn = false
|
|
|
} else if (this.licensePlateList.length === 0 && this.mallId == "8a84853b7c91ac5b017c961a9b2a030d") {
|
|
|
this.numArr[0] = '浙'
|
|
|
this.numArr[1] = 'A'
|
|
|
}
|
|
|
+ console.log(219, this.numArr);
|
|
|
},
|
|
|
setLicensePlateList (arr) {
|
|
|
var array = []
|