20230607新增月报费用取值,上报集团报表(月报)默认自动取值功能新增
This commit is contained in:
@@ -60,6 +60,10 @@ namespace FineUIPro.Web.Person
|
||||
{
|
||||
this.ckIsForeign.Checked = person.IsForeign.Value;
|
||||
}
|
||||
if (person.IsOffice.HasValue)
|
||||
{
|
||||
this.ckIsOffice.Checked = person.IsOffice.Value;
|
||||
}
|
||||
this.txtPersonType.Text = DropListService.getPersonTypeNameByValue(person.PersonType);
|
||||
if (!string.IsNullOrEmpty(person.IdcardType))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user