修改集团客户化内容

This commit is contained in:
2023-01-04 15:27:19 +08:00
parent bb7bdee235
commit 3fb8feb4f3
214 changed files with 84021 additions and 120 deletions
+5 -1
View File
@@ -201,6 +201,10 @@ namespace FineUIPro.Web.Person
this.txtRelativeName.Text = person.RelativeName;
this.txtRelativeTel.Text = person.RelativeTel;
this.txtAddress.Text = person.Address;
if (!string.IsNullOrEmpty(person.HomePageType))
{
this.rblHomePageType.SelectedValue = person.HomePageType;
}
#endregion
if (!string.IsNullOrEmpty(person.SignatureUrl))
@@ -531,7 +535,7 @@ namespace FineUIPro.Web.Person
IsPost = this.ckIsPost.Checked,
MultiProject=this.ckIsMultiProject.Checked,
};
newPerson.HomePageType = this.rblHomePageType.SelectedValue;
newPerson.RoleIds = Funs.GetStringByArray(this.drpRole.SelectedValueArray);
if (!string.IsNullOrEmpty(newPerson.RoleIds))
{