From b7ae3f69ae6706a692284d2f12835d213debfb1a Mon Sep 17 00:00:00 2001
From: zhangwei <1504152376@qq.com>
Date: 星期二, 07 四月 2026 17:21:41 +0800
Subject: [PATCH] -

---
 src/pages/delivergoods/feedback.vue |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/pages/delivergoods/feedback.vue b/src/pages/delivergoods/feedback.vue
index fae8017..73f91db 100644
--- a/src/pages/delivergoods/feedback.vue
+++ b/src/pages/delivergoods/feedback.vue
@@ -18,7 +18,8 @@
 								{{$util.formatDate(item.deliverTime,'riqi')}}
 							</view>
 							<view class="chuany-width67" @click='goDetail(item)'>
-								<u-text size='14' :text="item.remark||item.companyName" lines="1">
+								<u-text size='14' :text="item.companyName" lines="1">
+								<!-- <u-text size='14' :text="item.remark||item.companyName" lines="1"> -->
 								</u-text>
 							</view>
 							<view class="chuany-width11 chuany-flex chuany-justify-between">
@@ -104,14 +105,14 @@
 		<up-action-sheet :show="showActions" :actions="actions" title="璇烽�夋嫨" @close="showActions = false"
 			@select="selectItem">
 		</up-action-sheet>
-		<view class="tabbtns chuany-flex chuany-justify-between">
+		<!-- <view class="tabbtns chuany-flex chuany-justify-between">
 			<view class="chuany-width45">
 				<up-button type="primary" text="鍑鸿溅鎵撳崱" @click="clockIn('ClockIn')"></up-button>
 			</view>
 			<view class="chuany-width45">
 				<up-button type="success" text="涓嬬彮鎵撳崱" @click="clockIn('Clockout')"></up-button>
 			</view>
-		</view>
+		</view> -->
 	</view>
 </template>
 
@@ -274,6 +275,7 @@
 				//e.res 涓烘湇鍔″櫒杩斿洖鏁版嵁
 				//涓婁紶鎴愬姛鍥炶皟锛屽鐞嗘湇鍔″櫒杩斿洖鏁版嵁銆愭澶勬牴鎹疄闄呰繑鍥炴暟鎹繘琛屽鐞嗐��
 				let res = e.res
+				console.log(res,'55555555鈥�');
 				// let res = JSON.parse(e.res.data.replace(/\ufeff/g, "") || "{}")
 				if (res.statusCode == 200) {
 					if (res.data && text == 'carCondition') {
@@ -412,6 +414,7 @@
 			},
 			//閫夋嫨鍥剧墖鎴栦笂浼犲畬鎴愭椂瑙﹀彂
 			completeInvoice(val, e) {
+				console.log(val,'------------鈥�');
 				if (e.action == 'delete') {
 					if (val == 'licheng') {
 						this.clockInfo.mileageImg = ''
@@ -513,10 +516,11 @@
 						}
 					})
 				}).catch(errors => {
+					this.$util.showToast({
+						title: `鎵撳崱寮傚父-${errors}`,
+					})
 					this.$refs.clockInModal.loading = false
 				})
-
-
 			},
 			cancelModal() {
 				this.showClockIn = false

--
Gitblit v1.9.1