交易确认书模板替换(过度方案)

This commit is contained in:
嬴政 时
2026-05-09 17:48:53 +08:00
parent 95686f4c4d
commit 5f9b628569
14 changed files with 3 additions and 690 deletions
@@ -193,6 +193,7 @@ namespace YLErp.Plugins.GuoLian.DocumentGenerator
// 银行账户信息
dic["户名"] = bank?.ClientName ?? "";
dic["银行账号"] = bank?.Card ?? "";
dic["支付系统号"] = "";
dic["开户行"] = bank?.Bank ?? "";
dic["大额行号"] = bank?.Payment ?? "";
@@ -206,6 +207,7 @@ namespace YLErp.Plugins.GuoLian.DocumentGenerator
// 标的发行人(从债券信息中获取)
var bond = JsonHelper.Deserialize<UnderlyingBond>(underlying.ExJson) ?? new UnderlyingBond();
dic["参考标的发行人"] = bond.UnderlyingIssuer ?? "";
dic["参考标的担保人"] = "";
dic["票面利率"] = (bond.CouponRate ?? 0).ToString("N4");
dic["参考标的到期日"] = underlying.MaturityDate?.ToString("yyyy年M月d日") ?? "";
}
@@ -376,6 +378,7 @@ namespace YLErp.Plugins.GuoLian.DocumentGenerator
dic["参考标的名义份额"] = swapPosition != null
? ((double)swapPosition.PosiQuantity).ToString("N2")
: "0.00";
dic["参考标的基金管理人"] = "";
// 乙方联系人信息
var clientDuties = Context.GetClientDuties();