在 TradeConfirmBookController.cs 中补充了合同状态和盖章文件名字段
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user