|
|
@@ -141,7 +141,7 @@
|
|
|
</div>
|
|
|
<!--弹出(日收支)-->
|
|
|
<div class="modal hide fade" id="inputincome">
|
|
|
- <div class="modal-dialog ">
|
|
|
+ <div class="modal-dialog modal-lg">
|
|
|
<div class="modal-content">
|
|
|
<div class="modal-header">
|
|
|
<h3>录入日常收支</h3>
|
|
|
@@ -149,6 +149,173 @@
|
|
|
<div class="modal-body saeaList">
|
|
|
<table class="table table-bordered table-condensed">
|
|
|
<tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">选择类型</th>
|
|
|
+ <td>
|
|
|
+ <select>
|
|
|
+ <option>请选择</option>
|
|
|
+ <option>收入</option>
|
|
|
+ <option>支出</option>
|
|
|
+ <option selected>理财</option>
|
|
|
+ <option>银行互转</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" colspan="2">理财信息填写</th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td width="50%">
|
|
|
+ <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>工行理财</option>
|
|
|
+ </select>
|
|
|
+ <p>可提取余额:¥0</p>
|
|
|
+ <p>
|
|
|
+ <label class="radio inline"><input type="radio">公司固定</label>
|
|
|
+ <label class="radio inline"><input type="radio">公司活期</label>
|
|
|
+ <label class="radio inline"><input type="radio">个人(GR)</label>
|
|
|
+ </p>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ <td width="50%">
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" colspan="2">收入信息</th>
|
|
|
+ </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>
|
|
|
+ <select>
|
|
|
+ <option value="纵横广发">纵横广发</option>
|
|
|
+ <option value="个人广发">个人广发</option>
|
|
|
+ <option value="华润银行">(广发)纵横知道</option>
|
|
|
+ <option value="纵横工行">纵横工行</option>
|
|
|
+ </select>
|
|
|
+ </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>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">选择类型</th>
|
|
|
+ <td>
|
|
|
+ <select>
|
|
|
+ <option>请选择</option>
|
|
|
+ <option>收入</option>
|
|
|
+ <option>支出</option>
|
|
|
+ <option>理财</option>
|
|
|
+ <option selected>银行互转</option>
|
|
|
+ </select>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" colspan="2">银行转帐信息填写</th>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <td width="50%">
|
|
|
+ <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>工行存款</option>
|
|
|
+ </select>
|
|
|
+ <p>可提取余额:¥0</p>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </td>
|
|
|
+ <td width="50%">
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th class="taC" colspan="2">收入信息</th>
|
|
|
+ </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>
|
|
|
+ <select>
|
|
|
+ <option value="纵横广发">纵横广发</option>
|
|
|
+ <option value="个人广发">个人广发</option>
|
|
|
+ <option value="华润银行">(广发)纵横知道</option>
|
|
|
+ <option value="纵横工行">纵横工行</option>
|
|
|
+ </select>
|
|
|
+ </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>
|
|
|
+ </td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ <table class="table table-bordered table-condensed">
|
|
|
+ <tbody>
|
|
|
<tr>
|
|
|
<th class="taC">选择收支</th>
|
|
|
<td>
|