| | |
| | | </view> |
| | | <view :class="item.deliveredstatus !== 'Delivered'?'chuany-width67':'chuany-width79'" |
| | | @click='goDetail(item)'> |
| | | <u-text size='14' :text="item.remark||item.companyName" lines="1"> |
| | | <u-text size='14' :text="item.companyName" lines="1"> |
| | | <!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> --> |
| | | </u-text> |
| | | </view> |
| | | <template v-if="item.deliveredstatus !== 'Delivered'"> |
| | |
| | | editOrder(item) { |
| | | this.isEdit = true |
| | | this.arrangeInfo = { |
| | | deliverTime: this.$util.formatDate(new Date(), null, 1), |
| | | deliverTime: this.$util.formatDate(item.deliverTime), |
| | | driverId: item.driverId, |
| | | buyerId: item.buyerId, |
| | | dianhua: item.dianhua, |
| | |
| | | remark: '', |
| | | lianxiren: '', |
| | | dizhi: '', |
| | | companyName: '', |
| | | driverName: '', |
| | | sort: '1' |
| | | } |
| | | this.show7 = false |