Browse Source

宝时快上-精准推荐移除退货容器默认退货区

(cherry picked from commit 3ca6340aadaebe767b3596cb92e313e1f0301e2b)
zhaohuanhuan 2 tuần trước cách đây
mục cha
commit
b897fa7892
1 tập tin đã thay đổi với 3 bổ sung3 xóa
  1. 3 3
      src/views/inbound/putaway/task/index.vue

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

@@ -354,9 +354,9 @@ const setBarcode = (code, type) => {
       dataList.value = [...asnToShelfList,...noAsnToShelfList]
       dataMap.value = groupedData(dataList.value)
       containerNo.value = code
-      if (!type && code?.includes('TH-')) {
-        locationType.value = 'RETURN'
-      }
+      // if (!type && code?.includes('TH-')) {
+      //   locationType.value = 'RETURN'
+      // }
       scanSuccess()
     } else {
       reset()