%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String id = "0";
if(request.getParameter("id") != null){
id = request.getParameter("id") ;
}
String type = "0";
if(request.getParameter("type") != null){
type = request.getParameter("type") ;
}
String callno = "null";
if(request.getParameter("callno") != null){
callno = request.getParameter("callno") ;
}
%>
查重
<%@ include file="../global/linkcss.jsp" %>
题名 |
ISBN/ISSN号 |
索书号 |
著者 |
出版社 |
出版地 |
订购记录号 |
<%=globalLibName%>名称 |
书目记录号 |
订购号 |
批号 |
订购数 |
原币制 |
订购币制 |
原币册价 |
订购册价 |
原币套价 |
订购套价 |
订购日期 |
操作员 |
馆藏记录号 |
<%=globalLibName%>代码 |
条码号 |
索书号 |
馆藏地点 |
文献类型 |
来源方式 |
馆藏状态 |
卷册说明 |
<%@ include file="../global/easyui-dialog.jsp"%>
<%@ include file="../global/linkjs.jsp"%>