From 17a7afcd514c73708585455f8466dc7024612ffc Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Thu, 12 Mar 2026 18:10:13 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=AD=A5=E9=AA=A4=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=20AMES=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 | 30 +++++
.../Template/StepComponents/ames/hwzd.vue | 126 +++++++++++++++++++++
.../Template/StepComponents/ames/hygh.vue | 31 +++++
.../Template/StepComponents/ames/jbcpyj.vue | 79 +++++++++++++
.../StepComponents/ptjhfxyp/xs_ptjhfxyp.vue | 66 +++++++++++
5 files changed, 332 insertions(+)
create mode 100644 src/components/Template/StepComponents/ames/hwzd.vue
create mode 100644 src/components/Template/StepComponents/ames/hygh.vue
create mode 100644 src/components/Template/StepComponents/ames/jbcpyj.vue
create mode 100644 src/components/Template/StepComponents/ptjhfxyp/xs_ptjhfxyp.vue
diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue
index bec8fe0..bc7446d 100644
--- a/src/components/Template/Step.vue
+++ b/src/components/Template/Step.vue
@@ -294,6 +294,19 @@ import dp from './StepComponents/xb/dp.vue';//细胞表单-滴片
import bprs from './StepComponents/xb/bprs.vue';//细胞表单-破片染色
import cx from './StepComponents/xb/cx.vue';//细胞表单-冲洗
import lg from './StepComponents/xb/lg.vue';//细胞表单-晾干
+
+
+
+//Ames表单
+import hygh from './StepComponents/ames/hygh.vue';//Ames表单-混匀固化
+import hwzd from './StepComponents/ames/hwzd.vue';//Ames表单-恒温振荡
+import jbcpyj from './StepComponents/ames/jbcpyj.vue';//Ames表单-加表层培养基
+
+
+//配体结合分析样品/MRD稀释记录表
+import xs_ptjhfxyp from './StepComponents/ptjhfxyp/xs_ptjhfxyp.vue';//体结合分析样品/MRD稀释记录表-稀释
+
+
import { public_templateStepList } from '@/api/business/public/public';
@@ -551,6 +564,15 @@ export default {
bprs,
cx,
lg,
+
+
+ //Ames表单
+ hygh,
+ hwzd,
+ jbcpyj,
+
+ //配体结合分析样品/MRD稀释记录表
+ xs_ptjhfxyp,
},
computed: {
stepComponentMap() {
@@ -792,6 +814,14 @@ export default {
'bprs':'bprs',
'cx':'cx',
'lg':'lg',
+
+ //Ames表单
+ 'hygh':'hygh',
+ 'hwzd':'hwzd',
+ 'jbcpyj':'jbcpyj',
+
+ //配体结合分析样品/MRD稀释记录表
+ 'xs_ptjhfxyp':'xs_ptjhfxyp',
}
}
return this.componentMap
diff --git a/src/components/Template/StepComponents/ames/hwzd.vue b/src/components/Template/StepComponents/ames/hwzd.vue
new file mode 100644
index 0000000..3b23d47
--- /dev/null
+++ b/src/components/Template/StepComponents/ames/hwzd.vue
@@ -0,0 +1,126 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/ames/hygh.vue b/src/components/Template/StepComponents/ames/hygh.vue
new file mode 100644
index 0000000..9b0c454
--- /dev/null
+++ b/src/components/Template/StepComponents/ames/hygh.vue
@@ -0,0 +1,31 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/ames/jbcpyj.vue b/src/components/Template/StepComponents/ames/jbcpyj.vue
new file mode 100644
index 0000000..1b4d7f1
--- /dev/null
+++ b/src/components/Template/StepComponents/ames/jbcpyj.vue
@@ -0,0 +1,79 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/ptjhfxyp/xs_ptjhfxyp.vue b/src/components/Template/StepComponents/ptjhfxyp/xs_ptjhfxyp.vue
new file mode 100644
index 0000000..070cde5
--- /dev/null
+++ b/src/components/Template/StepComponents/ptjhfxyp/xs_ptjhfxyp.vue
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
\ No newline at end of file