From 76f165afb5462e1731540f761d04c621aee3cfb7 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 24 三月 2025 09:11:55 +0800
Subject: [PATCH] feat:日志页面查看日志去除皮毛净

---
 pages/doorkeeper-page/doorkeeper-index/exit-index.vue |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/pages/doorkeeper-page/doorkeeper-index/exit-index.vue b/pages/doorkeeper-page/doorkeeper-index/exit-index.vue
index 1cc790a..23958f9 100644
--- a/pages/doorkeeper-page/doorkeeper-index/exit-index.vue
+++ b/pages/doorkeeper-page/doorkeeper-index/exit-index.vue
@@ -165,6 +165,13 @@
 					</view>
 					<view class="second-line">
 						<view class="coal-name">
+							<view>鍑�閲嶏細{{item.clean|| 0}}</view>
+							<view class="black-bar"></view>
+							<view>鏁伴噺锛歿{item.productQuantity|| 0}}</view>
+						</view>
+					</view>
+					<view class="second-line">
+						<view class="coal-name">
 							<view class="dispatch-dept">{{ item.carNo || ''  }}</view>
 							<view class="black-bar"></view>
 							<view class="dispatch">{{ item.driver ||'' }}</view>
@@ -262,6 +269,7 @@
 						<text style="color:red">鎷煎崟</text>
 					</view>
 					<view class="second-line">
+						
 						<view class="coal-name">
 							<view class="dispatch-dept">{{ activeObj.carNo || ''  }}</view>
 							<view class="black-bar"></view>
@@ -284,6 +292,7 @@
 		},
 		data() {
 			return {
+				door:'',
 				temporaryPlanId:"",
 				show: false, // 寮瑰嚭鍏ㄩ儴棰嗗彇鎻愮ず
 				showModal:false,
@@ -305,6 +314,7 @@
 			}
 		},
 		onShow() {
+			this.door=uni.getStorageSync('door', this.door)
 			this.init();
 		},
 		methods: {
@@ -423,7 +433,7 @@
 				});
 				
 				if(!this.carNo){
-					this.$reqGet('getCheckTaskCoal',{flag:1}).then(res => {
+					this.$reqGet('getCheckTaskCoal',{flag:1,door:this.door}).then(res => {
 						uni.hideLoading();
 						this.driverBillOfLoadingData = res.data;
 						uni.stopPullDownRefresh();
@@ -436,7 +446,7 @@
 						this.handleOpenChange();
 					});
 				}else{
-					this.$reqGet('getCheckTaskCoal',{flag:1,carNo:this.carNo}).then(res => {
+					this.$reqGet('getCheckTaskCoal',{flag:1,carNo:this.carNo,door:this.door}).then(res => {
 						uni.hideLoading();
 						this.driverBillOfLoadingData = res.data;
 						uni.stopPullDownRefresh();
@@ -450,14 +460,14 @@
 					});
 				}
 				if(!this.carNo){
-					this.$reqGet('getAlreadyCheckTaskCoal',{flag:1}).then(res => {
+					this.$reqGet('getAlreadyCheckTaskCoal',{flag:1,door:this.door}).then(res => {
 						uni.hideLoading();
 						this.driverBillOfLoadingDatas = res.data;
 						uni.stopPullDownRefresh();
 						this.handleOpenChange();
 					});
 				}else{
-					this.$reqGet('getAlreadyCheckTaskCoal',{flag:1,carNo:this.carNo}).then(res => {
+					this.$reqGet('getAlreadyCheckTaskCoal',{flag:1,carNo:this.carNo,door:this.door}).then(res => {
 						uni.hideLoading();
 						this.driverBillOfLoadingDatas = res.data;
 						uni.stopPullDownRefresh();
@@ -483,7 +493,7 @@
 			},
 			//鏌ョ湅鎷煎崟
 			checkDetail(item){
-				this.activeObj = item;
+				this.activeObj = item.splicingOrders ? item.splicingOrders : {};
 				this.showModal = true;
 
 			},
@@ -523,6 +533,7 @@
 		}
 	}
 	::v-deep.appointment {
+		margin-bottom:  vww(100);
 		.appointment-description {
 			margin: vww(8) 0;
 			color: #fd1446;

--
Gitblit v1.9.1