From 6d3511abe5917aa73a2e98ce2b8c92b120be8521 Mon Sep 17 00:00:00 2001 From: lu <123456> Date: 星期五, 19 九月 2025 15:41:34 +0800 Subject: [PATCH] 增加物料分区 --- DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs | 45 +++++++++++++++++++++++++++++++++++++++++++-- 1 files changed, 43 insertions(+), 2 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs index e029ed2..8f65f74 100644 --- a/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/Sales/Frm_SalesReturnNotice.Designer.cs @@ -109,6 +109,7 @@ this.txt_returnReason = new DevExpress.XtraEditors.TextEdit(); this.txt_createdBy = new DevExpress.XtraEditors.TextEdit(); this.txt_fHasLinkSource = new DevExpress.XtraEditors.ComboBoxEdit(); + this.txt_xsms = new DevExpress.XtraEditors.ComboBoxEdit(); this.layoutControlItem19 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem12 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -133,6 +134,7 @@ this.layoutControlItem14 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); + this.layItem101 = new DevExpress.XtraLayout.LayoutControlItem(); this.tabMx = new DevExpress.XtraTab.XtraTabControl(); this.tabMxPage1 = new DevExpress.XtraTab.XtraTabPage(); this.split99 = new DevExpress.XtraEditors.SplitContainerControl(); @@ -240,6 +242,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_returnReason.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createdBy.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fHasLinkSource.Properties)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_xsms.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).BeginInit(); @@ -264,6 +267,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); + ((System.ComponentModel.ISupportInitialize)(this.layItem101)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).BeginInit(); this.tabMx.SuspendLayout(); this.tabMxPage1.SuspendLayout(); @@ -439,7 +443,7 @@ // gridColumn19 // this.gridColumn19.Caption = "瀹岀粨鏍囪瘑"; - this.gridColumn19.FieldName = "wjStatus"; + this.gridColumn19.FieldName = "txtColor"; this.gridColumn19.MinWidth = 25; this.gridColumn19.Name = "gridColumn19"; this.gridColumn19.Visible = true; @@ -734,6 +738,7 @@ this.layoutMx1.Controls.Add(this.txt_returnReason); this.layoutMx1.Controls.Add(this.txt_createdBy); this.layoutMx1.Controls.Add(this.txt_fHasLinkSource); + this.layoutMx1.Controls.Add(this.txt_xsms); this.layoutMx1.Dock = System.Windows.Forms.DockStyle.Fill; this.layoutMx1.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { this.layoutControlItem19, @@ -981,6 +986,24 @@ this.txt_fHasLinkSource.StyleController = this.layoutMx1; this.txt_fHasLinkSource.TabIndex = 544; // + // txt_xsms + // + this.txt_xsms.EditValue = "-璇烽�夋嫨-"; + this.txt_xsms.Location = new System.Drawing.Point(792, 140); + this.txt_xsms.Name = "txt_xsms"; + this.txt_xsms.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { + new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); + this.txt_xsms.Properties.Items.AddRange(new object[] { + "-璇烽�夋嫨-", + "1:ODM", + "2:OEM", + "3:OBM", + "4:渚涘簲鍟嗕拱鏂�"}); + this.txt_xsms.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; + this.txt_xsms.Size = new System.Drawing.Size(278, 24); + this.txt_xsms.StyleController = this.layoutMx1; + this.txt_xsms.TabIndex = 545; + // // layoutControlItem19 // this.layoutControlItem19.Control = this.lbGuid; @@ -1068,7 +1091,8 @@ this.layoutControlItem13, this.layoutControlItem14, this.layoutControlItem9, - this.layoutControlItem3}); + this.layoutControlItem3, + this.layItem101}); this.Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; this.Root.Name = "Root"; columnDefinition1.SizeType = System.Windows.Forms.SizeType.Percent; @@ -1297,6 +1321,19 @@ this.layoutControlItem3.Text = "閫夋嫨鏄庣粏"; this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); this.layoutControlItem3.TextVisible = false; + // + // layItem101 + // + this.layItem101.AppearanceItemCaption.BackColor = System.Drawing.Color.SkyBlue; + this.layItem101.AppearanceItemCaption.Options.UseBackColor = true; + this.layItem101.Control = this.txt_xsms; + this.layItem101.Location = new System.Drawing.Point(708, 128); + this.layItem101.Name = "layItem101"; + this.layItem101.OptionsTableLayoutItem.ColumnIndex = 2; + this.layItem101.OptionsTableLayoutItem.RowIndex = 4; + this.layItem101.Size = new System.Drawing.Size(354, 32); + this.layItem101.Text = "閿�鍞ā寮�"; + this.layItem101.TextSize = new System.Drawing.Size(60, 18); // // tabMx // @@ -2224,6 +2261,7 @@ ((System.ComponentModel.ISupportInitialize)(this.txt_returnReason.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_createdBy.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txt_fHasLinkSource.Properties)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.txt_xsms.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem19)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem12)).EndInit(); @@ -2248,6 +2286,7 @@ ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem14)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); + ((System.ComponentModel.ISupportInitialize)(this.layItem101)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.tabMx)).EndInit(); this.tabMx.ResumeLayout(false); this.tabMxPage1.ResumeLayout(false); @@ -2451,5 +2490,7 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem14; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; + private DevExpress.XtraEditors.ComboBoxEdit txt_xsms; + private DevExpress.XtraLayout.LayoutControlItem layItem101; } } \ No newline at end of file -- Gitblit v1.9.3