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/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue |   44 +++++++-------------------------------------
 1 files changed, 7 insertions(+), 37 deletions(-)

diff --git a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
index cb10d83..6e68479 100644
--- a/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
+++ b/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanMore/fayunPlanMore.vue
@@ -10,7 +10,7 @@
 				</view>
 				<view class="body-container">
 					<view class="container-block">
-						<view class="">鎻愮叅鍗曠姸鎬�</view>
+						<view class="">閫氱煡鍗曠姸鎬�</view>
 						<view class="">{{ coalStatus[yyDailyList.statusWeigh]||'' }}</view>
 					</view>
 				</view>
@@ -46,7 +46,7 @@
 				</view>
 				<view class="body-container">
 					<view class="container-block">
-						<view class="">鎻愮叅鍗曠紪鍙�</view>
+						<view class="">閫氱煡鍗曠紪鍙�</view>
 						<view class="">{{ yyDailyList.code || '' }}</view>
 					</view>
 				</view>
@@ -57,49 +57,19 @@
 					</view>
 				</view>
 			</view>
-			<view class="weigh-history"
-				v-if="showWeigh.length!==0">
-				<view class="block-main">
-					<view class="weigh-item"
-						v-for='item in showWeigh'
-						:key="item.id">
-						<view class="weigh-time">
-							<u-tag :text="item.createTime.slice(-8,-3)"
-								plain></u-tag>
-						</view>
-						<view class="item-block">
-							<view class="item">
-								<view class="concrete"
-									:style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/skin.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
-									鐨�</view>
-								<view class="num">{{ item.skin }}</view>
-							</view>
-							<view class="item">
-								<view class="concrete"
-									:style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/hair.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
-									姣�</view>
-								<view class="num">{{ item.hair }}</view>
-							</view>
-							<view class="item">
-								<view class="concrete"
-									:style="{ backgroundImage: `url(${onlineurl}/appimg/image/banner/clean.png)`, backgroundSize: 'cover', backgroundRepeat: 'no-repeat' }">
-									鍑�</view>
-								<view class="num">{{ item.clean }}</view>
-							</view>
-						</view>
-					</view>
-				</view>
-			</view>
+			<weigh-item :list="showWeigh"></weigh-item>
 		</view>
 	</view>
 </template>
 
 <script>
 	import combinedTitle from '@/components/combined-title/combined-title.vue';
+	import weighItem from '@/components/weighItem.vue'
 	import { onlineurl } from '@/api/request.js'
 	export default {
 		components: {
-			combinedTitle
+			combinedTitle,
+			weighItem
 		},
 		onLoad(params) {
 			this.id = params.id;
@@ -112,7 +82,7 @@
 				id: '',
 				yyDailyList: {},
 				orderPlanDetail: {},
-				coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '楠岃川瀹屾垚'],
+				coalStatus: ['鏈О閲�', '绉伴噸涓�', '楠岃川涓�', '绉伴噸瀹屾垚', '澶勭悊瀹屾垚'],
 				index: '',
 				onlineurl,
 			};

--
Gitblit v1.9.1