2023-03-30-001 招标工作台账修改

This commit is contained in:
2023-03-30 14:04:56 +08:00
parent a9adb783f3
commit 70bde21f2a
9 changed files with 858 additions and 28 deletions
@@ -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());
}