更新
This commit is contained in:
@@ -363,7 +363,11 @@
|
||||
activeCur: {
|
||||
type: Number,
|
||||
default: 0
|
||||
}
|
||||
},
|
||||
siteId: {
|
||||
type: String,
|
||||
default: ''
|
||||
},
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
@@ -671,8 +675,8 @@
|
||||
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: '车牌号不可为空或格式错误,请重新输入',
|
||||
@@ -832,8 +836,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: '车牌号不可为空或格式错误,请重新输入',
|
||||
|
||||
Reference in New Issue
Block a user