From eb9ae89c3e9f66fe5d0f39092a41e5c09bd86fc6 Mon Sep 17 00:00:00 2001
From: 付延余 <f-yanyu@outlook.com>
Date: 星期五, 24 三月 2023 13:40:02 +0800
Subject: [PATCH] 获取司机定位微信接口签到,货代首页列表详情

---
 pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue |   18 +++++++++++-------
 1 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue b/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue
index 286b841..b080272 100644
--- a/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue
+++ b/pages/driver-page/driver-index/bill-of-lading-details/coal-pick-up-bill/coal-pick-up-bill.vue
@@ -3,13 +3,14 @@
 		<view class="driver" style="background:url(../../../../../static/image/coalBackgroud/coal-background.png) no-repeat;background-size:100% 100%;">
 			<view class="driver-coalOne">鐢靛瓙鎻愮叅鍗�</view>
 			<view class="driver-coalTwo">
-				<view class="">{{ coalData.deptName || '鏆傛棤鎵�灞炵熆' }}</view>
-				<view class="">{{ coalData.coalName || '鏆傛棤鐓ょ' }}</view>
-				<view class="">{{ coalData.carNo || '鏆傛棤杞︾墝' }}</view>
+				<view>{{ coalData.code || '鏆傛棤璁㈠崟缂栧彿' }}</view>
+				<view>{{ coalData.deptName || '鏆傛棤鎵�灞炵熆' }}</view>
+				<view>{{ coalData.coalName || '鏆傛棤鐓ょ' }}</view>
+				<view>{{ coalData.carNo || '鏆傛棤杞︾墝' }}</view>
 			</view>
 			<view class="driver-coalThree">
-				<view class="">{{ coalData.customerName || '鏆傛棤鍗曚綅' }}</view>
-				<view class="">{{ coalData.yuYueTime || '鏆傛棤鏃堕棿' }}</view>
+				<view>{{ coalData.customerName || '鏆傛棤鍗曚綅' }}</view>
+				<view>{{ coalData.yuYueTime ? coalData.yuYueTime.slice(0, 10) + ' ' + coalData.yuYueTime.slice(11, 22) : '鏆傛棤鏃堕棿' }}</view>
 			</view>
 			<view class="driver-coalFour"><image src="@/static/logo.gif" mode=""></image></view>
 		</view>
@@ -85,9 +86,12 @@
 			view:nth-child(3) {
 				margin-top: vww(15);
 			}
+			view:nth-child(4) {
+				margin-top: vww(15);
+			}
 		}
 		&-coalThree {
-			margin-top: vww(76);
+			margin-top: vww(46);
 			font-size: vww(18);
 			font-family: Source Han Sans CN, Source Han Sans CN-Bold;
 			font-weight: 700;
@@ -98,7 +102,7 @@
 			}
 		}
 		&-coalFour {
-			margin: vww(68) 0 0 45.5%;
+			margin: vww(58.5) 0 0 45.5%;
 			image {
 				width: vww(35);
 				height: vww(35);

--
Gitblit v1.9.1