From 00882b1b7952163bf6e2ef3e98286cd1fe22a103 Mon Sep 17 00:00:00 2001
From: cdk <2441919651@qq.com>
Date: 星期四, 04 九月 2025 09:24:01 +0800
Subject: [PATCH] Bug修改

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

diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs
index 9a17935..4b2d809 100644
--- a/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Rpt/Ckcgmx.Designer.cs
@@ -48,6 +48,7 @@
             this.gv_ownerType = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gridColumn5 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_ownerId = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
+            this.bandedGridColumn2 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.pageBar1 = new UserControls.Data.UcPageBar();
             this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
             this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
@@ -64,6 +65,7 @@
             this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
             this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
             this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
+            this.gridBand16 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
             this.xtraTabControl1.SuspendLayout();
             this.xtraTabPage1.SuspendLayout();
@@ -158,7 +160,8 @@
             this.gridBand13,
             this.gridBand14,
             this.gridBand15,
-            this.gridBand3});
+            this.gridBand3,
+            this.gridBand16});
             this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
             this.gv_guid,
             this.gv_itemBarcode,
@@ -173,7 +176,8 @@
             this.gv_ownerType,
             this.gv_ownerId,
             this.gridColumn5,
-            this.bandedGridColumn1});
+            this.bandedGridColumn1,
+            this.bandedGridColumn2});
             this.gridView1.GridControl = this.gcMain1;
             this.gridView1.IndicatorWidth = 50;
             this.gridView1.Name = "gridView1";
@@ -345,6 +349,15 @@
             this.gv_ownerId.Visible = true;
             this.gv_ownerId.Width = 130;
             // 
+            // bandedGridColumn2
+            // 
+            this.bandedGridColumn2.Caption = "鏀舵枡缁勭粐";
+            this.bandedGridColumn2.FieldName = "tlOrg";
+            this.bandedGridColumn2.MinWidth = 25;
+            this.bandedGridColumn2.Name = "bandedGridColumn2";
+            this.bandedGridColumn2.Visible = true;
+            this.bandedGridColumn2.Width = 94;
+            // 
             // pageBar1
             // 
             this.pageBar1.CurrentPage = 1;
@@ -515,6 +528,14 @@
             this.gridBand5.VisibleIndex = 2;
             this.gridBand5.Width = 130;
             // 
+            // gridBand16
+            // 
+            this.gridBand16.Caption = "鏀舵枡缁勭粐";
+            this.gridBand16.Columns.Add(this.bandedGridColumn2);
+            this.gridBand16.Name = "gridBand16";
+            this.gridBand16.VisibleIndex = 10;
+            this.gridBand16.Width = 94;
+            // 
             // Ckcgmx
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
@@ -524,7 +545,7 @@
             this.Controls.Add(this.toolBarMenu1);
             this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
             this.Name = "Ckcgmx";
-            this.Text = "鏉$爜搴撳瓨";
+            this.Text = "閲囪喘鏄庣粏";
             ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
             this.xtraTabControl1.ResumeLayout(false);
             this.xtraTabPage1.ResumeLayout(false);
@@ -560,6 +581,7 @@
         private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gv_ownerId;
         private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn gridColumn5;
         private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn bandedGridColumn1;
+        private DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn bandedGridColumn2;
         private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand1;
         private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand4;
         private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand7;
@@ -575,5 +597,6 @@
         private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand2;
         private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand6;
         private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand5;
+        private DevExpress.XtraGrid.Views.BandedGrid.GridBand gridBand16;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3