From 63afcf7bd6eff23e4feee8b6d12053bd8e78abb8 Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期六, 09 五月 2026 17:38:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/dev_NEW_pro' into dev_NEW_pro

---
 src/views/procurementManagement/procurementReport/index.vue |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diff --git a/src/views/procurementManagement/procurementReport/index.vue b/src/views/procurementManagement/procurementReport/index.vue
index 93eb7d9..26e682d 100644
--- a/src/views/procurementManagement/procurementReport/index.vue
+++ b/src/views/procurementManagement/procurementReport/index.vue
@@ -262,6 +262,7 @@
         businessSummaryStats.value.returnAmount = businessSummaryData.value.reduce((sum, item) => {
           return sum + (parseFloat(item.returnAmount) || 0)
         }, 0)
+        businessSummaryStats.value.productTypes = businessSummaryData.value.length
       } else {
         businessSummaryStats.value = {
           totalAmount: 0,
@@ -333,12 +334,6 @@
 </script>
 
 <style scoped>
-.app-container {
-  padding: 20px;
-  background-color: #f5f7fa;
-  min-height: 100vh;
-}
-
 .page-header {
   text-align: center;
   margin-bottom: 20px;

--
Gitblit v1.9.3