From 8c7ac11905cc442d9cf8920de01dc5ef29179987 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期一, 01 九月 2025 17:48:50 +0800 Subject: [PATCH] 工单撤回报工条码选择 --- DevApp/Gs.DevApp/DevFrm/QC/JyxmShowCopy.Designer.cs | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowCopy.Designer.cs b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowCopy.Designer.cs index ead6a51..abfce37 100644 --- a/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowCopy.Designer.cs +++ b/DevApp/Gs.DevApp/DevFrm/QC/JyxmShowCopy.Designer.cs @@ -92,6 +92,7 @@ this.rptBtnDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit(); this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn(); this.completionWizardPage1 = new DevExpress.XtraWizard.CompletionWizardPage(); + this.gv_materialProperti = new DevExpress.XtraGrid.Columns.GridColumn(); ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).BeginInit(); this.wizardControl1.SuspendLayout(); this.welcomeWizardPage1.SuspendLayout(); @@ -507,6 +508,7 @@ this.gv_salesOrderId, this.gv_orderLineId, this.gv_itemId, + this.gv_materialProperti, this.gv_tcode, this.gv_tname}); this.gvMain.DetailHeight = 272; @@ -802,6 +804,15 @@ this.completionWizardPage1.Size = new System.Drawing.Size(789, 426); this.completionWizardPage1.Text = "淇濆瓨淇℃伅"; // + // gv_materialProperti + // + this.gv_materialProperti.Caption = "鐗╂枡灞炴��"; + this.gv_materialProperti.FieldName = "materialProperti"; + this.gv_materialProperti.Name = "gv_materialProperti"; + this.gv_materialProperti.Tag = "a.material_properti"; + this.gv_materialProperti.Visible = true; + this.gv_materialProperti.VisibleIndex = 7; + // // JyxmShowCopy // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); @@ -907,5 +918,6 @@ private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1; private DevExpress.XtraGrid.Columns.GridColumn gv_tcode; private DevExpress.XtraGrid.Columns.GridColumn gv_tname; + private DevExpress.XtraGrid.Columns.GridColumn gv_materialProperti; } } \ No newline at end of file -- Gitblit v1.9.3