lu
2025-02-13 c0aa9538d0c080a0ede4fe80b61bb3901db82621
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 "";
        }
    }
}