%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
String strHandlerTitle="借";
String strType=request.getParameter("type");
if(strType.equals("0")){
strHandlerTitle="约";
}
%>
预<%=strHandlerTitle%>回库处理
<%@ include file="../global/linkcss.jsp" %>
条码号 |
题名 |
状态 |
预<%=strHandlerTitle%>日期 |
通知方式 |
通知次数 |
取书地点 |
最后通知日期 |
截止日期 |
最后取书日期 |
备注 |
<%@ include file="../global/easyui-dialog.jsp"%>
<%@ include file="../global/linkjs.jsp" %>