|
|
@@ -269,7 +269,7 @@ const matchingBarcodeItem = (data, barcode) => {
|
|
|
// 获取库存数据
|
|
|
const _getRecommendedLocation = async (lotNum, owner) => {
|
|
|
try {
|
|
|
- const params = { warehouse, lotNum, owner,zoneGroup:'WH01-02-01' }
|
|
|
+ const params = { warehouse, lotNum, owner,zoneGroup:'WH01-02' }
|
|
|
const res = await getRecommendedLocation(params)
|
|
|
locationList.value = res.data
|
|
|
// 'EA'数据
|