lu
2024-10-26 045abe552f5460d72e4422d93d3d9c0b90b8f5fa
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)
        {