From 1d385b7ed906687c74e69e8a288e9b8361c4dfda Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Fri, 23 Jan 2026 08:34:03 +0800
Subject: [PATCH] =?UTF-8?q?2026-01-23=20=E6=94=B6=E8=B4=A7=E5=85=A5?=
=?UTF-8?q?=E5=BA=93=E5=92=8C=E6=8B=A3=E8=B4=A7=E5=87=BA=E5=BA=93=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=A2=9E=E5=8A=A0=E5=A4=87=E6=B3=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/qc/inboundNotification.vue | 15 +++++++++++++++
src/views/modules/qc/outboundNotification.vue | 15 +++++++++++++++
2 files changed, 30 insertions(+)
diff --git a/src/views/modules/qc/inboundNotification.vue b/src/views/modules/qc/inboundNotification.vue
index f3e9fc0..a330bbd 100644
--- a/src/views/modules/qc/inboundNotification.vue
+++ b/src/views/modules/qc/inboundNotification.vue
@@ -277,6 +277,21 @@
min-width="100"
label="实际入库数量">
+
+
+
+
+
+
+ {{scope.row[scope.column.property]}}
+
+
+
diff --git a/src/views/modules/qc/outboundNotification.vue b/src/views/modules/qc/outboundNotification.vue
index 50929ba..632855c 100644
--- a/src/views/modules/qc/outboundNotification.vue
+++ b/src/views/modules/qc/outboundNotification.vue
@@ -315,6 +315,21 @@
min-width="100"
label="实际出库数量">
+
+
+
+
+
+
+ {{scope.row[scope.column.property]}}
+
+
+