代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
using BLL;
|
||||
using FineUIPro.Web.HSSE.SitePerson;
|
||||
using Model;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
@@ -8,7 +6,6 @@ using System.Data;
|
||||
using System.Data.SqlClient;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Web.UI.DataVisualization.Charting;
|
||||
|
||||
namespace FineUIPro.Web.Person
|
||||
{
|
||||
@@ -113,7 +110,7 @@ namespace FineUIPro.Web.Person
|
||||
if (person.IsForeign.HasValue)
|
||||
{
|
||||
this.ckIsForeign.Checked = person.IsForeign.Value;
|
||||
}
|
||||
}
|
||||
if (person.IsOffice.HasValue)
|
||||
{
|
||||
this.ckIsOffice.Checked = person.IsOffice.Value;
|
||||
@@ -241,7 +238,7 @@ namespace FineUIPro.Web.Person
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
@@ -284,7 +281,7 @@ namespace FineUIPro.Web.Person
|
||||
SynchroSetService.InitCountryDropDownList(this.drpCountryCode, false);
|
||||
this.drpCountryCode.SelectedValue = "101";
|
||||
CityService.InitCityDropDownList(this.drpProvinceCode, this.drpCountryCode.SelectedValue, true);
|
||||
|
||||
|
||||
DropListService.InitConstRadioButtonList(this.rbPersonType, DropListService.Group_PersonType, "1");
|
||||
}
|
||||
|
||||
@@ -560,12 +557,12 @@ namespace FineUIPro.Web.Person
|
||||
Address = this.txtAddress.Text.Trim(),
|
||||
SignatureUrl = this.SignatureUrl,
|
||||
IsPost = this.ckIsPost.Checked,
|
||||
MultiProject=this.ckIsMultiProject.Checked,
|
||||
MultiProject = this.ckIsMultiProject.Checked,
|
||||
IsOffice = this.ckIsOffice.Checked,
|
||||
};
|
||||
newPerson.HomePageType = this.rblHomePageType.SelectedValue;
|
||||
newPerson.IsInspectionBrigade = cbIsInspectionBrigade.Checked;
|
||||
newPerson.RoleIds = Funs.GetStringByArray(this.drpRole.SelectedValueArray);
|
||||
newPerson.RoleIds = Funs.GetStringByArray(this.drpRole.SelectedValueArray);
|
||||
if (!string.IsNullOrEmpty(imgPhoto.ImageUrl) && imgPhoto.ImageUrl != "~/res/images/blank.png")
|
||||
{
|
||||
newPerson.PhotoUrl = imgPhoto.ImageUrl.Replace("~/", "");
|
||||
@@ -711,7 +708,7 @@ namespace FineUIPro.Web.Person
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
|
||||
#region 证书信息
|
||||
/// <summary>
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user