增加数据穿透界面
This commit is contained in:
@@ -33,16 +33,6 @@ namespace FineUIPro.Web.HSSE.Accident
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
var unit = BLL.UnitService.GetUnitByUnitId(BLL.Const.UnitId_CWCEC);
|
||||
if (unit != null && !string.IsNullOrEmpty(unit.UnitCode))
|
||||
{
|
||||
string url = "../../Images/SUBimages/" + unit.UnitCode + ".jpg";
|
||||
if (url.Contains('*'))
|
||||
{
|
||||
url = url.Replace('*', '-');
|
||||
}
|
||||
this.image.Src = url;
|
||||
}
|
||||
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user