<%@ page contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> <%@include file="/field_manager/include/manager_head.jsp"%> <% String c_home = r_call(request.getParameter("c_home")); int col_no = 7; %>
Management of evaluation indicators
<% String sql1=" SELECT * from tbl_point_ji where c_home = " + c_home + " and c_maker = 0 and c_use=0 order by c_no desc"; ResultSet rst = stmt.executeQuery(sql1); int i_no = 0; while (rst.next()) { i_no = i_no + 1; %> <% } if(i_no == 0){ %> <% } rst.close(); %>
No Evaluation index name Item management Whether to change Edit Del
<%=i_no%> "><%=rst.getString("c_name")%> ">[Item management] <%if(rst.getInt("c_change") == 0){%> '}">[changeable] <%}else{%> Immutable <%}%> <%if(rst.getInt("c_change") == 0){%> ">[Edit] <%}%> <%if(rst.getInt("c_change") == 0){%> '}">[Del] <%}%>
There is no data.
Insert
<%@include file="/field_manager/include/manager_bottom.jsp"%>