1、系统菜单调整;

2、系统看板UI调整;
3、事故事件功能
4、其他
This commit is contained in:
2025-12-10 15:58:02 +08:00
parent 3d00bb7a94
commit 6619f1e004
276 changed files with 131707 additions and 50045 deletions
@@ -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());
//}
}