%@ 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 ="1103";
if(request.getParameter("type") != null){
type = request.getParameter("type") ;
}
if(type.equals("1")){
typeTitle = "期刊";
toolid ="5104";
}
%>
接收xls征订<%=typeTitle%>数据
<%@ include file="../global/linkcss.jsp" %>
选择文件
数据预览
<%-- <%if(MyJspUtils.checkAuthority(session,""+toolid+"01")){%> --%>
开始接收
<%-- <%}%> --%>
<%if(MyJspUtils.checkAuthority(session,""+toolid+"t4")){%>
格式设计
<%}%>
<%@ include file="../global/uploadfile.jsp" %>
<%@ include file="../global/importformatdesign.jsp" %>
<%@ include file="../global/easyui-dialog.jsp"%>
<%@ include file="../global/linkjs.jsp" %>