|
|
|
@ -51,7 +51,7 @@ |
|
|
|
<span v-if="inputValue">{{ inputValue }}</span> |
|
|
|
<span v-else class="default-placeholder-text">{{ getPlaceholder() }}</span> |
|
|
|
</div> |
|
|
|
<template> |
|
|
|
<template v-else-if="type === 'attachment'"> |
|
|
|
<el-upload class="upload-demo" :action="uploadFileUrl" :on-preview="handlePreview" |
|
|
|
:headers="headers" |
|
|
|
:on-remove="handleRemove" :before-remove="beforeRemove" multiple :limit="10" |
|
|
|
@ -267,6 +267,9 @@ export default { |
|
|
|
}, |
|
|
|
//统一处理试剂/供试品等弹窗 |
|
|
|
onCommonHandleRegent(item, type) { |
|
|
|
if (this.templateFillType !== 'actFill') { |
|
|
|
return |
|
|
|
} |
|
|
|
let params = { |
|
|
|
studyFormId: this.templateData.id, |
|
|
|
uuid: this.uuid, |
|
|
|
|