From ae2c723468063e96d431a47fc02a5d04e48390c4 Mon Sep 17 00:00:00 2001 From: hbk01 <3243430237@qq.com> Date: Mon, 13 Mar 2023 21:36:28 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E6=B7=BB=E5=8A=A0=E5=B8=B8=E7=94=A8?= =?UTF-8?q?=E6=A0=87=E5=93=81=E4=BF=A1=E6=81=AF=E5=8A=9F=E8=83=BD=20+=20?= =?UTF-8?q?=E8=AE=BE=E5=A4=87=E4=BF=A1=E6=81=AF=E6=95=B0=E9=87=8F=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E7=A7=BB=E8=87=B3=E8=A1=A8=E6=A0=BC=E5=A4=B4=E9=83=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 4 + views/common-standards.html | 142 +++++++++++++++++++++++++++++++++ views/common-standards.info.js | 51 ++++++++++++ views/equipment.html | 48 ++++++++--- 4 files changed, 233 insertions(+), 12 deletions(-) create mode 100644 views/common-standards.html create mode 100644 views/common-standards.info.js 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 @@ 设备信息 +