yangan
2024-06-20 c7372dc7f495bdefb7f5e78d1c02756d637377b3
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -72,7 +72,7 @@
                  plain
                  @click="printOrder"
                  shape="circle"
                  :disabled="currentPageCoalStatus  >= 3"></u-button>
                  :disabled="(currentPageCoalStatus  < 3) || !printNum"></u-button>
            </view>
            <view class="bottom-button">
               <u-button text="放空"
@@ -268,6 +268,10 @@
         //司机领取状态按钮全不展示 
         isReservation(){
            return this.reservationIsShow < 1;
         },
         //判断打印单次数
         printNum(){
            return this.coalDetailsData.printTimes2 <= this.coalDetailsData.tmTaskCoalItems.length
         }
      },
      methods: {