From 945a39964a87548d6a95e4f51c59996783d0b8ff Mon Sep 17 00:00:00 2001 From: huangjinysf Date: Tue, 30 Dec 2025 17:37:08 +0800 Subject: [PATCH] =?UTF-8?q?feat(RealTimeInventory):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E5=BA=93=E5=AD=98=E5=8F=98=E5=8C=96=E6=98=BE=E7=A4=BA=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 添加开关控件用于切换显示实际库存或库存变化,包括差值数据获取、样式处理和格式化显示 --- src/views/plan/RealTimeInventory.vue | 125 ++++++++++++++++++++++++++- 1 file changed, 123 insertions(+), 2 deletions(-) diff --git a/src/views/plan/RealTimeInventory.vue b/src/views/plan/RealTimeInventory.vue index e85bae8..c8daa11 100644 --- a/src/views/plan/RealTimeInventory.vue +++ b/src/views/plan/RealTimeInventory.vue @@ -3,6 +3,13 @@

实时库存表

+ 刷新数据
@@ -36,10 +43,27 @@ :key="column.key" :label="column.label" :prop="column.prop" - min-width="100" + min-width="120" >