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) {