From cab9769e9a5ffd647f8cda8b55fbf990dde4238e Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 26 七月 2024 17:37:55 +0800
Subject: [PATCH] feat:上榜计量删除

---
 pages/loadUnload-page/orderPlanList/index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/pages/loadUnload-page/orderPlanList/index.vue b/pages/loadUnload-page/orderPlanList/index.vue
index d6ebcd8..f92a4bb 100644
--- a/pages/loadUnload-page/orderPlanList/index.vue
+++ b/pages/loadUnload-page/orderPlanList/index.vue
@@ -99,7 +99,7 @@
         },
           faYundetail(v) {
 				uni.navigateTo({
-					url: `/pages/customer-page/customer-index/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&coalName=${v.coalName}&deptName=${v.deptName}&productNames=${v.productNames}&roleType=${5}&customerName=${v.customerName}`
+					url: `/subPages/fayunPlanDetails/fayunPlanDetails?orderPlanId=${v.id}&cars2=${v.cars2}&coalName=${v.coalName}&deptName=${v.deptName}&productNames=${v.productNames}&roleType=${5}&customerName=${v.customerName}`
 				});
 			},
     },
@@ -135,13 +135,12 @@
 		height: 100%;
 	}
 	.collection-form {
-				width: vww(345);
+				width: 90%;
 				margin: 0 vww(15);
 				margin-top: 35rpx;
 				position: relative;
 				box-shadow: 0rpx 0rpx 14rpx 0rpx rgba(73, 120, 240, 0.14), 0rpx 7rpx 45rpx 0rpx rgba(73, 120, 240, 0.12);
 				.collection-form-item {
-					width: 690rpx;
 					height: 370rpx;
 					background: #ffffff;
 					box-shadow: 4rpx 6rpx 25rpx 0rpx rgba(73, 120, 240, 0.15);
@@ -260,7 +259,7 @@
 
 						.send-date {
 							margin-left: vww(14);
-							width: 148rpx;
+							// width: 148rpx;
 							height: 24rpx;
 							line-height: 24rpx;
 							font-size: 28rpx;

--
Gitblit v1.9.1