1.修改问题团油

master
杨杰 3 years ago
parent 619eefca6a
commit 05880d9c1e
  1. 55
      high-unionPay/pages/goods/refuel-confirm/refuel-confirm.vue
  2. 29
      high-unionPay/pages/goods/refuel-details/refuel-details.vue
  3. 2
      high-unionPay/pages/goods/refuel/refuel.vue

@ -31,7 +31,60 @@
{{orderList.totalPrice}} {{orderList.totalPrice}}
</view> </view>
</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.totalPrice}}
</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.totalPrice}}
</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.totalPrice}}
</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.totalPrice}}
</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.totalPrice}}
</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.totalPrice}}
</view>
</view>
<!-- // --> <!-- // -->
<view class="mart10 heightl60 paddleft10 fcor333 fontwig6 font18 width100 backcorfff">支付方式</view> <view class="mart10 heightl60 paddleft10 fcor333 fontwig6 font18 width100 backcorfff">支付方式</view>
<view class="line1"></view> <view class="line1"></view>

@ -72,6 +72,20 @@
{{litre}}L {{litre}}L
</view> </view>
</view> </view>
<view class="line10 mart15"></view>
<view class="width90 height40 mart10">
<view class="flleft width50 font15 fcor666">加油升数:<text class="fcoreb5 margle"> {{litre}}L</text></view>
<view class="flright width50 font15 fcor666">平台折扣:<text class="fcoreb5 margle"> 0.95</text></view>
</view>
<view class="width90 height40">
<view class="flleft width50 font15 fcor666">平台优惠:<text class="fcoreb5 margle"> 11.7</text></view>
<view class="flright width50 font15 fcor666">加油补贴:<text class="fcoreb5 margle"> ¥0.44</text></view>
</view>
<view class="width90 height40">
<view class="flleft width50 font15 fcor666">每升优惠:<text class="fcoreb5 margle"> 11.7</text></view>
<view class="flright width50 font15 fcor666">本次优惠:<text class="fcoreb5 margle"> ¥0.95</text></view>
</view>
<view class="line10 mart15"></view>
<!-- <view class="list width90"> <!-- <view class="list width90">
<view class="box" v-for="(amount,index) in amountList" :key="index" @click="select(amount)" <view class="box" v-for="(amount,index) in amountList" :key="index" @click="select(amount)"
:class="{'on':amount.price == inputMoney}"> :class="{'on':amount.price == inputMoney}">
@ -291,11 +305,26 @@
this.totalPrice = '0.00'; this.totalPrice = '0.00';
this.discountPrice = '0.00'; this.discountPrice = '0.00';
this.inputMoney = ''; this.inputMoney = '';
this.oilLiters = '0';
this.discount = '0';
this.oilSubsidy = '0';
this.litersPreferences = '0';
this.pricePreferences = '0';
this.totalPreferences = '0';
this.$refs.popup.hide(); this.$refs.popup.hide();
}, },
// //
changeValue2(item) { changeValue2(item) {
this.gunNo = item.gunNo; this.gunNo = item.gunNo;
this.totalPrice = '0.00';
this.discountPrice = '0.00';
this.inputMoney = '';
this.oilLiters = '0';
this.discount = '0';
this.oilSubsidy = '0';
this.litersPreferences = '0';
this.pricePreferences = '0';
this.totalPreferences = '0';
this.$refs.popup.hide(); this.$refs.popup.hide();
}, },
// select(amount) { // select(amount) {

@ -149,7 +149,7 @@
}], }],
typeId: '', typeId: '',
oilList: [], oilList: [],
onilName: '0#', onilName: '92#',
latitudeful: '', latitudeful: '',
longitudeful: '', longitudeful: '',
isTyAgent: false // isTyAgent: false //

Loading…
Cancel
Save