From 08c51d7cbb1dc944a1713cca47dbc54eaa74d6eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=94=A6=E9=BA=9F=20=E7=8E=8B?= Date: Thu, 23 Apr 2026 10:37:33 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=A8=20TradeConfirmBookController.cs=20?= =?UTF-8?q?=E4=B8=AD=E8=A1=A5=E5=85=85=E4=BA=86=E5=90=88=E5=90=8C=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=92=8C=E7=9B=96=E7=AB=A0=E6=96=87=E4=BB=B6=E5=90=8D?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- YLErpWeb/Controllers/TradeConfirmBookController.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/YLErpWeb/Controllers/TradeConfirmBookController.cs b/YLErpWeb/Controllers/TradeConfirmBookController.cs index 1283a5ee..bd36f055 100644 --- a/YLErpWeb/Controllers/TradeConfirmBookController.cs +++ b/YLErpWeb/Controllers/TradeConfirmBookController.cs @@ -172,6 +172,8 @@ 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; + trade.MetaDic["StampDocumentFileName"] = tradeContractinfo.tradeContractDoc.StampDocumentFileName; } else { @@ -252,6 +254,7 @@ namespace YLErp.Web.Controllers trade.MetaDic["HasGeneratedConfirmBook"] = "True"; trade.MetaDic["send_email_result"] = tradeContractinfo.send_email_result; trade.MetaDic["ContractStatus"] = tradeContractinfo.tradeContractDoc.Status; + trade.MetaDic["StampDocumentFileName"] = tradeContractinfo.tradeContractDoc.StampDocumentFileName; } else {