lu
2024-10-30 b2b6ed9eb6247df52fd9f5bf78f2fe4b263576ed
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)