From 6f7d37fdb2fbbdbaf666c177c2beb44bb34bff80 Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 2 Feb 2026 14:32:25 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=8D=E5=88=B6=E5=A2=9E=E5=8A=A0=E5=8E=9F?= =?UTF-8?q?=E6=9D=90=E6=96=99=E6=B8=85=E5=8D=95=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/erf/components/expTriConfirm.vue | 2 +- src/views/modules/erf/expApplyList.vue | 51 +++++++++++-------- 2 files changed, 30 insertions(+), 23 deletions(-) diff --git a/src/views/modules/erf/components/expTriConfirm.vue b/src/views/modules/erf/components/expTriConfirm.vue index d4f26da..2cdeef2 100644 --- a/src/views/modules/erf/components/expTriConfirm.vue +++ b/src/views/modules/erf/components/expTriConfirm.vue @@ -239,7 +239,7 @@ - + - + + + + +
+ +

请选择申请单查看原材料清单

+
+
- +
@@ -392,22 +407,6 @@
- - - - -
- -

请选择申请单查看原材料清单

-
-
@@ -499,10 +498,12 @@ - + 三方确认信息 + 原材料清单 附件 + @@ -680,7 +681,7 @@ export default { copyLoading: false, copyData: { sourceApplyNo: '', - copyOptions: ['triConfirm'] // 默认全选 + copyOptions: ['triConfirm','rawMaterialList'] // 默认全选 } } }, @@ -1460,7 +1461,7 @@ export default { } // 根据试验类型判断是否显示三方确认选项 - const defaultOptions = [] + const defaultOptions = ['rawMaterialList'] if (this.currentRow.experimentType === 'High Risk') { defaultOptions.unshift('triConfirm') } @@ -1482,6 +1483,7 @@ export default { sourceApplyNo: this.copyData.sourceApplyNo, copyTriConfirm: this.copyData.copyOptions.includes('triConfirm'), copyAttachment: this.copyData.copyOptions.includes('attachment'), + copyRawMaterialList: this.copyData.copyOptions.includes('rawMaterialList'), currentUserId: this.$store.state.user.id } @@ -2006,4 +2008,9 @@ export default { line-height: 30px !important; } +/deep/ .checkbox-vertical .el-checkbox { + display: block; + margin-left: 0; + margin-bottom: 8px; +}