From d64f81bccb25c98261b84a4355f92c3b32470606 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期一, 07 四月 2025 09:32:56 +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/>鎵规鍙凤細 "+res.data.GoodsInfoList[i].LotNo;
html += "<br/>鏁伴噺锛� "+res.data.GoodsInfoList[i].Qty;
+ html += "<br/>妫�楠岀姸鎬侊細"+res.data.GoodsInfoList[i].InspectStatus;
}
html += "</p>"
}
--
Gitblit v1.8.0