From 8522bf9fdeaa7dff5ecc22a142cc82b9dd483514 Mon Sep 17 00:00:00 2001 From: "zangch@mesnac.com" Date: Sat, 11 Oct 2025 14:47:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(wms):=20=E8=B0=83=E6=95=B4=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E5=B7=AE=E5=BC=82=E5=92=8C=E5=AE=89=E5=85=A8=E5=BA=93?= =?UTF-8?q?=E5=AD=98=E9=A1=B5=E9=9D=A2=E7=BB=9F=E8=AE=A1=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将库存差异页面的统计卡片从4列调整为3列 - 移除库存差异页面的平均差异率统计卡片 - 将安全库存预警页面的统计卡片从4列调整为3列 - 调整安全库存预警页面统计卡片的显示 移除顺序 -安全库存预警页面的低于安全库存统计卡片 --- src/views/wms/inventoryDifference/index.vue | 10 +++++----- src/views/wms/safetyStockAlert/index.vue | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/wms/inventoryDifference/index.vue b/src/views/wms/inventoryDifference/index.vue index 71dc810..6534240 100644 --- a/src/views/wms/inventoryDifference/index.vue +++ b/src/views/wms/inventoryDifference/index.vue @@ -27,7 +27,7 @@ - +
{{ differenceStats.noDifference }}
@@ -35,7 +35,7 @@
- +
{{ differenceStats.profit }}
@@ -43,7 +43,7 @@
- +
{{ differenceStats.loss }}
@@ -51,14 +51,14 @@
- +
diff --git a/src/views/wms/safetyStockAlert/index.vue b/src/views/wms/safetyStockAlert/index.vue index f95eaa8..75d7e0e 100644 --- a/src/views/wms/safetyStockAlert/index.vue +++ b/src/views/wms/safetyStockAlert/index.vue @@ -27,7 +27,7 @@ - +
{{ alertStats.shortage }}
@@ -35,15 +35,15 @@
- + +
{{ alertStats.overstock }}
@@ -51,7 +51,7 @@
- +
{{ alertStats.normal }}