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 {