代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,12 +1,9 @@
|
||||
namespace FineUIPro.Web.Personal
|
||||
{
|
||||
using BLL;
|
||||
using FastReport.Utils;
|
||||
using Model;
|
||||
using System;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Web.UI.DataVisualization.Charting;
|
||||
|
||||
public partial class PersonalInfo : PageBase
|
||||
{
|
||||
@@ -95,7 +92,7 @@
|
||||
imgPhoto.ImageUrl = ("~/" + getData.PhotoUrl);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
protected void btnCustomQuery_Click(object sender, EventArgs e)
|
||||
@@ -186,7 +183,7 @@
|
||||
if (getData != null)
|
||||
{
|
||||
getData.JobNum = this.txtJobNum.Text.Trim();
|
||||
getData.Sex = this.rblSex.SelectedValue;
|
||||
getData.Sex = this.rblSex.SelectedValue;
|
||||
getData.IdentityCard = this.txtIdentityCard.Text.Trim();
|
||||
getData.Birthday = IDCardValid.getBirthByIDCard(getData.IdentityCard);
|
||||
getData.Telephone = this.txtTelephone.Text.Trim();
|
||||
|
||||
Reference in New Issue
Block a user