代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -1,15 +1,11 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using BLL;
|
||||
using BLL;
|
||||
using Newtonsoft.Json.Linq;
|
||||
using System;
|
||||
using System.Linq;
|
||||
|
||||
namespace FineUIPro.Web.ZHGL.DataSync.ProjectDataSync
|
||||
{
|
||||
public partial class Project_HSSEData_HSSEEdit: PageBase
|
||||
public partial class Project_HSSEData_HSSEEdit : PageBase
|
||||
{
|
||||
#region
|
||||
/// <summary>
|
||||
@@ -475,7 +471,7 @@ namespace FineUIPro.Web.ZHGL.DataSync.ProjectDataSync
|
||||
table.Id = this.Id;
|
||||
BLL.Project_HSSEData_HSSEService.UpdateProject_HSSEData_HSSE(table);
|
||||
}
|
||||
BLL.Project_HSSEData_HiddenDangerDetailService.DeleteProject_HSSEData_HiddenDangerDetailByDate(table.ReportDate,this.CurrUser.LoginProjectId);
|
||||
BLL.Project_HSSEData_HiddenDangerDetailService.DeleteProject_HSSEData_HiddenDangerDetailByDate(table.ReportDate, this.CurrUser.LoginProjectId);
|
||||
JArray EditorArr = Grid1.GetMergedData();
|
||||
if (EditorArr.Count > 0)
|
||||
{
|
||||
@@ -503,7 +499,7 @@ namespace FineUIPro.Web.ZHGL.DataSync.ProjectDataSync
|
||||
if (txtReportDate.SelectedDate != null)
|
||||
{
|
||||
DateTime dt = (DateTime)txtReportDate.SelectedDate;
|
||||
if (BLL.Project_HSSEData_HSSEService.IsReportByDate(dt,this.CurrUser.LoginProjectId))
|
||||
if (BLL.Project_HSSEData_HSSEService.IsReportByDate(dt, this.CurrUser.LoginProjectId))
|
||||
{
|
||||
txtReportDate.SelectedDate = null;
|
||||
ShowNotify("该日期已上报!");
|
||||
|
||||
Reference in New Issue
Block a user