| | |
| | | <view class="line" v-else> |
| | | <text class="label">合同单号</text> |
| | | <text class="value">{{ item.contractNum }}</text> |
| | | <text class="primaryColor" @click="subDetail(item)">预约详情</text> |
| | | </view> |
| | | <view class="line"> |
| | | <text class="label">驾驶员</text> |
| | |
| | | <text class="label">总运输量</text> |
| | | <text class="value">{{ item.totalNum }}万支</text> |
| | | </view> |
| | | <view class="line" v-if="item.type != 4"> |
| | | <view class="line" v-if="item.carrierName"> |
| | | <text class="label">运输公司</text> |
| | | <text class="value">{{ item.carrierName }}</text> |
| | | </view> |
| | |
| | | this.showDetail = true |
| | | }) |
| | | }, |
| | | subDetail(item) { |
| | | uni.navigateTo({ |
| | | url: `/pages/index/SubDetail?id=${item.bookId}` |
| | | }) |
| | | }, |
| | | getPlatformGroup() { |
| | | getPlatformGroupList({ |
| | | queryData: 1, |