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