From b94097020bf79e3d5f046ac4fbd3c05efcda30b3 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 03 十二月 2024 15:16:27 +0800
Subject: [PATCH] 删除了用户空间的id

---
 DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs |   47 ++++++++++++++++++++++++-----------------------
 1 files changed, 24 insertions(+), 23 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
index 2d8694a..c02818e 100644
--- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.Designer.cs
@@ -74,7 +74,7 @@
             this.toolBarMenu1 = new Gs.DevApp.UserControl.UcToolBarMenu();
             this.gcMain = new DevExpress.XtraGrid.GridControl();
             this.gridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
-            this.gv_factory = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
+            this.gv_fSubsidiary = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_paymentParty = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_transportMethod = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_lastupdateDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
@@ -82,6 +82,7 @@
             this.gv_checkDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_checkBy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_checkFalg = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
+            this.gv_factory = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_billNo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_documentStatus = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gv_documentType = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
@@ -113,7 +114,6 @@
             this.panel1 = new System.Windows.Forms.Panel();
             this.lbGuid = new DevExpress.XtraEditors.LabelControl();
             this.txt_supplier = new Gs.DevApp.UserControl.UcLookSupplier();
-            this.gv_fSubsidiary = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
             this.gridBand29 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
             this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
             this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
@@ -796,15 +796,15 @@
             this.gridView1.OptionsView.ShowColumnHeaders = false;
             this.gridView1.OptionsView.ShowGroupPanel = false;
             // 
-            // gv_factory
+            // gv_fSubsidiary
             // 
-            this.gv_factory.Caption = "ERPID鍙�";
-            this.gv_factory.FieldName = "ebelnK3id";
-            this.gv_factory.MinWidth = 25;
-            this.gv_factory.Name = "gv_factory";
-            this.gv_factory.OptionsColumn.AllowEdit = false;
-            this.gv_factory.Visible = true;
-            this.gv_factory.Width = 80;
+            this.gv_fSubsidiary.Caption = "鏀舵枡缁勭粐";
+            this.gv_fSubsidiary.FieldName = "fSubsidiary";
+            this.gv_fSubsidiary.MinWidth = 25;
+            this.gv_fSubsidiary.Name = "gv_fSubsidiary";
+            this.gv_fSubsidiary.OptionsColumn.AllowEdit = false;
+            this.gv_fSubsidiary.Visible = true;
+            this.gv_fSubsidiary.Width = 250;
             // 
             // gv_paymentParty
             // 
@@ -890,6 +890,16 @@
             this.gv_checkFalg.Tag = "query_a.CHECK_FALG";
             this.gv_checkFalg.Width = 100;
             // 
+            // gv_factory
+            // 
+            this.gv_factory.Caption = "ERPID鍙�";
+            this.gv_factory.FieldName = "ebelnK3id";
+            this.gv_factory.MinWidth = 25;
+            this.gv_factory.Name = "gv_factory";
+            this.gv_factory.OptionsColumn.AllowEdit = false;
+            this.gv_factory.Visible = true;
+            this.gv_factory.Width = 80;
+            // 
             // gv_billNo
             // 
             this.gv_billNo.AppearanceCell.Font = new System.Drawing.Font("Tahoma", 10F);
@@ -914,7 +924,7 @@
             this.gv_documentStatus.OptionsColumn.AllowEdit = false;
             this.gv_documentStatus.Tag = "query_a.DOCUMENT_STATUS";
             this.gv_documentStatus.Visible = true;
-            this.gv_documentStatus.Width = 100;
+            this.gv_documentStatus.Width = 130;
             // 
             // gv_documentType
             // 
@@ -1265,21 +1275,11 @@
             // txt_supplier
             // 
             this.txt_supplier.IsReadly = false;
-            this.txt_supplier.KeyFile = "";
             this.txt_supplier.Location = new System.Drawing.Point(385, 13);
             this.txt_supplier.Margin = new System.Windows.Forms.Padding(0);
             this.txt_supplier.Name = "txt_supplier";
             this.txt_supplier.Size = new System.Drawing.Size(305, 30);
             this.txt_supplier.TabIndex = 227;
-            // 
-            // gv_fSubsidiary
-            // 
-            this.gv_fSubsidiary.Caption = "鏀舵枡缁勭粐";
-            this.gv_fSubsidiary.FieldName = "fSubsidiary";
-            this.gv_fSubsidiary.MinWidth = 25;
-            this.gv_fSubsidiary.Name = "gv_fSubsidiary";
-            this.gv_fSubsidiary.Visible = true;
-            this.gv_fSubsidiary.Width = 25;
             // 
             // gridBand29
             // 
@@ -1321,10 +1321,11 @@
             this.gridBand3.AppearanceHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
             this.gridBand3.Caption = "鍗曟嵁鐘舵��:A鍒涘缓,B瀹℃牳涓�,C宸插鏍�,D閲嶆柊瀹℃牳,Z鏆傚瓨";
             this.gridBand3.Columns.Add(this.gv_documentStatus);
-            this.gridBand3.MinWidth = 100;
+            this.gridBand3.MinWidth = 130;
             this.gridBand3.Name = "gridBand3";
+            this.gridBand3.RowCount = 2;
             this.gridBand3.VisibleIndex = 3;
-            this.gridBand3.Width = 100;
+            this.gridBand3.Width = 130;
             // 
             // gridBand4
             // 

--
Gitblit v1.9.3