We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c40c293 commit a90af56Copy full SHA for a90af56
src/views/CountDetail.vue
@@ -413,7 +413,7 @@ async function scanProduct() {
413
element.scrollIntoView({ behavior: 'smooth' });
414
}
415
}, 0);
416
- } else if(selectedItem.itemStatusId === "INV_COUNT_CREATED") {
+ } else if(selectedItem.statusId === "INV_COUNT_ASSIGNED" && selectedItem.itemStatusId === "INV_COUNT_CREATED") {
417
if((!selectedItem.quantity && selectedItem.quantity !== 0) || product.value.isRecounting) {
418
hasUnsavedChanges.value = true;
419
inputCount.value++
0 commit comments