<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type = "0"; String typeTitle = "书目"; String toolid = "1003"; if(request.getParameter("type") != null){ type = request.getParameter("type") ; } if(type.equals("1")){ typeTitle = "期刊"; toolid = "5003"; } %> 荐购管理 <%@ include file="../global/linkcss.jsp" %>
查询 <%if(MyJspUtils.checkAuthority(session,""+toolid+"01")){%> 采纳 不采纳 <%}%> <%if(MyJspUtils.checkAuthority(session,""+toolid+"02")){%> 恢复待处理 <%}%>
荐购日期 状态 读者证号 读者姓名 题名 作者 ISBN号 出版社 备注
<%@ include file="../global/easyui-dialog.jsp"%> <%@ include file="../global/linkjs.jsp" %>