|
@@ -277,7 +277,7 @@
|
|
|
<!--办事处相关费用-->
|
|
|
<table class="table table-bordered table-condensed" >
|
|
|
<tr><th class="taC" colspan="3">日常相关费用</th></tr>
|
|
|
- <tr>
|
|
|
+ <tr><td>
|
|
|
<div class="cost-item">
|
|
|
<!-- loop acItem -->
|
|
|
<!-- if {{acItem' value.category}} =="日常相关费用" -->
|
|
@@ -286,11 +286,11 @@
|
|
|
<!-- endif -->
|
|
|
<!-- endif -->
|
|
|
<!-- endloop -->
|
|
|
- </div>
|
|
|
+ </div></td>
|
|
|
</tr>
|
|
|
|
|
|
<tr><th class="taC" colspan="3">其他</th></tr>
|
|
|
- <tr>
|
|
|
+ <tr><td>
|
|
|
<div class="cost-item">
|
|
|
<!-- loop acItem -->
|
|
|
<!-- if {{acItem' value.category}} =="其他" -->
|
|
@@ -298,13 +298,13 @@
|
|
|
<!-- endif -->
|
|
|
<!-- endloop -->
|
|
|
</div>
|
|
|
-
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
<!--差旅相关费用-->
|
|
|
<table class="table table-bordered table-condensed" style="display:none">
|
|
|
<tr><th class="taC" colspan="3">差旅相关费用</th></tr>
|
|
|
- <tr>
|
|
|
+ <tr><td>
|
|
|
<div class="cost-item">
|
|
|
<!-- loop acItem -->
|
|
|
<!-- if {{acItem' value.category}} =="差旅相关费用" -->
|
|
@@ -312,14 +312,14 @@
|
|
|
<!-- endif -->
|
|
|
<!-- endloop -->
|
|
|
</div>
|
|
|
-
|
|
|
+ </td>
|
|
|
|
|
|
</tr>
|
|
|
</table>
|
|
|
<!--内部培训费用-->
|
|
|
<table class="table table-bordered table-condensed" style="display:none">
|
|
|
<tr><th class="taC" colspan="3">内部培训费用</th></tr>
|
|
|
- <tr>
|
|
|
+ <tr><td>
|
|
|
<div class="cost-item">
|
|
|
<!-- loop acItem -->
|
|
|
<!-- if {{acItem' value.category}} =="差旅相关费用" -->
|
|
@@ -327,7 +327,7 @@
|
|
|
<!-- endif -->
|
|
|
<!-- endloop -->
|
|
|
</div>
|
|
|
-
|
|
|
+ </td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
</div>
|