2023-03-30-001 招标工作台账修改
‘
This commit is contained in:
@@ -44,7 +44,7 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
{
|
||||
if (!IsPostBack)
|
||||
{
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideReference();
|
||||
this.btnClose.OnClientClick = ActiveWindow.GetHideRefreshReference();
|
||||
//BLL.PHTGL_SetSubReviewService.InitGetSetSubCompleteDropDownList(DropSetSubReviewCode, this.CurrUser.PersonId, this.CurrUser.LoginProjectId, false);
|
||||
////权限按钮方法
|
||||
this.BidDocumentsStandingBookId = Request.Params["BidDocumentsStandingBookId"];
|
||||
@@ -114,6 +114,8 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
if (string.IsNullOrEmpty(this.BidDocumentsStandingBookId))
|
||||
{
|
||||
table.BidDocumentsStandingBookId = SQLHelper.GetNewID(typeof(Model.PHTGL_BidDocumentsStandingBook));
|
||||
BidDocumentsStandingBookId = table.BidDocumentsStandingBookId;
|
||||
|
||||
BLL.BidDocStandingBookService.AddPHTGL_BidDocumentsStandingBook(table);
|
||||
|
||||
}
|
||||
@@ -132,6 +134,8 @@ namespace FineUIPro.Web.PHTGL.Filing
|
||||
|
||||
}
|
||||
}
|
||||
ShowNotify("保存成功!", MessageBoxIcon.Success);
|
||||
|
||||
// PageContext.RegisterStartupScript(ActiveWindow.GetHideRefreshReference());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user