Commit 314ae316 authored by huagnxiner's avatar huagnxiner

回访跟踪报表修改部门过滤代码

parent 55dab5de
......@@ -29,6 +29,8 @@
<c:otherwise>
<form id="filterForm" name="filterForm" class="form-inline filterForm"
action="${ctx}/statistic/callBackTraceStatistic" method="get">
<div class="row-fluid">
<ul class="nav nav-tabs" style="margin-bottom: 0;position: relative;">
<c:forEach items="${departments}" var="dept">
<li <c:if test="${dept.id == deptId}">class="active"</c:if>>
<c:choose>
......@@ -44,6 +46,8 @@
</c:choose>
</li>
</c:forEach>
</ul>
</div>
<div style="margin-top:10px;">
&nbsp;&nbsp;数据日期:&nbsp;&nbsp;
<input type="text" name="startTime" id="startTime" value="${startTime}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment