Explorar el Código

试剂更换(性能)验证了流程修改后平行实验/留样再测自定义组件修改

shenqilong hace 4 meses
padre
commit
8a6dfb1ca6
Se han modificado 1 ficheros con 11 adiciones y 2 borrados
  1. 11 2
      src/views/component/newReagent/newReagent.vue

+ 11 - 2
src/views/component/newReagent/newReagent.vue

@@ -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: {