|
|
|
@ -2,7 +2,7 @@ |
|
|
|
|
<view> |
|
|
|
|
<image mode="widthFix" class="width100" :src="storeList.gasLogoSmall"></image> |
|
|
|
|
<view class="height100p titlecon backcorfff"> |
|
|
|
|
<view class="height60 paddtop25 width90"> |
|
|
|
|
<view class="height75 paddtop25 width90"> |
|
|
|
|
<view class="flleft width80p"> |
|
|
|
|
<view class="width100 text1 font18 fontwig6 fcor333">{{storeList.gasName}}</view> |
|
|
|
|
<view class="width100 font14 fcor666 mart5">{{storeList.gasAddress}}</view> |
|
|
|
@ -65,8 +65,8 @@ |
|
|
|
|
<view class="width90 mart15 font16 fcor666">加油金额</view> |
|
|
|
|
<view class="width90 height40 mart10" style="border: 1px solid #f2f2f2;"> |
|
|
|
|
<view class="width8 flleft">¥</view> |
|
|
|
|
<input type="digit" class="font16 width60 flleft height40" placeholder="请输入金额" v-model="inputMoney" |
|
|
|
|
@blur="Listeningfocus" maxlength="3" /> |
|
|
|
|
<input type="digit" class="font16 width60 flleft height40" placeholder="输入金额(保留1位小数)" v-model="inputMoney" |
|
|
|
|
@blur="Listeningfocus" /> |
|
|
|
|
<view class="width30 height40 flright font14 fcor999 fotct" |
|
|
|
|
style="border-left: 1px solid #f2f2f2;line-height: 40px;"> |
|
|
|
|
约{{litre}}L |
|
|
|
@ -82,17 +82,17 @@ |
|
|
|
|
<!-- 底部按钮 --> |
|
|
|
|
<view class="footer"> |
|
|
|
|
<view class="flleft padleft15 font15 fcoreb5"> |
|
|
|
|
合计: ¥<text class="font24">{{totalPrice}}</text><text |
|
|
|
|
class="font12 fcor666" v-if="priceVip != priceOfficial">优惠约:¥{{discountPrice}}</text> |
|
|
|
|
合计: ¥<text class="font24">{{totalPrice}}</text><text class="font12 fcor666" |
|
|
|
|
v-if="priceVip != priceOfficial">优惠约:¥{{discountPrice}}</text> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<!-- #ifdef MP --> |
|
|
|
|
<button class="reBtn flright" v-if="user.phone == null" @click="jumpPhone">去支付</button> |
|
|
|
|
<button class="reBtn flright" v-else @click="toPay">去支付</button> |
|
|
|
|
<button class="reBtn flright" v-else @click="postionIng">去支付</button> |
|
|
|
|
<!-- #endif --> |
|
|
|
|
<!-- #ifdef H5 --> |
|
|
|
|
<button class="reBtn flright" v-if="user.phone == null" @click="jumpH5Bding">去支付</button> |
|
|
|
|
<button class="reBtn flright" v-else @click="toPay">去支付</button> |
|
|
|
|
<button class="reBtn flright" v-else @click="postionIng">去支付</button> |
|
|
|
|
<!-- #endif --> |
|
|
|
|
|
|
|
|
|
</view> |
|
|
|
@ -123,7 +123,8 @@ |
|
|
|
|
<script> |
|
|
|
|
import { |
|
|
|
|
getGasDetailByStoreKey, |
|
|
|
|
addOrder |
|
|
|
|
addOrder, |
|
|
|
|
getDictionaryByCodeTypeOl |
|
|
|
|
} from '../../../Utils/Api.js'; |
|
|
|
|
import wybPopup from '../../../components/wyb-popup/wyb-popup.vue'; |
|
|
|
|
let app = getApp(); |
|
|
|
@ -174,13 +175,21 @@ |
|
|
|
|
totalPrice: '0.00', |
|
|
|
|
discountPrice: '0.00', |
|
|
|
|
gasGunList: [], |
|
|
|
|
oilType: '' |
|
|
|
|
oilType: '', |
|
|
|
|
distance: 9999, //距离限制 |
|
|
|
|
xzMoney: '300', //金额限制 |
|
|
|
|
isTyAgent: false //是否是代理商 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(options) { |
|
|
|
|
this.store_key = options.id; |
|
|
|
|
this.counId = options.desId; |
|
|
|
|
if (app.globalData.accountId) { |
|
|
|
|
this.isTyAgent = true; |
|
|
|
|
} |
|
|
|
|
this.getGasDetailByStoreKey(); |
|
|
|
|
this.getDictionaryByCodeTypeOl(); |
|
|
|
|
this.getDictionaryByCodeTypeMoney(); |
|
|
|
|
}, |
|
|
|
|
onShow() { |
|
|
|
|
this.user = app.globalData.userInfo; |
|
|
|
@ -208,12 +217,14 @@ |
|
|
|
|
let params = { |
|
|
|
|
storeKey: this.store_key, |
|
|
|
|
latitude: app.globalData.latitude, |
|
|
|
|
longitude: app.globalData.longitude |
|
|
|
|
longitude: app.globalData.longitude, |
|
|
|
|
isTyAgent: this.isTyAgent |
|
|
|
|
} |
|
|
|
|
getGasDetailByStoreKey(params).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
this.storeList = res.return_data; |
|
|
|
|
if(!this.oilNo){ |
|
|
|
|
this.oilNo = res.return_data.oilPriceList[0].oilNoName; |
|
|
|
|
this.priceVip = res.return_data.oilPriceList[0].priceVip; |
|
|
|
|
this.priceGun = res.return_data.oilPriceList[0].priceGun; |
|
|
|
@ -228,7 +239,7 @@ |
|
|
|
|
this.gasOilNo = res.return_data.gasGunList[i].oilNo; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} else { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.return_msg, |
|
|
|
@ -243,7 +254,28 @@ |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
//距离限制 |
|
|
|
|
getDictionaryByCodeTypeOl() { |
|
|
|
|
let datas = { |
|
|
|
|
codeType: 'MILEAGE_LIMIT' |
|
|
|
|
} |
|
|
|
|
getDictionaryByCodeTypeOl(datas).then(res => { |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
this.distance = res.return_data.codeValue; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//加油金额限制 |
|
|
|
|
getDictionaryByCodeTypeMoney() { |
|
|
|
|
let datas = { |
|
|
|
|
codeType: 'TY_PRICE_LIMIT' |
|
|
|
|
} |
|
|
|
|
getDictionaryByCodeTypeOl(datas).then(res => { |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
this.xzMoney = res.return_data.codeValue; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//选择油号 |
|
|
|
|
changeValue(item) { |
|
|
|
|
this.gunnumber = []; |
|
|
|
@ -270,7 +302,7 @@ |
|
|
|
|
select(amount) { |
|
|
|
|
this.inputMoney = amount.price; |
|
|
|
|
this.litre = parseFloat(amount.price / this.priceGun).toFixed(2); |
|
|
|
|
this.totalPrice = parseFloat(amount.price / this.priceGun * this.priceVip).toFixed(2); |
|
|
|
|
this.totalPrice = parseFloat(amount.price / this.priceGun * this.priceVip).toFixed(1); |
|
|
|
|
if (this.priceVip != this.priceGun) { |
|
|
|
|
let gbprice = parseFloat(this.litre * this.priceOfficial).toFixed(2); |
|
|
|
|
this.discountPrice = parseFloat(gbprice - this.inputMoney).toFixed(2); |
|
|
|
@ -284,16 +316,45 @@ |
|
|
|
|
}, |
|
|
|
|
//失去焦点算价格和油升 |
|
|
|
|
Listeningfocus() { |
|
|
|
|
if(this.inputMoney > 800){ |
|
|
|
|
var a = /^[0-9]+(\.[0-9]{1})?$/; |
|
|
|
|
var b = /^[0-9]+(.[0-9]{1})?$/; |
|
|
|
|
if (this.inputMoney == '' || this.inputMoney < 10 || !(b.test(this.inputMoney)) || !(a.test(this |
|
|
|
|
.inputMoney))) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '加油金额不能超过800元', |
|
|
|
|
icon: "none" |
|
|
|
|
title: '请输入正确加油金额', |
|
|
|
|
icon: "none", |
|
|
|
|
duration: 2000 |
|
|
|
|
}); |
|
|
|
|
this.inputMoney = 800; |
|
|
|
|
this.totalPrice = '0.00'; |
|
|
|
|
this.discountPrice = '0.00'; |
|
|
|
|
this.litre = ''; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// let inputs = this.inputMoney.split('.'); |
|
|
|
|
// if (inputs[1] != undefined && inputs[1].length > 1) { |
|
|
|
|
// uni.showToast({ |
|
|
|
|
// title: '加油金额精确到小数点1位', |
|
|
|
|
// icon: "none", |
|
|
|
|
// duration:2000 |
|
|
|
|
// }); |
|
|
|
|
// return; |
|
|
|
|
// } |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (this.inputMoney > this.xzMoney) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '加油金额不能超过' + this.xzMoney + '元', |
|
|
|
|
icon: "none", |
|
|
|
|
duration: 2000 |
|
|
|
|
}); |
|
|
|
|
this.inputMoney = this.xzMoney; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//原来计算方式 |
|
|
|
|
this.litre = parseFloat(this.inputMoney / this.priceOfficial).toFixed(2); |
|
|
|
|
this.totalPrice = parseFloat(this.inputMoney / this.priceOfficial * this.priceVip).toFixed(2); |
|
|
|
|
this.totalPrice = parseFloat(this.inputMoney / this.priceOfficial * this.priceVip).toFixed(1); |
|
|
|
|
if (this.priceVip != this.priceOfficial) { |
|
|
|
|
let gbprice = parseFloat(this.litre * this.priceOfficial).toFixed(2); |
|
|
|
|
this.discountPrice = parseFloat(gbprice - this.totalPrice).toFixed(1); |
|
|
|
@ -307,25 +368,67 @@ |
|
|
|
|
// } |
|
|
|
|
}, |
|
|
|
|
//跳转手机授权 |
|
|
|
|
jumpPhone(){ |
|
|
|
|
jumpPhone() { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url:'../../userLogin/userLogin' |
|
|
|
|
url: '../../userLogin/userLogin' |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
/** |
|
|
|
|
* 定位 |
|
|
|
|
*/ |
|
|
|
|
postionIng() { |
|
|
|
|
let that = this; |
|
|
|
|
if (that.inputMoney == '' || that.inputMoney < 10) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请输入正确金额', |
|
|
|
|
icon: "none", |
|
|
|
|
duration: 2000 |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
uni.getLocation({ |
|
|
|
|
type: 'wgs84', |
|
|
|
|
success: function(res) { |
|
|
|
|
app.globalData.latitude = res.latitude; |
|
|
|
|
app.globalData.longitude = res.longitude; |
|
|
|
|
that.getGasDetailByStoreKey(); |
|
|
|
|
setTimeout(() => { |
|
|
|
|
that.toPay(); |
|
|
|
|
}, 500); |
|
|
|
|
}, |
|
|
|
|
fail: (err) => { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请打开设置里面的位置信息', |
|
|
|
|
icon: "none", |
|
|
|
|
duration: 2000 |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//去支付 |
|
|
|
|
toPay() { |
|
|
|
|
if (this.inputMoney == '' || this.inputMoney < 1) { |
|
|
|
|
if (this.storeList.distance > this.distance) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请在' + this.distance + '公里内进行下单', |
|
|
|
|
icon: "none", |
|
|
|
|
duration: 3000 |
|
|
|
|
}); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (this.inputMoney == '' || this.inputMoney < 10) { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请输入正确金额', |
|
|
|
|
icon: "none" |
|
|
|
|
icon: "none", |
|
|
|
|
duration: 2000 |
|
|
|
|
}); |
|
|
|
|
return false; |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
uni.showLoading({ |
|
|
|
|
title: '提交订单中...' |
|
|
|
|
}) |
|
|
|
|
let goods = { |
|
|
|
|
"identificationCode":app.globalData.identificationCode, |
|
|
|
|
"identificationCode": app.globalData.identificationCode, |
|
|
|
|
"isTyAgent": this.isTyAgent, |
|
|
|
|
"highChildOrderList": [{ |
|
|
|
|
"goodsType": 3, |
|
|
|
|
"goodsId": this.counId, |
|
|
|
|