From dbc79ab43fced444933174bd4148ee9f5dd777c3 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 12 七月 2024 14:20:39 +0800
Subject: [PATCH] fix:修改测试问题

---
 pages/driver-page/delivery-my/delivery-my/delivery-my.vue |   36 +++++++++++++++++++++++++++++++-----
 1 files changed, 31 insertions(+), 5 deletions(-)

diff --git a/pages/driver-page/delivery-my/delivery-my/delivery-my.vue b/pages/driver-page/delivery-my/delivery-my/delivery-my.vue
index 7ed7402..bb4f1e6 100644
--- a/pages/driver-page/delivery-my/delivery-my/delivery-my.vue
+++ b/pages/driver-page/delivery-my/delivery-my/delivery-my.vue
@@ -42,11 +42,14 @@
 				</u-form-item>
 				<u-form-item prop="skin"
 					label="鐨噸"
+					
 					labelWidth="20%"
 					borderBottom
 					required v-if="daydata.isWeighing==1">
 					<u--input v-model="skin"
+					border="surround"
 						placeholder="璇疯緭鍏ョ毊閲�"
+						type="number"
 						clearable></u--input>
 				</u-form-item>
 				<u-form-item prop="hair"
@@ -55,7 +58,9 @@
 					borderBottom
 					required v-if="daydata.isWeighing==1">
 					<u--input v-model="hair"
+					border="surround"
 						placeholder="璇疯緭鍏ユ瘺閲�"
+						type="number"
 						clearable></u--input>
 				</u-form-item>
 				<u-form-item prop="clean"
@@ -64,6 +69,8 @@
 					borderBottom
 					required v-if="daydata.isWeighing==1">
 					<u--input v-model="clean"
+					border="surround"
+					type="number"
 						placeholder="璇疯緭鍏ュ噣閲�"
 						clearable></u--input>
 				</u-form-item>
@@ -90,7 +97,7 @@
 					</uni-table>
 					<u-form-item prop='contactPicture'>
 						<view class="label-text">
-							<text style="color: #f56c6c;">*</text>鍘熷彂纾呭崟
+							<text style="color: #f56c6c;">*</text>鍘熷彂鍗曟嵁
 						</view>
 						<u-upload :fileList="fileList1"
 							@afterRead="afterRead"
@@ -124,7 +131,7 @@
 				</u-form-item> -->
 			</u--form>
 		</view>
-		<view class="history-numbers">
+		<!-- <view class="history-numbers">
 			<scroll-view :scroll-top="scrollTop"
 				scroll-y="true"
 				class="scroll-Y"
@@ -169,8 +176,8 @@
 						<view class="senddate">{{ daydata.orderCode }}</view>
 					</view>
 				</view>
-					</scroll-view>
-				</view>
+			</scroll-view>
+		</view> -->
 		<combined-title
 			:title="yuYueData.length != 0 ? yuYueData[0].filedName + '鈥斺��' + yuYueData[0].sendDate : '鏆傛棤棰勭害鍒楄〃'"></combined-title>
 		<view class="appointment-table">
@@ -317,6 +324,25 @@
 		},
 		methods: {
 			...mapMutations(['changeisUploadimg']),
+			// input鑱氱劍
+			inputFocus(v) {
+				if (v == 1) {
+					this.isfocus1 = true;
+				} else {
+					this.isfocus2 = true;
+				}
+			},
+			// input澶辩劍
+			inputBlur() {
+				this.isfocus1 = false;
+				this.isfocus2 = false;
+			},
+			inputChange() {
+				if (Number(this.originInfoForm.coalContactHair) > 0 && Number(this.originInfoForm.coalContactSkin >
+						0)) {
+					this.isInputOrigin = true;
+				}
+			},
 			deletePic(event) {
 				this.changeisUploadimg(true);
 				this[`fileList${event.name}`].splice(event.index, 1);
@@ -399,7 +425,7 @@
 						})
 					}else{
 						let numDtoList=this.tmTaskCoalList.map(item=>{
-							return {tmId:item.id,num:item.productQuantity,coalName:item.coalName}
+							return {tmId:item.productId,num:item.productQuantity,coalName:item.coalName}
 						})
 						this.$reqPost('saveMyDelivery',{
 							productName:this.daydata.productName,

--
Gitblit v1.9.1