|
|
@@ -4,7 +4,13 @@
|
|
|
<el-row type="flex">
|
|
|
<el-col class="button">
|
|
|
<div class="title">平行实验/留样再测</div>
|
|
|
- <div v-if="nodeId === 'Activity_0xkc1ji' || readonly" />
|
|
|
+ <div
|
|
|
+ v-if="
|
|
|
+ nodeId === 'Activity_0xkc1ji' ||
|
|
|
+ this.nodeId === 'Activity_1jrjycx' ||
|
|
|
+ readonly
|
|
|
+ "
|
|
|
+ />
|
|
|
<div v-else>
|
|
|
<span style="color: red; margin-right: 20px; font-size: 16px"
|
|
|
>注意:手动计算与导入不可混用</span
|
|
|
@@ -310,7 +316,10 @@ export default {
|
|
|
this.isCb = t1.positionName === '川北医学院附属医院'
|
|
|
// console.log(t1.positionName)
|
|
|
this.nodeId = this.params ? this.params.nodeId : ''
|
|
|
- this.disabled = this.readonly || this.nodeId === 'Activity_0xkc1ji'
|
|
|
+ this.disabled =
|
|
|
+ this.readonly ||
|
|
|
+ this.nodeId === 'Activity_0xkc1ji' ||
|
|
|
+ this.nodeId === 'Activity_1jrjycx'
|
|
|
this.showAndHide(this.formData.fangAn)
|
|
|
},
|
|
|
methods: {
|