From 68155d7de9910c83711bb0e8ed1a591154137b62 Mon Sep 17 00:00:00 2001 From: HanLong <404402223@qq.com> Date: Fri, 6 Mar 2026 17:23:21 +0800 Subject: [PATCH] =?UTF-8?q?feat:[=E6=A8=A1=E6=9D=BF=E7=AE=A1=E7=90=86][PCR?= =?UTF-8?q?008]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lang/en/template/pcr.js | 12 + src/lang/zh/template/pcr.js | 14 +- .../business/comps/template/TemplateTable.vue | 4 +- .../business/comps/template/comps/pcr/PCR008.vue | 354 +++++++++++++++++++++ 4 files changed, 382 insertions(+), 2 deletions(-) create mode 100644 src/views/business/comps/template/comps/pcr/PCR008.vue diff --git a/src/lang/en/template/pcr.js b/src/lang/en/template/pcr.js index 27370e0..8295317 100644 --- a/src/lang/en/template/pcr.js +++ b/src/lang/en/template/pcr.js @@ -65,6 +65,18 @@ export default { ypznd: '样品终浓度', fj: 'Attachment', }, + pcr008: { + czb: '称重表', + clsj: 'Work Time', + yjry: '匀浆溶液', + bs: '倍数', + yjyjry: '已加匀浆溶液', + dztpbh: '电子天平编号', + ypmc: '样品名称', + zzz: '组织重', + ysyjrybjrl: '预设匀浆溶液补加入量', + sjyjrybjrl: '实际匀浆溶液补加入量', + }, pcr009: { clsj: 'Work Time', yjry: '匀浆溶液', diff --git a/src/lang/zh/template/pcr.js b/src/lang/zh/template/pcr.js index 7139ceb..5000560 100644 --- a/src/lang/zh/template/pcr.js +++ b/src/lang/zh/template/pcr.js @@ -64,6 +64,18 @@ export default { ypznd: '样品终浓度', fj: 'Attachment', }, + pcr008: { + czb: '称重表', + clsj: '处理时间', + yjry: '匀浆溶液', + bs: '倍数', + yjyjry: '已加匀浆溶液', + dztpbh: '电子天平编号', + ypmc: '样品名称', + zzz: '组织重', + ysyjrybjrl: '预设匀浆溶液补加入量', + sjyjrybjrl: '实际匀浆溶液补加入量', + }, pcr009: { clsj: '处理时间', yjry: '匀浆溶液', @@ -75,7 +87,7 @@ export default { sjyjrybjrl: '实际匀浆溶液补加入量', }, pcr010: { - clsj: 'Work Time', + clsj: '处理时间', dztpbh: '电子天平编号', yjry: '匀浆溶液', bs: '倍数', diff --git a/src/views/business/comps/template/TemplateTable.vue b/src/views/business/comps/template/TemplateTable.vue index 6a954c2..c894646 100644 --- a/src/views/business/comps/template/TemplateTable.vue +++ b/src/views/business/comps/template/TemplateTable.vue @@ -56,6 +56,7 @@ import PCR003 from "./comps/pcr/PCR003.vue"; import PCR004 from "./comps/pcr/PCR004.vue"; import PCR005 from "./comps/pcr/PCR005.vue"; import PCR007 from "./comps/pcr/PCR007.vue"; +import PCR008 from "./comps/pcr/PCR008.vue"; import PCR009 from "./comps/pcr/PCR009.vue"; import PCR010 from "./comps/pcr/PCR010.vue"; @@ -125,7 +126,7 @@ export default { //色谱 SP001, SP003, SP00456,SP007, SP008, SP009,SP0019,SP0020,SP0021, // PCR - PCR002, PCR003, PCR004, PCR005,PCR007,PCR009,PCR010, + PCR002, PCR003, PCR004, PCR005,PCR007, PCR008, PCR009,PCR010, //LBA LBA002, LBA003, @@ -251,6 +252,7 @@ export default { 'PCR004': 'PCR004', 'PCR005': 'PCR005', 'PCR007': 'PCR007', + 'PCR008': 'PCR008', 'PCR009': 'PCR009', 'PCR010': 'PCR010', //LBA diff --git a/src/views/business/comps/template/comps/pcr/PCR008.vue b/src/views/business/comps/template/comps/pcr/PCR008.vue new file mode 100644 index 0000000..5405605 --- /dev/null +++ b/src/views/business/comps/template/comps/pcr/PCR008.vue @@ -0,0 +1,354 @@ + + + + + {{ formData.bdmc }} + + + + + + + + + + + + {{ + $t('form.delete') }} + + + + + deleteRow(rowIndex)"> + + + + + + + + + + + + + + + \ No newline at end of file