更新
This commit is contained in:
@@ -499,12 +499,13 @@
|
|||||||
checkBar: [],
|
checkBar: [],
|
||||||
realMoney: '',
|
realMoney: '',
|
||||||
xoilAmountGun: '',
|
xoilAmountGun: '',
|
||||||
vlom: ''
|
vlom: '',
|
||||||
|
oilItem: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
created() {
|
created() {
|
||||||
let oilItem = uni.getStorageSync('oilItem')
|
this.oilItem = uni.getStorageSync('oilItem')
|
||||||
this.showtitles = oilItem.listTag
|
this.showtitles = this.oilItem.listTag
|
||||||
},
|
},
|
||||||
watch: {
|
watch: {
|
||||||
activeChannelCode: {
|
activeChannelCode: {
|
||||||
@@ -673,12 +674,13 @@
|
|||||||
checkInfo() {
|
checkInfo() {
|
||||||
// console.log(this.radio)
|
// console.log(this.radio)
|
||||||
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel)
|
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel)
|
||||||
if (!this.testPlateResult) {
|
if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056']
|
||||||
|
.includes(this.oilItem.siteId)) {
|
||||||
// this.plateNumber=''
|
// this.plateNumber=''
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '车牌号不可为空或格式错误,请重新输入',
|
title: '车牌号不可为空或格式错误,请重新输入',
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration:2000
|
duration: 2000
|
||||||
})
|
})
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
@@ -834,12 +836,13 @@
|
|||||||
beforeMake() {
|
beforeMake() {
|
||||||
// console.log(this.radio, 'beforeMake')
|
// console.log(this.radio, 'beforeMake')
|
||||||
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel)
|
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel)
|
||||||
if (!this.testPlateResult) {
|
if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056']
|
||||||
|
.includes(this.oilItem.siteId)) {
|
||||||
// this.plateNumber=''
|
// this.plateNumber=''
|
||||||
uni.showToast({
|
uni.showToast({
|
||||||
title: '车牌号不可为空或格式错误,请重新输入',
|
title: '车牌号不可为空或格式错误,请重新输入',
|
||||||
icon: 'none',
|
icon: 'none',
|
||||||
duration:2000
|
duration: 2000
|
||||||
})
|
})
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user