+ 添加常用标品信息功能

+ 设备信息数量提示移至表格头部
This commit is contained in:
2023-03-13 21:36:28 +08:00
parent f9a6e8f052
commit ae2c723468
4 changed files with 233 additions and 12 deletions

View File

@@ -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%"
}
]