This commit is contained in:
李云虎 2024-07-29 18:17:29 +08:00
parent eb8003142c
commit 37d53d15b5
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ namespace FineUIPro.Web.Transfer
private void AttachFileClick(string type)
{
SaveData();
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../AttachFile/webuploader.aspx?type=0&toKeyId={0}_{1}&path=FileUpload/Transfer/PunchlistFrom&menuId={2}", this, Id, type, BLL.Const.PunchlistFromMenuId)));
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../AttachFile/webuploader.aspx?type=0&toKeyId={0}_{1}&path=FileUpload/Transfer/PunchlistFrom&menuId={2}", this.Id, type, BLL.Const.PunchlistFromMenuId)));
}
/// <summary>