lu
2024-10-26 070f0fafe269de02a126b39dc21c5abe3024da80
DevApp/Gs.DevApp/UserControl/UcLookItems.cs
@@ -92,6 +92,12 @@
            var name = lookSearchSupplier.Text.Trim();
            return name;
        }
        public string GetModel()
        {
            var row = lookSearchSupplier.GetSelectedDataRow() as DataRowView;
            string id = row["itemModel"].ToString();
            return id;
        }
        public void SetIdOrCode(string Code)
        {