From 1f45918504bfdafae93b6fc7a5823a48d73e4d3c Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期二, 31 十二月 2024 14:51:58 +0800 Subject: [PATCH] 工单细节 --- DevApp/Gs.DevApp/UserControl/SelectWompba.Designer.cs | 32 +++++++++++++------------------- 1 files changed, 13 insertions(+), 19 deletions(-) diff --git a/DevApp/Gs.DevApp/UserControl/SelectWompba.Designer.cs b/DevApp/Gs.DevApp/UserControl/SelectWompba.Designer.cs index f727990..f9075bf 100644 --- a/DevApp/Gs.DevApp/UserControl/SelectWompba.Designer.cs +++ b/DevApp/Gs.DevApp/UserControl/SelectWompba.Designer.cs @@ -42,7 +42,6 @@ this.gv_billNo = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); - this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_supplierItemCode = new DevExpress.XtraGrid.Columns.GridColumn(); this.gv_supplierItemName = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -131,7 +130,6 @@ this.gv_billNo, this.gridColumn3, this.gridColumn4, - this.gridColumn1, this.gv_supplierItemCode, this.gv_supplierItemName, this.gridColumn5, @@ -151,6 +149,10 @@ // // gv_chk // + this.gv_chk.AppearanceCell.ForeColor = System.Drawing.Color.Black; + this.gv_chk.AppearanceCell.Options.UseForeColor = true; + this.gv_chk.AppearanceHeader.ForeColor = System.Drawing.Color.Black; + this.gv_chk.AppearanceHeader.Options.UseForeColor = true; this.gv_chk.Caption = "閫夋嫨"; this.gv_chk.FieldName = "gvChk"; this.gv_chk.MinWidth = 60; @@ -210,7 +212,11 @@ // gv_billNo // this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); + this.gv_billNo.AppearanceCell.ForeColor = System.Drawing.Color.Red; this.gv_billNo.AppearanceCell.Options.UseFont = true; + this.gv_billNo.AppearanceCell.Options.UseForeColor = true; + this.gv_billNo.AppearanceHeader.ForeColor = System.Drawing.Color.Red; + this.gv_billNo.AppearanceHeader.Options.UseForeColor = true; this.gv_billNo.Caption = "鏈帓鏁伴噺"; this.gv_billNo.FieldName = "caa012"; this.gv_billNo.MinWidth = 80; @@ -243,17 +249,6 @@ this.gridColumn4.Visible = true; this.gridColumn4.VisibleIndex = 6; this.gridColumn4.Width = 120; - // - // gridColumn1 - // - this.gridColumn1.Caption = "鐗╂枡ID"; - this.gridColumn1.FieldName = "itemId"; - this.gridColumn1.MinWidth = 80; - this.gridColumn1.Name = "gridColumn1"; - this.gridColumn1.OptionsColumn.ReadOnly = true; - this.gridColumn1.Visible = true; - this.gridColumn1.VisibleIndex = 7; - this.gridColumn1.Width = 94; // // gv_supplierItemCode // @@ -344,15 +339,15 @@ // this.gv_purchaseUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_purchaseUnit.AppearanceCell.Options.UseFont = true; - this.gv_purchaseUnit.Caption = "杞﹂棿ID"; - this.gv_purchaseUnit.FieldName = "caa021"; + this.gv_purchaseUnit.Caption = "杞﹂棿"; + this.gv_purchaseUnit.FieldName = "dptName"; this.gv_purchaseUnit.MinWidth = 100; this.gv_purchaseUnit.Name = "gv_purchaseUnit"; this.gv_purchaseUnit.OptionsColumn.AllowEdit = false; this.gv_purchaseUnit.OptionsColumn.ReadOnly = true; this.gv_purchaseUnit.Tag = "query_a.PURCHASE_UNIT"; this.gv_purchaseUnit.Visible = true; - this.gv_purchaseUnit.VisibleIndex = 15; + this.gv_purchaseUnit.VisibleIndex = 14; this.gv_purchaseUnit.Width = 100; // // gv_inventoryUnit @@ -360,14 +355,14 @@ this.gv_inventoryUnit.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F); this.gv_inventoryUnit.AppearanceCell.Options.UseFont = true; this.gv_inventoryUnit.Caption = "寮�宸ョ姸鎬�"; - this.gv_inventoryUnit.FieldName = "zt"; + this.gv_inventoryUnit.FieldName = "gdzt"; this.gv_inventoryUnit.MinWidth = 100; this.gv_inventoryUnit.Name = "gv_inventoryUnit"; this.gv_inventoryUnit.OptionsColumn.AllowEdit = false; this.gv_inventoryUnit.OptionsColumn.ReadOnly = true; this.gv_inventoryUnit.Tag = "query_a.INVENTORY_UNIT"; this.gv_inventoryUnit.Visible = true; - this.gv_inventoryUnit.VisibleIndex = 16; + this.gv_inventoryUnit.VisibleIndex = 15; this.gv_inventoryUnit.Width = 100; // // gv_remarks @@ -434,7 +429,6 @@ private DevExpress.XtraGrid.Columns.GridColumn gv_billNo; private DevExpress.XtraGrid.Columns.GridColumn gridColumn3; private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; - private DevExpress.XtraGrid.Columns.GridColumn gridColumn1; private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemCode; private DevExpress.XtraGrid.Columns.GridColumn gv_supplierItemName; private DevExpress.XtraGrid.Columns.GridColumn gridColumn5; -- Gitblit v1.9.3