You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

66 lines
1.8 KiB

<view>
<view class='yonghu1'>
<view class='view1'>订单:
<text class='text1'>{{orderID}}</text>
</view>
</view>
<view class='yonghu1'>
<view class='view1'>发货时间:
<text class='text1'>{{LoadTime1}}</text>
</view>
</view>
<view class='yonghu1'>
<view class='view1'>重量:
<text class='text1'>{{Number}}</text>
</view>
</view>
<view class='yonghu1'>
<view class='view1'>箱数:
<text class='text1'>{{SecondNumber}}</text>
</view>
</view>
<view class='yonghu1'>
<view class='view1'>车辆:
<view class='main-body'>
<view class='choiseCarInfo' catchtap="findCar">
{{carNumber}}
</view>
</view>
</view>
</view>
<view class='yonghu1'>
<view class='view1'>司机:
<text class='text1'>{{driverName}}</text>
</view>
</view>
</view>
<view class="drawer_screen" catchtap="powerDrawer" wx:if="{{showModalStatus}}"></view>
<view animation="{{animationData}}" class="drawer_box" wx:if="{{showModalStatus}}">
<view class='searchView'>
<input class='imput_goodsName' bindinput='searchCarByInput' type='text' placeholder='输入车辆信息' placeholder-style='color:rgb(202, 202, 202)'></input>
<view class='storageView' catchtap='creatNewCar'>新建车辆</view>
</view>
<view class="drawer_content">
<block wx:for="{{carList}}" wx:key="item" wx:for-index="index">
<view class="grid1" catchtap='itemclick' data-index="{{index}}" data-carid="{{item.ID}}" data-carname='{{item.Name}}'>
<text class='text3'>{{item.Name}}</text>
</view>
</block>
</view>
<view class="btn_ok" catchtap="powerDrawer">取消</view>
</view>
<button class='paiche' catchtap='paiche'>派车</button>
<button class='fenxiang' open-type='share'>分享</button>