From b07bf9830174d454a51fe913146657463158f8b6 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期四, 05 三月 2026 16:02:16 +0800
Subject: [PATCH] fix: 取出多余字段,人员检验修改为下拉框选择
---
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..9e28b38 100644
--- a/src/views/inventoryManagement/receiptManagement/Record.vue
+++ b/src/views/inventoryManagement/receiptManagement/Record.vue
@@ -85,7 +85,11 @@
</el-table-column>
<el-table-column label="杩囩鏃ユ湡"
prop="weighingDate"
- v-if="type === 'qualified'"
+ v-if="type === '0'"
+ show-overflow-tooltip/>
+ <el-table-column label="鍑�閲�(鍚�)"
+ prop="netWeight"
+ v-if="type === '0'"
show-overflow-tooltip/>
</el-table>
<pagination v-show="total > 0"
--
Gitblit v1.9.3