From 9ecf582d2b5524915731d0c8bba0b62572d91973 Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 04 九月 2025 08:51:49 +0800 Subject: [PATCH] 1、修复采购入库审核标识不显示 --- DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs | 147 +++++++++++++++++++++++++++++------------------- 1 files changed, 88 insertions(+), 59 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs index 806bba5..351829a 100644 --- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womdaa.Designer.cs @@ -142,8 +142,6 @@ this.layoutControlItem11 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); - this.layoutControlItem41 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem15 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -156,6 +154,8 @@ this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem28 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem46 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem20 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layoutControlItem41 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -215,7 +215,7 @@ this.layoutControlItem36 = new DevExpress.XtraLayout.LayoutControlItem(); this.gcMx2 = new DevExpress.XtraGrid.GridControl(); this.gvMx2 = new DevExpress.XtraGrid.Views.Grid.GridView(); - this.gvMx2guid = new DevExpress.XtraGrid.Columns.GridColumn(); + this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn(); this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit(); this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); @@ -230,6 +230,7 @@ this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gvMx2guid = new DevExpress.XtraGrid.Columns.GridColumn(); this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage(); this.splitMx98 = new DevExpress.XtraEditors.SplitContainerControl(); this.layoutMx98 = new DevExpress.XtraLayout.LayoutControl(); @@ -338,8 +339,6 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit(); @@ -352,6 +351,8 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -1171,7 +1172,7 @@ // // txt_dptName // - this.txt_dptName.Location = new System.Drawing.Point(447, 36); + this.txt_dptName.Location = new System.Drawing.Point(447, 60); this.txt_dptName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_dptName.Name = "txt_dptName"; this.txt_dptName.Properties.Appearance.Options.UseFont = true; @@ -1277,7 +1278,7 @@ // // txt_dptNo // - this.txt_dptNo.Location = new System.Drawing.Point(447, 60); + this.txt_dptNo.Location = new System.Drawing.Point(447, 36); this.txt_dptNo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.txt_dptNo.Name = "txt_dptNo"; this.txt_dptNo.Size = new System.Drawing.Size(264, 20); @@ -1341,8 +1342,6 @@ this.layoutControlItem11, this.layoutControlItem6, this.layoutControlItem14, - this.layoutControlItem20, - this.layoutControlItem41, this.layoutControlItem15, this.layoutControlItem4, this.layoutControlItem8, @@ -1354,7 +1353,9 @@ this.layoutControlItem19, this.layoutControlItem17, this.layoutControlItem28, - this.layoutControlItem46}); + this.layoutControlItem46, + this.layoutControlItem20, + this.layoutControlItem41}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -1463,28 +1464,6 @@ this.layoutControlItem14.Size = new System.Drawing.Size(352, 24); this.layoutControlItem14.Text = "鐢熶骇绾垮埆"; this.layoutControlItem14.TextSize = new System.Drawing.Size(72, 14); - // - // layoutControlItem20 - // - this.layoutControlItem20.Control = this.txt_dptName; - this.layoutControlItem20.Location = new System.Drawing.Point(351, 24); - this.layoutControlItem20.Name = "layoutControlItem20"; - this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 1; - this.layoutControlItem20.Size = new System.Drawing.Size(352, 24); - this.layoutControlItem20.Text = "杞﹂棿鍚嶇О"; - this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 14); - // - // layoutControlItem41 - // - this.layoutControlItem41.Control = this.txt_dptNo; - this.layoutControlItem41.Location = new System.Drawing.Point(351, 48); - this.layoutControlItem41.Name = "layoutControlItem41"; - this.layoutControlItem41.OptionsTableLayoutItem.ColumnIndex = 1; - this.layoutControlItem41.OptionsTableLayoutItem.RowIndex = 2; - this.layoutControlItem41.Size = new System.Drawing.Size(352, 24); - this.layoutControlItem41.Text = "杞﹂棿缂栫爜"; - this.layoutControlItem41.TextSize = new System.Drawing.Size(72, 14); // // layoutControlItem15 // @@ -1614,6 +1593,29 @@ this.layoutControlItem46.Size = new System.Drawing.Size(352, 24); this.layoutControlItem46.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem46.TextVisible = false; + // + // layoutControlItem20 + // + this.layoutControlItem20.Control = this.txt_dptName; + this.layoutControlItem20.Location = new System.Drawing.Point(351, 48); + this.layoutControlItem20.Name = "layoutControlItem20"; + this.layoutControlItem20.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem20.OptionsTableLayoutItem.RowIndex = 2; + this.layoutControlItem20.Size = new System.Drawing.Size(352, 24); + this.layoutControlItem20.Text = "杞﹂棿鍚嶇О"; + this.layoutControlItem20.TextSize = new System.Drawing.Size(72, 14); + // + // layoutControlItem41 + // + this.layoutControlItem41.Control = this.txt_dptNo; + this.layoutControlItem41.CustomizationFormText = "浠诲姟鍗曞崟鍙�"; + this.layoutControlItem41.Location = new System.Drawing.Point(351, 24); + this.layoutControlItem41.Name = "layoutControlItem41"; + this.layoutControlItem41.OptionsTableLayoutItem.ColumnIndex = 1; + this.layoutControlItem41.OptionsTableLayoutItem.RowIndex = 1; + this.layoutControlItem41.Size = new System.Drawing.Size(352, 24); + this.layoutControlItem41.Text = "浠诲姟鍗曞崟鍙�"; + this.layoutControlItem41.TextSize = new System.Drawing.Size(72, 14); // // tabMx // @@ -2368,7 +2370,7 @@ this.gvMx2.Appearance.Row.Options.UseFont = true; this.gvMx2.ColumnPanelRowHeight = 39; this.gvMx2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] { - this.gvMx2guid, + this.colChkInt, this.gridColumn2, this.gridColumn19, this.gvMx2itemBarcode, @@ -2381,7 +2383,8 @@ this.gvMx2createDate, this.gridColumn30, this.gridColumn31, - this.gridColumn32}); + this.gridColumn32, + this.gvMx2guid}); this.gvMx2.DetailHeight = 272; this.gvMx2.GridControl = this.gcMx2; this.gvMx2.Name = "gvMx2"; @@ -2390,15 +2393,14 @@ this.gvMx2.OptionsView.ShowFooter = true; this.gvMx2.OptionsView.ShowGroupPanel = false; // - // gvMx2guid + // colChkInt // - this.gvMx2guid.AppearanceCell.Options.UseFont = true; - this.gvMx2guid.Caption = "guid "; - this.gvMx2guid.FieldName = "guid"; - this.gvMx2guid.MinWidth = 44; - this.gvMx2guid.Name = "gvMx2guid"; - this.gvMx2guid.Tag = "query_a.guid"; - this.gvMx2guid.Width = 82; + this.colChkInt.Caption = "."; + this.colChkInt.FieldName = "chkInt"; + this.colChkInt.Name = "colChkInt"; + this.colChkInt.Tag = ""; + this.colChkInt.Visible = true; + this.colChkInt.VisibleIndex = 0; // // gridColumn2 // @@ -2406,9 +2408,10 @@ this.gridColumn2.ColumnEdit = this.repositoryItemCheckEdit1; this.gridColumn2.FieldName = "isBg"; this.gridColumn2.Name = "gridColumn2"; + this.gridColumn2.OptionsColumn.ReadOnly = true; this.gridColumn2.UnboundDataType = typeof(bool); this.gridColumn2.Visible = true; - this.gridColumn2.VisibleIndex = 0; + this.gridColumn2.VisibleIndex = 1; this.gridColumn2.Width = 62; // // repositoryItemCheckEdit1 @@ -2423,8 +2426,9 @@ this.gridColumn19.MaxWidth = 44; this.gridColumn19.MinWidth = 44; this.gridColumn19.Name = "gridColumn19"; + this.gridColumn19.OptionsColumn.ReadOnly = true; this.gridColumn19.Visible = true; - this.gridColumn19.VisibleIndex = 1; + this.gridColumn19.VisibleIndex = 2; this.gridColumn19.Width = 44; // // gvMx2itemBarcode @@ -2434,9 +2438,10 @@ this.gvMx2itemBarcode.FieldName = "itemBarcode"; this.gvMx2itemBarcode.MinWidth = 44; this.gvMx2itemBarcode.Name = "gvMx2itemBarcode"; + this.gvMx2itemBarcode.OptionsColumn.ReadOnly = true; this.gvMx2itemBarcode.Tag = "query_a.ITEM_BARCODE"; this.gvMx2itemBarcode.Visible = true; - this.gvMx2itemBarcode.VisibleIndex = 2; + this.gvMx2itemBarcode.VisibleIndex = 3; this.gvMx2itemBarcode.Width = 116; // // gvMx2quantity @@ -2446,11 +2451,12 @@ this.gvMx2quantity.FieldName = "quantity"; this.gvMx2quantity.MinWidth = 44; this.gvMx2quantity.Name = "gvMx2quantity"; + this.gvMx2quantity.OptionsColumn.ReadOnly = true; this.gvMx2quantity.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] { new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "quantity", "鍚堣锛歿0:0.##}")}); this.gvMx2quantity.Tag = "query_a.QUANTITY"; this.gvMx2quantity.Visible = true; - this.gvMx2quantity.VisibleIndex = 3; + this.gvMx2quantity.VisibleIndex = 4; this.gvMx2quantity.Width = 116; // // gvMx2unit @@ -2460,9 +2466,10 @@ this.gvMx2unit.FieldName = "dwName"; this.gvMx2unit.MinWidth = 44; this.gvMx2unit.Name = "gvMx2unit"; + this.gvMx2unit.OptionsColumn.ReadOnly = true; this.gvMx2unit.Tag = "query_a.UNIT"; this.gvMx2unit.Visible = true; - this.gvMx2unit.VisibleIndex = 4; + this.gvMx2unit.VisibleIndex = 5; this.gvMx2unit.Width = 116; // // gridColumn18 @@ -2471,8 +2478,9 @@ this.gridColumn18.FieldName = "itemNo"; this.gridColumn18.MinWidth = 22; this.gridColumn18.Name = "gridColumn18"; + this.gridColumn18.OptionsColumn.ReadOnly = true; this.gridColumn18.Visible = true; - this.gridColumn18.VisibleIndex = 5; + this.gridColumn18.VisibleIndex = 6; this.gridColumn18.Width = 116; // // gvMx2itemSname @@ -2482,9 +2490,10 @@ this.gvMx2itemSname.FieldName = "itemName"; this.gvMx2itemSname.MinWidth = 44; this.gvMx2itemSname.Name = "gvMx2itemSname"; + this.gvMx2itemSname.OptionsColumn.ReadOnly = true; this.gvMx2itemSname.Tag = "query_a.ITEM_SNAME"; this.gvMx2itemSname.Visible = true; - this.gvMx2itemSname.VisibleIndex = 6; + this.gvMx2itemSname.VisibleIndex = 7; this.gvMx2itemSname.Width = 116; // // gridColumn17 @@ -2493,8 +2502,9 @@ this.gridColumn17.FieldName = "itemModel"; this.gridColumn17.MinWidth = 22; this.gridColumn17.Name = "gridColumn17"; + this.gridColumn17.OptionsColumn.ReadOnly = true; this.gridColumn17.Visible = true; - this.gridColumn17.VisibleIndex = 7; + this.gridColumn17.VisibleIndex = 8; this.gridColumn17.Width = 116; // // gvMx2createBy @@ -2504,9 +2514,10 @@ this.gvMx2createBy.FieldName = "createBy"; this.gvMx2createBy.MinWidth = 44; this.gvMx2createBy.Name = "gvMx2createBy"; + this.gvMx2createBy.OptionsColumn.ReadOnly = true; this.gvMx2createBy.Tag = "query_a.CREATE_BY"; this.gvMx2createBy.Visible = true; - this.gvMx2createBy.VisibleIndex = 8; + this.gvMx2createBy.VisibleIndex = 9; this.gvMx2createBy.Width = 116; // // gvMx2createDate @@ -2516,9 +2527,10 @@ this.gvMx2createDate.FieldName = "createDate"; this.gvMx2createDate.MinWidth = 44; this.gvMx2createDate.Name = "gvMx2createDate"; + this.gvMx2createDate.OptionsColumn.ReadOnly = true; this.gvMx2createDate.Tag = "query_a.CREATE_DATE"; this.gvMx2createDate.Visible = true; - this.gvMx2createDate.VisibleIndex = 9; + this.gvMx2createDate.VisibleIndex = 10; this.gvMx2createDate.Width = 116; // // gridColumn30 @@ -2527,8 +2539,9 @@ this.gridColumn30.FieldName = "rkUser"; this.gridColumn30.MinWidth = 22; this.gridColumn30.Name = "gridColumn30"; + this.gridColumn30.OptionsColumn.ReadOnly = true; this.gridColumn30.Visible = true; - this.gridColumn30.VisibleIndex = 10; + this.gridColumn30.VisibleIndex = 11; this.gridColumn30.Width = 116; // // gridColumn31 @@ -2537,8 +2550,9 @@ this.gridColumn31.FieldName = "rkDate"; this.gridColumn31.MinWidth = 22; this.gridColumn31.Name = "gridColumn31"; + this.gridColumn31.OptionsColumn.ReadOnly = true; this.gridColumn31.Visible = true; - this.gridColumn31.VisibleIndex = 11; + this.gridColumn31.VisibleIndex = 12; this.gridColumn31.Width = 116; // // gridColumn32 @@ -2547,9 +2561,23 @@ this.gridColumn32.FieldName = "rkPositon"; this.gridColumn32.MinWidth = 22; this.gridColumn32.Name = "gridColumn32"; + this.gridColumn32.OptionsColumn.ReadOnly = true; this.gridColumn32.Visible = true; - this.gridColumn32.VisibleIndex = 12; + this.gridColumn32.VisibleIndex = 13; this.gridColumn32.Width = 151; + // + // gvMx2guid + // + this.gvMx2guid.AppearanceCell.Options.UseFont = true; + this.gvMx2guid.Caption = "鏄庣粏Guid"; + this.gvMx2guid.FieldName = "guid"; + this.gvMx2guid.MinWidth = 44; + this.gvMx2guid.Name = "gvMx2guid"; + this.gvMx2guid.OptionsColumn.ReadOnly = true; + this.gvMx2guid.Tag = "query_a.guid"; + this.gvMx2guid.Visible = true; + this.gvMx2guid.VisibleIndex = 14; + this.gvMx2guid.Width = 82; // // xtraTabPage3 // @@ -3326,8 +3354,6 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem11)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem15)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit(); @@ -3340,6 +3366,8 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem28)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem46)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem20)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem41)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -3616,8 +3644,6 @@ private DevExpress.XtraEditors.TextEdit txt_lineNo; private DevExpress.XtraEditors.TextEdit txt_dptNo; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; - private DevExpress.XtraLayout.LayoutControlItem layoutControlItem41; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem15; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; @@ -3650,5 +3676,8 @@ private DevExpress.XtraEditors.SplitContainerControl splitMx100; private DevExpress.XtraGrid.Columns.GridColumn gridColumn2; private DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem20; + private DevExpress.XtraLayout.LayoutControlItem layoutControlItem41; + private DevExpress.XtraGrid.Columns.GridColumn colChkInt; } } \ No newline at end of file -- Gitblit v1.9.3