|
|
@@ -62,7 +62,18 @@
|
|
|
<!--支出项-->
|
|
|
<div class="clearfix">
|
|
|
<legend><div class="fR"><button type="submit" class="button" href="#add-expenses" data-toggle="modal">添加支出</button></div>培训班支出</legend>
|
|
|
- <p>优先显示:<select><option>交通费</option></select></p>
|
|
|
+ <p>优先显示:<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>
|
|
|
<table class="table table-bordered table-condensed">
|
|
|
<tbody>
|
|
|
<tr><th class="taC">序号</th><th class="taC">日期</th><th class="taC">类别</th><th class="taC" width="90">金额</th><th class="taC">经手人</th><th class="taC">支出描述</th><th class="taC">添加人/添加时间</th><th class="taC"></th>
|