2023-03-22
This commit is contained in:
parent
b9b4b26c0e
commit
b1bdd30665
Binary file not shown.
Binary file not shown.
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue