lu
2025-03-18 998adc64af7d3d458848b8c9035e7a1e4399d48b
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>
        /// 客户