From 7a89b5cb1c393c3e1f7b2f4e22a91ef2cb690045 Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Mon, 9 Mar 2026 15:57:57 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=AD=A5=E9=AA=A4=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=20=E8=89=B2=E8=B0=B1=E5=8C=80=E6=B5=86=E7=BB=84=E7=BB=87?=
=?UTF-8?q?=E8=A1=A8=E6=AD=A5=E9=AA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Template/Step.vue | 25 +++++
src/components/Template/StepComponents/ry/hwhy.vue | 5 -
.../Template/StepComponents/spyjzzb/fy_spyjzzb.vue | 97 +++++++++++++++++
.../Template/StepComponents/spyjzzb/jryjry.vue | 42 ++++++++
.../Template/StepComponents/spyjzzb/jz_spyjzzb.vue | 98 +++++++++++++++++
.../Template/StepComponents/spyjzzb/yjbc.vue | 58 ++++++++++
.../Template/StepComponents/spyjzzb/yjyfz2.vue | 112 +++++++++++++++++++
.../Template/StepComponents/spyjzzb/ymyj.vue | 118 +++++++++++++++++++++
8 files changed, 550 insertions(+), 5 deletions(-)
create mode 100644 src/components/Template/StepComponents/spyjzzb/fy_spyjzzb.vue
create mode 100644 src/components/Template/StepComponents/spyjzzb/jryjry.vue
create mode 100644 src/components/Template/StepComponents/spyjzzb/jz_spyjzzb.vue
create mode 100644 src/components/Template/StepComponents/spyjzzb/yjbc.vue
create mode 100644 src/components/Template/StepComponents/spyjzzb/yjyfz2.vue
create mode 100644 src/components/Template/StepComponents/spyjzzb/ymyj.vue
diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue
index ccbd164..d039871 100644
--- a/src/components/Template/Step.vue
+++ b/src/components/Template/Step.vue
@@ -126,7 +126,19 @@ import zyfc from './StepComponents/swypfx/zyfc.vue';//生物样品分析-转移
//色谱匀浆组织表
import jszz from './StepComponents/spyjzzb/jszz.vue';//色谱匀浆组织表-剪碎组织
//色谱匀浆组织表-称取组织:使用色谱匀浆组织表-剪碎组织
+import jryjry from './StepComponents/spyjzzb/jryjry.vue';//色谱匀浆组织表-加入匀浆溶液
+import ymyj from './StepComponents/spyjzzb/ymyj.vue';//色谱匀浆组织表-研磨匀浆
+import yjyfz2 from './StepComponents/spyjzzb/yjyfz2.vue';//色谱匀浆组织表-匀浆液分装2
+//色谱匀浆组织表-匀浆液分装3:使用色谱匀浆组织表-匀浆液分装2
+import yjbc from './StepComponents/spyjzzb/yjbc.vue';//色谱匀浆组织表-匀浆保存
//色谱匀浆组织表-匀浆液混合:使用色谱匀浆组织表-剪碎组织
+//色谱匀浆组织表-加入溶液:使用溶液-加入溶液
+import fy_spyjzzb from './StepComponents/spyjzzb/fy_spyjzzb.vue';//色谱匀浆组织表-孵育
+//色谱匀浆组织表-天平校验双点:使用溶液-天平校验双点
+//色谱匀浆组织表-天平校验单点:使用溶液-天平校验单点
+//色谱匀浆组织表-离心:使用溶液-离心
+import jz_spyjzzb from './StepComponents/spyjzzb/jz_spyjzzb.vue';//色谱匀浆组织表-静置
+
import { public_templateStepList } from '@/api/business/public/public';
@@ -257,6 +269,12 @@ export default {
//色谱匀浆组织表
jszz,
+ jryjry,
+ ymyj,
+ yjyfz2,
+ yjbc,
+ fy_spyjzzb,
+ jz_spyjzzb,
},
computed: {
stepComponentMap() {
@@ -349,7 +367,14 @@ export default {
//色谱匀浆组织表
'jszz':'jszz',
'cqzz':'jszz',
+ 'jryjry':'jryjry',
+ 'ymyj':'ymyj',
+ 'yjyfz2':'yjyfz2',
+ 'yjyfz3':'yjyfz2',
+ 'yjbc':'yjbc',
'yjyhh':'jszz',
+ 'fy_spyjzzb':'fy_spyjzzb',
+ 'jz_spyjzzb':'jz_spyjzzb',
}
}
diff --git a/src/components/Template/StepComponents/ry/hwhy.vue b/src/components/Template/StepComponents/ry/hwhy.vue
index 66fe1c3..9eb60af 100644
--- a/src/components/Template/StepComponents/ry/hwhy.vue
+++ b/src/components/Template/StepComponents/ry/hwhy.vue
@@ -116,11 +116,6 @@ export default {
fillType: "actFill",
disabled: true,
},
- startDate: {
- type: "input",
- fillType: "actFill",
- disabled: true,
- },
button1: {
type: "button",
buttonName: "开始"
diff --git a/src/components/Template/StepComponents/spyjzzb/fy_spyjzzb.vue b/src/components/Template/StepComponents/spyjzzb/fy_spyjzzb.vue
new file mode 100644
index 0000000..15292e7
--- /dev/null
+++ b/src/components/Template/StepComponents/spyjzzb/fy_spyjzzb.vue
@@ -0,0 +1,97 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/spyjzzb/jryjry.vue b/src/components/Template/StepComponents/spyjzzb/jryjry.vue
new file mode 100644
index 0000000..bd6614f
--- /dev/null
+++ b/src/components/Template/StepComponents/spyjzzb/jryjry.vue
@@ -0,0 +1,42 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/spyjzzb/jz_spyjzzb.vue b/src/components/Template/StepComponents/spyjzzb/jz_spyjzzb.vue
new file mode 100644
index 0000000..761bd5d
--- /dev/null
+++ b/src/components/Template/StepComponents/spyjzzb/jz_spyjzzb.vue
@@ -0,0 +1,98 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/spyjzzb/yjbc.vue b/src/components/Template/StepComponents/spyjzzb/yjbc.vue
new file mode 100644
index 0000000..ae37414
--- /dev/null
+++ b/src/components/Template/StepComponents/spyjzzb/yjbc.vue
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/spyjzzb/yjyfz2.vue b/src/components/Template/StepComponents/spyjzzb/yjyfz2.vue
new file mode 100644
index 0000000..4d1452b
--- /dev/null
+++ b/src/components/Template/StepComponents/spyjzzb/yjyfz2.vue
@@ -0,0 +1,112 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/spyjzzb/ymyj.vue b/src/components/Template/StepComponents/spyjzzb/ymyj.vue
new file mode 100644
index 0000000..1ac1b9f
--- /dev/null
+++ b/src/components/Template/StepComponents/spyjzzb/ymyj.vue
@@ -0,0 +1,118 @@
+
+
+
+
+
+
+
+
\ No newline at end of file