qingyiay
2023-07-28 fa9d6d873f252894b668aae8525a3d83b7175ca5
pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -206,7 +206,7 @@
                     </view>
                  </view>
                  <view class="filter-body"
                     v-if="roleType != 3">
                     v-if="roleType !== 3&&roleType !== 4">
                     <view class="condition-name">车队</view>
                     <view class="filter-name">
                        <view class="filter-button"
@@ -222,7 +222,8 @@
                     </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"
@@ -239,7 +240,7 @@
                     </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"
@@ -634,7 +635,7 @@
         // 跳转发运详情
         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}`
            });
         },
         // 打开筛选条件弹窗