|
@@ -234,7 +234,7 @@ const _handlerScan = (code) => {
|
|
|
warehouse,
|
|
warehouse,
|
|
|
barcode: productBarcode.value,
|
|
barcode: productBarcode.value,
|
|
|
location: sourceLocation.value,
|
|
location: sourceLocation.value,
|
|
|
- locationRegexp: '^(?!STAGE_|SORTATION_).*$',
|
|
|
|
|
|
|
+ locationRegexp: '^(?!STAGE_|SORTATION_|TRANSFER_).*$',
|
|
|
}
|
|
}
|
|
|
showLoading()
|
|
showLoading()
|
|
|
getInventory(params).then(res => {
|
|
getInventory(params).then(res => {
|