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: {