From c136669b4990a5276e594425179e3a41a8fcf5b3 Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期五, 23 八月 2024 17:01:05 +0800
Subject: [PATCH] feat:请求退单增加限制

---
 pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 1290681..91da068 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -98,7 +98,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://mr1.res.jzeg.cn:9096/appimg/image/banner/carNO.png"
 										mode="widthFix"></image>
 								</view>
 								<view class="carnum-text">{{ value.carNo || '' }}</view>
@@ -539,7 +539,7 @@
 					customerName: this.customerList.filter(v => v.active == true).map(item => item.condition),
 					xsUser2Name: this.forwarderList.filter(v => v.active == true).map(item => item.condition),
 					fleetName: this.fleetList.filter(v => v.active == true).map(item => item.condition),
-					filedName: this.filedList.filter(v => v.active == true).map(item => item.condition),
+					deptName: this.filedList.filter(v => v.active == true).map(item => item.condition),
 					carNo: this.carNoList.filter(v => v.active == true).map(item => item.condition)
 				};
 
@@ -549,7 +549,7 @@
 					customerName: validateFn('customerName'),
 					xsUser2Name: validateFn('xsUser2Name'),
 					fleetName: validateFn('fleetName'),
-					filedName: validateFn('filedName'),
+					deptName: validateFn('deptName'),
 					carNo: validateFn('carNo')
 				};
 				this.filterList = this.taskList.map(val => {
@@ -1099,7 +1099,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://mr1.res.jzeg.cn:9096/appimg/image/banner/blueblock.png') no-repeat;
 									background-size: contain;
 									font-size: 30rpx;
 									font-weight: 400;
@@ -1156,7 +1156,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://mr1.res.jzeg.cn:9096/appimg/image/banner/redblock.png') no-repeat;
 									background-size: contain;
 									font-size: 30rpx;
 									font-weight: 400;

--
Gitblit v1.9.1