代码无效引用清理,试压包资料界面看板修改

This commit is contained in:
2025-10-10 14:33:21 +08:00
parent 87fb529521
commit 55b798135c
933 changed files with 5897 additions and 7541 deletions
@@ -5,8 +5,6 @@ using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
namespace FineUIPro.Web.ZHGL.Environmental
@@ -97,7 +95,8 @@ namespace FineUIPro.Web.ZHGL.Environmental
}
this.Grid1.Title = "中央企业节能环保和经营状况季报" + this.drpQuarters.SelectedItem.Text + this.drpYear.SelectedItem.Text + upState;
}
else {
else
{
var upState = "(未上报)";
@@ -232,7 +231,7 @@ namespace FineUIPro.Web.ZHGL.Environmental
Model.Environmental_OperationReport report = Funs.DB.Environmental_OperationReport.Where(s => s.UnitId == currUnitId && s.Year.ToString() == year && s.Quarters.ToString() == quarter).FirstOrDefault();
if (report != null)
{
if (report.UpState=="3")
if (report.UpState == "3")
{
ShowNotify("当前报表已经上报!不能重复上报。", MessageBoxIcon.Warning);
return;