wk
2024-09-18 99ff2162a80faeb592b76630e0a105a275524cb1
pages/doorkeeper-page/doorkeeper-index/exit-index.vue
@@ -12,7 +12,7 @@
                ref="collapseHeight"
                name='1'
               class="collItem"
               :title="'待检查司机'">
               :title="'待检查车辆'">
         <view style="position: relative;top: -40px;">
            <u-empty mode="data"
               icon="http://cdn.uviewui.com/uview/empty/data.png"
@@ -47,6 +47,13 @@
                     <text>{{ item.phone || '' }}</text>
                  </view>
               </view>
               <view class="second-line">
                  <view class="coal-name">
                     <view>净重:{{item.clean || 0}}</view>
                     <view class="black-bar"></view>
                     <view>数量:{{item.productQuantity || 0}}</view>
                  </view>
               </view>
               <view class="third-line">
                  <view class="send-date">{{ item.isEmptyCar?item.isEmptyCar=='0'?'非空车出场':'空车出场':'非空车出场' }}</view>
               </view>
@@ -73,7 +80,7 @@
                <u-collapse-item
                name='2'
               class="collItem"
               :title="'已检查司机'">
               :title="'已检查车辆'">
         <view style="position: relative;top: -40px;">
            <u-empty mode="data"
               icon="http://cdn.uviewui.com/uview/empty/data.png"
@@ -106,6 +113,13 @@
                     <view class="dispatch">{{ item.driver ||'' }}</view>
                     <view class="black-bar"></view>
                     <text>{{ item.phone || '' }}</text>
                  </view>
               </view>
               <view class="second-line">
                  <view class="coal-name">
                     <view>净重:{{item.clean|| 0}}</view>
                     <view class="black-bar"></view>
                     <view>数量:{{item.productQuantity|| 0}}</view>
                  </view>
               </view>
               <view class="third-line">
@@ -341,14 +355,14 @@
               });
            }
            if(!this.carNo){
               this.$reqGet('getAlreadyCheckTaskCoal',{flag:0}).then(res => {
               this.$reqGet('getAlreadyCheckTaskCoal',{flag:1}).then(res => {
                  uni.hideLoading();
                  this.driverBillOfLoadingDatas = res.data;
                  uni.stopPullDownRefresh();
                  this.handleOpenChange();
               });
            }else{
               this.$reqGet('getAlreadyCheckTaskCoal',{flag:0,carNo:this.carNo}).then(res => {
               this.$reqGet('getAlreadyCheckTaskCoal',{flag:1,carNo:this.carNo}).then(res => {
                  uni.hideLoading();
                  this.driverBillOfLoadingDatas = res.data;
                  uni.stopPullDownRefresh();