DevApp/Gs.DevApp/UserControl/UcLookWwgd.cs
@@ -164,5 +164,21 @@ } return ""; } /// <summary> /// 任务单 /// </summary> /// <returns></returns> public string GetRwd() { var row = lookSearchSupplier.GetSelectedDataRow() as DataRowView; if (row != null) { string id = row["daa014"].ToString(); return id; } return ""; } } }