|
|
@@ -117,6 +117,9 @@
|
|
|
<input type="radio" name="1">收回
|
|
|
</label>
|
|
|
<label class="radio inline">
|
|
|
+ <input type="radio" name="1">延期
|
|
|
+ </label>
|
|
|
+ <label class="radio inline">
|
|
|
<input type="radio" name="1">备注
|
|
|
</label>
|
|
|
</div>
|
|
|
@@ -149,6 +152,13 @@
|
|
|
<input type="text">
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!--添加记录-延期-->
|
|
|
+ <div class="control-group">
|
|
|
+ <label class="control-label" for="inputPassword">延期时间</label>
|
|
|
+ <div class="controls">
|
|
|
+ <select><option>3个月</option><option>半年</option><option>一年</option><option>永久</option></select>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!--添加记录-备注-->
|
|
|
<div class="control-group">
|
|
|
<label class="control-label" for="inputPassword">备注</label>
|