Browse Source

智能仓-退货上架条码2bug修复

zhaohuanhuan 1 week ago
parent
commit
5eab726c94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/haikang/putaway/dispatch/index.vue

+ 1 - 1
src/views/haikang/putaway/dispatch/index.vue

@@ -319,7 +319,7 @@ const setLocation = (item) => {
       equipment: wallNo.value,
       container: containerNo.value,
       barcode: barcodeActive.value.barcode,
-      barcodeAS: barcodeActive.value.barcodeAs,
+      barcodeAs: barcodeActive.value.barcodeAs,
       asnCode:barcodeActive.value.docNo,
       sku: barcodeActive.value.sku,
       location: locationActive.value[0].location,