中小
xiaozhiyong 8 months ago
parent 9f13a13cc8
commit 30b1e72c2e
  1. 50
      BagStation/pages/components/price-select-tab.vue

@ -534,7 +534,7 @@
computed: {
priceId() {
if (this.channelList.length && this.channelList[this.activeCur] && this.oilSitePriceDetailsVo[this
.radio]) {
.radio]) {
return this.oilSitePriceDetailsVo[this.radio].priceId
}
},
@ -669,14 +669,15 @@
checkInfo() {
console.log(this.radio)
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel)
// if (!this.testPlateResult) {
// this.plateNumber=''
// uni.showToast({
// title: '',
// icon: 'none'
// })
// // return false
// }
if (!this.testPlateResult) {
// this.plateNumber=''
uni.showToast({
title: '车牌号不可为空或格式错误,请重新输入',
icon: 'none',
duration: 2000
})
return false
}
if (this.radio == null || !this.oilSitePriceDetailsVo[this.radio].priceId) {
uni.showToast({
icon: 'none',
@ -826,16 +827,17 @@
}
},
beforeMake() {
console.log(this.radio, 'beforeMake')
// console.log(this.radio, 'beforeMake')
this.tsetPlate(this.plateNumber ? this.plateNumber : this.plateNumberSel)
// if (!this.testPlateResult) {
// this.plateNumber=''
// uni.showToast({
// title: '',
// icon: 'none'
// })
// // return false
// }
if (!this.testPlateResult) {
// this.plateNumber=''
uni.showToast({
title: '车牌号不可为空或格式错误,请重新输入',
icon: 'none',
duration: 2000
})
return false
}
if (this.radio == null || !this.oilSitePriceDetailsVo[this.radio].priceId) {
uni.showToast({
icon: 'none',
@ -903,17 +905,17 @@
"amountGun": this.activeChannelCode == 'TY' ? this.ty.realMoney : '',
"shareCompanyQuota": 0, //
"priceId": this.oilSitePriceDetailsVo[this.radio]
.priceId, //String
.priceId, //String
"orderType": "REAL_ORDER", //String REAL_ORDER VIRTUAL_ORDER
"orderSource": "WECHAT_MINIAPPS", //String WECHAT_MINIAPPS
"plateNumber": this.plateNumber ? this.plateNumber : this
.plateNumberSel, //String
.plateNumberSel, //String
"siteUserName": this.jober, //String
"oilsBar": this.oilBar, //Number
"volume": this.activeChannelCode == 'TY' ? this.tyRes.liter : this
.vol, //Number
.vol, //Number
"realPrice": this.oilSitePriceDetailsVo[this.radio]
.sitePrice, //Number
.sitePrice, //Number
"suppleMark": 0, //Number 0 1
"createSource": "XOIL_DRIVER_WECHAT_APPLET", //String XOIL_DRIVER_WECHAT_APPLET
// "deviceImei": "mock", //String
@ -939,7 +941,7 @@
},
tsetPlate(plateNumber) {
this.testPlateResult =
/^(([京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-Z](([0-9]{5}[DF])|([DF]([A-HJ-NP-Z0-9])[0-9]{4})))|([京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领][A-Z][A-HJ-NP-Z0-9]{4}[A-HJ-NP-Z0-9挂学警港澳使领]))$/
/(^[京津沪渝冀豫云辽黑湘皖鲁新苏浙赣鄂桂甘晋蒙陕吉闽贵粤青藏川宁琼使领A-Z]{1}[A-Z]{1}[A-Z0-9]{4,5}[A-Z0-9挂学警港澳]{1}$)/
.test(plateNumber)
},
//
@ -1188,4 +1190,4 @@
.box-panding {
padding: 10 0;
}
</style>
</style>
Loading…
Cancel
Save