From aad956a2a7ab42d25bee95352a5b601d5040af86 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期五, 06 三月 2026 17:36:12 +0800
Subject: [PATCH] feat: 出库台账、库存管理、原材料出库领用都添加净重显示

---
 src/views/inventoryManagement/stockReport/index.vue |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/views/inventoryManagement/stockReport/index.vue b/src/views/inventoryManagement/stockReport/index.vue
index ff1d901..5e9dfb5 100644
--- a/src/views/inventoryManagement/stockReport/index.vue
+++ b/src/views/inventoryManagement/stockReport/index.vue
@@ -214,6 +214,11 @@
              prop="currentStock"
              align="center"
            />
+            <el-table-column
+             label="鐜板噣閲�(鍚�)"
+             prop="currentWeight"
+             align="center"
+           />
            <el-table-column label="鏉ユ簮"
                             prop="recordType"
                             v-if="searchForm.reportType !== 'inout'"

--
Gitblit v1.9.3