From 6d67dacc3c7c4ff6ce28f1d730ba977579231e9d Mon Sep 17 00:00:00 2001
From: yangan <yangan0921@163.com>
Date: 星期三, 22 五月 2024 17:41:11 +0800
Subject: [PATCH] feat:库管代码提交

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

diff --git a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
index 93a757f..a3d43d3 100644
--- a/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
+++ b/pages/customer-page/customer-my/faYunstatistics/faYunstatistics.vue
@@ -91,7 +91,7 @@
 							</view>
 							<view class="third-line">
 								<view class="carnum-icon">
-									<image src="https://mx.jzeg.cn:9095/appimg/image/banner/carNO.png"
+									<image src="https://mx.jzeg.cn:9096/appimg/image/banner/carNO.png"
 										mode="widthFix"></image>
 								</view>
 								<view class="carnum-text">{{ value.carNo || '' }}</view>
@@ -554,12 +554,15 @@
 				this.filedList.forEach(v => {
 					v.active = false;
 				});
+        this.getTmTaskCoalData()
 			},
 			confirm(e) {
 				console.log(e, '鏃ユ湡閫夋嫨');
 				this.first = e.range.before;
 				this.last = e.range.after;
-				this.conditinonShow = false;
+        this.$nextTick(() => {
+          this.$refs.calendar.close()
+        })
 			},
 			opencalendar() {
 				this.$refs.calendar.open();
@@ -929,7 +932,7 @@
 									height: vww(28);
 									line-height: vww(28);
 									text-align: center;
-									background: url('https://mx.jzeg.cn:9095/appimg/image/banner/blueblock.png') no-repeat;
+									background: url('https://mx.jzeg.cn:9096/appimg/image/banner/blueblock.png') no-repeat;
 									background-size: contain;
 									font-size: 30rpx;
 									font-weight: 400;
@@ -986,7 +989,7 @@
 									// display: flex;
 									// justify-content: center;
 									// align-items: center;
-									background: url('https://mx.jzeg.cn:9095/appimg/image/banner/redblock.png') no-repeat;
+									background: url('https://mx.jzeg.cn:9096/appimg/image/banner/redblock.png') no-repeat;
 									background-size: contain;
 									font-size: 30rpx;
 									font-weight: 400;
@@ -1200,4 +1203,4 @@
 		// 	}
 		// }
 	}
-</style>
\ No newline at end of file
+</style>

--
Gitblit v1.9.1