提交代码

This commit is contained in:
2023-11-27 16:06:24 +08:00
parent 86d48d63f2
commit de0a1d28d3
5 changed files with 190 additions and 70 deletions
@@ -439,7 +439,7 @@ namespace FineUIPro.Web.HJGL.WeldingManage
}
}
BLL.WeldingDailyService.DeleteWeldingDaily(weldingDailyId);
//BLL.Sys_LogService.AddLog(BLL.Const.System_6, this.CurrUser.LoginProjectId, this.CurrUser.PersonId, Const.HJGL_WeldReportMenuId, Const.BtnDelete, weldingDailyId);
BLL.LogService.AddLog(this.CurrUser.PersonId, "删除焊接日报");
ShowNotify("删除成功!", MessageBoxIcon.Success);
this.InitTreeMenu();
this.BindGrid();