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/receiptManagement/Record.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/inventoryManagement/receiptManagement/Record.vue b/src/views/inventoryManagement/receiptManagement/Record.vue
index 9e28b38..b738581 100644
--- a/src/views/inventoryManagement/receiptManagement/Record.vue
+++ b/src/views/inventoryManagement/receiptManagement/Record.vue
@@ -73,6 +73,10 @@
         <el-table-column label="鍏ュ簱鏁伴噺"
                          prop="stockInNum"
                          show-overflow-tooltip/>
+        <el-table-column label="鍑�閲�(鍚�)"
+                         prop="netWeight"
+                         v-if="type === '0'"
+                         show-overflow-tooltip/>
         <el-table-column label="鍏ュ簱浜�"
                          prop="createBy"
                          show-overflow-tooltip/>
@@ -85,10 +89,6 @@
         </el-table-column>
         <el-table-column label="杩囩鏃ユ湡"
                          prop="weighingDate"
-                         v-if="type === '0'"
-                         show-overflow-tooltip/>
-        <el-table-column label="鍑�閲�(鍚�)"
-                         prop="netWeight"
                          v-if="type === '0'"
                          show-overflow-tooltip/>
       </el-table>

--
Gitblit v1.9.3