|
@@ -182,7 +182,7 @@
|
|
|
<div class="modal-header">
|
|
<div class="modal-header">
|
|
|
<h3>录入日常收支</h3>
|
|
<h3>录入日常收支</h3>
|
|
|
</div>
|
|
</div>
|
|
|
- <div class="modal-body saeaList">
|
|
|
|
|
|
|
+ <div class="modal-body saeaList" style="max-height:470px !important;">
|
|
|
<table class="table table-bordered table-condensed">
|
|
<table class="table table-bordered table-condensed">
|
|
|
<tbody>
|
|
<tbody>
|
|
|
<tr>
|
|
<tr>
|
|
@@ -216,7 +216,7 @@
|
|
|
<td>
|
|
<td>
|
|
|
<select>
|
|
<select>
|
|
|
<option>请选择</option>
|
|
<option>请选择</option>
|
|
|
- <option>理财</option>
|
|
|
|
|
|
|
+ <option selected>理财</option>
|
|
|
<option>银行</option>
|
|
<option>银行</option>
|
|
|
</select>
|
|
</select>
|
|
|
</td>
|
|
</td>
|
|
@@ -226,7 +226,7 @@
|
|
|
<td>
|
|
<td>
|
|
|
<select>
|
|
<select>
|
|
|
<option>请选择</option>
|
|
<option>请选择</option>
|
|
|
- <option>广发理财</option>
|
|
|
|
|
|
|
+ <option selected>广发理财</option>
|
|
|
<option>工行理财</option>
|
|
<option>工行理财</option>
|
|
|
</select>
|
|
</select>
|
|
|
<p>余额:¥0</p>
|
|
<p>余额:¥0</p>
|
|
@@ -238,11 +238,44 @@
|
|
|
</td>
|
|
</td>
|
|
|
</tr>
|
|
</tr>
|
|
|
<tr>
|
|
<tr>
|
|
|
|
|
+ <th class="taC">支出金额</th>
|
|
|
|
|
+ <td><input value="0" placeholder="输入开票金额" pattern="[0-9]" min="0" step="0.01" type="number"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th class="taC">支出信息</th>
|
|
|
|
|
+ <td><input type="text"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th class="taC">银行支出时间</th>
|
|
|
|
|
+ <td><input type="date"></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th class="taC">备注</th>
|
|
|
|
|
+ <td><textarea class="form-control" name="remarks" rows="3"></textarea></td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ </tbody>
|
|
|
|
|
+ </table>
|
|
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
|
|
+ <tbody>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th class="taC" colspan="2">支出信息</th>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
|
|
+ <th class="taC">支出</th>
|
|
|
|
|
+ <td>
|
|
|
|
|
+ <select>
|
|
|
|
|
+ <option>请选择</option>
|
|
|
|
|
+ <option>理财</option>
|
|
|
|
|
+ <option selected>银行</option>
|
|
|
|
|
+ </select>
|
|
|
|
|
+ </td>
|
|
|
|
|
+ </tr>
|
|
|
|
|
+ <tr>
|
|
|
<th class="taC">银行</th>
|
|
<th class="taC">银行</th>
|
|
|
<td>
|
|
<td>
|
|
|
<select>
|
|
<select>
|
|
|
<option>请选择</option>
|
|
<option>请选择</option>
|
|
|
- <option>纵横广发</option>
|
|
|
|
|
|
|
+ <option selected>纵横广发</option>
|
|
|
<option>个人存款</option>
|
|
<option>个人存款</option>
|
|
|
<option>纵横工行</option>
|
|
<option>纵横工行</option>
|
|
|
</select>
|
|
</select>
|
|
@@ -536,6 +569,8 @@
|
|
|
<option>广发存款</option>
|
|
<option>广发存款</option>
|
|
|
<option>工行存款</option>
|
|
<option>工行存款</option>
|
|
|
<option>保证金</option>
|
|
<option>保证金</option>
|
|
|
|
|
+ <option>纵横文库提现</option>
|
|
|
|
|
+ <option>其他</option>
|
|
|
</select>
|
|
</select>
|
|
|
<!--缴税 二级-->
|
|
<!--缴税 二级-->
|
|
|
<p>
|
|
<p>
|