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

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
@@ -1,9 +1,9 @@
using BLL;
using Model;
using System;
using System.Collections.Generic;
using System.Data;
using System.Data.SqlClient;
using Model;
namespace FineUIPro.Web.PHTGL.BiddingManagement
{
@@ -113,7 +113,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
}
}
}
#region
/// <summary>
/// 数据绑定
@@ -215,7 +215,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
private bool Save()
{
//if (Approval_Construction.SelectedValue==Const._Null)
//{
// ShowNotify("请选择施工管理部审批人员!", MessageBoxIcon.Warning);
@@ -299,10 +299,10 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
}
PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
}
}
}
protected void btnSubmit_Click(object sender, EventArgs e)
{
if (Save())
@@ -365,7 +365,7 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
/// <param name="e"></param>
protected void btnAttachUrl_Click(object sender, EventArgs e)
{
if (string .IsNullOrEmpty(BidDocumentsReviewId))
if (string.IsNullOrEmpty(BidDocumentsReviewId))
{
Save();
}