From 7e63a1b6afa03d6511fce27f14bd490f94f93d91 Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期二, 11 十一月 2025 10:47:37 +0800
Subject: [PATCH] 1、新增合计公共用方法

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs
index 14581c6..ff01d88 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.cs
@@ -365,9 +365,12 @@
             //gvMx1.Columns["quantity"].SummaryItem.DisplayFormat = "鍚堣: {0}";
 
             // 涓轰簡鏂逛究浣跨敤鏁村悎鍒�  UtilityHelper 绫讳腑鐨� SetupGridSummary 鏂规硶
-           // UtilityHelper.SetupGridSummary(gvMx1, "quantity", "okRkqty");
-           // UtilityHelper.SetupGridSummary(gvMxL1, "quantity", "okRkqty");
-
+            UtilityHelper.SetupGridSummary(gvMx1, "quantity", "okRkqty");
+            UtilityHelper.SetupGridSummary(gvMxL1, "quantity", "okRkqty");
+            UtilityHelper.SetupGridSummary(gvMx2, "quantity", "okRkqty");
+            UtilityHelper.SetupGridSummary(gvMxL2, "quantity", "okRkqty");
+            UtilityHelper.SetupGridSummary(gvMx3, "quantity", "okRkqty");
+            UtilityHelper.SetupGridSummary(gvMxL3, "quantity", "okRkqty");
             // 妫�鏌ユ暟鎹姞杞藉悗鍐嶈缃鑹�
             this.Load += (s, e) =>
             {

--
Gitblit v1.9.3