From 957d6d83eb9444902f4da7d5b02b9466836c2037 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Wed, 11 Feb 2026 10:55:28 +0800
Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=BE=9B=E8=AF=95=E5=93=81002?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/lang/en/template/gsp.js | 3 +
src/lang/zh/template/gsp.js | 3 +
.../business/comps/template/TemplateTable.vue | 4 +-
.../business/comps/template/comps/gsp/GSP002.vue | 586 +++++++++++++++++++++
4 files changed, 595 insertions(+), 1 deletion(-)
create mode 100644 src/views/business/comps/template/comps/gsp/GSP002.vue
diff --git a/src/lang/en/template/gsp.js b/src/lang/en/template/gsp.js
index 4b80a04..d54d631 100644
--- a/src/lang/en/template/gsp.js
+++ b/src/lang/en/template/gsp.js
@@ -32,6 +32,9 @@ export default {
DMYPPZJLB:{
},
+ GSP002:{
+ xsy:'稀释液',
+ },
GSP003:{
calcConditionLabel:'计算公式',
sfxyzjfx:'是否需要制剂分析'
diff --git a/src/lang/zh/template/gsp.js b/src/lang/zh/template/gsp.js
index 041f338..e76ee6d 100644
--- a/src/lang/zh/template/gsp.js
+++ b/src/lang/zh/template/gsp.js
@@ -32,6 +32,9 @@ export default {
DMYPPZJLB:{
},
+ GSP002:{
+ xsy:'稀释液',
+ },
GSP003:{
calcConditionLabel:'计算公式',
sfxyzjfx:'是否需要制剂分析'
diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue
index c9f5aa6..6c8f4df 100644
--- a/src/views/business/comps/template/TemplateTable.vue
+++ b/src/views/business/comps/template/TemplateTable.vue
@@ -41,6 +41,7 @@ import SP017 from "./comps/sp/SWYPFXFFXYPZBB/SP017.vue";
import SP018 from "./comps/sp/SWYPFXFFXYPZBB/SP018.vue";
import Demo from "./comps/sp/Demo.vue";
//供试品
+import GSP002 from "./comps/gsp/GSP002.vue";
import GSP003 from "./comps/gsp/GSP003.vue";
import GSP010 from "./comps/gsp/GSP010.vue";
@@ -75,7 +76,7 @@ export default {
//试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表
MJYLQSQD, SYWZPZJHB, DMYPPZJLB,
//供试品
- GSP003, GSP010,
+ GSP002, GSP003, GSP010,
//色谱
SP001, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018,
// PCR
@@ -129,6 +130,7 @@ export default {
'SP018': 'SP018',
//供试品
'GSP001': 'DMYPPZJLB',
+ 'GSP002': 'GSP002',
'GSP003': 'GSP003',
'GSP010': 'GSP010',
//试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表
diff --git a/src/views/business/comps/template/comps/gsp/GSP002.vue b/src/views/business/comps/template/comps/gsp/GSP002.vue
new file mode 100644
index 0000000..0f908a2
--- /dev/null
+++ b/src/views/business/comps/template/comps/gsp/GSP002.vue
@@ -0,0 +1,586 @@
+
+
+
+
+

{{ formData.bdmc }}

+
+
+
+
+
+
+
\ No newline at end of file