lu
2025-01-16 76281d909e76379c640c068b04119a4d227c1242
DevApp/Gs.DevApp/DevFrm/BasicData/Frm_Department.Designer.cs
@@ -97,7 +97,7 @@
            this.gv_parentId.AppearanceCell.Options.UseFont = true;
            this.gv_parentId.Caption = "上级部门";
            this.gv_parentId.FieldName = "fParentID";
            this.gv_parentId.MinWidth = 150;
            this.gv_parentId.MinWidth = 50;
            this.gv_parentId.Name = "gv_parentId";
            this.gv_parentId.OptionsColumn.AllowEdit = false;
            this.gv_parentId.OptionsFilter.ImmediateUpdateAutoFilter = false;
@@ -165,7 +165,7 @@
            this.gv_factory.AppearanceCell.Options.UseFont = true;
            this.gv_factory.Caption = "使用组织";
            this.gv_factory.FieldName = "fSubsidiary";
            this.gv_factory.MinWidth = 250;
            this.gv_factory.MinWidth = 50;
            this.gv_factory.Name = "gv_factory";
            this.gv_factory.OptionsColumn.AllowEdit = false;
            this.gv_factory.OptionsFilter.AllowFilterModeChanging = DevExpress.Utils.DefaultBoolean.False;
@@ -287,7 +287,7 @@
            this.gv_depextr2.AppearanceCell.Options.UseFont = true;
            this.gv_depextr2.Caption = "部门分组";
            this.gv_depextr2.FieldName = "depextr2";
            this.gv_depextr2.MinWidth = 100;
            this.gv_depextr2.MinWidth = 50;
            this.gv_depextr2.Name = "gv_depextr2";
            this.gv_depextr2.OptionsColumn.AllowEdit = false;
            this.gv_depextr2.OptionsFilter.ImmediateUpdateAutoFilter = false;
@@ -321,7 +321,7 @@
            this.gv_depextr1.AppearanceCell.Options.UseFont = true;
            this.gv_depextr1.Caption = "部门属性";
            this.gv_depextr1.FieldName = "depextr1";
            this.gv_depextr1.MinWidth = 100;
            this.gv_depextr1.MinWidth = 50;
            this.gv_depextr1.Name = "gv_depextr1";
            this.gv_depextr1.OptionsColumn.AllowEdit = false;
            this.gv_depextr1.OptionsFilter.ImmediateUpdateAutoFilter = false;
@@ -355,7 +355,7 @@
            this.gv_departmentname.AppearanceCell.Options.UseFont = true;
            this.gv_departmentname.Caption = "部门名称";
            this.gv_departmentname.FieldName = "departmentname";
            this.gv_departmentname.MinWidth = 150;
            this.gv_departmentname.MinWidth = 50;
            this.gv_departmentname.Name = "gv_departmentname";
            this.gv_departmentname.OptionsColumn.AllowEdit = false;
            this.gv_departmentname.OptionsFilter.ImmediateUpdateAutoFilter = false;
@@ -389,7 +389,7 @@
            this.gv_departmentcode.AppearanceCell.Options.UseFont = true;
            this.gv_departmentcode.Caption = "部门编号";
            this.gv_departmentcode.FieldName = "departmentcode";
            this.gv_departmentcode.MinWidth = 80;
            this.gv_departmentcode.MinWidth = 50;
            this.gv_departmentcode.Name = "gv_departmentcode";
            this.gv_departmentcode.OptionsColumn.AllowEdit = false;
            this.gv_departmentcode.OptionsFilter.ImmediateUpdateAutoFilter = false;
@@ -491,7 +491,7 @@
            // 
            this.gridColumn1.Caption = "同步时间";
            this.gridColumn1.FieldName = "lastupdateDate";
            this.gridColumn1.MinWidth = 25;
            this.gridColumn1.MinWidth = 50;
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Tag = "query_a.lastupdate_date";
            this.gridColumn1.Visible = true;