diff --git a/src/views/CountDetail.vue b/src/views/CountDetail.vue index 2d96b26d..ae32e931 100644 --- a/src/views/CountDetail.vue +++ b/src/views/CountDetail.vue @@ -92,7 +92,7 @@ - + diff --git a/src/views/HardCountDetail.vue b/src/views/HardCountDetail.vue index ec43cb8a..9bf446bc 100644 --- a/src/views/HardCountDetail.vue +++ b/src/views/HardCountDetail.vue @@ -440,7 +440,7 @@ async function updateCurrentItemInList(importItemSeqId: any, product: any, scann if(updatedProduct.scannedId === scannedValue) { if(importItemSeqId) { updatedProduct["importItemSeqId"] = importItemSeqId - updatedProduct["productId"] = product.oroductId + updatedProduct["productId"] = product.productId updatedProduct["isMatchNotFound"] = false } else { updatedProduct["isMatchNotFound"] = true