From e6832d69f0257567e962edf3a91addd88260e956 Mon Sep 17 00:00:00 2001 From: lu <99954486@qq.com> Date: 星期四, 07 十一月 2024 19:18:54 +0800 Subject: [PATCH] iqc --- DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs index 8380788..9f0e1d9 100644 --- a/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs +++ b/DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs @@ -5,6 +5,7 @@ using System.Text; using System.Windows.Forms; using DevExpress.XtraEditors; +using DevExpress.XtraGrid.Views.BandedGrid; using DevExpress.XtraGrid.Views.Grid; using Gs.DevApp.Entity; using Gs.DevApp.ToolBox; @@ -40,6 +41,8 @@ e.Bounds.Top + 45, e.Bounds.Right - 5, e.Bounds.Height - 5); e.Graphics.DrawString(str, f, Brushes.Gray, r); }; + //璁剧疆渚涘簲鍟嗛�夋嫨 + this.txt_supplier.KeyFile = "id"; } /// <summary> -- Gitblit v1.9.3