From fc2869b3283cb4129cc3be05bbeef6e0902af724 Mon Sep 17 00:00:00 2001
From: "15881625488@163.com" <15881625488@163.com>
Date: Thu, 5 Mar 2026 16:24:20 +0800
Subject: [PATCH] =?UTF-8?q?fix:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../business/comps/template/TemplateTable.vue | 4 +-
.../business/comps/template/comps/gsp/GSP005.vue | 533 +++++++++++++++++++++
.../business/comps/template/comps/gsp/GSP009.vue | 12 +-
3 files changed, 542 insertions(+), 7 deletions(-)
create mode 100644 src/views/business/comps/template/comps/gsp/GSP005.vue
diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue
index 0ecc6ad..8e065c7 100644
--- a/src/views/business/comps/template/TemplateTable.vue
+++ b/src/views/business/comps/template/TemplateTable.vue
@@ -40,6 +40,7 @@ import GSP001 from "./comps/gsp/GSP001.vue";
import GSP002 from "./comps/gsp/GSP002.vue";
import GSP003 from "./comps/gsp/GSP003.vue";
import GSP004 from "./comps/gsp/GSP004.vue";
+import GSP005 from "./comps/gsp/GSP005.vue";
import GSP009 from "./comps/gsp/GSP009.vue";
import GSP010 from "./comps/gsp/GSP010.vue";
@@ -118,7 +119,7 @@ export default {
//试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表
MJYLQSQD, SYWZPZJHB, DMYPPZJLB,
//供试品
- GSP001,GSP002, GSP003, GSP004,GSP009, GSP010,
+ GSP001,GSP002, GSP003,GSP004,GSP005,GSP009, GSP010,
//色谱
SP001, SP003, SP00456,SP007, SP008, SP009,SP0019,SP0020,SP0021,
// PCR
@@ -227,6 +228,7 @@ export default {
'GSP002': 'GSP002',
'GSP003': 'GSP003',
'GSP004': 'GSP004',
+ 'GSP005': 'GSP005',
'GSP006': 'GSP002',
'GSP008': 'GSP002',
'GSP009': 'GSP009',
diff --git a/src/views/business/comps/template/comps/gsp/GSP005.vue b/src/views/business/comps/template/comps/gsp/GSP005.vue
new file mode 100644
index 0000000..35f1f7c
--- /dev/null
+++ b/src/views/business/comps/template/comps/gsp/GSP005.vue
@@ -0,0 +1,533 @@
+
+
+
+
+

{{ formData.bdmc }}

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/business/comps/template/comps/gsp/GSP009.vue b/src/views/business/comps/template/comps/gsp/GSP009.vue
index b26cbed..1e9573d 100644
--- a/src/views/business/comps/template/comps/gsp/GSP009.vue
+++ b/src/views/business/comps/template/comps/gsp/GSP009.vue
@@ -277,7 +277,7 @@ export default {
kcdw: null,
type: paralleConfigs.xzlx,
syl: null,
- syldw: null,
+ syldw: paralleConfigs.kcdw,
yxzq: null,
yxzqdw: null,
})
@@ -287,10 +287,10 @@ export default {
if (tmpResource.length > 0) {
tmpResource = uniqeResourceOne(tmpResource)
}
- tmpResource.forEach((row, idx) => {
- row.syldw = null
- row.syl = null
- });
+ // tmpResource.forEach((row, idx) => {
+ // row.syldw = null
+ // row.syl = null
+ // });
//使用的试剂、仪器
this.resourceTmp = tmpResource
@@ -329,10 +329,10 @@ export default {
this.formData.paralleConfigs.splice(index, 1);
},
onTableBeforeReagentSubmit(val1,va2,va3){
- debugger
},
onTableRegentSubmit(val1,va2,va3){
this.$refs[`paralleStepFormPackageRef_${va2}`][0].updateFormData('xzlx',va3.selectInfo.selectType)
+ this.$refs[`paralleStepFormPackageRef_${va2}`][0].updateFormData('kcdw',va3.selectInfo.row.kcdw)
}
}
};