记得上下班打卡 | git大法好,push需谨慎

Commit 0fd5031f authored by 胡佳晨's avatar 胡佳晨

ui 暂时提交

parent d37763c1
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org">
<head>
<th:block th:include="include :: header('财务导出')"/>
<th:block th:include="include :: datetimepicker-css"/>
</head>
<style>
td {
horiz-align: center;
text-align: left;
padding: 10px;
}
</style>
<body class="white-bg">
<div class="wrapper wrapper-content animated fadeInRight ibox-content">
<form class="form-horizontal m" id="form-member-edit">
<div class="form-group">
<label>搜索类型:</label>
<select name="type">
<option value="0">请选择</option>
<option value="1">商品</option>
<option value="2">演出</option>
<option value="3">会员</option>
</select>
</div>
<div class="form-group">
<label class="col-sm-3 control-label">生成时间:</label>
<div class="form-control-static" th:text="*{orderTicketVo.createdAt}">
</div>
</form>
</div>
<th:block th:include="include :: footer"/>
<th:block th:include="include :: datetimepicker-js"/>
<script th:inline="javascript">
var prefix = ctx + "tools/";
$("input[name='createdAt']").datetimepicker({
format: "yyyy-mm-dd",
minView: "month",
autoclose: true
});
$("input[name='updatedAt']").datetimepicker({
format: "yyyy-mm-dd",
minView: "month",
autoclose: true
});
</script>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment