看板图表样式;人员报验补充查询条件;
This commit is contained in:
@@ -5,6 +5,7 @@ using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using BLL;
|
||||
using FineUIPro.Web.Comprehensive;
|
||||
|
||||
namespace FineUIPro.Web.ZHGL.Person
|
||||
{
|
||||
@@ -83,6 +84,7 @@ namespace FineUIPro.Web.ZHGL.Person
|
||||
this.rblIsOnJob.SelectedValue = "False";
|
||||
}
|
||||
this.txtRemark.Text = CompanyBranchPerson.Remark;
|
||||
this.txtSortIndex.Text = CompanyBranchPerson.SortIndex.HasValue ? CompanyBranchPerson.SortIndex.ToString() : "";
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -116,6 +118,7 @@ namespace FineUIPro.Web.ZHGL.Person
|
||||
IsOnJob = Convert.ToBoolean(this.rblIsOnJob.SelectedValue),
|
||||
Remark = this.txtRemark.Text.Trim()
|
||||
};
|
||||
newCompanyBranchPerson.SortIndex = Funs.GetNewInt(this.txtSortIndex.Text.Trim());
|
||||
if (this.drpWorkPost.SelectedValue != Const._Null)
|
||||
{
|
||||
newCompanyBranchPerson.WorkPostId = this.drpWorkPost.SelectedValue;
|
||||
|
||||
Reference in New Issue
Block a user