From e326ca03d17afed385ce1c21fb7723d13c28121d Mon Sep 17 00:00:00 2001 From: amansinghbais Date: Mon, 23 Dec 2024 18:21:41 +0530 Subject: [PATCH] Fixed: typo in disabled property and in productId (#528) --- src/views/CountDetail.vue | 2 +- src/views/HardCountDetail.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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