+ 常用标品信息新增部分标品

+ 常用操作规程新增 L018-5 与 L018-6 的内容
This commit is contained in:
2023-03-17 01:39:06 +08:00
parent dc27427059
commit e5e7491c17
6 changed files with 374 additions and 28 deletions

View File

@@ -9,9 +9,16 @@
<link rel="stylesheet" href="../statics/github.css">
<link rel="stylesheet" href="../statics/theme.css">
<style>
#selector {
select {
width: 100%;
height: 32px;
padding-left: 10px;
border: 1px solid;
border-radius: 6px;
border-color: rgba(27, 31, 36, 0.15);
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
}
option {
@@ -29,6 +36,8 @@
const sop = [
"L018-1",
"L018-4W",
"L018-5",
"L018-6",
]
$(() => {
@@ -49,9 +58,6 @@
url: `../statics/sop/${name}`,
success: (data) => {
$("#content").html(md.render(data))
},
error: (jqXHR, status, error) => {
$("#content").html(`<span style='color: red;'>错误: ${error}</span>`)
}
})
})
@@ -67,7 +73,7 @@
<option value='null' selected>请选择</option>
</select>
</div>
<br>
<div id="content"></div>
</body>

View File

@@ -1,4 +1,23 @@
let info = [
// L014 系列
{
"kind": "L014-1",
"batch": "S014-1-21029069",
"expir": "2023.05.16",
"content": "99.5%"
},
{
"kind": "L014-1",
"batch": "S014-1(Dimer)-21029079",
"expir": "2027.03.24",
"content": "96.9%"
},
{
"kind": "L014-1",
"batch": "2-乙酰噻吩<br>M01-051-190201",
"expir": "2024.02.12",
"content": "99.7%"
},
// L018 系列
{
"kind": "L018-1",
@@ -47,5 +66,79 @@ let info = [
"batch": "L018-6S-2021017081",
"expir": "2026.08.20",
"content": "99.8%"
}
},
// L414 系列
{
"kind": "L414-1",
"batch": "L414-1-20220051-11",
"expir": "2023.03.21",
"content": "99.49%"
},
{
"kind": "L414-1",
"batch": "联苯甲酸<br>LL2105003",
"expir": "2025.12.24",
"content": "99.17%"
},
{
"kind": "L414-1",
"batch": "4-氯苯甲醛<br>LL2112512",
"expir": "2025.09.16",
"content": "99.00%"
},
{
"kind": "L414-5KR",
"batch": "S414-3-2021002055",
"expir": "2026.07.06",
"content": "99.5%"
},
{
"kind": "L414-5KR",
"batch": "S414-4KR-20220253-41",
"expir": "2027.02.27",
"content": "99.2%"
},
{
"kind": "L414-5KR",
"batch": "L414-5S-18600061",
"expir": "2023.08.31",
"content": "99.4%"
},
{
"kind": "L414-5KR",
"batch": "L414-5-191201",
"expir": "2023.12.17",
"content": "99.5%"
},
{
"kind": "L414-5KR",
"batch": "L414-5IM-21043055",
"expir": "2026.05.09",
"content": "99.7%"
},
{
"kind": "L414-801KR",
"batch": "L414-801KR-210708",
"expir": "2023.07.08",
"content": "99.8%"
},
{
"kind": "L414-801KR",
"batch": "S414-801-2021020097",
"expir": "2026.09.09",
"content": "99.83%"
},
{
"kind": "L414-801KR",
"batch": "三苯基氧膦<br>H1915109",
"expir": "2024.08.22",
"content": "98.3%"
},
{
"kind": "L414-801KR",
"batch": "TEMPO<br>M02-108-210601",
"expir": "2023.05.15",
"content": "99.6%"
},
]