From b9f7560cbe0e562a40e9515a0559a3e951f0fee6 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 09:16:01 +0800
Subject: [PATCH] 问题修改

---
 HTML/views/WareHouseSetting/StorageLegend.html |   17 +++++++++--------
 1 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/HTML/views/WareHouseSetting/StorageLegend.html b/HTML/views/WareHouseSetting/StorageLegend.html
index 298542f..801da55 100644
--- a/HTML/views/WareHouseSetting/StorageLegend.html
+++ b/HTML/views/WareHouseSetting/StorageLegend.html
@@ -55,21 +55,21 @@
 		}
 
 		.one {
-			background-color: #91cc75;
+			background-color: #75bfcc;
 			Opacity: .8;
 		}
 
 		.two {
-			background-color: #ffdc60;
+			background-color: #89a297;
 		}
 
 		.three {
-			background-color: #ee6666;
+			background-color: #8ef0f0;
 			Opacity: .8;
 		}
 
 		.four {
-			background-color: #ffff7f;
+			background-color: #f0b9f9;
 			Opacity: .8;
 		}
 
@@ -659,10 +659,10 @@
 						var option2 = {
 							color: [
 								'#5470c6',
-								'#91cc75',
-								'#ffdc60',
-								'#ee6666',
-								'#ffff7f',
+								'#75bfcc',
+								'#89a297',
+								'#8ef0f0',
+								'#f0b9f9',
 								'#ee23ee',
 								'#808080',
 							],
@@ -962,6 +962,7 @@
 									html += "<br/>鐗╂枡鍚嶇О锛�"+res.data.GoodsInfoList[i].SkuName;
 									html += "<br/>鎵规鍙凤細&nbsp;&nbsp;&nbsp;&nbsp;"+res.data.GoodsInfoList[i].LotNo;
 									html += "<br/>鏁伴噺锛�&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"+res.data.GoodsInfoList[i].Qty;
+									html += "<br/>妫�楠岀姸鎬侊細"+res.data.GoodsInfoList[i].InspectStatus;
 								}	
 								html += "</p>"
 							}

--
Gitblit v1.8.0