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