yangan
2025-04-11 5e08d4f61c24db589bd6d30875fcb1191f719b16
pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -341,7 +341,7 @@
        }
      },
         isapproach() {
            return this.currentPageCoalStatus != 3 || this.coalDetailsData.isSendErp ==1;
            return this.currentPageCoalStatus != 3;
         },
         // 展示皮毛净
         showWeigh() {
@@ -361,7 +361,7 @@
      },
      isShenqingFubangShow() {  //申请复磅按钮是否显示
        //条件: 不是 称重完成+不是 未称重+司机  【未称重0,称重中1,验质中2,称重完成3,验质完成4】  noCarNo 是否有车牌号(有车牌0,无车牌1)
        if((this.currentPageCoalStatus != 0) && this.roleType == 3) {
        if((this.currentPageCoalStatus != 0) && this.roleType == 3 && this.coalDetailsData.isSendErp != 0) {
          return true
        }else {
          return false