五环二期集团数据对接

This commit is contained in:
2025-06-19 16:55:10 +08:00
parent 5ed020c7e1
commit 0736adf719
105 changed files with 14375 additions and 1224 deletions
@@ -98,6 +98,7 @@ namespace FineUIPro.Web.JDGL.Check
if (now > ((DateTime)thisWeekPlan.EndDate).AddDays(1))//|| now < ((DateTime)thisWeekPlan.StartDate)
{//当前时间大于本周结束时间,禁止维护本周计划
this.btnNew2.Hidden = true;
this.btnSelectWeekPlan2.Hidden = true;
this.Grid2.Columns[9].Hidden = true;
}
else if (now > ((DateTime)thisWeekPlan.StartDate))
@@ -109,6 +110,7 @@ namespace FineUIPro.Web.JDGL.Check
if (now > thisWeek.EndDate.AddDays(1))// || now < thisWeek.StartDate
{//当前时间大于本周结束时间,禁止维护本周计划
this.btnNew2.Hidden = true;
this.btnSelectWeekPlan2.Hidden = true;
this.Grid2.Columns[9].Hidden = true;
}
else if (now > thisWeek.StartDate)
@@ -134,7 +136,8 @@ namespace FineUIPro.Web.JDGL.Check
if (now > nextWeek.EndDate.AddDays(1))//|| now < nextWeek.StartDate
{//当前时间大于下周结束时间,禁止维护下周计划
//this.btnNew2.Hidden = true;
//this.Grid2.Columns[9].Hidden = true;
//this.btnSelectWeekPlan2.Hidden = true;
//this.Grid2.Columns[9].Hidden = true;
this.Toolbar5.Hidden = true;
this.btnNew.Hidden = true;
this.btnSelectWeekPlan.Hidden = true;