refactor(picked up pallets): changes to start picking up only area from spot
This commit is contained in:
@@ -49,6 +49,6 @@ export const palletSendTag = async (tagData: any) => {
|
||||
Date.now() - tagTime <= 5000 &&
|
||||
!tagData.value
|
||||
) {
|
||||
await pickedup({ runningNr: 1234, all: true });
|
||||
await pickedup({ runningNr: 1234, all: true, areaFrom: "wrapper1" });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user