From a4b95d8d6fe89d5ed21a9c4296c11b3b9350eddd Mon Sep 17 00:00:00 2001 From: xiaozhiyong Date: Fri, 9 Aug 2024 09:47:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/components/price-select-tab.vue | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/BagStation/pages/components/price-select-tab.vue b/BagStation/pages/components/price-select-tab.vue index b81599a..23f141c 100644 --- a/BagStation/pages/components/price-select-tab.vue +++ b/BagStation/pages/components/price-select-tab.vue @@ -499,12 +499,13 @@ checkBar: [], realMoney: '', xoilAmountGun: '', - vlom: '' + vlom: '', + oilItem: {} } }, created() { - let oilItem = uni.getStorageSync('oilItem') - this.showtitles = oilItem.listTag + this.oilItem = uni.getStorageSync('oilItem') + this.showtitles = this.oilItem.listTag }, watch: { activeChannelCode: { @@ -673,12 +674,13 @@ checkInfo() { // console.log(this.radio) this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel) - if (!this.testPlateResult) { + if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056'] + .includes(this.oilItem.siteId)) { // this.plateNumber='' uni.showToast({ title: '车牌号不可为空或格式错误,请重新输入', icon: 'none', - duration:2000 + duration: 2000 }) return false } @@ -834,12 +836,13 @@ beforeMake() { // console.log(this.radio, 'beforeMake') this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel) - if (!this.testPlateResult) { + if (!this.testPlateResult && !['1689182438357262336', '1689183144276463616', '1689185023261741056'] + .includes(this.oilItem.siteId)) { // this.plateNumber='' uni.showToast({ title: '车牌号不可为空或格式错误,请重新输入', icon: 'none', - duration:2000 + duration: 2000 }) return false } @@ -1197,4 +1200,4 @@ .box-panding { padding: 10 0; } - + \ No newline at end of file