From 03f58ebd3b16db1a1bfcb69f7557e3a9b39ba521 Mon Sep 17 00:00:00 2001
From: lu <123456>
Date: 星期五, 22 八月 2025 15:24:55 +0800
Subject: [PATCH] 数据过滤

---
 DevApp/Gs.DevApp/DevFrm/PDA/SelectZZ.Designer.cs |   44 ++++++--------------------------------------
 1 files changed, 6 insertions(+), 38 deletions(-)

diff --git a/DevApp/Gs.DevApp/DevFrm/PDA/SelectZZ.Designer.cs b/DevApp/Gs.DevApp/DevFrm/PDA/SelectZZ.Designer.cs
index 6a1a841..857acf9 100644
--- a/DevApp/Gs.DevApp/DevFrm/PDA/SelectZZ.Designer.cs
+++ b/DevApp/Gs.DevApp/DevFrm/PDA/SelectZZ.Designer.cs
@@ -34,8 +34,6 @@
             this.colChkInt = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_depotCode = new DevExpress.XtraGrid.Columns.GridColumn();
             this.gv_depottype = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_createBy = new DevExpress.XtraGrid.Columns.GridColumn();
-            this.gv_isNg = new DevExpress.XtraGrid.Columns.GridColumn();
             this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
             this.btnIn = new DevExpress.XtraEditors.SimpleButton();
             ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
@@ -76,9 +74,7 @@
             this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
             this.colChkInt,
             this.gv_depotCode,
-            this.gv_depottype,
-            this.gv_createBy,
-            this.gv_isNg});
+            this.gv_depottype});
             this.gridView1.GridControl = this.gcMain;
             this.gridView1.IndicatorWidth = 50;
             this.gridView1.Name = "gridView1";
@@ -99,8 +95,8 @@
             // gv_depotCode
             // 
             this.gv_depotCode.AppearanceCell.Options.UseFont = true;
-            this.gv_depotCode.Caption = "绾夸綋缂栧彿";
-            this.gv_depotCode.FieldName = "lineNo";
+            this.gv_depotCode.Caption = "缁勭粐缂栧彿";
+            this.gv_depotCode.FieldName = "fNumber";
             this.gv_depotCode.MinWidth = 50;
             this.gv_depotCode.Name = "gv_depotCode";
             this.gv_depotCode.OptionsColumn.AllowEdit = false;
@@ -112,7 +108,7 @@
             // gv_depottype
             // 
             this.gv_depottype.AppearanceCell.Options.UseFont = true;
-            this.gv_depottype.Caption = "绾夸綋鍚嶇О";
+            this.gv_depottype.Caption = "缁勭粐鍚嶇О";
             this.gv_depottype.FieldName = "name";
             this.gv_depottype.MinWidth = 50;
             this.gv_depottype.Name = "gv_depottype";
@@ -121,32 +117,6 @@
             this.gv_depottype.Visible = true;
             this.gv_depottype.VisibleIndex = 2;
             this.gv_depottype.Width = 80;
-            // 
-            // gv_createBy
-            // 
-            this.gv_createBy.AppearanceCell.Options.UseFont = true;
-            this.gv_createBy.Caption = "绾夸綋澶囨敞";
-            this.gv_createBy.FieldName = "remark";
-            this.gv_createBy.MinWidth = 50;
-            this.gv_createBy.Name = "gv_createBy";
-            this.gv_createBy.OptionsColumn.AllowEdit = false;
-            this.gv_createBy.Tag = "query_a.create_by";
-            this.gv_createBy.Visible = true;
-            this.gv_createBy.VisibleIndex = 3;
-            this.gv_createBy.Width = 71;
-            // 
-            // gv_isNg
-            // 
-            this.gv_isNg.AppearanceCell.Options.UseFont = true;
-            this.gv_isNg.Caption = "鎵撳嵃鏈哄娉�";
-            this.gv_isNg.FieldName = "remark";
-            this.gv_isNg.MinWidth = 50;
-            this.gv_isNg.Name = "gv_isNg";
-            this.gv_isNg.OptionsColumn.AllowEdit = false;
-            this.gv_isNg.Tag = "query_a.is_ng";
-            this.gv_isNg.Visible = true;
-            this.gv_isNg.VisibleIndex = 4;
-            this.gv_isNg.Width = 100;
             // 
             // panelControl1
             // 
@@ -171,7 +141,7 @@
             this.btnIn.TabIndex = 4;
             this.btnIn.Text = "纭畾淇濆瓨";
             // 
-            // SelectLine
+            // SelectZZ
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@@ -180,7 +150,7 @@
             this.IconOptions.Image = global::Gs.DevApp.Properties.Resources.logo_png_black;
             this.MaximizeBox = false;
             this.MinimizeBox = false;
-            this.Name = "SelectLine";
+            this.Name = "SelectZZ";
             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
             this.Text = "閫夋嫨绾夸綋";
             this.TopMost = true;
@@ -201,8 +171,6 @@
         private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
         private DevExpress.XtraGrid.Columns.GridColumn gv_depotCode;
         private DevExpress.XtraGrid.Columns.GridColumn gv_depottype;
-        private DevExpress.XtraGrid.Columns.GridColumn gv_createBy;
-        private DevExpress.XtraGrid.Columns.GridColumn gv_isNg;
         private DevExpress.XtraGrid.Columns.GridColumn colChkInt;
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3