From 241197ee8c292a8e8c0c6c529f9500c640d6380b Mon Sep 17 00:00:00 2001
From: huminmin <mac@MacBook-Pro.local>
Date: 星期一, 02 二月 2026 17:47:23 +0800
Subject: [PATCH] 工序,工艺路线增加是否质检

---
 src/views/financialManagement/revenueManagement/index.vue |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/views/financialManagement/revenueManagement/index.vue b/src/views/financialManagement/revenueManagement/index.vue
index a8a59c8..12abfe3 100644
--- a/src/views/financialManagement/revenueManagement/index.vue
+++ b/src/views/financialManagement/revenueManagement/index.vue
@@ -51,6 +51,8 @@
           size: pagination.pageSize,
           total: pagination.total,
         }"
+        :isShowSummary="true"
+        :summaryMethod="summarizeMainTable"
         @selection-change="handleSelectionChange"
         @pagination="changePage"
       >
@@ -202,6 +204,11 @@
   ]
 );
 
+// 琛ㄦ牸鍚堣锛氭敹鍏ラ噾棰�
+const summarizeMainTable = (param) => {
+  return proxy.summarizeTable(param, ["incomeMoney"]);
+};
+
 // 澶氶�夊悗鍋氫粈涔�
 const handleSelectionChange = (selectionList) => {
   multipleList.value = selectionList;

--
Gitblit v1.9.3