detal.wxml 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <view class="page">
  2. <view class="outer1">
  3. <view class="box3">
  4. <view class="bd1">
  5. <text lines="1" class="info2">始发地</text>
  6. <text lines="1" class="word3">{{selectdetail.to}}</text>
  7. <text lines="1" class="word4">目的地</text>
  8. <text lines="1" class="word5">{{selectdetail.from}}</text>
  9. </view>
  10. </view>
  11. <view class="box4">
  12. <view class="box5">
  13. <text lines="1" class="info3">物流记录</text>
  14. <view class="bd2"></view>
  15. <text lines="1" class="word6">物流单号:{{selectdetail.logistic_no}}</text>
  16. <text lines="1" class="word7">封签号:{{selectdetail.seal_no}}</text>
  17. <view wx:for="{{selectdetail.list}}" wx:key="index" class="list">
  18. <icon class="label4" style="background-color: aqua;"></icon>
  19. <text lines="1" decode="true" class="word8">{{item.created}}&nbsp;{{item.remark}}</text>
  20. <view class="bd3">
  21. <view class="main4"></view>
  22. <view class="main5">
  23. <text lines="1" decode="true" class="word9">{{item.title}}&nbsp;{{item.admin_type}}:{{item.nickname}}</text>
  24. </view>
  25. </view>
  26. </view>
  27. </view>
  28. </view>
  29. <view class="box6">
  30. <view class="bd4">
  31. <view class="box7">
  32. <text lines="1" class="word16">运输物</text>
  33. <text lines="1" class="word17">共{{selectdetail.sorting_goods?selectdetail.sorting_goods.length:0}}件</text>
  34. </view>
  35. <block wx:for="{{selectdetail.sorting_goods}}" wx:key="key">
  36. <view class="box13"></view>
  37. <view class="box14">
  38. <image src="{{img[item.title]}}" class="img2"></image>
  39. <view class="group2">
  40. <text lines="1" class="info5">{{item.title}}-{{item.goods_title}}</text>
  41. <view class="box15">
  42. <text lines="1" class="word19">颜色:</text>
  43. <!-- <view class="section3"></view> -->
  44. <text lines="1" class="word20">{{item.color}}</text>
  45. </view>
  46. </view>
  47. <text lines="1" class="txt6">水洗码:{{item.wash_code}}</text>
  48. </view>
  49. <view class="box16">
  50. <view class="layer6" wx:for="{{item.images}}" wx:for-item="val" wx:key="index">
  51. <image src="{{val}}" class="pic4"></image>
  52. </view>
  53. </view>
  54. <text lines="1" decode="true" class="paragraph1">分拣时间:{{item.created}}<br />清洗完成:{{item.datetime}}</text>
  55. </block>
  56. </view>
  57. <view class="bd5"></view>
  58. </view>
  59. <view class="box17">
  60. <view class="outer2">
  61. <view class="bd6">
  62. <text lines="1" class="txt7">配送信息</text>
  63. <view class="section4"></view>
  64. </view>
  65. <view class="bd7"></view>
  66. <text lines="1" class="info6">姓名:{{selectdetail.wx_nickname}}</text>
  67. <text lines="1" class="word21">手机:{{selectdetail.phone}}</text>
  68. <text lines="1" class="infoBox2">地址:{{selectdetail.address}}</text>
  69. </view>
  70. <text lines="1" class="txt8" bindtap="tel" data-phone="{{selectdetail.phone}}">联系用户</text>
  71. </view>
  72. <view class="box18">
  73. <view class="section5">
  74. <text lines="1" class="txt9">订单信息</text>
  75. <view class="mod4"></view>
  76. <text lines="1" class="word22">订单编号:{{selectdetail.order_no}}</text>
  77. <text lines="1" class="word23">订单类型:{{selectdetail.order_type}}</text>
  78. <view class="mod5" wx:for="{{selectdetail.goods}}" wx:key="index">
  79. <view class="mod6">
  80. <view class="main6">
  81. <image src="{{item.thumb}}"></image>
  82. </view>
  83. </view>
  84. <view class="mod7">
  85. <text lines="1" class="word24">{{item.title}}</text>
  86. <text lines="1" class="word25">x2</text>
  87. </view>
  88. </view>
  89. <view class="mod9">
  90. <text lines="1" class="word26">增值服务</text>
  91. <text lines="1" decode="true" class="word27">无</text>
  92. </view>
  93. </view>
  94. </view>
  95. <view class="box19">
  96. <view class="section6">
  97. <text lines="1" class="info8">订单关联物流</text>
  98. <view class="bd8"></view>
  99. <view class="bd9" wx:for="{{selectdetail.logistic_group}}" wx:key="index">
  100. <view class="bd-9">
  101. <text lines="1" class="word28">物流编号:</text>
  102. <text lines="1" decode="true" class="txt10">{{item.order_no}}</text>
  103. <text lines="1" class="word29">{{item.type}}</text>
  104. </view>
  105. <view class="db3">
  106. <text lines="1" class="word30">封签号:{{item.seal_no}}</text>
  107. <text lines="1" class="word30 db3-1" style="display: inline;">{{item.status}}</text>
  108. </view>
  109. <view class="bd8"></view>
  110. </view>
  111. </view>
  112. </view>
  113. </view>
  114. </view>