From fe37c2b14b5d772621d4fab29586c0df9506df07 Mon Sep 17 00:00:00 2001 From: jjLv <1981429112@qq.com> Date: Mon, 9 Sep 2024 12:04:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=95=E9=AA=8C=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bonus/aqgqj/basis/entity/vo/TestVo.java | 6 ++++ .../mappers/basis/ExperimentalMapper.xml | 2 ++ .../js/basis/standard/child/testForm.js | 32 ++++++++++++++--- .../js/basis/standard/child/testUpdateForm.js | 3 +- .../pages/basic/standard/child/testCheck.html | 35 +++++++++++++++++-- .../basic/tools/child/addTestStandards.html | 5 ++- .../basic/tools/child/checkTestStandards.html | 5 ++- 7 files changed, 78 insertions(+), 10 deletions(-) diff --git a/src/main/java/com/bonus/aqgqj/basis/entity/vo/TestVo.java b/src/main/java/com/bonus/aqgqj/basis/entity/vo/TestVo.java index 7900b72..b461f60 100644 --- a/src/main/java/com/bonus/aqgqj/basis/entity/vo/TestVo.java +++ b/src/main/java/com/bonus/aqgqj/basis/entity/vo/TestVo.java @@ -181,6 +181,12 @@ public class TestVo { @JsonProperty(access = JsonProperty.Access.WRITE_ONLY) private String paramsData; + /** + * 试验周期 + */ + private Integer times; + + /** * 记录编号 * */ diff --git a/src/main/resources/mappers/basis/ExperimentalMapper.xml b/src/main/resources/mappers/basis/ExperimentalMapper.xml index f2ddea8..dc03ea9 100644 --- a/src/main/resources/mappers/basis/ExperimentalMapper.xml +++ b/src/main/resources/mappers/basis/ExperimentalMapper.xml @@ -374,6 +374,7 @@ +
- +
+ + +
@@ -270,4 +300,5 @@ + \ No newline at end of file diff --git a/src/main/resources/static/pages/basic/tools/child/addTestStandards.html b/src/main/resources/static/pages/basic/tools/child/addTestStandards.html index 50d2518..49d1a49 100644 --- a/src/main/resources/static/pages/basic/tools/child/addTestStandards.html +++ b/src/main/resources/static/pages/basic/tools/child/addTestStandards.html @@ -146,10 +146,13 @@
- +
+
+ +
diff --git a/src/main/resources/static/pages/basic/tools/child/checkTestStandards.html b/src/main/resources/static/pages/basic/tools/child/checkTestStandards.html index 68c5110..09cee0a 100644 --- a/src/main/resources/static/pages/basic/tools/child/checkTestStandards.html +++ b/src/main/resources/static/pages/basic/tools/child/checkTestStandards.html @@ -148,10 +148,13 @@
- +
+
+ +