2023-03-22

This commit is contained in:
李鹏飞 2023-03-22 15:07:58 +08:00
parent b9b4b26c0e
commit b1bdd30665
3 changed files with 4 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -363,8 +363,11 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
/// <param name="sender"></param>
/// <param name="e"></param>
protected void btnAttachUrl_Click(object sender, EventArgs e)
{
if (string .IsNullOrEmpty(BidDocumentsReviewId))
{
Save();
}
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("~/AttachFile/webuploader.aspx?toKeyId={0}&path=FileUpload/BidDocumentsAttachUrl&menuId={1}", this.BidDocumentsReviewId, BLL.Const.BidDocumentsReviewIdMenuid)));
}
#endregion