yangan
2023-10-26 f04a2c014a47cc9bc3f667b5474b9b53b96e0ea6
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -58,8 +58,8 @@
      <view class="white-block">
      </view>
      <view class="utilsBox" v-if="currentPageCoalStatus">
         <view class="utils_chil utils_chilTop">
      <view class="utilsBox">
         <view class="utils_chil utils_chilTop" v-if="!isReservation">
            <view class="top-button">
               <u-button text="签到"
                  type="primary"
@@ -90,7 +90,7 @@
            </view>
         </view>
      </view>
      <view class="weigh-ability" v-if="currentPageCoalStatus">
      <view class="weigh-ability" v-if="!isReservation">
         <view class="weigh-button"><u-button text="展示通知单"
               @click="showCaolPickUpBill"
               type="primary"
@@ -200,6 +200,7 @@
               clean: ""
            },
            completeOutSaleShow: false,
            reservationIsShow:false,
            overTmWaixiao: null,
            // 判读网络状态,
            normalCode: true,
@@ -243,6 +244,10 @@
         // 展示皮毛净
         showWeigh() {
            return this.coalDetailsData.tmTaskCoalItems ? this.coalDetailsData.tmTaskCoalItems : []
         },
         //司机领取状态按钮全不展示
         isReservation(){
            return this.reservationIsShow < 1;
         }
      },
      methods: {
@@ -311,6 +316,7 @@
                  this.getServiceOpenid.filedId = this.coalDetailsData.filedId;
                  // 获取通知单状态
                  this.currentPageCoalStatus = this.coalDetailsData.statusWeigh;
                  this.reservationIsShow = this.coalDetailsData.status;
                  // 获取原发信息
                  this.primarySkin = this.coalDetailsData.skinTwo;
                  this.primaryHair = this.coalDetailsData.hairTwo;