From cae6ba47e4c0f3b675d6c4cd4ef3b5ed2bb14026 Mon Sep 17 00:00:00 2001
From: zhangwencui <1064582902@qq.com>
Date: 星期一, 09 三月 2026 13:57:21 +0800
Subject: [PATCH] 保养图片调试

---
 src/views/inventoryManagement/receiptManagement/Record.vue |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/src/views/inventoryManagement/receiptManagement/Record.vue b/src/views/inventoryManagement/receiptManagement/Record.vue
index 199afab..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,7 +89,7 @@
         </el-table-column>
         <el-table-column label="杩囩鏃ユ湡"
                          prop="weighingDate"
-                         v-if="type === 'qualified'"
+                         v-if="type === '0'"
                          show-overflow-tooltip/>
       </el-table>
       <pagination v-show="total > 0"

--
Gitblit v1.9.3