增加数据穿透界面
This commit is contained in:
@@ -48,6 +48,10 @@ namespace FineUIPro.Web.HSSE.License
|
||||
this.txtUnitName.Text = unit.UnitName;
|
||||
}
|
||||
}
|
||||
if (licenseManager.IsHighRisk == true)
|
||||
{
|
||||
this.cbIsHighRisk.Checked = true;
|
||||
}
|
||||
if (!string.IsNullOrEmpty(licenseManager.LicenseTypeId))
|
||||
{
|
||||
var licenseType = BLL.LicenseTypeService.GetLicenseTypeById(licenseManager.LicenseTypeId);
|
||||
|
||||
Reference in New Issue
Block a user