Przeglądaj źródła

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

zhaohuanhuan 5 dni temu
rodzic
commit
6dfd496e3d
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/views/robot/putaway/index.vue

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

@@ -368,7 +368,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