|
@@ -0,0 +1,50 @@
|
|
|
+<!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="${tGuijiLibraryBaseinfo}">
|
|
|
+ <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="*{idcardno}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">出生日期:</label>
|
|
|
+ <div class="form-control-static" th:text="*{birthday}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">地址:</label>
|
|
|
+ <div class="form-control-static" th:text="*{address}">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="form-group">
|
|
|
+ <label class="col-sm-2 control-label">证件有效期:</label>
|
|
|
+ <div class="form-control-static" th:text="*{enddate}">
|
|
|
+ </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>
|