|
|
|
@ -365,6 +365,10 @@ |
|
|
|
|
activeCur: { |
|
|
|
|
type: Number, |
|
|
|
|
default: 0 |
|
|
|
|
}, |
|
|
|
|
siteId: { |
|
|
|
|
type: String, |
|
|
|
|
default: "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
data() { |
|
|
|
@ -672,10 +676,9 @@ |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
checkInfo() { |
|
|
|
|
// console.log(this.radio) |
|
|
|
|
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel) |
|
|
|
|
if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056'] |
|
|
|
|
.includes(this.oilItem.siteId)) { |
|
|
|
|
if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056','1762304610449412096'] |
|
|
|
|
.includes(this.siteId || this.oilItem.siteId)) { |
|
|
|
|
// this.plateNumber='' |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '车牌号不可为空或格式错误,请重新输入', |
|
|
|
@ -836,8 +839,8 @@ |
|
|
|
|
beforeMake() { |
|
|
|
|
// console.log(this.radio, 'beforeMake') |
|
|
|
|
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel) |
|
|
|
|
if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056'] |
|
|
|
|
.includes(this.oilItem.siteId)) { |
|
|
|
|
if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056','1762304610449412096'] |
|
|
|
|
.includes(this.siteId || this.oilItem.siteId)) { |
|
|
|
|
// this.plateNumber='' |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '车牌号不可为空或格式错误,请重新输入', |
|
|
|
|