Browse Source

移库任务-上架条码调整

zhaohuanhuan 3 months ago
parent
commit
e4ba04c628
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/inventory/moveTask/putaway/index.vue

+ 1 - 0
src/views/inventory/moveTask/putaway/index.vue

@@ -318,6 +318,7 @@ const _moveTaskDown=()=>{
 }
 const setBarcode=(item)=>{
   activeBarcode.value=item
+  searchBarcode.value=item.barcode
   lotBarcodeTrueFalseBy.value=false;
   _getLocation(item)
 }