diff --git a/src/views/inventory/InvPreProducts.vue b/src/views/inventory/InvPreProducts.vue
index 9bf7bbd5..0492616f 100644
--- a/src/views/inventory/InvPreProducts.vue
+++ b/src/views/inventory/InvPreProducts.vue
@@ -161,9 +161,6 @@
-
- {{ scope.row.inCount - scope.row.outCount }}
-
diff --git a/src/views/inventory/InvProducts.vue b/src/views/inventory/InvProducts.vue
index b76515e2..eb1cc01a 100644
--- a/src/views/inventory/InvProducts.vue
+++ b/src/views/inventory/InvProducts.vue
@@ -161,11 +161,12 @@
-
+
+
-
- {{ scope.row.inCount - scope.row.outCount }}
-
+
+
+
diff --git a/src/views/inventory/InvSupPreInProducts.vue b/src/views/inventory/InvSupPreInProducts.vue
index f4a773b1..e5094dd4 100644
--- a/src/views/inventory/InvSupPreInProducts.vue
+++ b/src/views/inventory/InvSupPreInProducts.vue
@@ -162,9 +162,6 @@
-
- {{ scope.row.inCount - scope.row.outCount }}
-