iqc
lu
2024-11-06 640f5f3d154538a350306da03ff2528b35949709
DevApp/Gs.DevApp/UserControl/UcLookCk.cs
@@ -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()));
        }