2023-03-22
This commit is contained in:
@@ -364,7 +364,10 @@ namespace FineUIPro.Web.PHTGL.BiddingManagement
|
||||
/// <param name="e"></param>
|
||||
protected void btnAttachUrl_Click(object sender, EventArgs e)
|
||||
{
|
||||
Save();
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user