质量专项检查增加附件

This commit is contained in:
geh
2025-07-16 18:33:26 +08:00
parent c763312888
commit ce2cac6a10
6 changed files with 189 additions and 84 deletions
@@ -172,5 +172,10 @@ namespace FineUIPro.Web.CQMS.Check
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/JointCheck&menuId={1}&edit=1", itemId, BLL.Const.JointCheckMenuId)));
}
}
protected void btnAttach_Click(object sender, EventArgs e)
{
PageContext.RegisterStartupScript(WindowAtt.GetShowReference(String.Format("../../AttachFile/webuploader.aspx?type=-1&toKeyId={0}&path=FileUpload/JointCheck&menuId={1}&edit=1", this.JointCheckId, BLL.Const.JointCheckMenuId)));
}
}
}