pull/15/head
zhangyouji 8 months ago
parent 289ba29759
commit e9f59282a3
  1. 14
      BagStation/pages/components/price-select-tab.vue

@ -1274,14 +1274,14 @@
'xoilAmountGun': this.vol 'xoilAmountGun': this.vol
} }
} else { } else {
if(!this.plateNumberOcr){
uni.showToast({
icon: 'none',
title: '请上传车牌照片'
})
return
}
if(this.plateNumberOcrShow == true){ if(this.plateNumberOcrShow == true){
if(!this.plateNumberOcr){
uni.showToast({
icon: 'none',
title: '请上传车牌照片'
})
return
}
var orderData = { var orderData = {
amountGun: this.activeChannelCode == 'TY' ? this.ty.realMoney : '', amountGun: this.activeChannelCode == 'TY' ? this.ty.realMoney : '',
shareCompanyQuota: 0, // shareCompanyQuota: 0, //

Loading…
Cancel
Save