From b73d5b4f9d70e997690121a04a8e93e40327d10a Mon Sep 17 00:00:00 2001
From: wk
Date: 星期二, 13 八月 2024 16:01:19 +0800
Subject: [PATCH] feta:货代改为承运商

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |   23 +++++++++++++++--------
 1 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 8eda1fa..8ac789a 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -84,13 +84,13 @@
 										<text
 											v-if="value.orderType == '澶栭攢' || value.orderType == '鍐呴攢' || value.orderType == '澶栭攢閫�' || value.orderType == '杞嚭'">{{ value.customerName || '' }}</text>
 										<text
-											v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '澶栬喘閫�' || value.orderType == '杞叆'">{{ value.deptName || '' }}</text>
+											v-else-if="value.orderType == '澶栬喘' || value.orderType == '鍐呰喘' || value.orderType == '澶栬喘閫�' || value.orderType == '杞叆'">{{ value.filedName || '' }}</text>
 									</view>
 								</view>
 							</view>
 							<view class="second-line">
 								<view class="coal-name">
-									<view class="">{{ value.productNames || value.productName }}</view>
+									<view class="productName">{{ value.productNames || value.productName }}</view>
 									<view class="black-bar"></view>
 									<view class="coal-type"
 										v-if="value.orderType">{{ value.orderType }}</view>
@@ -100,7 +100,7 @@
 							</view>
 							<view class="third-line">
 								<view class="carnum-icon">
-									<image src="https://mx.jzeg.cn:9096/appimg/image/banner/carNO.png"
+									<image src="https://wrzs.czjlchem.com:9090/appimg/image/banner/carNO.png"
 										mode="widthFix"></image>
 								</view>
 								<view class="carnum-text">{{ value.carNo || '' }}</view>
@@ -195,7 +195,7 @@
 						</view>
 						<view class="filter-body"
 							v-if="roleType == 1">
-							<view class="condition-name">璐т唬</view>
+							<view class="condition-name">鎵胯繍鍟�</view>
 							<view class="filter-name">
 								<view class="filter-button"
 									v-for="(item, index) in forwarderList"
@@ -339,7 +339,7 @@
 				// 鐐瑰嚮鍙崇澶磋鎯呭脊绐�
 				faYunDetailobj: {},
 				modalShow: false,
-				coalStatus: ['棰嗗彇', '棰勭害', '绛惧埌', '鍏ュ満', '绉扮毊', '绉版瘺', '绂诲満', '鍏ョ鎴�', '鍑虹鎴�', '鍏ョ叅浠�', '鍑虹叅浠�', '鏀剧┖', '浣滃簾', '鍏ュ満鐢宠',
+				coalStatus: ['棰嗗彇', '棰勭害', '绛惧埌', '鍏ュ満', '绉扮毊', '绉版瘺', '绂诲満', '鍏ョ鎴�', '鍑虹鎴�', '鍏ヤ粨搴�', '鍑轰粨搴�', '鏀剧┖', '浣滃簾', '鍏ュ満鐢宠',
 					'杩涘叆鍦洪櫌', '寮傚父瀹℃牳涓�', '杩斿洖鍔犲噺鍚�', '瓒呮椂', '鎵撳嵃涓�', '鎵撳嵃涓�', '濉啓'
 				]
 			};
@@ -890,7 +890,7 @@
 				padding: 0 vww(5);
 
 				@include flex .date-text {
-					width: 330rpx;
+					width: 360rpx;
 					height: 40rpx;
 					font-size: 28rpx;
 					font-weight: 400;
@@ -977,7 +977,7 @@
 									height: vww(28);
 									line-height: vww(28);
 									text-align: center;
-									background: url('https://mx.jzeg.cn:9096/appimg/image/banner/blueblock.png') no-repeat;
+									background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/blueblock.png') no-repeat;
 									background-size: contain;
 									font-size: 30rpx;
 									font-weight: 400;
@@ -1034,7 +1034,7 @@
 									// display: flex;
 									// justify-content: center;
 									// align-items: center;
-									background: url('https://mx.jzeg.cn:9096/appimg/image/banner/redblock.png') no-repeat;
+									background: url('https://wrzs.czjlchem.com:9090/appimg/image/banner/redblock.png') no-repeat;
 									background-size: contain;
 									font-size: 30rpx;
 									font-weight: 400;
@@ -1062,11 +1062,18 @@
 								flex-grow: 1;
 								height: 30rpx;
 								font-size: 30rpx;
+								width: 50%;
 								font-weight: 300;
 								color: #515151;
 								position: relative;
 								display: flex;
 								align-items: center;
+								.productName{
+									width: 50%;
+										white-space: nowrap;
+									overflow: hidden;
+									text-overflow: ellipsis;
+								}
 
 								.black-bar {
 									width: 2rpx;

--
Gitblit v1.9.1