|
|
@@ -85,7 +85,7 @@
|
|
|
<td>黄巾桃</td>
|
|
|
<td>往来交通费</td>
|
|
|
<td>黄巾桃 2019-05-01 18:30:30</td>
|
|
|
- <td><a href="">编辑</a> <a href="">移除</a></td>
|
|
|
+ <td><a href="#edit-expenses" data-toggle="modal">编辑</a> <a href="">移除</a></td>
|
|
|
</tr>
|
|
|
<!--协作账号添加-->
|
|
|
<tr>
|
|
|
@@ -171,6 +171,62 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ <!--弹出 添加编辑支出 -->
|
|
|
+ <div class="modal hide fade" id="edit-expenses">
|
|
|
+ <div class="modal-dialog">
|
|
|
+ <div class="modal-content">
|
|
|
+ <div class="modal-header">
|
|
|
+ <h3>编辑支出项</h3>
|
|
|
+ </div>
|
|
|
+ <div class="modal-body saeaList">
|
|
|
+ <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>
|
|
|
+ <option>住宿费</option>
|
|
|
+ <option>场租费</option>
|
|
|
+ <option>办公费</option>
|
|
|
+ <option>电话费</option>
|
|
|
+ <option>邮寄费</option>
|
|
|
+ <option>公关费</option>
|
|
|
+ <option>其他</option>
|
|
|
+ <option>税款</option>
|
|
|
+ <option>研究中心经费</option>
|
|
|
+ </select>
|
|
|
+ <p>公司支出的办公费和邮寄费,由审批人添加,无须再此添。</p>
|
|
|
+ </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="date"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">经手人</th>
|
|
|
+ <td><input class="form-control" type="text"></td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th class="taC">支出描述</th>
|
|
|
+ <td><textarea class="form-control" rows="3"></textarea></td>
|
|
|
+ </tr>
|
|
|
+ <!--支出-->
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ </div>
|
|
|
+ <div class="modal-footer">
|
|
|
+ <a href="#" class="button" data-dismiss="modal" aria-hidden="true">确认</a>
|
|
|
+ <a href="#" class="button btn-gray" data-dismiss="modal" aria-hidden="true">关闭</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
<!--弹出内容-->
|
|
|
<script type="text/javascript">autoFlashHeight();</script>
|
|
|
</body>
|