| | |
| | | <view class="chuany-font26"> |
| | | <view class="chuany-flex chuany-justify-between"> |
| | | <text class="chuany-width7">{{index+1}}</text> |
| | | <view class="chuany-width15"> |
| | | <view class="chuany-width12"> |
| | | {{$util.formatDate(item.deliverTime,'riqi')}} |
| | | </view> |
| | | <view class="chuany-width68" @click='goDetail(item)'> |
| | | <view class="chuany-width13"> |
| | | <u-text size='14' :text="item.driver&&item.driver.name" lines="1"> |
| | | <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> --> |
| | | </u-text> |
| | | </view> |
| | | <view class="chuany-width53" @click='goDetail(item)'> |
| | | <u-text size='14' :text="item.companyName" lines="1"> |
| | | <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> --> |
| | | </u-text> |
| | | </view> |
| | | <view class="chuany-width10 chuany-flex chuany-justify-between"> |
| | | <view class="chuany-width15 chuany-flex chuany-justify-between"> |
| | | <u-text size='14' align="right" v-if='item.deliveredstatus=="Delivered"' type="success" text="已送" lines="1"> |
| | | </u-text> |
| | | <u-text size='14' align="right" v-if='item.deliveredstatus=="Undeliver"' type="error" text="未送" lines="1"> |
| | | </u-text> |
| | | <u-text size='14' align="right" v-if='item.deliveredstatus=="Deliver"' type="primary" text="送货中" lines="1"> |
| | | </u-text> |
| | | </view> |
| | | <!-- <view class="chuany-width5" @tap.stop='editOrder(item)'> |
| | | <up-icon name="edit-pen"></up-icon> |