pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -365,7 +365,7 @@ }, isShenqingFubangShow() { //申请复磅按钮是否显示 //条件: 不是 称重完成+不是 未称重+司机 【未称重0,称重中1,验质中2,称重完成3,验质完成4】 noCarNo 是否有车牌号(有车牌0,无车牌1) if((this.currentPageCoalStatus != 0 && this.currentPageCoalStatus != 3) && this.roleType == 3 && this.orderType == "外购") { if((this.currentPageCoalStatus != 0) && this.roleType == 3 && this.orderType == "外购") { return true }else { return false