From c311ab706cfc3934e03c875211a41082acff575a Mon Sep 17 00:00:00 2001 From: yangan <yangan0921@163.com> Date: 星期一, 02 九月 2024 08:14:23 +0800 Subject: [PATCH] feat:PVC流程提交 --- pages/customer-page/customer-index/customer-index.vue | 20 ++++++++++++++++---- 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a/pages/customer-page/customer-index/customer-index.vue b/pages/customer-page/customer-index/customer-index.vue index 953c7f0..11ae41a 100644 --- a/pages/customer-page/customer-index/customer-index.vue +++ b/pages/customer-page/customer-index/customer-index.vue @@ -5,7 +5,7 @@ <!-- 寰呴鍙栧拰杞彂鏀跺彂鍗� --> <view class="wait-collection" - style="background: url('https://mx.jzeg.cn:9096/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> + style="background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/customerbanner.png') no-repeat;background-size:contain"> </view> <!-- 鑷富閰嶉�佺晫闈� --> <view class="self-deliver" v-if="personnelType === 1"> @@ -50,7 +50,7 @@ </view> <view class="second-line"> <view class="coal-name"> - <view class="">{{ item.productNames || item.productName }}</view> + <view class="coal-name-tag">{{ item.productNames || item.productName }}</view> <view class="black-bar"></view> <view class="coal-type" v-if="item.orderType">{{ item.orderType }}</view> @@ -58,6 +58,9 @@ </view> <view class="second-line"> {{item.orderCode}} + </view> + <view class="second-line"> + {{item.code}} </view> <view class="third-line"> <view class="time-icon"> @@ -357,7 +360,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}`}); }, // 鑷富閰嶉�� selfDeliver() { @@ -482,6 +485,9 @@ width: 70%; height: vww(50); margin-right: vww(21); + white-space: nowrap; /* 涓嶆崲琛� */ + overflow: hidden; /* 瓒呭嚭闅愯棌 */ + text-overflow: ellipsis; } .order-type { @@ -614,7 +620,7 @@ .second-line { width: 100%; - height: vww(90); + height: vww(50); margin-left: vww(16); display: flex; align-items: center; @@ -632,6 +638,12 @@ display: flex; margin-top: 20rpx; align-items: center; + .coal-name-tag{ + width: 70%; + white-space: nowrap; /* 涓嶆崲琛� */ + overflow: hidden; /* 瓒呭嚭闅愯棌 */ + text-overflow: ellipsis; + } .black-bar { width: 2rpx; -- Gitblit v1.9.1