| | |
| | | icon="http://cdn.uviewui.com/uview/empty/data.png" |
| | | textSize="30" |
| | | iconSize="1000" |
| | | text="暂无数据" |
| | | v-if="filterList.length == 0"></u-empty> |
| | | <view class="statistics-card" |
| | | v-for="(item, index) in filterList" |
| | |
| | | </view> |
| | | </view> |
| | | <view class="filter-body" |
| | | v-if="roleType != 3"> |
| | | v-if="roleType === 2||roleType === 1"> |
| | | <view class="condition-name">车队</view> |
| | | <view class="filter-name"> |
| | | <view class="filter-button" |
| | |
| | | </view> --> |
| | | </view> |
| | | </view> |
| | | <view class="filter-body"> |
| | | <view class="filter-body" |
| | | v-if="roleType != 4"> |
| | | <view class="condition-name">仓库</view> |
| | | <view class="filter-name"> |
| | | <view class="filter-button" |
| | |
| | | </view> |
| | | </view> |
| | | <view class="filter-body" |
| | | v-if="roleType == 2"> |
| | | v-if="roleType == 2||roleType == 4"> |
| | | <view class="condition-name">车牌号</view> |
| | | <view class="filter-name"> |
| | | <view class="filter-button" |
| | |
| | | @click="confirmCondition"></u-button></view> |
| | | </view> |
| | | </u-popup> |
| | | <tab-bar :current="roleType===4?2:1"></tab-bar> |
| | | <tab-bar :current="roleType===4?1:1"></tab-bar> |
| | | </view> |
| | | <view class="white-block"></view> |
| | | </view> |
| | |
| | | // 点击右箭头详情弹窗 |
| | | faYunDetailobj: {}, |
| | | modalShow: false, |
| | | coalStatus: ['未称重', '称重中', '验质中', '称重完成', '验质完成'], |
| | | coalStatus: ['未称重', '称重中', '验质中', '称重完成', '处理完成'], |
| | | onlineurl, |
| | | }; |
| | | }, |
| | | onShow() { |
| | | onLoad() { |
| | | this.firstDate(); |
| | | this.lastDate(); |
| | | this.getShipping(); |
| | |
| | | // 跳转发运详情 |
| | | faYunDetail(takeCoalId) { |
| | | uni.navigateTo({ |
| | | url: `/pages/public-page/faYunstatisticsDetails/faYunstatisticsDetails?id=${takeCoalId}` |
| | | url: `/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail?orderPlanId=${takeCoalId}&flag=${true}` |
| | | }); |
| | | }, |
| | | // 打开筛选条件弹窗 |
| | |
| | | this.first = newV.slice(0, 10); |
| | | this.last = newV.slice(11); |
| | | this.getTmTaskCoalData(); |
| | | this.getShipping(); |
| | | } |
| | | } |
| | | } |