123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- <view class="page">
- <view class="outer1">
- <view class="box3">
- <view class="bd1">
- <text lines="1" class="info2">始发地</text>
- <text lines="1" class="word3">{{selectdetail.to}}</text>
- <text lines="1" class="word4">目的地</text>
- <text lines="1" class="word5">{{selectdetail.from}}</text>
- </view>
- </view>
- <view class="box4">
- <view class="box5">
- <text lines="1" class="info3">物流记录</text>
- <view class="bd2"></view>
- <text lines="1" class="word6">物流单号:{{selectdetail.logistic_no}}</text>
- <text lines="1" class="word7">封签号:{{selectdetail.seal_no}}</text>
- <view wx:for="{{selectdetail.list}}" wx:key="index" class="list">
- <icon class="label4" style="background-color: aqua;"></icon>
- <text lines="1" decode="true" class="word8">{{item.created}} {{item.remark}}</text>
- <view class="bd3">
- <view class="main4"></view>
- <view class="main5">
- <text lines="1" decode="true" class="word9">{{item.title}} {{item.admin_type}}:{{item.nickname}}</text>
- </view>
- </view>
- </view>
- </view>
- </view>
- <view class="box6">
- <view class="bd4">
- <view class="box7">
- <text lines="1" class="word16">运输物</text>
- <text lines="1" class="word17">共{{selectdetail.sorting_goods?selectdetail.sorting_goods.length:0}}件</text>
- </view>
- <block wx:for="{{selectdetail.sorting_goods}}" wx:key="key">
- <view class="box13"></view>
- <view class="box14">
- <image src="{{img[item.title]}}" class="img2"></image>
- <view class="group2">
- <text lines="1" class="info5">{{item.title}}-{{item.goods_title}}</text>
- <view class="box15">
- <text lines="1" class="word19">颜色:</text>
- <!-- <view class="section3"></view> -->
- <text lines="1" class="word20">{{item.color}}</text>
- </view>
- </view>
- <text lines="1" class="txt6">水洗码:{{item.wash_code}}</text>
- </view>
- <view class="box16">
- <view class="layer6" wx:for="{{item.images}}" wx:for-item="val" wx:key="index">
- <image src="{{val}}" class="pic4"></image>
- </view>
- </view>
- <text lines="1" decode="true" class="paragraph1">分拣时间:{{item.created}}<br />清洗完成:{{item.datetime}}</text>
- </block>
- </view>
- <view class="bd5"></view>
- </view>
- <view class="box17">
- <view class="outer2">
- <view class="bd6">
- <text lines="1" class="txt7">配送信息</text>
- <view class="section4"></view>
- </view>
- <view class="bd7"></view>
- <text lines="1" class="info6">姓名:{{selectdetail.wx_nickname}}</text>
- <text lines="1" class="word21">手机:{{selectdetail.phone}}</text>
- <text lines="1" class="infoBox2">地址:{{selectdetail.address}}</text>
- </view>
- <text lines="1" class="txt8" bindtap="tel" data-phone="{{selectdetail.phone}}">联系用户</text>
- </view>
- <view class="box18">
- <view class="section5">
- <text lines="1" class="txt9">订单信息</text>
- <view class="mod4"></view>
- <text lines="1" class="word22">订单编号:{{selectdetail.order_no}}</text>
- <text lines="1" class="word23">订单类型:{{selectdetail.order_type}}</text>
- <view class="mod5" wx:for="{{selectdetail.goods}}" wx:key="index">
- <view class="mod6">
- <view class="main6">
- <image src="{{item.thumb}}"></image>
- </view>
- </view>
- <view class="mod7">
- <text lines="1" class="word24">{{item.title}}</text>
- <text lines="1" class="word25">x2</text>
- </view>
- </view>
- <view class="mod9">
- <text lines="1" class="word26">增值服务</text>
- <text lines="1" decode="true" class="word27">无</text>
- </view>
- </view>
- </view>
- <view class="box19">
- <view class="section6">
- <text lines="1" class="info8">订单关联物流</text>
- <view class="bd8"></view>
- <view class="bd9" wx:for="{{selectdetail.logistic_group}}" wx:key="index">
- <view class="bd-9">
- <text lines="1" class="word28">物流编号:</text>
- <text lines="1" decode="true" class="txt10">{{item.order_no}}</text>
- <text lines="1" class="word29">{{item.type}}</text>
-
- </view>
- <view class="db3">
- <text lines="1" class="word30">封签号:{{item.seal_no}}</text>
- <text lines="1" class="word30 db3-1" style="display: inline;">{{item.status}}</text>
- </view>
- <view class="bd8"></view>
- </view>
- </view>
- </view>
- </view>
- </view>
|