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 {