| 1 |
- <ax-body vue-id="2908e880-1" class="data-v-9fd525d0" bind:__l="__l" vue-slots="{{['default']}}"><view class="page-background data-v-9fd525d0"><image src="/static/img/order-detail-bg.png" mode="widthFix" class="data-v-9fd525d0"></image></view><view class="body data-v-9fd525d0"><view style="height:220rpx;" class="data-v-9fd525d0"></view><view class="base-info data-v-9fd525d0"><view class="content data-v-9fd525d0"><view class="name data-v-9fd525d0"><image class="icon data-v-9fd525d0" src="/static/img/order-detail-icon.png" mode="widthFix"></image><text class="data-v-9fd525d0">充电度数</text></view><view class="val data-v-9fd525d0"><text class="value data-v-9fd525d0">{{orderInfo.totalCharge||0}}</text><text class="unit data-v-9fd525d0">度电</text></view></view></view><view class="cell-group multi-line data-v-9fd525d0"><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">起始时间</view><view class="contet data-v-9fd525d0">{{orderInfo.startTime||'未知'}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">终止时间</view><view class="contet data-v-9fd525d0">{{orderInfo.endTime||'未知'}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">终止方式</view><view class="contet data-v-9fd525d0">{{$root.m0}}</view></view></view><block wx:if="{{orderInfo.maspStatus!=0}}"><view class="cell-group data-v-9fd525d0"><block wx:if="{{orderInfo.maspStatus===1}}"><view class="cell data-v-9fd525d0"><view class="load-payment data-v-9fd525d0">待补缴</view><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" class="load-payment-btn data-v-9fd525d0" bindtap="__e">去补缴</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">超充金额</view><view class="flow-money data-v-9fd525d0">{{$root.g0+'元'}}</view></view></block><block wx:else><block wx:if="{{orderInfo.maspStatus===2}}"><view class="finish-payment data-v-9fd525d0">已补缴</view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">超充金额</view><view class="contet data-v-9fd525d0">{{$root.g1}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">补缴时间</view><view class="contet data-v-9fd525d0">{{orderInfo.maspTime}}</view></view></block></block></view></block><view class="cell-group data-v-9fd525d0"><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">订单状态</view><view class="contet data-v-9fd525d0">{{$root.m1}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">订单编号</view><view class="contet data-v-9fd525d0">{{orderInfo.id}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">订单时间</view><view class="contet data-v-9fd525d0">{{orderInfo.createTime}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">充电电站</view><view class="contet data-v-9fd525d0">{{deviceInfo.thirdPartyStationName}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">终端名称</view><view class="contet data-v-9fd525d0">{{deviceInfo.deviceName}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">终端编号</view><view class="contet data-v-9fd525d0">{{deviceInfo.deviceNo}}</view></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">车位编号</view><view class="contet data-v-9fd525d0">{{deviceInfo.parkNo?deviceInfo.parkNo:"无"}}</view></view><view class="hr data-v-9fd525d0"></view><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">订单金额</view><view class="contet sum data-v-9fd525d0">{{$root.g2+"元"}}</view></view><block wx:if="{{orderInfo.discountMoney}}"><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">{{orderInfo.discountDes}}</view><view class="contet sum data-v-9fd525d0">{{"-"+(orderInfo.discountMoney?$root.g3:"0.0000")+'元'}}</view></view></block><block wx:if="{{orderInfo.firmPrice}}"><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">企业专享价减</view><view class="contet sum data-v-9fd525d0">{{"-"+(orderInfo.firmPrice?$root.g4:"0.0000")+"元"}}</view></view></block><block wx:if="{{orderInfo.couponPrice}}"><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">优惠券减</view><view class="contet sum data-v-9fd525d0">{{"-"+(orderInfo.couponPrice?$root.g5:"0.0000")+"元"}}</view></view></block><view class="cell data-v-9fd525d0"><view class="lable data-v-9fd525d0">实际付款</view><view class="contet sum data-v-9fd525d0">{{(orderInfo.realCost?$root.g6:"0.0000")+"元"}}</view></view></view><view class="tips data-v-9fd525d0"><image class="icon data-v-9fd525d0" src="/static/img/warn.svg"></image><text class="data-v-9fd525d0">本次充电费用已从您的“充电抵扣券”中抵扣结算</text></view></view></ax-body>
|