From 1ef0e393913961c11ea05f868a537015572d7b7c Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期三, 12 四月 2023 08:07:04 +0800
Subject: [PATCH] 微信小程序增加查看消息

---
 pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
index f4a9bc0..53c8404 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
+++ b/pages/driver-page/driver-index/bill-of-lading-details/bill-of-lading-details.vue
@@ -3,7 +3,7 @@
 		<view class="bangDanMessage">
 			<view class="">
 				<text>瀹㈡埛锛歿{ coalDetailsData.customerName || '' }}</text>
-				<text>鐭垮巶锛歿{ coalDetailsData.deptName || '' }}</text>
+				<text>鐭垮満锛歿{ coalDetailsData.deptName || '' }}</text>
 			</view>
 			<view class="">
 				<text>鐨噸锛歿{ coalDetailsData.skin || '' }}</text>
@@ -11,7 +11,7 @@
 				<text>鍑�閲嶏細{{ coalDetailsData.clean || '' }}</text>
 			</view>
 			<view class="">
-				<text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderTye || '' }}</text>
+				<text>纾呭崟绫诲瀷锛歿{ coalDetailsData.orderType || '' }}</text>
 				<text>鐘舵�侊細{{ coalStatus[coalDetailsData.status] }}</text>
 			</view>
 			<view class="">
@@ -248,9 +248,7 @@
 					uni.navigateTo({
 						url: `/pages/driver-page/driver-index/bill-of-lading-details/weighingDevice/weighingDevice?takeCoalId=${this.orderPlanId}&sceneId=${
 							res.data.id
-						}&gateCameraId=${res.data.lastEquipmentId}&gateCameraCode=${res.data.lastEquipmentCode}&weighHouseCode=${res.data.code}&getWeightHouseObj=${JSON.stringify(
-							this.getWeightHouseObj
-						)}`
+						}&gateCameraId=${res.data.lastEquipmentId}&gateCameraCode=${res.data.lastEquipmentCode}&weighHouseCode=${res.data.code}`
 					});
 				} else {
 					this.$u.toast('鏈湪纾呮埧锛岃鍓嶅線纾呮埧鍚庡啀璇曪紒锛�');
@@ -305,10 +303,10 @@
 			this.$reqPost('getOneEvacuation', mix, 'json').then(res => {
 				console.log(res, '绗竴娆℃斁绌�');
 				if (res.code == 0) {
-					this.$u.toast('宸叉斁绌�');
+					this.$u.toast('鎿嶄綔鎴愬姛');
 					this.evacuationModalShow = false;
 				} else {
-					this.$u.toast('鏀剧┖澶辫触锛岃绋嶅悗閲嶈瘯');
+					this.$u.toast('鎿嶄綔澶辫触锛岃绋嶅悗閲嶈瘯');
 					this.evacuationModalShow = false;
 				}
 			});

--
Gitblit v1.9.1