From 6eddf08628971e8306611e255410c027123af98d Mon Sep 17 00:00:00 2001 From: LiLongLong <13717757313@163.com> Date: Thu, 20 Feb 2025 16:01:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8A=A0=E6=B6=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/graphite/components/AddLiquid.vue | 32 +++++------- src/views/graphite/components/CraftList.vue | 7 +-- src/views/graphite/components/HeatPosition.vue | 12 +++-- src/views/graphite/index.vue | 71 ++++++++++++++++---------- 4 files changed, 67 insertions(+), 55 deletions(-) diff --git a/src/views/graphite/components/AddLiquid.vue b/src/views/graphite/components/AddLiquid.vue index 10477bf..735d7c1 100644 --- a/src/views/graphite/components/AddLiquid.vue +++ b/src/views/graphite/components/AddLiquid.vue @@ -16,7 +16,7 @@
-
+
@@ -60,37 +60,30 @@ diff --git a/src/views/graphite/components/HeatPosition.vue b/src/views/graphite/components/HeatPosition.vue index c0a7a25..36090e2 100644 --- a/src/views/graphite/components/HeatPosition.vue +++ b/src/views/graphite/components/HeatPosition.vue @@ -99,7 +99,7 @@ - +
@@ -140,7 +140,7 @@ const onSelectTray = () => { trayInfo.value.isSelect = !trayInfo.value.isSelect; } currentIndex.value = props.tubeIndex; - emits("onSelectedTray", trayInfo.value); + emits("onSelectedTray", trayInfo.value, 'isClick'); }; const changeVisible = () => { @@ -166,9 +166,13 @@ const onConfirm = () => { const onHandleTube = (tubeInfo: any) => { //选择试管时判断试管架是否为选中状态 if (!isSelect.value) onSelectTray(); - - console.log("tubeInfo---", tubeInfo, '加热区位置', props.tubeIndex); }; + +//选择的工艺 +const onHandleSelectedCraft = (craftData:any) => { + changeVisible(); +} +