修改了没有权限却能点击批量发送邮件功能
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user