From 5cbaa7851b5cb0a606bcabefdfb2f79ffc866528 Mon Sep 17 00:00:00 2001 From: xuyulong Date: Tue, 24 Mar 2026 16:50:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=9D=83=E9=99=90=E5=8D=B4=E8=83=BD=E7=82=B9=E5=87=BB=E6=89=B9?= =?UTF-8?q?=E9=87=8F=E5=8F=91=E9=80=81=E9=82=AE=E4=BB=B6=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TradeConfirmBook/ConfirmBookListByClient.cshtml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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) {