From 1b2b99dc4ebf5dd1b40f516d334e02ecb64827cf Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期一, 13 一月 2025 17:37:13 +0800
Subject: [PATCH] feat:客户分享日计划限制& 库管查看拼单按钮增加传参

---
 pages/public-page/forward/forward.vue |   16 ++++++++++++++--
 1 files changed, 14 insertions(+), 2 deletions(-)

diff --git a/pages/public-page/forward/forward.vue b/pages/public-page/forward/forward.vue
index e4a209e..a08d5be 100644
--- a/pages/public-page/forward/forward.vue
+++ b/pages/public-page/forward/forward.vue
@@ -92,7 +92,7 @@
 					:disabled="whetherClick"></u-button></view>
 			<!--鍒嗕韩鏃ヨ鍒�  -->
 			<view 
-			class="AdddBtn" v-if="isshow && roleType!== 2 "><u-button text="鍒嗕韩鏃ヨ鍒�"
+			class="AdddBtn" v-if="isshow && roleType!== 2  && btnFlag"><u-button text="鍒嗕韩鏃ヨ鍒�"
 					:hairline="false"
 					open-type="share"
 					:loading='loading'></u-button></view>
@@ -168,6 +168,7 @@
 			this.customerId = params.customerId;
 			this.packingType = params.packingType;
 			this.pvcPlanMeasure = params.pvcPlanMeasure;
+			this.productId = params.productId;
 			// 瀹㈡埛
 			this.cars2 = Number(params.cars2);
 			this.tempcarNumSurplus1 = this.carNumSurplus1 = Number(params.carNumSurplus1 || 0);
@@ -202,6 +203,7 @@
 				forwardSurplus: 0,
 				paramsName: {},
 				packingType:'',
+				productId:'',
 				productName:'',
 				customerId:'',
 				huoDaiData: [],
@@ -232,6 +234,7 @@
 				formNum: 1,
 				// 涓汉杞彂鏁版嵁
 				personalForward: {},
+				falseProductNames:['1818237609508347905','1818237832536268801','1818211942485995521'],
 				whetherClick: false,  //娣诲姞鎸夐挳
 				whetherClick1: false,
 				// 婊戝姩鍗曞厓鏍奸厤缃�
@@ -276,6 +279,14 @@
 				}else{
 					return false
 				}
+			},
+			btnFlag(){
+				if(this.falseProductNames.includes(this.productId)){
+					return false;
+				}else{
+					return true;
+				}
+		        
 			}
 		},
 		methods: {
@@ -706,7 +717,8 @@
 			todoFenPei(val){
 				uni
 					.navigateTo({ url: `/subPages/allocaTetonnage/index?orderPlanId=${this.orderPlanId}&customerId=${this.customerId}&fleetId=${val.fleetId}&pvcPlanMeasure=${this.pvcPlanMeasure}`});
-			}
+			},
+			
 		}
 	};
 </script>

--
Gitblit v1.9.1