feat: refs#7823 selectPrinterFreely
This commit is contained in:
parent
dd8894ff39
commit
41993fdd07
|
@ -55,10 +55,15 @@ fun itemScanValue(value: String, table: Array<String>, field: String): Any {
|
|||
"more" -> return item.more
|
||||
}
|
||||
}
|
||||
|
||||
"expeditionPallet" -> {
|
||||
return item.id
|
||||
}
|
||||
|
||||
"printer" -> {
|
||||
return item.id
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
throw Exception("QR no válido")
|
||||
|
|
Loading…
Reference in New Issue