diff --git a/index.html b/index.html index 2f2b8a9..1901b39 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,10 @@ "name": "设备信息", "location": "./views/equipment.html" }, + { + "name": "常用标品信息", + "location": "./views/common-standards.html" + } // { // "name": "L414-5KR 相关物质", // "location": "./views/L414-5KR-impurities.html" diff --git a/views/common-standards.html b/views/common-standards.html new file mode 100644 index 0000000..b68f01d --- /dev/null +++ b/views/common-standards.html @@ -0,0 +1,142 @@ + + + + + + + + 常用标品信息 + + + + + + + + + +
+ + +
+
+

+ 过期提醒:
+ 黄色表示有效期剩余30天
+ 红色表示有效期剩余7天
+ 红色加删除线表示已过期
+

+ + + diff --git a/views/common-standards.info.js b/views/common-standards.info.js new file mode 100644 index 0000000..3ede936 --- /dev/null +++ b/views/common-standards.info.js @@ -0,0 +1,51 @@ +let info = [ + // L018 系列 + { + "kind": "L018-1", + "batch": "S018-1-21037023", + "expir": "2023.05.18", + "content": "99.4%" + }, + { + "kind": "L018-4", + "batch": "S018-2-21029065", + "expir": "2026.11.04", + "content": "99.9%" + }, + { + "kind": "L018-4", + "batch": "S018-3-21037001", + "expir": "2026.11.04", + "content": "99.1%" + }, + { + "kind": "L018-4", + "batch": "L018-4-211101", + "expir": "2023.05.06", + "content": "99.8%" + }, + { + "kind": "L018-5", + "batch": "L018-5S-210801", + "expir": "2026.08.16", + "content": "99.6%" + }, + { + "kind": "L018-5", + "batch": "L018-5(TP6)-220901", + "expir": "2027.08.31", + "content": "100.0%" + }, + { + "kind": "L018-6", + "batch": "L018-6-210101", + "expir": "2026.01.01", + "content": "100.0%" + }, + { + "kind": "L018-6", + "batch": "L018-6S-2021017081", + "expir": "2026.08.20", + "content": "99.8%" + } +] diff --git a/views/equipment.html b/views/equipment.html index d6044c0..9c71637 100644 --- a/views/equipment.html +++ b/views/equipment.html @@ -8,12 +8,36 @@ 设备信息 +