From 70f0699f4ef6df9aec65d204d4161229a61435cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=A6=E9=BA=9F=20=E7=8E=8B?= Date: Wed, 22 Apr 2026 15:01:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8MetaDic=E4=B8=AD=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=90=88=E5=90=8C=E7=8A=B6=E6=80=81=E5=AD=97=E6=AE=B5ContractS?= =?UTF-8?q?tatus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/Controllers/TradeConfirmBookController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/YLErpWeb/Controllers/TradeConfirmBookController.cs b/YLErpWeb/Controllers/TradeConfirmBookController.cs index fd9e7f17..1283a5ee 100644 --- a/YLErpWeb/Controllers/TradeConfirmBookController.cs +++ b/YLErpWeb/Controllers/TradeConfirmBookController.cs @@ -251,6 +251,7 @@ namespace YLErp.Web.Controllers trade.MetaDic["ContractDocUrl"] = tradeContractinfo.tradeContractDoc.RelativePath; trade.MetaDic["HasGeneratedConfirmBook"] = "True"; trade.MetaDic["send_email_result"] = tradeContractinfo.send_email_result; + trade.MetaDic["ContractStatus"] = tradeContractinfo.tradeContractDoc.Status; } else {