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/Warehouse/Frm_ArrivalBarcode.Designer.cs | 37 +++++++++++++++++++++++++++++++++++-- 1 files changed, 35 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs index b83bf19..b4c1889 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_ArrivalBarcode.Designer.cs @@ -174,6 +174,9 @@ this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn(); this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn(); this.tips = new DevExpress.Utils.ToolTipController(this.components); + this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn(); + this.gridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit(); this.xtraTabControl1.SuspendLayout(); this.xtraTabPage1.SuspendLayout(); @@ -1420,7 +1423,10 @@ this.gridColumn19, this.gridColumn12, this.gridColumn27, - this.gridColumn28}); + this.gridColumn28, + this.gridColumn29, + this.gridColumn30, + this.gridColumn31}); this.gvMx1.DetailHeight = 272; this.gvMx1.GridControl = this.gcMx1; this.gvMx1.Name = "gvMx1"; @@ -1635,7 +1641,7 @@ this.gridColumn28.Name = "gridColumn28"; this.gridColumn28.OptionsColumn.ReadOnly = true; this.gridColumn28.Visible = true; - this.gridColumn28.VisibleIndex = 13; + this.gridColumn28.VisibleIndex = 16; this.gridColumn28.Width = 66; // // repositoryItemComboBox1 @@ -1843,6 +1849,30 @@ this.gridColumn24.Visible = true; this.gridColumn24.VisibleIndex = 11; this.gridColumn24.Width = 82; + // + // gridColumn29 + // + this.gridColumn29.Caption = "浠撳簱缂栫爜"; + this.gridColumn29.FieldName = "depotCode"; + this.gridColumn29.Name = "gridColumn29"; + this.gridColumn29.Visible = true; + this.gridColumn29.VisibleIndex = 13; + // + // gridColumn30 + // + this.gridColumn30.Caption = "浠撳簱鍚嶇О"; + this.gridColumn30.FieldName = "depotName"; + this.gridColumn30.Name = "gridColumn30"; + this.gridColumn30.Visible = true; + this.gridColumn30.VisibleIndex = 14; + // + // gridColumn31 + // + this.gridColumn31.Caption = "浠撶鍛�"; + this.gridColumn31.FieldName = "staffName"; + this.gridColumn31.Name = "gridColumn31"; + this.gridColumn31.Visible = true; + this.gridColumn31.VisibleIndex = 15; // // Frm_ArrivalBarcode // @@ -2075,5 +2105,8 @@ private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit2; private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn29; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn30; + private DevExpress.XtraGrid.Columns.GridColumn gridColumn31; } } \ No newline at end of file -- Gitblit v1.9.3