日期:2014-05-17 浏览次数:21101 次
        <tbody id="tbody_<%=key%>">
                                <ul>
                                    <%
                                        int indexId = 0;
                                        for (Object obj_vqf8 : list_field) {
                                            VQueryFieldCheck8 vqf8 = (VQueryFieldCheck8) obj_vqf8;
                                            // if ("1".equals(vqf8.getIsDetailOutput().toString())) {
                                    %>
                                
                                <tr class="tableRow">
                                    <td align="center">
                                        <li style="list-style-type: none;"
                                            class="robinLi">
                                            <%=vqf8.getSFieldDescribe()%>
                                            <input type="hidden" id="" name=""
                                                value="<%=vqf8.getQueryObjectId()%>">
                                            <input type="hidden"
                                                id="<%=vqf8.getId()%>"
                                                name="queryNewSeq"
                                                value="<%=vqf8.getId()%>">
                                        </li>
                                    </td>
                                    <td align="center">
                                        <%=vqf8.getSFieldDescribe()%>
                                    </td>
                                </tr>
                                <%
                                    //}
                                        indexId++;
                                    }
                                %>
                                </ul>
                            </tbody>