lu
2025-03-21 2a99e99dc28b76ff41c7c66a0bdb0ea68ae86ee9
DevApp/Gs.DevApp/UserControl/UcLookSales.cs
@@ -149,7 +149,20 @@
            }
            return "";
        }
        /// <summary>
        /// 销售组织Fid
        /// </summary>
        /// <returns></returns>
        public string GetSalesOrgFid()
        {
            var row = lookSearchSupplier.GetSelectedDataRow() as DataRowView;
            if (row != null)
            {
                string id = row["salesOrgId"].ToString();
                return id;
            }
            return "";
        }
        /// <summary>
        /// 客户