放出债券全称编辑
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user