2025-10-22 20:28:50 +08:00

1 line
2.8 KiB
Plaintext

<view class="content"><view style="overflow:hidden;"><view class="news_title"><view class="fsz30 overflow2 title tag">{{''+(orderInfo.status_name||'')+''}}</view><view class="time fsz26">{{'订单号:'+(orderInfo.order_no||'')+''}}</view><view class="time fsz26">{{'下单时间:'+(orderInfo.createtime||'')+''}}</view><block wx:if="{{orderInfo.status==3}}"><view class="time fsz26">{{'完成时间:'+(orderInfo.finish_time||'')+''}}</view></block></view><view class="line"></view><view class="w"><view class="biaoti fsz30">预约信息</view><view class="main"><view class="li fsz30"><view class="ti">联系人 :</view><view>{{orderInfo.accept_name||''}}</view></view><view class="li fsz30"><view class="ti">电话 :</view><view>{{orderInfo.accept_mobile||''}}</view></view><view class="li fsz30"><view class="ti">地址 :</view><view>{{(orderInfo.area_name||'')+''}}</view></view><view class="li fsz30"><view class="ti"></view><view style="text-align:right;">{{orderInfo.accept_address||''}}</view></view><block wx:if="{{orderInfo.status==3}}"><view class="li fsz30"><view class="ti">订单金额 :</view><view class="red-price" style="text-align:right;">{{orderInfo.price||''}}</view></view></block><block wx:if="{{orderInfo.status==3}}"><view class="li fsz30"><view class="ti">订单赠送积分 :</view><view class="red-price" style="text-align:right;">{{orderInfo.send_point||''}}</view></view></block></view></view><view class="line"></view><view class="w"><view class="biaoti fsz30">回收信息</view><view class="main"><view class="li fsz30"><view class="ti">预约回收品类 :</view><view>{{orderInfo.type_name||''}}</view></view><view class="li fsz30"><view class="ti">预约时间 :</view><view>{{orderInfo.order_time||''}}</view></view><view class="li fsz30"><view class="ti">预约重量 :</view><view>{{orderInfo.weight||''}}</view></view><view class="li fsz30"><view class="ti">备注 :</view><view>{{orderInfo.remark||'无'}}</view></view></view></view><view class="line"></view><block wx:if="{{orderInfo.status==2}}"><view class="w"><view class="biaoti fsz30">回收员</view><view class="main"><view class="li fsz30"><view>姓名 :</view><view>{{orderInfo.person_name||''}}</view></view><view class="li fsz30"><view>电话 :</view><view data-event-opts="{{[['tap',[['call',['$0'],['orderInfo.person_mobile']]]]]}}" bindtap="__e">{{orderInfo.person_mobile||''}}</view></view><view class="li fsz30"><view>接单时间 :</view><view>{{orderInfo.jiedan_time||''}}</view></view></view></view></block><view style="height:100px;"></view></view><block wx:if="{{orderInfo.status==1||orderInfo.status==2}}"><view class="button-bottom"><block wx:if="{{orderInfo.status==1||orderInfo.status==2}}"><button data-event-opts="{{[['tap',[['cancelOrder']]]]}}" class="btn btn-default" bindtap="__e">取消订单</button></block></view></block></view>