|
@@ -166,7 +166,7 @@
|
|
|
|
|
|
<th>注册资本: </th>
|
|
|
<td >
|
|
|
- <input type="text" class="form-control" name="zczb" maxlength="40" value="${record.zczb }">
|
|
|
+ <input type="text" onkeyup="value=value.replace(/[^\d]/g,'') " class="form-control" name="zczb" maxlength="40" value="${record.zczb }">
|
|
|
</td>
|
|
|
<th>注册资本单位 <br>(人民币,美元等): </th>
|
|
|
<td >
|
|
@@ -174,7 +174,7 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
<tr>
|
|
|
- <th>所占份额%: </th>
|
|
|
+ <th>所占份额(%): </th>
|
|
|
<td >
|
|
|
<input type="text" class="form-control" name="szb" maxlength="40" value="${record.szb }">
|
|
|
</td>
|