|
@ -90,6 +90,7 @@ |
|
|
:totalBalls="25" |
|
|
:totalBalls="25" |
|
|
:activatedBalls="item.num" |
|
|
:activatedBalls="item.num" |
|
|
:columns="5" |
|
|
:columns="5" |
|
|
|
|
|
:lotId="item.lotId" |
|
|
gridWidth="240px" |
|
|
gridWidth="240px" |
|
|
gridHeight="240px" |
|
|
gridHeight="240px" |
|
|
:activeColor="consumableStore.projIdColorMap[item.projId!]" |
|
|
:activeColor="consumableStore.projIdColorMap[item.projId!]" |
|
@ -124,7 +125,7 @@ import { |
|
|
unloadAllConsumable, |
|
|
unloadAllConsumable, |
|
|
unloadConsumable, |
|
|
unloadConsumable, |
|
|
ConsumableGroupNo, |
|
|
ConsumableGroupNo, |
|
|
} from '@/services/Index/index' |
|
|
|
|
|
|
|
|
} from "@/services/Index/index" |
|
|
import { useConsumablesStore, useEmergencyStore } from '@/store' |
|
|
import { useConsumablesStore, useEmergencyStore } from '@/store' |
|
|
import { useDeviceStore } from '@/store/index' |
|
|
import { useDeviceStore } from '@/store/index' |
|
|
import { eventBus } from '@/eventBus' |
|
|
import { eventBus } from '@/eventBus' |
|
|