lu
2025-03-25 ebab62b668bd769f97f4afd5caee472f7e514a27
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 "";
        }
    }
}