test(added in commands): relocate and updated to remove
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user