From 0c3e40c399a00fe6405f7b9a79eb1c93b7cc660e Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 11 七月 2023 16:23:33 +0800
Subject: [PATCH] 更改字眼,增加非稳定态下不可称重,增加验质字段

---
 pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue |   35 +++++++++++++++++++++++++++++++++--
 1 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue b/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
index dcb00fb..5d790c9 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
+++ b/pages/driver-page/driver-index/bill-of-lading-details/weighDetail/weighDetail.vue
@@ -56,6 +56,18 @@
 					<view class="count">{{ item.weight }}</view>
 				</view>
 			</view>
+			<view class="notice-num">
+				<view class="num-text">
+					<u--text text="閫氱煡鏁伴噺"
+						size='32'></u--text>
+				</view>
+				<view class="num-input">
+					<u--input placeholder="璇疯緭鍏ラ�氱煡鏁伴噺"
+						border="bottom"
+						clearable
+						v-model="item.num"></u--input>
+				</view>
+			</view>
 			<view class="level"
 				v-if='!flag'>
 				<view class=""
@@ -70,12 +82,13 @@
 			</view>
 			<view class="level"
 				v-if='item.modifygoodsName||flag'>
-				<view style="width: 140rpx;">
-					<u--text text="浜у搧鍚嶇О"
+				<view style="width: 220rpx;">
+					<u--text text="鍝佸悕涓庤鏍间慨鏀�"
 						size='32'></u--text>
 				</view>
 				<view v-if="showWeighCopy[i].modifyProductName||item.breed&&item.spec">
 					<u-tag :text="!flag?showWeighCopy[i].modifyProductName:item.breed+item.spec"
+						v-if="showWeighCopy[i].modifyProductName"
 						plain
 						@click="productNamePopoverShow(i)"></u-tag>
 				</view>
@@ -262,6 +275,7 @@
 				this.showWeigh[this.goodsIndex].remark = val.remark
 				this.showWeigh[this.goodsIndex].breed = val.breed
 				this.showWeigh[this.goodsIndex].spec = val.spec
+				this.showWeigh[this.goodsIndex].weightUnit = val.weightUnit
 			},
 			// 浜у搧鍒楄〃
 			productNamePopoverShow(index) {
@@ -381,6 +395,23 @@
 
 			}
 
+			.notice-num {
+				@extend .discount;
+				align-items: center;
+				justify-content: space-evenly;
+				margin-left: 50rpx;
+				margin-top: 30rpx;
+
+				.num-text {
+					width: 30%;
+				}
+
+				.num-input {
+					width: 60%;
+					border-bottom: 1px solid rgb(218, 219, 222);
+				}
+			}
+
 			.level {
 				width: 60%;
 				margin-top: 30rpx;

--
Gitblit v1.9.1