DevApp/Gs.DevApp/UserControl/UcLookCk.cs
@@ -17,7 +17,7 @@ LookSearchSupplier_EditValueChanged; } public bool IsReadly { get; set; } private string _KeyFile = ""; public string KeyFile { @@ -94,8 +94,8 @@ lookSearchSupplier.EditValue = null; return; } if (KeyFile == "depotId") lookSearchSupplier.EditValue = Int64.Parse((Code.ToString().Trim())); if (KeyFile.ToUpper() == "depotId".ToUpper()) lookSearchSupplier.EditValue =Int64.Parse( ((Code.ToString().Trim()))); else lookSearchSupplier.EditValue = ((Code.ToString().Trim())); }