|
|
@@ -33,7 +33,7 @@
|
|
|
|
|
|
<li><a href="saea-dlist-category-year.html">办事处</a><a href="saea-dlist-category-year2.html" class="now">办事处明细</a><a href="saea-dlist-staff-year.html">员工</a></li>
|
|
|
<li>
|
|
|
- <select name="year">
|
|
|
+ <select name="year" onchange="receiptYear();">
|
|
|
{{dateHtml}}
|
|
|
</select>
|
|
|
</li>
|
|
|
@@ -42,7 +42,9 @@
|
|
|
|
|
|
<form action="/exportReceiptSummaryExcel" method="post">
|
|
|
<input type="hidden" name="summaryData" value="{{summarData}}">
|
|
|
- <li><a href="#export" data-toggle="modal" class="button">导出</a></li>
|
|
|
+ <li>
|
|
|
+ <input type="submit" class="button" value="导出Excel">
|
|
|
+ </li>
|
|
|
</form>
|
|
|
</ul>
|
|
|
|