yangan
10 小时以前 5c63b1fccedfcd208f3434edb79926c206c3d26f
pages/doorkeeper-page/doorkeeper-index/doorkeeper-index.vue
@@ -30,6 +30,7 @@
                     <view class="dispatch-dept">{{ item.code || ''  }}</view>
                     <view class="black-bar"></view>
                     <view class="dispatch">{{ item.customerName ||'' }}</view>
                     <view class="dispatch-dept">{{ item.orderType || ''  }}</view>
                  </view>
                  <view class="point-number">
                     <text class="order-type">{{ item.productNames?limitString(item.productNames,20,'...'):'' || '' }}</text>
@@ -109,6 +110,7 @@
                     <view class="dispatch-dept">{{ item.coalName || ''  }}</view>
                     <view class="black-bar"></view>
                     <view class="dispatch">{{ item.customerName ||'' }}</view>
                        <view class="dispatch-dept">{{ item.orderType || ''  }}</view>
                  </view>
                  <view class="point-number">
                     <text class="order-type">{{ item.productNames?limitString(item.productNames,20,'...'):'' || '' }}</text>
@@ -160,6 +162,8 @@
                     <view class="dispatch">{{ item.driver ||'' }}</view>
                     <view class="black-bar"></view>
                     <text>{{ item.phone || '' }}</text>
                     <view class="black-bar"></view>
                        <view class="dispatch-dept">{{ item.orderType || ''  }}</view>
                  </view>
               </view>
               <view class="third-line">
@@ -317,7 +321,13 @@
            doorshow:true,
            temporaryPlanId:"",
            show: false, // 弹出全部领取提示
            driverBillOfLoadingData:[],
            driverBillOfLoadingData:[
               {
                  carNo:'冀A99999',
                  orderType:'外购'
               }
            ],
            driverBillOfLoadingDatas:[],
            driverTemporaryEntry:[],
            inspectData:[],
@@ -542,7 +552,7 @@
            if(!this.carNo){
               this.$reqGet('getCheckTaskCoal',{flag:0,door:this.door}).then(res => {
                  uni.hideLoading();
                  this.driverBillOfLoadingData = res.data;
                  // this.driverBillOfLoadingData = res.data;
                  uni.stopPullDownRefresh();
                  this.handleOpenChange();
               });