username@email.com
3 天以前 f946e7a1bb1b643f0148a6291781dca36c78745f
提交
1个文件已修改
6 ■■■■ 已修改文件
CY_ECommercePlatform/CY.WebForm/Pages/procurement/SuppliersDetail.aspx.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
CY_ECommercePlatform/CY.WebForm/Pages/procurement/SuppliersDetail.aspx.cs
@@ -60,17 +60,17 @@
            this.spanSuppliersTypeId.InnerText = supplier.SuppliersType.Name;
            this.spanWebSite.InnerText = supplier.WebSite;
            if (string.IsNullOrEmpty(supplier.TaxRegistrationFileId))
            if (!string.IsNullOrEmpty(supplier.TaxRegistrationFileId))
                this.TaxRegistrationFileId.Src = supplier.TaxRegistrationFileId;
            else
                this.TaxRegistrationFileId.Visible = false;
            if (string.IsNullOrEmpty(supplier.BusinessLicenseFileId))
            if (!string.IsNullOrEmpty(supplier.BusinessLicenseFileId))
                this.BusinessLicenseFileId.Src = supplier.BusinessLicenseFileId;
            else
                this.BusinessLicenseFileId.Visible = false;
            if (string.IsNullOrEmpty(supplier.OrganizationCodeFileId))
            if (!string.IsNullOrEmpty(supplier.OrganizationCodeFileId))
                this.OrganizationCodeFileId.Src = supplier.OrganizationCodeFileId;
            else
                this.OrganizationCodeFileId.Visible = false;