|
|
|
@ -2,12 +2,12 @@ |
|
|
|
|
<view> |
|
|
|
|
<!-- 头部 --> |
|
|
|
|
<view class="width100 height120 backcorfff"> |
|
|
|
|
<image :src="orderList.goodsImg" class="flleft conImg mart10 margle10"></image> |
|
|
|
|
<image :src="gasOrderList.gasimg" class="flleft conImg mart10 margle10"></image> |
|
|
|
|
<view class="conCont paddtop15"> |
|
|
|
|
<view class="font20 fontwig6 fcor333 text1 paddtright10">{{orderList.goodsName}}</view> |
|
|
|
|
<view class="font14 fcor999 text2 paddtop5 paddtright10">{{refulAdress}}</view> |
|
|
|
|
<view class="font20 fontwig6 fcoreb5 paddtop5">¥{{orderList.gasPricePreferences}} |
|
|
|
|
<text class="margle10 slogan font14">¥{{orderList.gasPriceGun}}</text> |
|
|
|
|
<view class="font20 fontwig6 fcor333 text1 paddtright10">{{gasOrderList.gasname}}</view> |
|
|
|
|
<view class="font14 fcor999 text2 paddtop5 paddtright10">{{gasOrderList.gasaddress}}</view> |
|
|
|
|
<view class="font20 fontwig6 fcoreb5 paddtop5">¥{{gasOrderList.highChildOrderList[0].gasPriceVip}} |
|
|
|
|
<text class="margle10 slogan font14">¥{{gasOrderList.highChildOrderList[0].gasPriceGun}}</text> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -19,7 +19,7 @@ |
|
|
|
|
油号\油枪 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct"> |
|
|
|
|
{{orderList.gasOilNo}}#/{{orderList.gasGunNo}}号 |
|
|
|
|
{{gasOrderList.highChildOrderList[0].gasOilNo}}#/{{gasOrderList.highChildOrderList[0].gasGunNo}}号 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="line1"></view> |
|
|
|
@ -28,7 +28,7 @@ |
|
|
|
|
加油金额 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct"> |
|
|
|
|
¥{{orderList.totalPrice}} |
|
|
|
|
¥{{orderList.oilingPrice}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- 新增 --> |
|
|
|
@ -38,7 +38,7 @@ |
|
|
|
|
加油升数 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct"> |
|
|
|
|
{{orderList.gasOilLiters}}L |
|
|
|
|
{{orderList.oilLiters}}L |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="line1"></view> |
|
|
|
@ -46,8 +46,8 @@ |
|
|
|
|
<view class="flleft width50"> |
|
|
|
|
平台折扣 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct" v-if="orderList.gasDiscount != 1"> |
|
|
|
|
{{(orderList.gasDiscount * 100).toFixed(2)}}折 |
|
|
|
|
<view class="flright width40 fotct" v-if="orderList.discount != 1"> |
|
|
|
|
{{(orderList.discount * 100).toFixed(2)}}折 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct" v-else> |
|
|
|
|
无 |
|
|
|
@ -58,26 +58,11 @@ |
|
|
|
|
<view class="flleft width50"> |
|
|
|
|
每升优惠 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct"> |
|
|
|
|
¥{{orderList.gasLitersPreferences}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="line1"></view> |
|
|
|
|
<view class="heightl60 paddleft10 fcor666 font16 width100 backcorfff"> |
|
|
|
|
<view class="flleft width50"> |
|
|
|
|
加油补贴(升) |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct"> |
|
|
|
|
¥{{orderList.gasOilSubsidy}} |
|
|
|
|
<view class="flright width40 fotct" v-if="memDiscountId"> |
|
|
|
|
¥{{orderList.litersPreferences}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="line1"></view> |
|
|
|
|
<view class="heightl60 paddleft10 fcor666 font16 width100 backcorfff"> |
|
|
|
|
<view class="flleft width50"> |
|
|
|
|
优惠价格 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct"> |
|
|
|
|
¥{{orderList.gasPricePreferences}} |
|
|
|
|
<view class="flright width40 fotct" v-else> |
|
|
|
|
¥0 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="line1"></view> |
|
|
|
@ -85,8 +70,11 @@ |
|
|
|
|
<view class="flleft width50"> |
|
|
|
|
本次优惠 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct"> |
|
|
|
|
¥{{timedeductionPrice}} |
|
|
|
|
<view class="flright width40 fotct" v-if="memDiscountId"> |
|
|
|
|
¥{{orderList.totalPreferences}} |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width40 fotct" v-else> |
|
|
|
|
¥0 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
@ -138,33 +126,13 @@ |
|
|
|
|
<view class="mart10 heightl60 paddleft10 fcor333 fontwig6 font18 width100 backcorfff">支付方式:</view> |
|
|
|
|
<view class="line1"></view> |
|
|
|
|
<view class="width100 backcorfff"> |
|
|
|
|
<!-- <view class="height50 width100 backcorfff" @tap="paytype='jifen'"> |
|
|
|
|
<view class="width50 flleft fcor333 fontwig6 font16" style="padding-left: 4%;"> |
|
|
|
|
积分支付 |
|
|
|
|
</view> |
|
|
|
|
<view class="width40 flright fotrt paddtright10 font15 fontwig6 fcor666 alijun" |
|
|
|
|
style="align-items: center;"> |
|
|
|
|
<radio :checked="paytype=='jifen'" color="#0083f5" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width94 line1 mart5 marb5"></view> --> |
|
|
|
|
|
|
|
|
|
<view class="line1"></view> |
|
|
|
|
<view class="heightl60 paddleft10 fcor666 width100 backcorfff" @tap="paytype='jifen'"> |
|
|
|
|
<view class="width60 flleft font14"> |
|
|
|
|
积分支付 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width30 fotct"> |
|
|
|
|
<radio :checked="paytype=='jifen'" color="#0083f5" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
<view class="line1"></view> |
|
|
|
|
<view class="heightl60 paddleft10 fcor666 width100 backcorfff" @tap="paytype='weixin'"> |
|
|
|
|
<view class="width60 flleft font14"> |
|
|
|
|
微信支付 |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width30 fotct"> |
|
|
|
|
<view class="flright width30 fotct" v-if="isUse"> |
|
|
|
|
<radio :checked="paytype=='weixin'" color="#0083f5" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -174,7 +142,7 @@ |
|
|
|
|
<view class="width60 flleft font14"> |
|
|
|
|
油卡支付<text class="font14 fcor666 margle">余额: {{oilPirce}}元</text> |
|
|
|
|
</view> |
|
|
|
|
<view class="flright width30 fotct"> |
|
|
|
|
<view class="flright width30 fotct" v-if="isUse"> |
|
|
|
|
<radio :checked="paytype=='oilcard'" @click="changeRiado()" color="#0083f5" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -199,9 +167,9 @@ |
|
|
|
|
<!-- 底部按钮 --> |
|
|
|
|
<view class="footer"> |
|
|
|
|
<view class="width50 flleft fcoreb5 padleft15 font15"> |
|
|
|
|
合计: ¥<text class="font24">{{payprice}}</text> |
|
|
|
|
合计: ¥<text class="font24">{{payPrice}}</text> |
|
|
|
|
</view> |
|
|
|
|
<button class="reBtn flright" @click="orderToPay">去支付</button> |
|
|
|
|
<button class="reBtn flright" @click="addOrder">去支付</button> |
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -209,23 +177,25 @@ |
|
|
|
|
<wybPopup ref="popup" type="bottom" width="500" :scrollY="true" radius="6" :showCloseIcon="true"> |
|
|
|
|
<view class="fotct font18 fontwig6 fcor333 mart10 height30">优惠券选择</view> |
|
|
|
|
<view class="width92 height110 tccs mart10" v-for="(items, index) in OrderPreList" :key="index" |
|
|
|
|
@click="radioChanges(items)"> |
|
|
|
|
<image mode="widthFix" class="mart10" :src="imageUrl+items.discountImg"></image> |
|
|
|
|
@click="radioChanges(items.highDiscount,items)"> |
|
|
|
|
<image mode="widthFix" class="mart10" :src="imageUrl+items.highDiscount.discountImg"></image> |
|
|
|
|
<view class="contrig"> |
|
|
|
|
<view class="width80p flleft"> |
|
|
|
|
<view class="font16 fontwig6 fcor333 text1 paddtop25">{{items.discountName}}</view> |
|
|
|
|
<view class="font13 fcor999 mart5">有效期:{{items.useEndTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} |
|
|
|
|
<view class="font16 fontwig6 fcor333 text1 paddtop25">{{items.highDiscount.discountName}}</view> |
|
|
|
|
<view class="font13 fcor999 mart5"> |
|
|
|
|
有效期:{{items.highDiscount.salesEndTime | timeFormat('yyyy-mm-dd hh:mm:ss')}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width20 flright"> |
|
|
|
|
<view class="yhprice"> |
|
|
|
|
<radio v-if="items.discountCondition && orderPrice > items.discountCondition" |
|
|
|
|
<radio |
|
|
|
|
v-if="items.highDiscount.discountCondition && orderPrice >= items.highDiscount.discountCondition" |
|
|
|
|
color="#c72a20" :checked="items.id == memDiscountId" /> |
|
|
|
|
|
|
|
|
|
<radio v-if="items.discountCondition && orderPrice < items.discountCondition" |
|
|
|
|
<radio |
|
|
|
|
v-if="items.highDiscount.discountCondition && orderPrice < items.highDiscount.discountCondition" |
|
|
|
|
color="#c72a20" disabled="true" :checked="items.id == memDiscountId" /> |
|
|
|
|
|
|
|
|
|
<radio v-if="!items.discountCondition" color="#c72a20" |
|
|
|
|
<radio v-if="!items.highDiscount.discountCondition" color="#c72a20" |
|
|
|
|
:checked="items.id == memDiscountId" /> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
@ -239,14 +209,17 @@ |
|
|
|
|
|
|
|
|
|
<script> |
|
|
|
|
import { |
|
|
|
|
getOrderById, |
|
|
|
|
orderToPay, |
|
|
|
|
getHuiLianTongCardBalance, |
|
|
|
|
hltUnionCardPay, |
|
|
|
|
orderToGoldPay, |
|
|
|
|
findUser, |
|
|
|
|
oilCardPay, |
|
|
|
|
getUserOrderPreList |
|
|
|
|
getUserOrderPreList, |
|
|
|
|
canUseDiscount, |
|
|
|
|
addOrder, |
|
|
|
|
cancelOrder, |
|
|
|
|
oilPriceDiscountCompute |
|
|
|
|
} from '../../../Utils/Api.js'; |
|
|
|
|
import ssPaymentPassword from '../../../components/sanshui-payment-password/index.vue'; |
|
|
|
|
import wybPopup from '../../../components/wyb-popup/wyb-popup.vue'; |
|
|
|
@ -264,17 +237,17 @@ |
|
|
|
|
data() { |
|
|
|
|
return { |
|
|
|
|
orderNo: '', |
|
|
|
|
couponId: '', |
|
|
|
|
payprice: '', |
|
|
|
|
orderList: '', |
|
|
|
|
refulAdress: '', |
|
|
|
|
tongCardPrice: 0, |
|
|
|
|
imageUrl: app.globalData.imgUrl, |
|
|
|
|
oilPirce: 0, //油卡余额 |
|
|
|
|
user: '', |
|
|
|
|
paytype: 'weixin', |
|
|
|
|
PaymentPassword: '', |
|
|
|
|
timedeductionPrice: '0', //本次优惠金额 |
|
|
|
|
// timedeductionPrice: '0', //本次优惠金额 |
|
|
|
|
|
|
|
|
|
orderPrice: '', //原价 |
|
|
|
|
deductionPrice: '0.00', //优惠金额 |
|
|
|
|
OrderPreList: [], //优惠券数据 |
|
|
|
|
isUse: true, // 是否禁用状态 |
|
|
|
@ -283,21 +256,17 @@ |
|
|
|
|
memDiscountId: '', //优惠券id |
|
|
|
|
priceValue: [0, 0], // 积分可以指定默认值 |
|
|
|
|
availIntegal: 0, // 可用积分 |
|
|
|
|
gasOrderList: '' //存的订单信息 |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
onLoad(e) { |
|
|
|
|
this.payprice = e.payprice; |
|
|
|
|
this.orderNo = e.orderId; |
|
|
|
|
this.couponId = e.couponId; |
|
|
|
|
this.refulAdress = e.adres; |
|
|
|
|
this.getOrderById(); |
|
|
|
|
this.gasOrderList = app.globalData.pelletoilList; |
|
|
|
|
this.orderPrice = this.gasOrderList.highChildOrderList[0].goodsPrice; |
|
|
|
|
}, |
|
|
|
|
onShow() { |
|
|
|
|
let that = this; |
|
|
|
|
that.paytype = ''; |
|
|
|
|
// that.user = app.globalData.userInfo; |
|
|
|
|
that.findUser(); |
|
|
|
|
// that.getHuiLianTongCardBalance(); |
|
|
|
|
}, |
|
|
|
|
methods: { |
|
|
|
|
findUser() { |
|
|
|
@ -309,7 +278,8 @@ |
|
|
|
|
if (res.return_data.oilCard) { |
|
|
|
|
this.oilPirce = res.return_data.oilCard.amount; |
|
|
|
|
} |
|
|
|
|
this.getUserOrderPreList(); |
|
|
|
|
this.canUseDiscount(); |
|
|
|
|
this.oilPriceDiscountCompute(); |
|
|
|
|
uni.setStorage({ |
|
|
|
|
key: "user", |
|
|
|
|
data: res.return_data |
|
|
|
@ -317,36 +287,59 @@ |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//查询优惠券 |
|
|
|
|
getUserOrderPreList() { |
|
|
|
|
canUseDiscount() { |
|
|
|
|
let params = { |
|
|
|
|
useScope: 4 |
|
|
|
|
"goodsType": "3", |
|
|
|
|
"goodsId": this.gasOrderList.highChildOrderList[0].goodsId, |
|
|
|
|
"goodsPrice": this.gasOrderList.highChildOrderList[0].goodsPrice |
|
|
|
|
} |
|
|
|
|
getUserOrderPreList(params).then(res => { |
|
|
|
|
canUseDiscount(params).then(res => { |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
this.OrderPreList = res.return_data; |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
//计算价格 |
|
|
|
|
oilPriceDiscountCompute() { |
|
|
|
|
let datas = { |
|
|
|
|
"price": this.gasOrderList.highChildOrderList[0].goodsPrice, |
|
|
|
|
"goodsId": this.gasOrderList.highChildOrderList[0].goodsId, |
|
|
|
|
"oilNo": this.gasOrderList.highChildOrderList[0].gasOilNo, |
|
|
|
|
"isTyAgent": this.gasOrderList.isTyAgent |
|
|
|
|
} |
|
|
|
|
oilPriceDiscountCompute(datas).then(res => { |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
this.orderList = res.return_data; |
|
|
|
|
this.payPrice = res.return_data.payPrice; |
|
|
|
|
let payprice = parseFloat(this.payPrice * 100).toFixed( |
|
|
|
|
0); |
|
|
|
|
if (payprice > this.user.gold) { |
|
|
|
|
this.availIntegal = this.user.gold; |
|
|
|
|
} else { |
|
|
|
|
this.availIntegal = payprice; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
//弹出优惠券 |
|
|
|
|
showPopup() { |
|
|
|
|
this.$refs.popup.show(); |
|
|
|
|
}, |
|
|
|
|
//选择优惠券 |
|
|
|
|
radioChanges(item) { |
|
|
|
|
radioChanges(item, items) { |
|
|
|
|
this.rechangeload(); |
|
|
|
|
if (this.memDiscountId == item.id) { // 如果已经选中,则取消选中 |
|
|
|
|
if (this.memDiscountId == items.id) { // 如果已经选中,则取消选中 |
|
|
|
|
this.memDiscountId = ''; |
|
|
|
|
this.deductionPrice = '0.00'; |
|
|
|
|
this.priceCaluc(this.totalprice); |
|
|
|
|
this.priceCaluc(this.orderList.payPrice); |
|
|
|
|
|
|
|
|
|
} else { // 否则进行选中赋值 |
|
|
|
|
if (item.discountType == 1) { |
|
|
|
|
if (this.orderPrice > item.discountCondition) { |
|
|
|
|
this.memDiscountId = item.id; |
|
|
|
|
if (this.orderPrice >= item.discountCondition) { |
|
|
|
|
this.memDiscountId = items.id; |
|
|
|
|
//满减价格 |
|
|
|
|
this.deductionPrice = item.discountPrice; |
|
|
|
|
let oldprice = this.orderPrice - this.deductionPrice; |
|
|
|
@ -360,17 +353,16 @@ |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
if (item.discountType == 2) { |
|
|
|
|
this.memDiscountId = item.id; |
|
|
|
|
this.memDiscountId = items.id; |
|
|
|
|
//抵扣价格 |
|
|
|
|
this.deductionPrice = item.discountPrice; |
|
|
|
|
let oldprice = this.orderPrice - this.deductionPrice; |
|
|
|
|
this.priceCaluc(oldprice); |
|
|
|
|
} |
|
|
|
|
if (item.discountType == 3) { |
|
|
|
|
this.memDiscountId = item.id; |
|
|
|
|
this.memDiscountId = items.id; |
|
|
|
|
// 打折 |
|
|
|
|
this.deductionPrice = parseFloat(this.orderPrice - (this.orderPrice * item.discountPrice)) |
|
|
|
|
.toFixed(2); |
|
|
|
|
this.deductionPrice = this.orderPrice - (this.orderPrice * item.discountPrice); |
|
|
|
|
let oldprice = parseFloat(this.orderPrice * item.discountPrice).toFixed(2); |
|
|
|
|
this.priceCaluc(oldprice); |
|
|
|
|
|
|
|
|
@ -380,9 +372,10 @@ |
|
|
|
|
}, |
|
|
|
|
//计算价格 |
|
|
|
|
priceCaluc(item) { |
|
|
|
|
let zkprice = parseFloat(this.rechargeDes.integralDiscount / 100).toFixed(2); |
|
|
|
|
let pprice = parseFloat(item * 100).toFixed(0); |
|
|
|
|
let payprice = parseFloat(item * 100 * zkprice).toFixed(0); |
|
|
|
|
// let zkprice = 0.9; |
|
|
|
|
// parseFloat(this.rechargeDes.integralDiscount / 100).toFixed(2); |
|
|
|
|
// let pprice = parseFloat(item * 100).toFixed(0); |
|
|
|
|
let payprice = parseFloat(item * 100).toFixed(0); |
|
|
|
|
if (payprice > this.user.gold) { |
|
|
|
|
this.availIntegal = this.user.gold; |
|
|
|
|
this.priceValue[1] = 0; |
|
|
|
@ -396,7 +389,8 @@ |
|
|
|
|
//计算支付价格 |
|
|
|
|
calculatepayPrice() { |
|
|
|
|
if (this.deductionPrice == 0) { |
|
|
|
|
this.payPrice = Math.abs(parseFloat(this.totalprice - (parseFloat(this.priceValue[1] / 100).toFixed( |
|
|
|
|
this.payPrice = Math.abs(parseFloat(this.orderList.payPrice - (parseFloat(this.priceValue[1] / 100) |
|
|
|
|
.toFixed( |
|
|
|
|
2))) |
|
|
|
|
.toFixed(2)); |
|
|
|
|
} else { |
|
|
|
@ -424,7 +418,8 @@ |
|
|
|
|
blockEnd() { |
|
|
|
|
this.isDiscount = 1; |
|
|
|
|
if (this.deductionPrice == 0) { |
|
|
|
|
this.payPrice = Math.abs(parseFloat(this.totalprice - parseFloat(this.priceValue[1] / 100).toFixed(2)) |
|
|
|
|
this.payPrice = Math.abs(parseFloat(this.orderList.payPrice - parseFloat(this.priceValue[1] / 100) |
|
|
|
|
.toFixed(2)) |
|
|
|
|
.toFixed(2)); |
|
|
|
|
} else { |
|
|
|
|
this.payPrice = Math.abs(parseFloat(this.orderPrice - parseFloat(this.priceValue[1] / 100).toFixed(2) - |
|
|
|
@ -452,6 +447,55 @@ |
|
|
|
|
uni.showLoading({ |
|
|
|
|
title: '支付中...' |
|
|
|
|
}) |
|
|
|
|
if (this.payPrice == 0 && !this.orderNo) { |
|
|
|
|
let goods = { |
|
|
|
|
"identificationCode": this.gasOrderList.identificationCode, |
|
|
|
|
"isTyAgent": this.gasOrderList.isTyAgent, |
|
|
|
|
"gasStaffCode": app.globalData.staffCode, |
|
|
|
|
"payGold": this.priceValue[1], |
|
|
|
|
"memDiscountId": this.memDiscountId, |
|
|
|
|
"payPwd": this.PaymentPassword, |
|
|
|
|
"highChildOrderList": [{ |
|
|
|
|
"goodsType": this.gasOrderList.highChildOrderList[0].goodsType, |
|
|
|
|
"goodsId": this.gasOrderList.highChildOrderList[0].goodsId, |
|
|
|
|
"saleCount": 1, |
|
|
|
|
"goodsPrice": this.gasOrderList.highChildOrderList[0].goodsPrice, |
|
|
|
|
"gasGunNo": this.gasOrderList.highChildOrderList[0].gasGunNo, |
|
|
|
|
"gasOilNo": this.gasOrderList.highChildOrderList[0].gasOilNo, |
|
|
|
|
"gasOilType": this.gasOrderList.highChildOrderList[0].gasOilType, |
|
|
|
|
"gasPriceGun": this.gasOrderList.highChildOrderList[0].gasPriceGun, |
|
|
|
|
"gasPriceVip": this.gasOrderList.highChildOrderList[0].gasPriceVip, |
|
|
|
|
}] |
|
|
|
|
} |
|
|
|
|
addOrder(goods).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
if (app.globalData.gasKey) { |
|
|
|
|
app.globalData.gasKey = ''; |
|
|
|
|
app.globalData.staffCode = ''; |
|
|
|
|
uni.removeStorage({ |
|
|
|
|
key: 'gasKey' |
|
|
|
|
}) |
|
|
|
|
uni.removeStorage({ |
|
|
|
|
key: 'staffCode' |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
this.orderNo = res.return_data.id; |
|
|
|
|
uni.reLaunch({ |
|
|
|
|
url: '/pages/goods/refuel-succes/refuel-succes?id=' + |
|
|
|
|
this.orderNo |
|
|
|
|
}); |
|
|
|
|
} else { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.return_msg, |
|
|
|
|
icon: 'none', |
|
|
|
|
duration: 2000 |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (this.paytype == 'jifen') { |
|
|
|
|
let params = { |
|
|
|
|
"orderId": this.orderNo, |
|
|
|
@ -500,11 +544,21 @@ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (res.return_code == '102130') { |
|
|
|
|
this.cancelOrder(); |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../login/updatePas/updatePas' |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (res.return_code == '102132') { |
|
|
|
|
this.cancelOrder(); |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.return_msg, |
|
|
|
|
icon: 'none' |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
uni.navigateBack({}) |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.return_msg, |
|
|
|
|
icon: 'none' |
|
|
|
@ -530,19 +584,41 @@ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (res.return_code == '102130') { |
|
|
|
|
this.cancelOrder(); |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../login/updatePas/updatePas' |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (res.return_code == '102132') { |
|
|
|
|
this.cancelOrder(); |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.return_msg, |
|
|
|
|
icon: 'none' |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.return_msg, |
|
|
|
|
icon: 'none' |
|
|
|
|
}) |
|
|
|
|
uni.navigateBack({}) |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
//取消订单 |
|
|
|
|
cancelOrder() { |
|
|
|
|
let params = { |
|
|
|
|
orderId: this.orderNo |
|
|
|
|
} |
|
|
|
|
cancelOrder(params).then(res => { |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
this.orderNo = ''; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
//获取选择支付方式 |
|
|
|
|
changeRiado() { |
|
|
|
@ -578,21 +654,6 @@ |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
getOrderById() { |
|
|
|
|
uni.showLoading({ |
|
|
|
|
title: '加载中...' |
|
|
|
|
}) |
|
|
|
|
let params = { |
|
|
|
|
orderId: this.orderNo, |
|
|
|
|
} |
|
|
|
|
getOrderById(params).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
this.orderList = res.return_data.highChildOrderList[0]; |
|
|
|
|
this.timedeductionPrice = res.return_data.deductionPrice; |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//查询工会卡余额 |
|
|
|
|
getHuiLianTongCardBalance() { |
|
|
|
|
let params = { |
|
|
|
@ -605,6 +666,70 @@ |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
//下单 |
|
|
|
|
addOrder() { |
|
|
|
|
if (this.payPrice == 0) { |
|
|
|
|
this.$refs.paymentPassword.modalFun('show'); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (this.paytype == '') { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: '请选择支付方式', |
|
|
|
|
icon: 'none', |
|
|
|
|
duration: 2000 |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if (this.orderNo) { |
|
|
|
|
this.orderToPay(); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
uni.showLoading({ |
|
|
|
|
title: '提交订单中...' |
|
|
|
|
}) |
|
|
|
|
let goods = { |
|
|
|
|
"identificationCode": this.gasOrderList.identificationCode, |
|
|
|
|
"isTyAgent": this.gasOrderList.isTyAgent, |
|
|
|
|
"gasStaffCode": app.globalData.staffCode, |
|
|
|
|
"payGold": this.priceValue[1], |
|
|
|
|
"memDiscountId": this.memDiscountId, |
|
|
|
|
"highChildOrderList": [{ |
|
|
|
|
"goodsType": this.gasOrderList.highChildOrderList[0].goodsType, |
|
|
|
|
"goodsId": this.gasOrderList.highChildOrderList[0].goodsId, |
|
|
|
|
"saleCount": 1, |
|
|
|
|
"goodsPrice": this.gasOrderList.highChildOrderList[0].goodsPrice, |
|
|
|
|
"gasGunNo": this.gasOrderList.highChildOrderList[0].gasGunNo, |
|
|
|
|
"gasOilNo": this.gasOrderList.highChildOrderList[0].gasOilNo, |
|
|
|
|
"gasOilType": this.gasOrderList.highChildOrderList[0].gasOilType, |
|
|
|
|
"gasPriceGun": this.gasOrderList.highChildOrderList[0].gasPriceGun, |
|
|
|
|
"gasPriceVip": this.gasOrderList.highChildOrderList[0].gasPriceVip, |
|
|
|
|
}] |
|
|
|
|
} |
|
|
|
|
addOrder(goods).then(res => { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
if (res.return_code == '000000') { |
|
|
|
|
if (app.globalData.gasKey) { |
|
|
|
|
app.globalData.gasKey = ''; |
|
|
|
|
app.globalData.staffCode = ''; |
|
|
|
|
uni.removeStorage({ |
|
|
|
|
key: 'gasKey' |
|
|
|
|
}) |
|
|
|
|
uni.removeStorage({ |
|
|
|
|
key: 'staffCode' |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
|
this.orderNo = res.return_data.id; |
|
|
|
|
this.orderToPay(); |
|
|
|
|
} else { |
|
|
|
|
uni.showToast({ |
|
|
|
|
title: res.return_msg, |
|
|
|
|
icon: 'none', |
|
|
|
|
duration: 2000 |
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
}) |
|
|
|
|
}, |
|
|
|
|
//获取订单数据 |
|
|
|
|
orderToPay() { |
|
|
|
|
let that = this; |
|
|
|
@ -657,6 +782,7 @@ |
|
|
|
|
}, |
|
|
|
|
fail: function(err) { |
|
|
|
|
uni.hideLoading(); |
|
|
|
|
uni.navigateBack({}) |
|
|
|
|
}, |
|
|
|
|
}); |
|
|
|
|
// #endif |
|
|
|
@ -776,8 +902,12 @@ |
|
|
|
|
that.orderNo |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
cancel: function(r) {}, |
|
|
|
|
fail: function(res) {}, |
|
|
|
|
cancel: function(r) { |
|
|
|
|
uni.navigateBack({}) |
|
|
|
|
}, |
|
|
|
|
fail: function(res) { |
|
|
|
|
uni.navigateBack({}) |
|
|
|
|
}, |
|
|
|
|
complete: function(res) { |
|
|
|
|
|
|
|
|
|
} |
|
|
|
@ -851,6 +981,7 @@ |
|
|
|
|
.concont { |
|
|
|
|
border-radius: 12px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.Bubble { |
|
|
|
|
margin-left: 50%; |
|
|
|
|
padding-top: 15px; |
|
|
|
@ -861,6 +992,7 @@ |
|
|
|
|
height: 22px; |
|
|
|
|
line-height: 22px; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.cj-slider { |
|
|
|
|
width: 100%; |
|
|
|
|
align-items: center; |
|
|
|
|