From f5748ce6f1a30333b5707b4c1ffe18fa0a3fa87b Mon Sep 17 00:00:00 2001
From: cnf <3283105747@qq.com>
Date: 星期四, 13 十一月 2025 19:28:55 +0800
Subject: [PATCH] 委外工单合并完成
---
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