This commit is contained in:
2025-07-17 14:31:57 +05:30
parent 2fd1cf352c
commit 9d3365ae86
3 changed files with 34 additions and 72 deletions

View File

@@ -273,7 +273,6 @@ function VehicleInstance({ agvDetail }: Readonly<{ agvDetail: VehicleStatus }>)
loopMaterialDropToHuman(
agvDetail,
model.modelUuid,
agvDetail.point.action,
action.actionUuid
);
}, action.actionUuid || '')
@@ -284,7 +283,6 @@ function VehicleInstance({ agvDetail }: Readonly<{ agvDetail: VehicleStatus }>)
function loopMaterialDropToHuman(
vehicle: VehicleStatus,
humanId: string,
vehicleAction: VehicleAction,
humanActionId: string
) {
let currentVehicleLoad = vehicle.currentLoad;