qingyiay
2023-05-17 af436aa050f76584cd5cb88e413e45cd08c15d50
pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
@@ -298,7 +298,7 @@
         }
      },
      sideline() {
         return this.weighList.orderType == '内购' || this.weighList.orderType == '转出';
         return this.weighList.orderType == '内购' || this.weighList.orderType == '转入';
      }
   },
   methods: {
@@ -324,6 +324,9 @@
               }
               if (this.weighData.coalContactHair > 0 && this.weighData.coalContactSkin > 0) {
                  this.isInputOrigin = true;
                  if (this.isInputOrigin) {
                     this.$u.toast('信息已填写');
                  }
               }
            }
         });
@@ -569,7 +572,8 @@
      }
   }
   .bottom-block {
      width: 690rpx;
      width: calc(100% - 60rpx);
      box-sizing: border-box;
      height: 630rpx;
      margin: 0 vww(15) vww(45) vww(15);
      background: #ffffff;
@@ -577,6 +581,7 @@
      border-radius: 20rpx;
      @include flex;
      justify-content: center;
      overflow: hidden;
      .block-main {
         width: 94%;
         height: 565rpx;
@@ -585,6 +590,7 @@
         justify-content: space-around;
         align-items: flex-start;
         flex-direction: column;
         overflow: hidden;
         .main-information {
            width: 100%;
            height: 28rpx;
@@ -593,6 +599,7 @@
            color: #303030;
            @include flex;
            justify-content: flex-start;
            overflow: hidden;
            .prefix {
               min-width: vww(60);
            }