Browse Source

宝时快上-无推荐库位时步清空库位

zhaohuanhuan 3 days ago
parent
commit
9bb49425c1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/inbound/putaway/task/index.vue

+ 2 - 2
src/views/inbound/putaway/task/index.vue

@@ -765,8 +765,8 @@ const _getRecommendedLocation = async (item, options = {}) => {
       searchCount.value = 1
       searchCount.value = 1
     }
     }
   } catch (err) {
   } catch (err) {
-    forbidForcePutaway.value = true
-    locationList.value = []
+    // forbidForcePutaway.value = true
+    // locationList.value = []
     scanError()
     scanError()
     console.error(err)
     console.error(err)
   }
   }