From 8421785affb586700b63790f2ba1c31a56b3ee2d Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Sun, 17 Sep 2023 18:30:58 -0500 Subject: [PATCH] Show "missing" quantities for item receiving --- src/components/receiving/ByjoveReceiving.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/receiving/ByjoveReceiving.vue b/src/components/receiving/ByjoveReceiving.vue index 6bb1945..c77fea4 100644 --- a/src/components/receiving/ByjoveReceiving.vue +++ b/src/components/receiving/ByjoveReceiving.vue @@ -76,6 +76,15 @@ {{ row.units_expired || 0}} + + missing + + + {{ row.cases_missing || 0}} / + + {{ row.units_missing || 0}} + +