Commit 314ae316 authored by huagnxiner's avatar huagnxiner

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

parent 55dab5de
...@@ -29,6 +29,8 @@ ...@@ -29,6 +29,8 @@
<c:otherwise> <c:otherwise>
<form id="filterForm" name="filterForm" class="form-inline filterForm" <form id="filterForm" name="filterForm" class="form-inline filterForm"
action="${ctx}/statistic/callBackTraceStatistic" method="get"> 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"> <c:forEach items="${departments}" var="dept">
<li <c:if test="${dept.id == deptId}">class="active"</c:if>> <li <c:if test="${dept.id == deptId}">class="active"</c:if>>
<c:choose> <c:choose>
...@@ -44,6 +46,8 @@ ...@@ -44,6 +46,8 @@
</c:choose> </c:choose>
</li> </li>
</c:forEach> </c:forEach>
</ul>
</div>
<div style="margin-top:10px;"> <div style="margin-top:10px;">
&nbsp;&nbsp;数据日期:&nbsp;&nbsp; &nbsp;&nbsp;数据日期:&nbsp;&nbsp;
<input type="text" name="startTime" id="startTime" value="${startTime}" <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