瀏覽代碼

海柔快上-调整库区

(cherry picked from commit 76dfc1f01996158ac9c5f34df41879688f7f782b)
zhaohuanhuan 4 月之前
父節點
當前提交
0aa8f4a6d2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/robot/putaway/index.vue

+ 1 - 1
src/views/robot/putaway/index.vue

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