From 8f8612c965f54fff5cf4a28bc973c269517d00b3 Mon Sep 17 00:00:00 2001 From: hbk01 <3243430237@qq.com> Date: Tue, 11 Nov 2025 19:11:50 +0800 Subject: [PATCH] =?UTF-8?q?+=20=E6=96=B0=E5=A2=9E=E6=97=A5=E6=9C=9F?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=20+=20=E5=8E=BB=E9=99=A4=E6=95=88=E6=9C=9F?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 8 +- views/calc-date.html | 238 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 244 insertions(+), 2 deletions(-) create mode 100644 views/calc-date.html diff --git a/index.html b/index.html index 8bae8f9..f9b22ed 100644 --- a/index.html +++ b/index.html @@ -25,9 +25,13 @@ "name": "进样时间", "location": "./views/injection-sequence.html" }, + // { + // "name": "效期查询", + // "location": "./views/expir-info.html" + // }, { - "name": "效期查询", - "location": "./views/expir-info.html" + "name": "日期计算", + "location": "./views/calc-date.html" }, { "name": "操作规程", diff --git a/views/calc-date.html b/views/calc-date.html new file mode 100644 index 0000000..562db62 --- /dev/null +++ b/views/calc-date.html @@ -0,0 +1,238 @@ + + + + + + + + 日期计算 + + + + + + + +
+

日期计算

+ + + +
+ + + +
+ + + +
+ + + +
+ + +
+ +
+ + + + + \ No newline at end of file