qingyiay
2023-09-12 5386f47f55ecb9ad2189998f9dda6d682b6be7e0
pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -35,6 +35,7 @@
                  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"
@@ -206,7 +207,7 @@
                     </view>
                  </view>
                  <view class="filter-body"
                     v-if="roleType !== 3&&roleType !== 4">
                     v-if="roleType === 2||roleType === 1">
                     <view class="condition-name">车队</view>
                     <view class="filter-name">
                        <view class="filter-button"
@@ -335,7 +336,7 @@
            onlineurl,
         };
      },
      onShow() {
      onLoad() {
         this.firstDate();
         this.lastDate();
         this.getShipping();
@@ -635,7 +636,7 @@
         // 跳转发运详情
         faYunDetail(takeCoalId) {
            uni.navigateTo({
               url: `/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail?orderPlanId=${takeCoalId}`
               url: `/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail?orderPlanId=${takeCoalId}&flag=${true}`
            });
         },
         // 打开筛选条件弹窗
@@ -686,6 +687,7 @@
               this.first = newV.slice(0, 10);
               this.last = newV.slice(11);
               this.getTmTaskCoalData();
               this.getShipping();
            }
         }
      }