|
|
@@ -353,7 +353,7 @@ const _getRecommendedLocation = async (item) => {
|
|
|
}
|
|
|
try {
|
|
|
const total = barcodeQuantity(barcodeActiveList.value)
|
|
|
- const params = { warehouse, lotNum: lotNumber, owner, sku, qty: total, lotAtt08, zoneId: 'WH01-02' }
|
|
|
+ const params = { warehouse, lotNum: lotNumber, owner, sku, qty: total, lotAtt08, zoneGroup: 'WH01-02' }
|
|
|
const res = await getRecommendedLocationNew(params)
|
|
|
const loc = res.data?.locationList || []
|
|
|
locationList.value = loc
|