fqc
lu
2025-04-05 247cc1010a4967a24d2d0eaeb092acc24c08ba96
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;