放出债券全称编辑

This commit is contained in:
吴方海
2025-04-22 15:14:14 +08:00
parent 1b44df7b71
commit 8d08184f34
2 changed files with 10 additions and 1 deletions
@@ -213,7 +213,10 @@
<!--债券配置BEGIN-->
<div class='form-group col-6 Bonds'>
<label class='formlabel'>债券全称</label>
<input id='UnderlyingFullName' class='text-box' type='text' value='@bond.UnderlyingFullName' name='Bond.UnderlyingFullName' />
</div>
<div class='form-group col-6 Bonds'>
<label class='formlabel'>发行货币</label>
<select id="BondCurrency" name="Bond.Currency">
@@ -128,6 +128,12 @@
</tr>
@if (bond != null)
{
<tr>
<th class="tdRight">债券全称</th>
<td>@(bond.UnderlyingFullName)</td>
<th class="tdRight"></th>
<td></td>
</tr>
<tr>
<th class="tdRight">发行货币</th>
<td>@(bond.Currency)</td>