From 071a7633ba3ed439a20b122b8695744678e2b0ff Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期四, 17 七月 2025 08:37:43 +0800 Subject: [PATCH] 采购到货新增字段仓管员、仓库编码、仓库名称、本次收量、到货条码打印新增字段仓管员、仓库编码、仓库名称 --- DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs | 71 ++++++++++++++++++++++++++--------- 1 files changed, 52 insertions(+), 19 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs index e83ba9c..3c85512 100644 --- a/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Rk/Frm_MesInvItemArn.Designer.cs @@ -93,6 +93,7 @@ this.txt_guid = new DevExpress.XtraEditors.TextEdit(); this.layoutControlItem18 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); + this.lab_paperBillNo = new DevExpress.XtraLayout.LayoutControlItem(); this.Root = new DevExpress.XtraLayout.LayoutControlGroup(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -106,7 +107,6 @@ this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem17 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem16 = new DevExpress.XtraLayout.LayoutControlItem(); - this.lab_paperBillNo = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.gcMx1 = new DevExpress.XtraGrid.GridControl(); @@ -147,8 +147,11 @@ this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn(); this.rptHistory = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn(); this.picCheckBox = new System.Windows.Forms.PictureBox(); this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -181,6 +184,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit(); @@ -194,7 +198,6 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).BeginInit(); - ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -538,7 +541,8 @@ this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem18, - this.layoutControlItem9}); + this.layoutControlItem9, + this.lab_paperBillNo}); this.layoutMx1.Location = new System.Drawing.Point(0, 0); this.layoutMx1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.layoutMx1.Name = "layoutMx1"; @@ -729,6 +733,17 @@ this.layoutControlItem9.Text = "涓婚敭GUID"; this.layoutControlItem9.TextSize = new System.Drawing.Size(79, 14); // + // lab_paperBillNo + // + this.lab_paperBillNo.Control = this.txt_paperBillNo; + this.lab_paperBillNo.Location = new System.Drawing.Point(528, 48); + this.lab_paperBillNo.Name = "lab_paperBillNo"; + this.lab_paperBillNo.OptionsTableLayoutItem.ColumnIndex = 2; + this.lab_paperBillNo.OptionsTableLayoutItem.RowIndex = 2; + this.lab_paperBillNo.Size = new System.Drawing.Size(264, 24); + this.lab_paperBillNo.Text = "閫佽揣鍗曞彿"; + this.lab_paperBillNo.TextSize = new System.Drawing.Size(60, 14); + // // Root // this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; @@ -745,8 +760,7 @@ this.layoutControlItem8, this.layoutControlItem5, this.layoutControlItem17, - this.layoutControlItem16, - this.lab_paperBillNo}); + this.layoutControlItem16}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -908,17 +922,6 @@ this.layoutControlItem16.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem16.TextVisible = false; // - // lab_paperBillNo - // - this.lab_paperBillNo.Control = this.txt_paperBillNo; - this.lab_paperBillNo.Location = new System.Drawing.Point(528, 48); - this.lab_paperBillNo.Name = "lab_paperBillNo"; - this.lab_paperBillNo.OptionsTableLayoutItem.ColumnIndex = 2; - this.lab_paperBillNo.OptionsTableLayoutItem.RowIndex = 2; - this.lab_paperBillNo.Size = new System.Drawing.Size(264, 24); - this.lab_paperBillNo.Text = "閫佽揣鍗曞彿"; - this.lab_paperBillNo.TextSize = new System.Drawing.Size(60, 14); - // // tabMx // this.tabMx.Dock = System.Windows.Forms.DockStyle.Fill; @@ -991,7 +994,10 @@ this.gridColumn16, this.gridColumn2, this.gridColumn17, - this.gridColumn18}); + this.gridColumn18, + this.gridColumn4, + this.gridColumn19, + this.gridColumn20}); this.gvMx1.DetailHeight = 272; this.gvMx1.GridControl = this.gcMx1; this.gvMx1.Name = "gvMx1"; @@ -1182,7 +1188,7 @@ this.gvMx1quantity.FieldName = "quantity"; this.gvMx1quantity.MinWidth = 22; this.gvMx1quantity.Name = "gvMx1quantity"; - this.gvMx1quantity.Tag = "yz_quantity_0_edit"; + this.gvMx1quantity.Tag = "edit"; this.gvMx1quantity.Visible = true; this.gvMx1quantity.VisibleIndex = 10; this.gvMx1quantity.Width = 37; @@ -1409,6 +1415,22 @@ this.gridColumn18.Name = "gridColumn18"; this.gridColumn18.Width = 82; // + // gridColumn4 + // + this.gridColumn4.Caption = "浠撳簱缂栫爜"; + this.gridColumn4.FieldName = "depotCode"; + this.gridColumn4.Name = "gridColumn4"; + this.gridColumn4.Visible = true; + this.gridColumn4.VisibleIndex = 24; + // + // gridColumn19 + // + this.gridColumn19.Caption = "浠撳簱鍚嶇О"; + this.gridColumn19.FieldName = "depotName"; + this.gridColumn19.Name = "gridColumn19"; + this.gridColumn19.Visible = true; + this.gridColumn19.VisibleIndex = 25; + // // picCheckBox // this.picCheckBox.Image = global::Gs.DevApp.Properties.Resources.ico_noCheck; @@ -1420,6 +1442,14 @@ this.picCheckBox.TabIndex = 6; this.picCheckBox.TabStop = false; this.picCheckBox.Visible = false; + // + // gridColumn20 + // + this.gridColumn20.Caption = "浠撶鍛�"; + this.gridColumn20.FieldName = "staffName"; + this.gridColumn20.Name = "gridColumn20"; + this.gridColumn20.Visible = true; + this.gridColumn20.VisibleIndex = 26; // // Frm_MesInvItemArn // @@ -1464,6 +1494,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_guid.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem18)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.Root)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit(); @@ -1477,7 +1508,6 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem17)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem16)).EndInit(); - ((System.ComponentModel.ISupportInitialize)(this.lab_paperBillNo)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -1587,5 +1617,8 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem17; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem16; private DevExpress.XtraLayout.LayoutControlItem lab_paperBillNo; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn4; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn19; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn20; } } \ No newline at end of file -- Gitblit v1.9.3