From d70880a3d9ae6c9f99ec380ccd16f5524bb622e6 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期六, 05 四月 2025 09:06:31 +0800 Subject: [PATCH] 修改按钮状态 --- DevApp/Gs.DevApp/UserControl/UcLookSales.Designer.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/UcLookSales.Designer.cs b/DevApp/Gs.DevApp/UserControl/UcLookSales.Designer.cs index 8cac65c..3cc243a 100644 --- a/DevApp/Gs.DevApp/UserControl/UcLookSales.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/UcLookSales.Designer.cs @@ -46,7 +46,7 @@ this.lookSearchSupplier.EditValue = "璇烽�夋嫨"; this.lookSearchSupplier.Location = new System.Drawing.Point(0, 0); this.lookSearchSupplier.Name = "lookSearchSupplier"; - this.lookSearchSupplier.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 10F); + this.lookSearchSupplier.Properties.Appearance.Options.UseFont = true; this.lookSearchSupplier.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); @@ -87,7 +87,7 @@ // gridColumn8 // this.gridColumn8.Caption = "鍗曟嵁鐘舵��"; - this.gridColumn8.FieldName = "documentStatus"; + this.gridColumn8.FieldName = "documentStatusTxt"; this.gridColumn8.Name = "gridColumn8"; this.gridColumn8.Visible = true; this.gridColumn8.VisibleIndex = 2; @@ -95,7 +95,7 @@ // gridColumn3 // this.gridColumn3.Caption = "閿�鍞粍缁�"; - this.gridColumn3.FieldName = "saleOrgId"; + this.gridColumn3.FieldName = "salesOrgName"; this.gridColumn3.MinWidth = 100; this.gridColumn3.Name = "gridColumn3"; this.gridColumn3.Visible = true; @@ -112,8 +112,8 @@ // // gridColumn7 // - this.gridColumn7.Caption = "浜у搧瑙勬牸鍨嬪彿"; - this.gridColumn7.FieldName = "itemModel"; + this.gridColumn7.Caption = "瀹㈡埛鍚嶇О"; + this.gridColumn7.FieldName = "custName"; this.gridColumn7.Name = "gridColumn7"; this.gridColumn7.Visible = true; this.gridColumn7.VisibleIndex = 5; -- Gitblit v1.9.3