|
@@ -0,0 +1,45 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
|
|
|
+<head>
|
|
|
+ <th:block th:include="include :: header('结束信息详细')" />
|
|
|
+ <th:block th:include="include :: jsonview-css" />
|
|
|
+</head>
|
|
|
+<body class="white-bg">
|
|
|
+ <div class="wrapper wrapper-content animated fadeInRight ibox-content">
|
|
|
+ <form class="form-horizontal m" id="form-yhjbxx-edit" th:object="${tGuijiLibraryBorrow}">
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">读者证号:</label>
|
|
|
+ <div class="form-control-static" th:text="*{cardno}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">读者姓名:</label>
|
|
|
+ <div class="form-control-static" th:text="*{name}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">图书条形码:</label>
|
|
|
+ <div class="form-control-static" th:text="*{barcode}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">书籍题名:</label>
|
|
|
+ <div class="form-control-static" th:text="*{title}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">借出时间:</label>
|
|
|
+ <div class="form-control-static" th:text="*{operationdate}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">数据归集时间:</label>
|
|
|
+ <div class="form-control-static" th:text="*{cdTime}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </form>
|
|
|
+ </div>
|
|
|
+ <th:block th:include="include :: footer" />
|
|
|
+ <th:block th:include="include :: jsonview-js" />
|
|
|
+</body>
|
|
|
+</html>
|