DevApp/Gs.DevApp/DevFrm/Warehouse/Frm_MesRohIn.cs
@@ -19,7 +19,6 @@ { private List<FilterEntity> _filterList = new List<FilterEntity>(); private readonly string _webServiceName = "MesRohInManager/"; public Frm_MesRohIn() { InitializeComponent(); @@ -41,8 +40,6 @@ 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>