<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <% String path = request.getContextPath(); String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/"; String type=request.getParameter("type"); String title="入藏确认"; String toolid ="3202"; type = type==null?"5004":type; if(type.equals("5005")){ title="馆藏变更"; toolid ="3204"; }else if(type.equals("5006")){ title="条码置换"; toolid ="3205"; }else if(type.equals("5007")){ title="出馆登记"; toolid ="3206"; }else if(type.equals("5008")){ title="馆藏清点"; toolid ="3207"; }else if(type.equals("5009")){ title="馆藏调拨"; toolid ="3208"; } %> <%=title%>清单 <%@ include file="../global/linkcss.jsp" %>
查询 <%if(MyJspUtils.checkAuthority(session,""+toolid+"t4")){%> 格式设计 <%}%>
<%@ include file="exportfd.jsp" %>
<%@ include file="../global/easyui-dialog.jsp"%> <%@ include file="../global/linkjs.jsp" %>