diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue
index 87effb0..3da52d8 100644
--- a/src/components/Template/Step.vue
+++ b/src/components/Template/Step.vue
@@ -106,7 +106,7 @@ import cl from './StepComponents/b/cl.vue';//表配制-称量
//生物样品分析
-//生物样品分析-解冻:使用溶液-解冻
+import jd_swypfx from './StepComponents/swypfx/jd_swypfx.vue';//生物样品分析-解冻:生物样品分析-融解
//生物样品分析-涡旋混匀:使用溶液-涡旋混匀
//生物样品分析-选择容器:使用溶液-选择容器
import jryp from './StepComponents/swypfx/jryp.vue';//生物样品分析-加入样品
@@ -441,6 +441,7 @@ export default {
cl,
//生物样品分析
+ jd_swypfx,
jryp,
hhspe,
zyfc,
@@ -657,7 +658,7 @@ export default {
'fr_b': 'Fr',
//生物样品分析
- 'jd_swypfx': 'Jd',
+ 'jd_swypfx': 'jd_swypfx',
'jryp': 'jryp',
'ysfy': 'Lx',
'hhspe': 'hhspe',
diff --git a/src/components/Template/StepComponents/swypfx/jd_swypfx.vue b/src/components/Template/StepComponents/swypfx/jd_swypfx.vue
new file mode 100644
index 0000000..a363c58
--- /dev/null
+++ b/src/components/Template/StepComponents/swypfx/jd_swypfx.vue
@@ -0,0 +1,101 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/xb/bpqr.vue b/src/components/Template/StepComponents/xb/bpqr.vue
index 4785a9e..2b80039 100644
--- a/src/components/Template/StepComponents/xb/bpqr.vue
+++ b/src/components/Template/StepComponents/xb/bpqr.vue
@@ -52,13 +52,43 @@ export default {
otherCode: "ccwzOther",
},
text3: {
- label: "冰冻时长为",
+ label: "冰冻时长预计为",
type: "text",
},
sj: {
fillType: "actFill",
type: "input",
},
+ text6:{
+ type:"text",
+ label:"冰冻",
+ },
+ startDate: {
+ type: "input",
+ fillType: "actFill",
+ disabled: true,
+ },
+ button1:{
+ type:"button",
+ buttonName:"开始",
+ },
+ text7:{
+ type:"text",
+ label:"冰冻",
+ },
+ endDate: {
+ type: "input",
+ fillType: "actFill",
+ disabled: true,
+ },
+ button2:{
+ type:"button",
+ buttonName:"结束",
+ },
+ text8: {
+ type: "text",
+ label: "。",
+ }
}
}]
return config