From 0f8f046d23efc73146a5245d3edc55285c3219b1 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期三, 24 十二月 2025 11:00:20 +0800
Subject: [PATCH] 条码交易加上汇总

---
 DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs
index 5336f0f..ef98ca7 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/BTDetails.Designer.cs
@@ -240,6 +240,7 @@
             this.gridView1.Name = "gridView1";
             this.gridView1.OptionsFind.ShowSearchNavButtons = false;
             this.gridView1.OptionsView.ShowAutoFilterRow = true;
+            this.gridView1.OptionsView.ShowFooter = true;
             this.gridView1.OptionsView.ShowGroupPanel = false;
             // 
             // billNo
@@ -318,6 +319,8 @@
             this.quantity.FieldName = "quantity";
             this.quantity.MinWidth = 24;
             this.quantity.Name = "quantity";
+            this.quantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
+            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "SUM={0:0.##}")});
             this.quantity.Tag = "quantity";
             this.quantity.Visible = true;
             this.quantity.VisibleIndex = 6;

--
Gitblit v1.9.3