From af436aa050f76584cd5cb88e413e45cd08c15d50 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 17 五月 2023 14:14:04 +0800
Subject: [PATCH] 修改部分错误,增加新功能

---
 pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
index 5ddce20..88689f6 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice.vue
+++ b/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);
 				}

--
Gitblit v1.9.1