|
|
@@ -282,7 +282,7 @@ const _getInventoryList = async (barcode) => {
|
|
|
}
|
|
|
scanSuccess()
|
|
|
searchBarcode.value= res.data[0].sku
|
|
|
- const params={ warehouse, barcode,locationRegexp:'^(?!STAGE_|SORTATION_|REVERSEPICK_|FJ-).*$',queryLocationInfo:true }
|
|
|
+ const params={ warehouse, barcode,locationRegexp:'^(?!STAGE_|SORTATION_|REVERSEPICK_|FJ-|TRANSFER_).*$',queryLocationInfo:true }
|
|
|
if(barcode==='') return
|
|
|
getInventory(params).then(res=>{
|
|
|
totalList.value=res.data
|