From a631be7f534e92402b9cef26397aeb30356673fa Mon Sep 17 00:00:00 2001 From: "15881625488@163.com" <15881625488@163.com> Date: Tue, 10 Feb 2026 18:50:13 +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=9EGSP003?= 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 | 3 + .../business/comps/template/comps/gsp/GSP003.vue | 472 +++++++++++++++++++++ 4 files changed, 483 insertions(+) create mode 100644 src/views/business/comps/template/comps/gsp/GSP003.vue diff --git a/src/lang/en/template/gsp.js b/src/lang/en/template/gsp.js index 2e7308c..4b80a04 100644 --- a/src/lang/en/template/gsp.js +++ b/src/lang/en/template/gsp.js @@ -31,5 +31,9 @@ export default { // 毒麻药品配制记录表 DMYPPZJLB:{ + }, + GSP003:{ + calcConditionLabel:'计算公式', + sfxyzjfx:'是否需要制剂分析' } } diff --git a/src/lang/zh/template/gsp.js b/src/lang/zh/template/gsp.js index 256abf7..041f338 100644 --- a/src/lang/zh/template/gsp.js +++ b/src/lang/zh/template/gsp.js @@ -31,5 +31,9 @@ export default { // 毒麻药品配制记录表 DMYPPZJLB:{ + }, + GSP003:{ + calcConditionLabel:'计算公式', + sfxyzjfx:'是否需要制剂分析' } } diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 22e29e4..7d696ed 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 GSP003 from "./comps/gsp/GSP003.vue"; //试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表 import SYWZPZJHB from "./comps/gsp/SYWZPZJHB.vue"; @@ -73,6 +74,7 @@ export default { //试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表 MJYLQSQD, SYWZPZJHB, DMYPPZJLB, //供试品 + GSP003, //色谱 SP001, SP003, SP00456,SP007, SP008, SP009, SP010, SP011, SP012, SP013, SP014, SP015, SP016, SP017, SP018, // PCR @@ -126,6 +128,7 @@ export default { 'SP018': 'SP018', //供试品 'GSP001': 'DMYPPZJLB', + 'GSP003': 'GSP003', //试验物质配制计划表/麻精药领取申请单/毒麻药品配制记录表 'SYWZPZJHB': 'SYWZPZJHB', 'MJYLQSQD': 'MJYLQSQD', diff --git a/src/views/business/comps/template/comps/gsp/GSP003.vue b/src/views/business/comps/template/comps/gsp/GSP003.vue new file mode 100644 index 0000000..22acd2b --- /dev/null +++ b/src/views/business/comps/template/comps/gsp/GSP003.vue @@ -0,0 +1,472 @@ + + + + + \ No newline at end of file