lu
2025-04-07 84b3dca666096b3b285ef6078b0279ec080e0f90
DevApp/Gs.DevApp/UserControl/UcLookItems.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)});
@@ -72,7 +72,7 @@
            // 
            this.gridColumn6.Caption = "使用组织";
            this.gridColumn6.FieldName = "fSubsidiary";
            this.gridColumn6.MinWidth = 200;
            this.gridColumn6.MinWidth = 50;
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 0;
@@ -94,7 +94,8 @@
            // 
            this.gridColumn2.Caption = "物料编号";
            this.gridColumn2.FieldName = "itemNo";
            this.gridColumn2.MinWidth = 110;
            this.gridColumn2.MaxWidth = 110;
            this.gridColumn2.MinWidth = 50;
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.UnboundDataType = typeof(string);
            this.gridColumn2.Visible = true;
@@ -105,7 +106,8 @@
            // 
            this.gridColumn3.Caption = "物料名称";
            this.gridColumn3.FieldName = "itemName";
            this.gridColumn3.MinWidth = 100;
            this.gridColumn3.MaxWidth = 150;
            this.gridColumn3.MinWidth = 50;
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 3;
@@ -115,7 +117,8 @@
            // 
            this.gridColumn5.Caption = "物料规格";
            this.gridColumn5.FieldName = "itemModel";
            this.gridColumn5.MinWidth = 100;
            this.gridColumn5.MaxWidth = 200;
            this.gridColumn5.MinWidth = 50;
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 4;