|
@@ -25,8 +25,11 @@
|
|
|
<div class="demandCate">
|
|
|
<form action="/staffCollect" id="up" method="post">
|
|
|
<ul class="cateList">
|
|
|
- <li><a href="/companyCategoryCollect">按办事处</a><a href="/staffCollect"
|
|
|
- class="now">按员工</a></li>
|
|
|
+ <li>
|
|
|
+ <a href="/companyCategoryCollect">按办事处</a>
|
|
|
+ <a href="/receiptSummaryStatisticsByAgency" >办事处明细</a>
|
|
|
+ <a href="/staffCollect" class="now">按员工</a>
|
|
|
+ </li>
|
|
|
<li><select name="year" id="Y" onchange="receiptYear();">
|
|
|
<!-- include 'year' -->
|
|
|
</select>
|