|
|
@ -144,6 +144,7 @@ const nozzlePipelineWash = () => { |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
console.log(nozzlePipelineWash) |
|
|
|
|
|
|
|
const matrixPrefillRef = ref() |
|
|
|
const matrixPrefill = () => { |
|
|
@ -233,14 +234,14 @@ const dehumidifierStop = async () => { |
|
|
|
> |
|
|
|
清洗注射器管路 |
|
|
|
</ft-button> |
|
|
|
<ft-button |
|
|
|
ref="nozzlePipelineWashRef" type="primary" :click-handle="nozzlePipelineWash" :disabled="systemStore.systemStatus.spraying |
|
|
|
|| systemStore.systemStatus.cleaningSyringePipeline |
|
|
|
|| systemStore.systemStatus.cleaningNozzlePipeline |
|
|
|
|| systemStore.systemStatus.prefilling" |
|
|
|
> |
|
|
|
清洗喷嘴管路 |
|
|
|
</ft-button> |
|
|
|
<!-- <ft-button --> |
|
|
|
<!-- ref="nozzlePipelineWashRef" type="primary" :click-handle="nozzlePipelineWash" :disabled="systemStore.systemStatus.spraying --> |
|
|
|
<!-- || systemStore.systemStatus.cleaningSyringePipeline --> |
|
|
|
<!-- || systemStore.systemStatus.cleaningNozzlePipeline --> |
|
|
|
<!-- || systemStore.systemStatus.prefilling" --> |
|
|
|
<!-- > --> |
|
|
|
<!-- 清洗喷嘴管路 --> |
|
|
|
<!-- </ft-button> --> |
|
|
|
<ft-button :click-handle="pipelineWashStop" :disabled="!systemStore.systemStatus.cleaningSyringePipeline && !systemStore.systemStatus.cleaningNozzlePipeline"> |
|
|
|
停止清洗 |
|
|
|
</ft-button> |
|
|
|