From 760f13c7bc65f53db08c7a8101a0e469ef69ff73 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期四, 01 八月 2024 16:13:32 +0800
Subject: [PATCH] feat:矿场改单位

---
 pages/driver-page/delivery-my/delivery-my/delivery-my.vue |   32 +++++++++++++++++++++++++++-----
 1 files changed, 27 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..89c1e55 100644
--- a/pages/driver-page/delivery-my/delivery-my/delivery-my.vue
+++ b/pages/driver-page/delivery-my/delivery-my/delivery-my.vue
@@ -46,6 +46,7 @@
 					borderBottom
 					required v-if="daydata.isWeighing==1">
 					<u--input v-model="skin"
+					border="surround"
 						placeholder="璇疯緭鍏ョ毊閲�"
 						clearable></u--input>
 				</u-form-item>
@@ -55,6 +56,7 @@
 					borderBottom
 					required v-if="daydata.isWeighing==1">
 					<u--input v-model="hair"
+					border="surround"
 						placeholder="璇疯緭鍏ユ瘺閲�"
 						clearable></u--input>
 				</u-form-item>
@@ -64,6 +66,7 @@
 					borderBottom
 					required v-if="daydata.isWeighing==1">
 					<u--input v-model="clean"
+					border="surround"
 						placeholder="璇疯緭鍏ュ噣閲�"
 						clearable></u--input>
 				</u-form-item>
@@ -90,7 +93,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 +127,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 +172,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 +320,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 +421,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