修改了没有权限却能点击批量发送邮件功能

This commit is contained in:
xuyulong
2026-03-24 16:50:57 +08:00
parent e606587c0c
commit 5cbaa7851b
@@ -68,7 +68,14 @@
@MyControls.Btn("批量生成交易确认书", "BatchCreateContracts()")
}
@MyControls.Btn("批量下载交易确认书", "BatchDownLoadDoc()")
<button class="btn btn-primary" id="batchSendEmail" style="margin-left:16px;">批量发送邮件</button>
@if (pageObj.canSendEmail)
{
<button class="btn btn-primary" id="batchSendEmail" style="margin-left:16px;">批量发送邮件</button>
}
else
{
<button class="btn btn-primary" style="margin-left:16px;" disabled readonly title="无权限">批量发送邮件</button>
}
<button class="btn btn-primary" id="batchSendOA" style="margin-left:16px;">批量发送OA</button>
@if (PS.GetErpConfig().IsAutoSealAndUploadFiles && !PS.GetErpConfig().IsAutoSealAfterGeneratedBook)
{