|
|
|
@ -7,11 +7,13 @@ |
|
|
|
|
<view class="ordsrig">{{oilorderdetails.payTime | timeFormat('yyyy-mm-dd hh:mm:ss')}}</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="heads"> |
|
|
|
|
<view class="prices">实际支付: <text style="font-size: 16px;margin-left: 5px;"> ¥{{oilorderdetails.payRealPrice}}</text></view> |
|
|
|
|
<view class="prices">实际支付: <text style="font-size: 16px;margin-left: 5px;"> |
|
|
|
|
¥{{oilorderdetails.payRealPrice}}</text></view> |
|
|
|
|
</view> |
|
|
|
|
<view class="line1con"></view> |
|
|
|
|
<view style="padding-top: 15px;"> |
|
|
|
|
<view class="prices">优惠立减: <text style="font-size: 16px;margin-left: 5px;"> ¥{{oilorderdetails.deductionPrice}}</text></view> |
|
|
|
|
<view class="prices">优惠立减: <text style="font-size: 16px;margin-left: 5px;"> |
|
|
|
|
¥{{oilorderdetails.deductionPrice}}</text></view> |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width92 height20 titles fcor333 font15 mart15 fontwig6"> |
|
|
|
@ -73,12 +75,14 @@ |
|
|
|
|
</view> |
|
|
|
|
<view class="width92 fcor666 font14 mart20 alijusstart"> |
|
|
|
|
<view class="width20">每升优惠</view> |
|
|
|
|
<view class="width80p fotrt" v-if="oilorderdetails.gasLitersPreferences">¥{{oilorderdetails.gasLitersPreferences}}</view> |
|
|
|
|
<view class="width80p fotrt" v-if="oilorderdetails.gasLitersPreferences"> |
|
|
|
|
¥{{oilorderdetails.gasLitersPreferences}}</view> |
|
|
|
|
<view class="width80p fotrt" v-else>¥0</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width92 fcor666 font14 mart20 alijusstart"> |
|
|
|
|
<view class="width20">优惠价格</view> |
|
|
|
|
<view class="width80p fotrt" v-if="oilorderdetails.gasPricePreferences">¥{{oilorderdetails.gasPricePreferences}}</view> |
|
|
|
|
<view class="width80p fotrt" v-if="oilorderdetails.gasPricePreferences"> |
|
|
|
|
¥{{oilorderdetails.gasPricePreferences}}</view> |
|
|
|
|
<view class="width80p fotrt" v-else>¥0</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="width92 line1 mart15"></view> |
|
|
|
|