Browse Source

拣货-反转库位

zhaohuanhuan 10 months ago
parent
commit
26c67e3e08
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/outbound/picking/list/index.vue

+ 1 - 0
src/views/outbound/picking/list/index.vue

@@ -793,6 +793,7 @@ const onSelectMode= async (value) => {
     }
     }
   }else if(value.key=='reversal'){
   }else if(value.key=='reversal'){
     locationList.value=locationList.value.reverse()
     locationList.value=locationList.value.reverse()
+    onLocation(0)
   }
   }
 }
 }
 const lotAttRef=ref(null)
 const lotAttRef=ref(null)