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; +}