<%@ 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="入藏确认"; if(type.equals("0")){ title="入藏确认"; }else if(type.equals("1")){ title="入藏变更"; }else if(type.equals("2")){ title="条码置换"; }else if(type.equals("3")){ title="馆藏剔除"; }else if(type.equals("4")){ title="馆藏清点"; } %> <%=title%> <%@ include file="../global/linkcss.jsp" %>
确认 <%=title%>批处理 设置
<%@ include file="grid/holdgrid.jsp"%>
<%@ include file="../global/pagecofig-toolbar.jsp"%>
是否弹出确认框
选择文件 数据预览 批处理 关闭
开始上传
<%@ include file="../global/uploadfile.jsp" %>
所属地点 所在地点 文献类型 馆藏状态 清点日期
<%@ include file="../global/easyui-dialog.jsp"%> <%@ include file="../global/linkjs.jsp" %>