From 6cb6a76d779335f8bc9f1e2a3431b2903558a075 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 20 十二月 2023 09:50:28 +0800
Subject: [PATCH] 验质扣罚金额bugFix

---
 pages/customer-page/customer-index/customer-index.vue |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index 95fd954..fcea9c4 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -31,6 +31,7 @@
 						icon="http://cdn.uviewui.com/uview/empty/data.png"
 						textSize="30"
 						iconSize="1000"
+						text="鏆傛棤鏁版嵁"
 						v-if="orderPlanData.length == 0"></u-empty>
 				</view>
 				<view class="collection-form">
@@ -63,6 +64,11 @@
 								</view>
 							</view> -->
 							<view class="car-num">{{ item.code||''}}</view>
+						</view>
+						<!-- 娣诲姞鍒涘缓鏃堕棿 -->
+						<view class="third-line">
+							<text style="font-size: 28rpx;color: #515151" >鍒涘缓鏃堕棿锛�</text>
+							<view  style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view>
 						</view>
 						<view class="third-line">
 							<view class="time-icon">
@@ -103,6 +109,7 @@
 							icon="http://cdn.uviewui.com/uview/empty/data.png"
 							textSize="30"
 							iconSize="1000"
+							text="鏆傛棤鏁版嵁"
 							v-if="historyCoalData.length == 0"></u-empty>
 						<view class="history-information"
 							v-for="(item, index) in historyCoalData"
@@ -135,6 +142,11 @@
 									<view class="third-line_num">{{ item.tmCount }}</view>
 								</view>
 							</view>
+							<!-- 娣诲姞鍒涘缓鏃堕棿 -->
+						<view class="fourth" style="justify-content: start;">
+							<view style="font-size: 28rpx;color: #515151" >鍒涘缓鏃堕棿锛�</view>
+							<view  style="font-size: 28rpx;color: #515151">{{ item.createTime }}</view>
+						</view>
 							<view class="fourth">
 								<view class="fourth-icon">
 									<view
@@ -255,16 +267,19 @@
 				isFirstLogin: true
 			};
 		},
-		onLoad() {},
+		mounted() {
+			this.getLogOn()
+		},
 		onShow() {
 			this.init();
+			
 		},
 		methods: {
 			init() {
 				this.GetOrderPlan();
 				this.getJhOrderPlanDataPage();
 				this.onlineurl = onlineurl;
-				this.getLogOn()
+				// this.getLogOn()
 			},
 			// 鑾峰彇鍙戣繍璁″垝鍒楄〃
 			GetOrderPlan() {

--
Gitblit v1.9.1