<%@ page language="java" import="java.util.*" pageEncoding="UTF-8"%> <%@ page import="zlicense.util.FunModuleEnum"%> <% String path = request.getContextPath(); String basePath = request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + path + "/"; String strHandlerTitle = "借"; String strType = "loan"; String toolid = "4101"; if (null != request.getParameter("type")) { strType = request.getParameter("type"); } String serverUrl= MyJspUtils.checkServerProp("speconfig.tjth"); %> 流通处理 <%@ include file="../global/linkcss.jsp"%>
借出 还书 续借 查询读者 查询馆藏
处理结果
条码号 题名 借出日期 应还日期
读者证号
读者姓名
读者类型
可借数
现借数
所属馆
押金 地址 读者状态
读者证号 条码号
<%@ include file="../global/linkjs.jsp"%>