代码无效引用清理,试压包资料界面看板修改
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user