<view>
|
|
|
|
<view class='yonghu' catchtap='sendTheDetails'>
|
|
<view class='view1'>订单:
|
|
<text class='text1'>{{ID1}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class='yonghu1' catchtap='sendTheDetails'>
|
|
<view class='view1'>发货时间:
|
|
<text class='text1'>{{LoadTime1}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class='yonghu1' catchtap='sendTheDetails'>
|
|
<view class='view1'>重量:
|
|
<text class='text1'>{{Number}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class='yonghu1' catchtap='sendTheDetails'>
|
|
<view class='view1'>箱数:
|
|
<text class='text1'>{{SecondNumber}}</text>
|
|
</view>
|
|
</view>
|
|
|
|
<view class='yonghu1' catchtap='sendTheDetails'>
|
|
<view class='view1'>司机:
|
|
<view class='main-body'>
|
|
<block wx:for="{{obj}}" wx:key="item">
|
|
<view class='client'>
|
|
<view class='select-drug' bindtap="powerDrawer1" data-statu="open" data-index="{{index}}">
|
|
<view class='drug' bindtap='drug'>
|
|
{{item.yaopin}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</block>
|
|
<!-- <view class='btn1' catchtap='btn1'> 添加</view> -->
|
|
</view>
|
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
|
|
|
|
<!--drawer content-->
|
|
|
|
<view class='top'>
|
|
|
|
<input class="sousuo" placeholder='请搜索' bindinput="phoneNum"></input>
|
|
</view>
|
|
|
|
<view class="drawer_content">
|
|
<block wx:for="{{name1}}">
|
|
<view class="top grid" catchtap='a' data-index="{{index}}" range="{{name1}}" data-id="{{name1}}">
|
|
<text class="title col-0">{{name1[index].Name}}</text>
|
|
</view>
|
|
</block>
|
|
|
|
</view>
|
|
<view class="btn_ok" bindtap="powerDrawer" data-statu="close">取消</view>
|
|
</view>
|
|
|
|
|
|
<button class='paiche' bindtap='paiche'>派车</button>
|
|
<button class='fenxiang' open-type='share'>分享</button>
|