From 850d5842f467667ec68213f2c5e81359c4fca4f9 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Thu, 12 Feb 2026 11:50:49 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86]?= =?UTF-8?q?=20GSP011?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/template/gsp.js | 4 + src/lang/zh/template/gsp.js | 4 + .../business/comps/template/TemplateTable.vue | 4 +- .../business/comps/template/comps/gsp/GSP011.vue | 302 +++++++++++++++++++++ 4 files changed, 313 insertions(+), 1 deletion(-) create mode 100644 src/views/business/comps/template/comps/gsp/GSP011.vue diff --git a/src/lang/en/template/gsp.js b/src/lang/en/template/gsp.js index e880d4e..ca979e4 100644 --- a/src/lang/en/template/gsp.js +++ b/src/lang/en/template/gsp.js @@ -47,5 +47,9 @@ export default { ypbh: '样品编号', xz: '选择', zw: '作为系统适应性样品。' + }, + gsp011: { + cl: '残留', + zw: '作为残留样品。' } } diff --git a/src/lang/zh/template/gsp.js b/src/lang/zh/template/gsp.js index d8ae91a..5d5e3d7 100644 --- a/src/lang/zh/template/gsp.js +++ b/src/lang/zh/template/gsp.js @@ -47,5 +47,9 @@ export default { ypbh: '样品编号', xz: '选择', zw: '作为系统适应性样品。' + }, + gsp011: { + cl: '残留', + zw: '作为残留样品。' } } diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 9f2eb55..2adc75c 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -46,6 +46,7 @@ import GSP003 from "./comps/gsp/GSP003.vue"; import GSP004 from "./comps/gsp/GSP004.vue"; import GSP009 from "./comps/gsp/GSP009.vue"; import GSP010 from "./comps/gsp/GSP010.vue"; +import GSP011 from "./comps/gsp/GSP011.vue"; //试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表 import SYWZPZJHB from "./comps/gsp/SYWZPZJHB.vue"; @@ -83,7 +84,7 @@ export default { //试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表 MJYLQSQD, SYWZPZJHB, DMYPPZJLB, //供试品 - GSP002, GSP003, GSP004,GSP009, GSP010, + GSP002, GSP003, GSP004,GSP009, GSP010,GSP011, //色谱 SP001, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018, // PCR @@ -146,6 +147,7 @@ export default { 'GSP008': 'GSP002', 'GSP009': 'GSP009', 'GSP010': 'GSP010', + 'GSP011': 'GSP011', 'GSP012': 'GSP002', 'GSP013': 'GSP002', 'GSP014': 'GSP002', diff --git a/src/views/business/comps/template/comps/gsp/GSP011.vue b/src/views/business/comps/template/comps/gsp/GSP011.vue new file mode 100644 index 0000000..6e25b66 --- /dev/null +++ b/src/views/business/comps/template/comps/gsp/GSP011.vue @@ -0,0 +1,302 @@ + + + + + \ No newline at end of file