From 8d0a504ef6205c0cc2199252f78ee93fadbc2ecb Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期二, 16 九月 2025 19:07:09 +0800
Subject: [PATCH] 增加工单齐套报表

---
 DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs
index cf8e8c5..64f146a 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/WOTraceCodes.Designer.cs
@@ -157,7 +157,6 @@
             this.gridView1.Name = "gridView1";
             this.gridView1.OptionsFind.ShowSearchNavButtons = false;
             this.gridView1.OptionsView.ShowAutoFilterRow = true;
-            this.gridView1.OptionsView.ShowFooter = true;
             this.gridView1.OptionsView.ShowGroupPanel = false;
             // 
             // AboutGuid
@@ -166,6 +165,8 @@
             this.AboutGuid.FieldName = "AboutGuid";
             this.AboutGuid.MinWidth = 30;
             this.AboutGuid.Name = "AboutGuid";
+            this.AboutGuid.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
+            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Max, "AboutGuid", "MAX={0}")});
             this.AboutGuid.Tag = "AboutGuid";
             this.AboutGuid.Width = 112;
             // 
@@ -194,6 +195,8 @@
             this.name.MinWidth = 30;
             this.name.Name = "name";
             this.name.Tag = "name";
+            this.name.Visible = true;
+            this.name.VisibleIndex = 8;
             this.name.Width = 112;
             // 
             // fNumber
@@ -213,7 +216,7 @@
             this.barCode.Name = "barCode";
             this.barCode.Tag = "barCode";
             this.barCode.Visible = true;
-            this.barCode.VisibleIndex = 5;
+            this.barCode.VisibleIndex = 0;
             this.barCode.Width = 112;
             // 
             // daa001
@@ -224,7 +227,7 @@
             this.daa001.Name = "daa001";
             this.daa001.Tag = "daa001";
             this.daa001.Visible = true;
-            this.daa001.VisibleIndex = 6;
+            this.daa001.VisibleIndex = 1;
             this.daa001.Width = 112;
             // 
             // lineNo1
@@ -235,7 +238,7 @@
             this.lineNo1.Name = "lineNo1";
             this.lineNo1.Tag = "lineNo1";
             this.lineNo1.Visible = true;
-            this.lineNo1.VisibleIndex = 7;
+            this.lineNo1.VisibleIndex = 2;
             this.lineNo1.Width = 112;
             // 
             // daa029
@@ -246,7 +249,7 @@
             this.daa029.Name = "daa029";
             this.daa029.Tag = "daa029";
             this.daa029.Visible = true;
-            this.daa029.VisibleIndex = 8;
+            this.daa029.VisibleIndex = 3;
             this.daa029.Width = 112;
             // 
             // daa003
@@ -257,7 +260,7 @@
             this.daa003.Name = "daa003";
             this.daa003.Tag = "daa003";
             this.daa003.Visible = true;
-            this.daa003.VisibleIndex = 9;
+            this.daa003.VisibleIndex = 4;
             this.daa003.Width = 112;
             // 
             // daa004
@@ -268,7 +271,7 @@
             this.daa004.Name = "daa004";
             this.daa004.Tag = "daa004";
             this.daa004.Visible = true;
-            this.daa004.VisibleIndex = 10;
+            this.daa004.VisibleIndex = 5;
             this.daa004.Width = 112;
             // 
             // processNo
@@ -279,7 +282,7 @@
             this.processNo.Name = "processNo";
             this.processNo.Tag = "processNo";
             this.processNo.Visible = true;
-            this.processNo.VisibleIndex = 11;
+            this.processNo.VisibleIndex = 6;
             this.processNo.Width = 112;
             // 
             // nextProcessNo
@@ -290,7 +293,7 @@
             this.nextProcessNo.Name = "nextProcessNo";
             this.nextProcessNo.Tag = "nextProcessNo";
             this.nextProcessNo.Visible = true;
-            this.nextProcessNo.VisibleIndex = 12;
+            this.nextProcessNo.VisibleIndex = 7;
             this.nextProcessNo.Width = 112;
             // 
             // pageBar1

--
Gitblit v1.9.3