From d05c2732fb66130bcbe55829f1d91a7c027b29c8 Mon Sep 17 00:00:00 2001
From: zss <zss@example.com>
Date: 星期一, 11 五月 2026 11:30:09 +0800
Subject: [PATCH] 退货处理的处理字段不能手动新增填写
---
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