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