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/customer-page/customer-index/customer-index.vue |   18 ++++++++++++++----
 1 files changed, 14 insertions(+), 4 deletions(-)

diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue
index 6925a56..1944dfc 100644
--- a/pages/customer-page/customer-index/customer-index.vue
+++ b/pages/customer-page/customer-index/customer-index.vue
@@ -50,14 +50,18 @@
 						</view>
 						<view class="second-line">
 							<view class="coal-name">
-								<view class="coal-name-tag">{{ item.productNames || item.productName }}</view>
+								<view class="coal-name-tag">{{ item.productNames || item.productName }}	<text style="margin-left: 20rpx;">{{ proType[item.packingType]}}</text> </view>
+							
 								<view class="black-bar"></view>
 								<view class="coal-type"
 									v-if="item.orderType">{{ item.orderType }}</view>
 							</view>
 						</view>
 						<view class="second-line">
-							{{item.orderCode}}
+							<text>璁㈠崟缂栧彿锛�</text>{{item.orderCode}}
+						</view>
+							<view class="second-line">
+							<text>鏃ヨ鍒掔紪鍙凤細</text>{{item.code}}
 						</view>
 						<view class="third-line">
 							<view class="time-icon">
@@ -106,7 +110,7 @@
 										size="40"></u-icon></view>
 							</view>
 							<view class="second">
-								<view class="coal-name">{{  item.productNames || item.productName }}</view>
+								<view class="coal-name">{{  item.productNames || item.productName }} 	<text style="margin-left: 20rpx;">{{ proType[item.packingType]}}</text></view>
 								<view class="order-type">{{ item.orderType || '' }}</view>
 							</view>
 							<view class="third">
@@ -202,6 +206,7 @@
 		data() {
 			return {
 				orderPlanData: [],
+			    proType:['鏁h','娑叉隘鐡惰','缃愯','PVC25','PVC80','PVC1150','PVc1200'],
 				personnelType:'', // 鐢ㄦ埛绫诲瀷
 				show: false, // 棰嗗彇鏀跺彂鍗曞脊鍑烘
 				receiveNum: null,
@@ -324,7 +329,9 @@
 			 * 棰嗗彇寮规
 			 */
 			receiveClick(item) {
+				console.log(item,'213')
 				this.show = true;
+				this.receiveNum = item.carNum;
 				this.getOrderNum.id = item.id; // 鑾峰彇棰嗗彇鏀跺彂鍗曠殑id
 				this.cars2 = item.cars2
 				this.carNum = item.carNum
@@ -357,7 +364,7 @@
 				console.log(111,obj)
 				if (obj.cars2 == 0) return this.$u.toast('璇峰厛棰嗗彇鍚庡啀杞彂');
 				uni
-					.navigateTo({ url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&orderType=${obj.orderType}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}` });
+					.navigateTo({ url: `/pages/public-page/forward/forward?orderPlanId=${obj.id}&orderType=${obj.orderType}&carNumSurplus1=${obj.carNumSurplus1}&carNum=${obj.carNum}&cars2=${obj.cars2}&productName=${obj.productName}&customerId=${obj.customerId}&pvcPlanMeasure=${obj.pvcPlanMeasure}&packingType=${obj.packingType}&productId=${obj.productId}`});
 			},
 			// 鑷富閰嶉��
 			selfDeliver() {
@@ -482,6 +489,9 @@
 					width: 70%;
 					height: vww(50);
 					margin-right: vww(21);
+				    white-space: nowrap; /* 涓嶆崲琛� */  
+				   overflow: hidden; /* 瓒呭嚭闅愯棌 */  
+				   text-overflow: ellipsis; 
 				}
 
 				.order-type {

--
Gitblit v1.9.1