From ce743981e2fac868b131baf70a00be4535e7c70b Mon Sep 17 00:00:00 2001 From: cdk <2441919651@qq.com> Date: 星期五, 05 九月 2025 10:41:41 +0800 Subject: [PATCH] 欠料字段名调整 --- DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs | 19 ++++++++++++++++--- 1 files changed, 16 insertions(+), 3 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs index 602f3a7..ca3a170 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rpt/ItemQL.Designer.cs @@ -45,6 +45,7 @@ this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn(); this.pageBar1 = new UserControls.Data.UcPageBar(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); @@ -144,7 +145,8 @@ this.gridColumn3, this.gridColumn4, this.gridColumn5, - this.gridColumn6}); + this.gridColumn6, + this.gridColumn7}); this.gridView1.DetailHeight = 428; this.gridView1.GridControl = this.gcMain1; this.gridView1.IndicatorWidth = 62; @@ -156,7 +158,7 @@ // // gridColumn1 // - this.gridColumn1.Caption = "寮�宸ユ棩鏈�"; + this.gridColumn1.Caption = "棰勮寮�宸ユ椂闂�"; this.gridColumn1.FieldName = "mesStartProd"; this.gridColumn1.MinWidth = 30; this.gridColumn1.Name = "gridColumn1"; @@ -264,6 +266,16 @@ this.gridColumn6.VisibleIndex = 9; this.gridColumn6.Width = 112; // + // gridColumn7 + // + this.gridColumn7.Caption = "缁勭粐鏈烘瀯"; + this.gridColumn7.FieldName = "orgName"; + this.gridColumn7.MinWidth = 30; + this.gridColumn7.Name = "gridColumn7"; + this.gridColumn7.Visible = true; + this.gridColumn7.VisibleIndex = 10; + this.gridColumn7.Width = 112; + // // pageBar1 // this.pageBar1.CurrentPage = 1; @@ -286,7 +298,7 @@ this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black; this.Margin = new System.Windows.Forms.Padding(4); this.Name = "ItemQL"; - this.Text = "鏉$爜浜ゆ槗鏄庣粏"; + this.Text = "鐗╂枡娆犳枡鎶ヨ〃"; ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit(); this.xtraTabControl1.ResumeLayout(false); this.xtraTabPage1.ResumeLayout(false); @@ -318,5 +330,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; private DevExpress.XtraGrid.Columns.GridColumn gridColumn6; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn7; } } \ No newline at end of file -- Gitblit v1.9.3