1、系统菜单调整;
2、系统看板UI调整; 3、事故事件功能 4、其他
This commit is contained in:
@@ -513,18 +513,20 @@ namespace FineUIPro.Web.ZHGL.DataSync
|
||||
{
|
||||
if (!string.IsNullOrEmpty(this.Id))
|
||||
{
|
||||
var responedata = HSSEData_HSSEService.PushCncec(Id);
|
||||
if (responedata.code == 1)
|
||||
{
|
||||
ShowNotify("上报成功!");
|
||||
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
|
||||
ShowNotify("开发中");
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
ShowNotify(responedata.message);
|
||||
// PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
|
||||
}
|
||||
//var responedata = HSSEData_HSSEService.PushCncec(Id);
|
||||
//if (responedata.code == 1)
|
||||
//{
|
||||
// ShowNotify("上报成功!");
|
||||
// PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
|
||||
|
||||
//}
|
||||
//else
|
||||
//{
|
||||
// ShowNotify(responedata.message);
|
||||
// // PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
|
||||
//}
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user