diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue
index bc7446d..b0070bb 100644
--- a/src/components/Template/Step.vue
+++ b/src/components/Template/Step.vue
@@ -193,6 +193,7 @@ import xfzzysjg from './StepComponents/pcr/xfzzysjg.vue';//PCR-吸附柱转移
import xfzzylxg from './StepComponents/pcr/xfzzylxg.vue';//PCR-吸附柱转移(离心管)
import xt from './StepComponents/pcr/xt.vue';//PCR-洗脱
import ecxt from './StepComponents/pcr/ecxt.vue';//PCR-二次洗脱
+import lx_pcr from './StepComponents/pcr/lx.vue';//PCR-离心
//PCR分析核酸提取浓度测定表
@@ -491,6 +492,7 @@ export default {
xfzzylxg,
xt,
ecxt,
+ lx_pcr,
//PCR分析核酸提取浓度测定表
ndcd,
@@ -726,6 +728,7 @@ export default {
'xfzzylxg':'xfzzylxg',
'xt':'xt',
'ecxt':'ecxt',
+ 'lx_pcr':'lx_pcr',
//PCR分析核酸提取浓度测定表
'ndcd':'ndcd',
diff --git a/src/components/Template/StepComponents/pcr/lx.vue b/src/components/Template/StepComponents/pcr/lx.vue
new file mode 100644
index 0000000..5196f88
--- /dev/null
+++ b/src/components/Template/StepComponents/pcr/lx.vue
@@ -0,0 +1,186 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/components/Template/StepComponents/ry/jd.vue b/src/components/Template/StepComponents/ry/jd.vue
index 906c652..f4aad70 100644
--- a/src/components/Template/StepComponents/ry/jd.vue
+++ b/src/components/Template/StepComponents/ry/jd.vue
@@ -23,7 +23,10 @@ export default {
},
methods: {
select(data) {
- console.log(data, "select")
+ const {value,key} = data;
+ if(key==='sjccwz'){
+ this.updateWcData("sjwd",value);
+ }
}
},
computed: {
@@ -36,8 +39,8 @@ export default {
type: "text",
},
ccwz: {
- type: "select",
- options: this.getDictOptions("business_ccwz"),
+ type: "input",
+ // options: this.getDictOptions("business_ccwz"),
fillType: "preFill",
otherCode: "ccwzOther",
},
@@ -149,8 +152,8 @@ export default {
type: "text",
},
ccwz: {
- type: "select",
- options: this.getDictOptions("business_ccwz"),
+ type: "input",
+ // options: this.getDictOptions("business_ccwz"),
fillType: "preFill",
otherCode: "ccwzOther",
},
diff --git a/src/components/Template/StepComponents/xb/bpqr.vue b/src/components/Template/StepComponents/xb/bpqr.vue
index d874c15..4785a9e 100644
--- a/src/components/Template/StepComponents/xb/bpqr.vue
+++ b/src/components/Template/StepComponents/xb/bpqr.vue
@@ -1,6 +1,6 @@
-
+