1
lu
2024-10-30 7cdcfee4502f3c4059e3aab964ac215895131b3a
DevApp/Gs.DevApp/UserControl/UcLookItems.cs
@@ -99,8 +99,11 @@
        public string GetModel()
        {
            var row = lookSearchSupplier.GetSelectedDataRow() as DataRowView;
            string id = row["itemModel"].ToString();
            return id;
            if (row != null) {
                string id = row["itemModel"].ToString();
                return id;
            }
            return "";
        }
        public void SetIdOrCode(string Code)