From df2457cfbf2cd3cbb464c7b4afb64be8169bdbdc Mon Sep 17 00:00:00 2001
From: memorylkf <312904636@qq.com>
Date: Thu, 2 Apr 2026 10:15:58 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=AD=A5=E9=AA=A4=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=20=E6=96=B0=E5=A2=9E3=E4=B8=AA=E6=BA=B6=E6=B6=B2=E6=AD=A5?=
=?UTF-8?q?=E9=AA=A4=EF=BC=8C=E5=88=86=E8=A3=85=E6=96=B0=E5=A2=9E3?=
=?UTF-8?q?=E4=B8=AA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/Template/Step.vue | 12 +++
src/components/Template/StepComponents/ry/csqx.vue | 93 ++++++++++++++++++
src/components/Template/StepComponents/ry/rj.vue | 109 +++++++++++++++++++++
3 files changed, 214 insertions(+)
create mode 100644 src/components/Template/StepComponents/ry/csqx.vue
create mode 100644 src/components/Template/StepComponents/ry/rj.vue
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