From a886131cc05f1642687698289ec7d96ef35f7fbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=96=B9=E6=B5=B7?= Date: Sun, 27 Apr 2025 10:11:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BA=A4=E6=98=93=E8=AF=A6?= =?UTF-8?q?=E6=83=85=20=E4=BA=A4=E6=98=93=E7=A1=AE=E8=AE=A4=E4=B9=A6?= =?UTF-8?q?=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/Views/SwapTrade2/header.cshtml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/YLErpWeb/Views/SwapTrade2/header.cshtml b/YLErpWeb/Views/SwapTrade2/header.cshtml index 3ba3cc99..1e9a93e1 100644 --- a/YLErpWeb/Views/SwapTrade2/header.cshtml +++ b/YLErpWeb/Views/SwapTrade2/header.cshtml @@ -49,18 +49,6 @@ @MyControls.Btn("文件管理", "contractManagement('" + tradeModel.TradeNumber + "')") } - if (IsGenerateConfirmDoc && canGenerate) - { - if (YLErp.PS.Config.ComponentVersion == YLErp.Configuration.ComponentVersion.MarketMaker) - { - @MyControls.Btn("生成确认书", "gJGenerateConfirmBook('" + tradeModel.id + "','" + tradeModel.HasGeneratedConfirmBook() + "')") - } - else if (YLErp.PS.Config.Company != YLErp.Configuration.CompanyEnum.渤海) - { - @MyControls.Btn("生成确认书", "toPdf('" + tradeModel.EncryptId + "')") - } - } - if (canBackTrade) { @MyControls.Btn("交易回退", "backTrade('" + tradeModel.EncryptId + "')")