refactor(ocme): picked up per location now vs picked up all
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, areaFrom: "wrapper1" });
|
||||
await pickedup({ runningNr: 1234, all: true, areaFrom: "wrapper_1" });
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user