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(); +} +