|
|
@ -597,9 +597,11 @@ export default { |
|
|
}, |
|
|
}, |
|
|
//统一处理试剂/供试品等弹窗 |
|
|
//统一处理试剂/供试品等弹窗 |
|
|
onCommonHandleRegent(item, type) { |
|
|
onCommonHandleRegent(item, type) { |
|
|
if (this.templateFillType !== 'actFill') { |
|
|
|
|
|
|
|
|
const {regentFillType = "actFill"} = item; |
|
|
|
|
|
if (this.templateFillType !== regentFillType) { |
|
|
return |
|
|
return |
|
|
} |
|
|
} |
|
|
|
|
|
this.handleRegentDialog(item, type); |
|
|
let params = { |
|
|
let params = { |
|
|
studyFormId: this.templateData.id, |
|
|
studyFormId: this.templateData.id, |
|
|
uuid: this.uuid, |
|
|
uuid: this.uuid, |
|
|
|