日期:2014-05-17 浏览次数:21027 次
<table>            
<c:forEach items="ResultList" var="row" step="1">       
            <tr>
            <td align="center"><span><c:out value="${row.SQueryIDCode}"/></span></td>
            <td align="center"><span><c:out value="${row.SQueryName}"/></span></td>
            <td align="center"><span><c:out value="${row.SQuerySex}"/></span></td>
            <td align="center"><span><c:out value="${row.SQueryNationality}"/></span></td>
            <td align="center"><span><c:out value="${row.SQueryBirthDate}"/></span></td>
            <td align="center"><span><c:out value="${row.SQuerySCode}"/></span></td>
            </tr>  
            </c:forEach>
        </table>
<c:forEach var="allWd" items="${allWdList}" varStatus="list">
                            <tr>
                                <td width="3%">${list.count }</td>
                                <td width="15%">${allWd.appNo }</td>
                                <td width="10%">
                                </td>
                                <td width="17%"><fmt:formatDate value="${allWd.acceptTime }" pattern="yyyy-MM-dd HH:mm:ss"/></td>
                                <td width="10%">${allWd.serUser }</td>
                                <td width="10%">
                                    <c:choose>
                                        <c:when test="${allWd.currentNodes eq '01'}">报修受理</c:when>
                                        <c:when test="${allWd.currentNodes eq '02'}">抢修调度</c:when>
                                        <c:when test="${allWd.currentNodes eq '03'}">处理反馈</c:when>
                                        <c:when test="${allWd.currentNodes eq '04'}">报修处理</c:when>
                                        <c:when test="${allWd.currentNodes eq '05'}">完结</c:when>
                                        <c:otherwise></c:otherwise>