yangan
2024-06-20 1314133a0eac1ac6f05b69d81bd8c3ad9fe2b81a
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: {