增加数据穿透界面

This commit is contained in:
2023-06-07 18:55:33 +08:00
parent e66750312e
commit b592ccfe5e
358 changed files with 30974 additions and 2388 deletions
@@ -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);