From 40ffa6945dfe0a1c407e5df3ae86658aa7374c23 Mon Sep 17 00:00:00 2001
From: lg <123456>
Date: 星期四, 20 十一月 2025 15:24:35 +0800
Subject: [PATCH] 删除caa锁,禁用采购到货明细选择编辑
---
DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs | 17 ++---------------
1 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs
index cecd8ea..54b73f7 100644
--- a/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/WOM/Frm_Womcaa.Designer.cs
@@ -92,7 +92,6 @@
this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
- this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
this.pageBar1 = new UserControls.Data.UcPageBar();
this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
this.splitMx1 = new DevExpress.XtraEditors.SplitContainerControl();
@@ -201,8 +200,8 @@
this.gridColumn40 = new DevExpress.XtraGrid.Columns.GridColumn();
this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
- this.tips = new DevExpress.Utils.ToolTipController(this.components);
this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
+ this.tips = new DevExpress.Utils.ToolTipController(this.components);
((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
this.xtraTabControl1.SuspendLayout();
this.xtraTabPage1.SuspendLayout();
@@ -413,8 +412,7 @@
this.gridColumn39,
this.gridColumn30,
this.gridColumn34,
- this.gridColumn19,
- this.gridColumn41});
+ this.gridColumn19});
this.gridView1.GridControl = this.gcMain1;
this.gridView1.IndicatorWidth = 50;
this.gridView1.Name = "gridView1";
@@ -836,16 +834,6 @@
this.gridColumn19.Visible = true;
this.gridColumn19.VisibleIndex = 13;
this.gridColumn19.Width = 94;
- //
- // gridColumn41
- //
- this.gridColumn41.Caption = "Erp閿�";
- this.gridColumn41.FieldName = "txtColor";
- this.gridColumn41.MinWidth = 25;
- this.gridColumn41.Name = "gridColumn41";
- this.gridColumn41.Visible = true;
- this.gridColumn41.VisibleIndex = 22;
- this.gridColumn41.Width = 94;
//
// pageBar1
//
@@ -2351,7 +2339,6 @@
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem23;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn19;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn40;
- private DevExpress.XtraGrid.Columns.GridColumn gridColumn41;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn42;
private DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit repositoryItemButtonEdit1;
private DevExpress.XtraGrid.Columns.GridColumn gridColumn43;
--
Gitblit v1.9.3