<%@page import="com.zky.para.Para"%> <%@include file="/auth.jsp"%> <%@page language="java" contentType="text/html;charset=utf-8"%> <% String operate = (String)request.getParameter("operate"); String jobcode = Common.convertNull(request.getParameter("jobcodeQ")); String jobname = Common.convertNull(request.getParameter("jobnameQ")); String companyid = Common.convertNull(request.getParameter("companyidQ")); %> 角色岗位管理
 角色岗位管理
所属市州 角色编码 角色名称
<% HashFmlBuf buf = (HashFmlBuf) request.getAttribute("job_buf"); if (buf != null) { int rowcount = buf.getRowCount(); %>
序号 角色编码 角色名称 管理
<% for (int i=0; i
<%=i+1%> <%=tempJobcode%> <%=buf.fget("jobname",i)%> ','<%=tempJobcode%>');">删除
<% } %>
<% } %>
<%@include file="/foot.jsp"%>