diff --git a/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml b/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml index dae3ef1a..d0eb539a 100644 --- a/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml +++ b/YLErpWeb/Views/TradeConfirmBook/ConfirmBookListByClient.cshtml @@ -68,7 +68,14 @@ @MyControls.Btn("批量生成交易确认书", "BatchCreateContracts()") } @MyControls.Btn("批量下载交易确认书", "BatchDownLoadDoc()") - + @if (pageObj.canSendEmail) + { + + } + else + { + + } @if (PS.GetErpConfig().IsAutoSealAndUploadFiles && !PS.GetErpConfig().IsAutoSealAfterGeneratedBook) {