test(added in commands): relocate and updated to remove

This commit is contained in:
2025-06-12 21:12:15 -05:00
parent 99ad79c662
commit e865c1dcaf
7 changed files with 149 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ export const removeAsNonReusable = async (data: any) => {
if (stage === 0) {
stage = 1;
scanner.write(
`${STX}${scannerID[0].value}${label.data[0].Barcode}${ETX}`
`${STX}${scannerID[0].value}@${label.data[0].Barcode}${ETX}`
);
} else if (stage === 1) {
scanner.end();