Browse Source

海柔快上-增加精准推荐逻辑2

zhaohuanhuan 3 days ago
parent
commit
a085fc9af4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/robot/putaway/index.vue

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

@@ -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