1.修改问题团油

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

@ -31,7 +31,60 @@
{{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="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="line1"></view>
@ -90,8 +143,8 @@
orderToPay,
unionPay,
orderToGoldPay,
hltUnionCardPay,
findUser,
hltUnionCardPay,
findUser,
oilCardPay
} from '../../../Utils/Api.js';
import ssPaymentPassword from '../../../components/sanshui-payment-password/index.vue';

@ -71,7 +71,21 @@
style="border-left: 1px solid #f2f2f2;line-height: 40px;">
{{litre}}L
</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="box" v-for="(amount,index) in amountList" :key="index" @click="select(amount)"
:class="{'on':amount.price == inputMoney}">
@ -290,12 +304,27 @@
this.priceGun = item.priceGun;
this.totalPrice = '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();
},
//
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();
},
// select(amount) {

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

Loading…
Cancel
Save