在 TradeConfirmBookController.cs 中补充了合同状态和盖章文件名字段

This commit is contained in:
锦麟 王
2026-04-23 10:37:33 +08:00
parent 70f0699f4e
commit 08c51d7cbb
@@ -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
{