mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-28 22:42:11 +01:00
Extend symbol range
This commit is contained in:
@@ -23,7 +23,37 @@ export class RemissionShippingDocumentScannerScanditComponent implements AfterVi
|
||||
@Output() scan = new EventEmitter();
|
||||
@Output() manualEntry = new EventEmitter();
|
||||
destroy$ = new Subject();
|
||||
private activeSymbolCounts = [7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20];
|
||||
private activeSymbolCounts = [
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
10,
|
||||
11,
|
||||
12,
|
||||
13,
|
||||
14,
|
||||
15,
|
||||
16,
|
||||
17,
|
||||
18,
|
||||
19,
|
||||
20,
|
||||
21,
|
||||
22,
|
||||
23,
|
||||
24,
|
||||
25,
|
||||
26,
|
||||
27,
|
||||
28,
|
||||
29,
|
||||
30,
|
||||
31,
|
||||
32
|
||||
];
|
||||
|
||||
public settings: ScanSettings;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user