diff --git a/src/components/Template/Step.vue b/src/components/Template/Step.vue index e39c44e..2401b1a 100644 --- a/src/components/Template/Step.vue +++ b/src/components/Template/Step.vue @@ -82,6 +82,11 @@ import kbsjgsp from "./StepComponents/ry/kbsjgsp.vue";//溶液-空白(试剂/ import kb from "./StepComponents/ry/kb.vue";//溶液-空白 import jr from "./StepComponents/ry/jr.vue";//溶液-加热 import fz from "./StepComponents/ry/fz.vue";//溶液-分装 +//溶液-样品分装:使用溶液-分装 +//溶液-给药制剂分装:使用溶液-分装 +//溶液-供试品样品分装:使用溶液-分装 +import csqx from "./StepComponents/ry/csqx.vue";//溶液-超声清洗 +import rj from "./StepComponents/ry/rj.vue";//溶液-融解 //罗开凡新增 //表配制 @@ -445,6 +450,8 @@ export default { kb, jr, fz, + csqx, + rj, //罗开凡新增 //表配制 @@ -644,6 +651,11 @@ export default { 'kb': 'kb', 'jr': 'jr', 'fz': 'fz', + 'ypfz': 'fz', + 'gyzjfz': 'fz', + 'gspypfz': 'fz', + 'csqx': 'csqx', + 'rj': 'rj', //罗开凡新增 //标配配制 diff --git a/src/components/Template/StepComponents/ry/csqx.vue b/src/components/Template/StepComponents/ry/csqx.vue new file mode 100644 index 0000000..d340eb1 --- /dev/null +++ b/src/components/Template/StepComponents/ry/csqx.vue @@ -0,0 +1,93 @@ + + + + + + \ No newline at end of file diff --git a/src/components/Template/StepComponents/ry/rj.vue b/src/components/Template/StepComponents/ry/rj.vue new file mode 100644 index 0000000..e1431e9 --- /dev/null +++ b/src/components/Template/StepComponents/ry/rj.vue @@ -0,0 +1,109 @@ + + + + + + \ No newline at end of file